| Commit message (Expand) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| | * | | | | | | | | | | | | | | | | | | | | ext4: implementation of a new ioctl called EXT4_IOC_SWAP_BOOT | Dr. Tilmann Bubeck | 2013-04-08 | |
| | * | | | | | | | | | | | | | | | | | | | | ext4: print more info in ext4_print_free_blocks() | Lukas Czerner | 2013-04-03 | |
| | * | | | | | | | | | | | | | | | | | | | | ext4: try to prepend extent to the existing one | Lukas Czerner | 2013-04-03 | |
| | * | | | | | | | | | | | | | | | | | | | | ext4: Transfer initialized block to right neighbor if possible | Lukas Czerner | 2013-04-03 | |
| | * | | | | | | | | | | | | | | | | | | | | ext4: introduce ext4_get_group_number() | Lukas Czerner | 2013-04-03 | |
| | * | | | | | | | | | | | | | | | | | | | | ext4: make ext4_block_in_group() much more efficient | Lukas Czerner | 2013-04-03 | |
| | * | | | | | | | | | | | | | | | | | | | | ext4: unregister es_shrinker if mount failed | Dmitry Monakhov | 2013-04-03 | |
| | * | | | | | | | | | | | | | | | | | | | | ext4: fix journal callback list traversal | Dmitry Monakhov | 2013-04-03 | |
| | * | | | | | | | | | | | | | | | | | | | | jbd2: fix race between jbd2_journal_remove_checkpoint and ->j_commit_callback | Dmitry Monakhov | 2013-04-03 | |
| | * | | | | | | | | | | | | | | | | | | | | ext4: support simple conversion of extent-mapped inodes to use i_blocks | Theodore Ts'o | 2013-04-03 | |
| | * | | | | | | | | | | | | | | | | | | | | ext4/jbd2: don't wait (forever) for stale tid caused by wraparound | Theodore Ts'o | 2013-04-03 | |
| | * | | | | | | | | | | | | | | | | | | | | ext4: add might_sleep() annotations | Theodore Ts'o | 2013-04-03 | |
| | * | | | | | | | | | | | | | | | | | | | | ext4: add mutex_is_locked() assertion to ext4_truncate() | Theodore Ts'o | 2013-04-03 | |
| | * | | | | | | | | | | | | | | | | | | | | ext4: refactor truncate code | Theodore Ts'o | 2013-04-03 | |
| | * | | | | | | | | | | | | | | | | | | | | ext4: refactor punch hole code | Theodore Ts'o | 2013-04-03 | |
| | * | | | | | | | | | | | | | | | | | | | | ext4: fold ext4_alloc_blocks() in ext4_alloc_branch() | Theodore Ts'o | 2013-04-03 | |
| | * | | | | | | | | | | | | | | | | | | | | ext4: fold ext4_generic_write_end() into ext4_write_end() | Zheng Liu | 2013-04-03 | |
| | * | | | | | | | | | | | | | | | | | | | | ext4: collapse handling of data=ordered and data=writeback codepaths | Theodore Ts'o | 2013-04-03 | |
| * | | | | | | | | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-05-01 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | | | | | | | | | | consolidate compat lookup_dcookie() | Al Viro | 2013-03-03 | |
| | * | | | | | | | | | | | | | | | | | | | | | convert vmsplice to COMPAT_SYSCALL_DEFINE | Al Viro | 2013-03-03 | |
| | * | | | | | | | | | | | | | | | | | | | | | switch epoll_pwait to COMPAT_SYSCALL_DEFINE | Al Viro | 2013-03-03 | |
| | * | | | | | | | | | | | | | | | | | | | | | convert sendfile{,64} to COMPAT_SYSCALL_DEFINE | Al Viro | 2013-03-03 | |
| | * | | | | | | | | | | | | | | | | | | | | | switch signalfd{,4}() to COMPAT_SYSCALL_DEFINE | Al Viro | 2013-03-03 | |
| | * | | | | | | | | | | | | | | | | | | | | | make SYSCALL_DEFINE<n>-generated wrappers do asmlinkage_protect | Al Viro | 2013-03-03 | |
| | * | | | | | | | | | | | | | | | | | | | | | teach SYSCALL_DEFINE<n> how to deal with long long/unsigned long long | Al Viro | 2013-03-03 | |
| | | |_|_|_|_|_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | | | | | | | | Merge branch 'akpm' (incoming from Andrew) | Linus Torvalds | 2013-04-30 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | | | | | | | | | | exec: do not abuse ->cred_guard_mutex in threadgroup_lock() | Oleg Nesterov | 2013-04-30 | |
| | * | | | | | | | | | | | | | | | | | | | | | set_task_comm: kill the pointless memset() + wmb() | Oleg Nesterov | 2013-04-30 | |
| | * | | | | | | | | | | | | | | | | | | | | | fs, proc: truncate /proc/pid/comm writes to first TASK_COMM_LEN bytes | David Rientjes | 2013-04-30 | |
| | * | | | | | | | | | | | | | | | | | | | | | coredump: change wait_for_dump_helpers() to use wait_event_interruptible() | Oleg Nesterov | 2013-04-30 | |
| | * | | | | | | | | | | | | | | | | | | | | | coredump: factor out the setting of PF_DUMPCORE | Oleg Nesterov | 2013-04-30 | |
| | * | | | | | | | | | | | | | | | | | | | | | coredump: introduce dump_interrupted() | Oleg Nesterov | 2013-04-30 | |
| | * | | | | | | | | | | | | | | | | | | | | | coredump: sanitize the setting of signal->group_exit_code | Oleg Nesterov | 2013-04-30 | |
| | * | | | | | | | | | | | | | | | | | | | | | coredump: ensure that SIGKILL always kills the dumping thread | Oleg Nesterov | 2013-04-30 | |
| | * | | | | | | | | | | | | | | | | | | | | | coredump: only SIGKILL should interrupt the coredumping task | Oleg Nesterov | 2013-04-30 | |
| | * | | | | | | | | | | | | | | | | | | | | | usermodehelper: split remaining calls to call_usermodehelper_fns() | Lucas De Marchi | 2013-04-30 | |
| | * | | | | | | | | | | | | | | | | | | | | | coredump: remove trailling whitespace | Lucas De Marchi | 2013-04-30 | |
| | * | | | | | | | | | | | | | | | | | | | | | hfsplus: remove duplicated message prefix in hfsplus_block_free() | Vyacheslav Dubeyko | 2013-04-30 | |
| | * | | | | | | | | | | | | | | | | | | | | | hfsplus: add error propagation to __hfsplus_ext_write_extent() | Alexey Khoroshilov | 2013-04-30 | |
| | * | | | | | | | | | | | | | | | | | | | | | hfs/hfsplus: convert printks to pr_<level> | Joe Perches | 2013-04-30 | |
| | * | | | | | | | | | | | | | | | | | | | | | hfs/hfsplus: convert dprint to hfs_dbg | Joe Perches | 2013-04-30 | |
| | * | | | | | | | | | | | | | | | | | | | | | hfsplus: fix warnings in fs/hfsplus/bfind.c | Vyacheslav Dubeyko | 2013-04-30 | |
| | * | | | | | | | | | | | | | | | | | | | | | hfs: add error checking for hfs_find_init() | Alexey Khoroshilov | 2013-04-30 | |
| | * | | | | | | | | | | | | | | | | | | | | | nilfs2: remove unneeded test in nilfs_writepage() | Vyacheslav Dubeyko | 2013-04-30 | |
| | * | | | | | | | | | | | | | | | | | | | | | nilfs2: fix using of PageLocked() in nilfs_clear_dirty_page() | Vyacheslav Dubeyko | 2013-04-30 | |
| | * | | | | | | | | | | | | | | | | | | | | | nilfs2: fix issue with flush kernel thread after remount in RO mode because o... | Vyacheslav Dubeyko | 2013-04-30 | |
| | * | | | | | | | | | | | | | | | | | | | | | binfmt_elf: PIE: make PF_RANDOMIZE check comment more accurate | Jiri Kosina | 2013-04-30 | |
| | * | | | | | | | | | | | | | | | | | | | | | fs: make binfmt support for #! scripts modular and removable | Josh Triplett | 2013-04-30 | |
| | * | | | | | | | | | | | | | | | | | | | | | epoll: cleanup: use RCU_INIT_POINTER when nulling | Eric Wong | 2013-04-30 | |
