summaryrefslogtreecommitdiff
path: root/fs (follow)
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | | | | | | | | | ext4: implementation of a new ioctl called EXT4_IOC_SWAP_BOOTDr. Tilmann Bubeck2013-04-08
| * | | | | | | | | | | | | | | | | | | | ext4: print more info in ext4_print_free_blocks()Lukas Czerner2013-04-03
| * | | | | | | | | | | | | | | | | | | | ext4: try to prepend extent to the existing oneLukas Czerner2013-04-03
| * | | | | | | | | | | | | | | | | | | | ext4: Transfer initialized block to right neighbor if possibleLukas Czerner2013-04-03
| * | | | | | | | | | | | | | | | | | | | ext4: introduce ext4_get_group_number()Lukas Czerner2013-04-03
| * | | | | | | | | | | | | | | | | | | | ext4: make ext4_block_in_group() much more efficientLukas Czerner2013-04-03
| * | | | | | | | | | | | | | | | | | | | ext4: unregister es_shrinker if mount failedDmitry Monakhov2013-04-03
| * | | | | | | | | | | | | | | | | | | | ext4: fix journal callback list traversalDmitry Monakhov2013-04-03
| * | | | | | | | | | | | | | | | | | | | jbd2: fix race between jbd2_journal_remove_checkpoint and ->j_commit_callbackDmitry Monakhov2013-04-03
| * | | | | | | | | | | | | | | | | | | | ext4: support simple conversion of extent-mapped inodes to use i_blocksTheodore Ts'o2013-04-03
| * | | | | | | | | | | | | | | | | | | | ext4/jbd2: don't wait (forever) for stale tid caused by wraparoundTheodore Ts'o2013-04-03
| * | | | | | | | | | | | | | | | | | | | ext4: add might_sleep() annotationsTheodore Ts'o2013-04-03
| * | | | | | | | | | | | | | | | | | | | ext4: add mutex_is_locked() assertion to ext4_truncate()Theodore Ts'o2013-04-03
| * | | | | | | | | | | | | | | | | | | | ext4: refactor truncate codeTheodore Ts'o2013-04-03
| * | | | | | | | | | | | | | | | | | | | ext4: refactor punch hole codeTheodore Ts'o2013-04-03
| * | | | | | | | | | | | | | | | | | | | ext4: fold ext4_alloc_blocks() in ext4_alloc_branch()Theodore Ts'o2013-04-03
| * | | | | | | | | | | | | | | | | | | | ext4: fold ext4_generic_write_end() into ext4_write_end()Zheng Liu2013-04-03
| * | | | | | | | | | | | | | | | | | | | ext4: collapse handling of data=ordered and data=writeback codepathsTheodore Ts'o2013-04-03
* | | | | | | | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-01
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | consolidate compat lookup_dcookie()Al Viro2013-03-03
| * | | | | | | | | | | | | | | | | | | | | convert vmsplice to COMPAT_SYSCALL_DEFINEAl Viro2013-03-03
| * | | | | | | | | | | | | | | | | | | | | switch epoll_pwait to COMPAT_SYSCALL_DEFINEAl Viro2013-03-03
| * | | | | | | | | | | | | | | | | | | | | convert sendfile{,64} to COMPAT_SYSCALL_DEFINEAl Viro2013-03-03
| * | | | | | | | | | | | | | | | | | | | | switch signalfd{,4}() to COMPAT_SYSCALL_DEFINEAl Viro2013-03-03
| * | | | | | | | | | | | | | | | | | | | | make SYSCALL_DEFINE<n>-generated wrappers do asmlinkage_protectAl Viro2013-03-03
| * | | | | | | | | | | | | | | | | | | | | teach SYSCALL_DEFINE<n> how to deal with long long/unsigned long longAl Viro2013-03-03
| | |_|_|_|_|_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2013-04-30
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | exec: do not abuse ->cred_guard_mutex in threadgroup_lock()Oleg Nesterov2013-04-30
| * | | | | | | | | | | | | | | | | | | | | set_task_comm: kill the pointless memset() + wmb()Oleg Nesterov2013-04-30
| * | | | | | | | | | | | | | | | | | | | | fs, proc: truncate /proc/pid/comm writes to first TASK_COMM_LEN bytesDavid Rientjes2013-04-30
| * | | | | | | | | | | | | | | | | | | | | coredump: change wait_for_dump_helpers() to use wait_event_interruptible()Oleg Nesterov2013-04-30
| * | | | | | | | | | | | | | | | | | | | | coredump: factor out the setting of PF_DUMPCOREOleg Nesterov2013-04-30
| * | | | | | | | | | | | | | | | | | | | | coredump: introduce dump_interrupted()Oleg Nesterov2013-04-30
| * | | | | | | | | | | | | | | | | | | | | coredump: sanitize the setting of signal->group_exit_codeOleg Nesterov2013-04-30
| * | | | | | | | | | | | | | | | | | | | | coredump: ensure that SIGKILL always kills the dumping threadOleg Nesterov2013-04-30
| * | | | | | | | | | | | | | | | | | | | | coredump: only SIGKILL should interrupt the coredumping taskOleg Nesterov2013-04-30
| * | | | | | | | | | | | | | | | | | | | | usermodehelper: split remaining calls to call_usermodehelper_fns()Lucas De Marchi2013-04-30
| * | | | | | | | | | | | | | | | | | | | | coredump: remove trailling whitespaceLucas De Marchi2013-04-30
| * | | | | | | | | | | | | | | | | | | | | hfsplus: remove duplicated message prefix in hfsplus_block_free()Vyacheslav Dubeyko2013-04-30
| * | | | | | | | | | | | | | | | | | | | | hfsplus: add error propagation to __hfsplus_ext_write_extent()Alexey Khoroshilov2013-04-30
| * | | | | | | | | | | | | | | | | | | | | hfs/hfsplus: convert printks to pr_<level>Joe Perches2013-04-30
| * | | | | | | | | | | | | | | | | | | | | hfs/hfsplus: convert dprint to hfs_dbgJoe Perches2013-04-30
| * | | | | | | | | | | | | | | | | | | | | hfsplus: fix warnings in fs/hfsplus/bfind.cVyacheslav Dubeyko2013-04-30
| * | | | | | | | | | | | | | | | | | | | | hfs: add error checking for hfs_find_init()Alexey Khoroshilov2013-04-30
| * | | | | | | | | | | | | | | | | | | | | nilfs2: remove unneeded test in nilfs_writepage()Vyacheslav Dubeyko2013-04-30
| * | | | | | | | | | | | | | | | | | | | | nilfs2: fix using of PageLocked() in nilfs_clear_dirty_page()Vyacheslav Dubeyko2013-04-30
| * | | | | | | | | | | | | | | | | | | | | nilfs2: fix issue with flush kernel thread after remount in RO mode because o...Vyacheslav Dubeyko2013-04-30
| * | | | | | | | | | | | | | | | | | | | | binfmt_elf: PIE: make PF_RANDOMIZE check comment more accurateJiri Kosina2013-04-30
| * | | | | | | | | | | | | | | | | | | | | fs: make binfmt support for #! scripts modular and removableJosh Triplett2013-04-30
| * | | | | | | | | | | | | | | | | | | | | epoll: cleanup: use RCU_INIT_POINTER when nullingEric Wong2013-04-30