summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2013-12-18Merge branch 'akpm-current/current'Stephen Rothwell
2013-12-18Merge remote-tracking branch 'userns/for-next'Stephen Rothwell
2013-12-18Merge remote-tracking branch 'writeback/writeback-for-next'Stephen Rothwell
2013-12-18Merge remote-tracking branch 'driver-core/driver-core-next'Stephen Rothwell
2013-12-18Merge remote-tracking branch 'block/for-next'Stephen Rothwell
2013-12-18Merge remote-tracking branch 'l2-mtd/master'Stephen Rothwell
2013-12-18Merge remote-tracking branch 'dlm/next'Stephen Rothwell
2013-12-18Merge remote-tracking branch 'xfs/for-next'Stephen Rothwell
2013-12-18Merge remote-tracking branch 'v9fs/for-next'Stephen Rothwell
2013-12-18Merge remote-tracking branch 'nfsd/nfsd-next'Stephen Rothwell
2013-12-18Merge remote-tracking branch 'nfs/linux-next'Stephen Rothwell
2013-12-18Merge remote-tracking branch 'logfs/master'Stephen Rothwell
2013-12-18Merge remote-tracking branch 'gfs2/master'Stephen Rothwell
2013-12-18Merge remote-tracking branch 'fscache/fscache'Stephen Rothwell
2013-12-18Merge remote-tracking branch 'f2fs/dev'Stephen Rothwell
2013-12-18Merge remote-tracking branch 'ext4/dev'Stephen Rothwell
2013-12-18Merge remote-tracking branch 'ext3/for_next'Stephen Rothwell
2013-12-18Merge remote-tracking branch 'ecryptfs/next'Stephen Rothwell
2013-12-18Merge remote-tracking branch 'cifs/for-next'Stephen Rothwell
2013-12-18Merge remote-tracking branch 'ceph/master'Stephen Rothwell
2013-12-18Merge remote-tracking branch 'driver-core.current/driver-core-linus'Stephen Rothwell
2013-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2013-12-17Use %pd in eCryptFSDavid Howells
2013-12-17kernfs: add kernfs_dir_opsTejun Heo
2013-12-17kernfs: allow negative dentriesTejun Heo
2013-12-17kernfs: update kernfs_rename_ns() to consider KERNFS_STATIC_NAMETejun Heo
2013-12-17kernfs: mark static names with KERNFS_STATIC_NAMETejun Heo
2013-12-17kernfs: add REMOVED check to create and rename pathsTejun Heo
2013-12-17kernfs: add @mode to kernfs_create_dir[_ns]()Tejun Heo
2013-12-17f2fs: write dirty meta pages collectivelyJaegeuk Kim
2013-12-17f2fs: introduce a new direct_IO write pathJaegeuk Kim
2013-12-17romfs: fix returm err while getting inode in fill_superRui Xiang
2013-12-17afs: proc cells and rootcell are writeablePali Rohár
2013-12-17fs-ext3-use-rbtree-postorder-iteration-helper-instead-of-opencoding-fixAndrew Morton
2013-12-17fs/ext3: use rbtree postorder iteration helper instead of opencodingCody P Schafer
2013-12-17fs/jffs2: use rbtree postorder iteration helper instead of opencodingCody P Schafer
2013-12-17fs/ext4: use rbtree postorder iteration helper instead of opencodingCody P Schafer
2013-12-17fs/ubifs: use rbtree postorder iteration helper instead of opencodingCody P Schafer
2013-12-17fs/exec.c: call arch_pick_mmap_layout() only onceRichard Weinberger
2013-12-17fs/proc/array.c: change do_task_stat() to use while_each_thread()Oleg Nesterov
2013-12-17exec: kill task_struct->did_execOleg Nesterov
2013-12-17exec: move the final allow_write_access/fput into free_bprm()Oleg Nesterov
2013-12-17exec:check_unsafe_exec: kill the dead -EAGAIN and clear_in_exec logicOleg Nesterov
2013-12-17exec:check_unsafe_exec: use while_each_thread() rather than next_thread()Oleg Nesterov
2013-12-17proc: set attributes of pde using accessor functionsRui Xiang
2013-12-17proc: fix ->f_pos overflows in first_tid()Oleg Nesterov
2013-12-17proc: don't (ab)use ->group_leader in proc_task_readdir() pathsOleg Nesterov
2013-12-17proc: change first_tid() to use while_each_thread() rather than next_thread()Oleg Nesterov
2013-12-17proc: fix the potential use-after-free in first_tid()Oleg Nesterov
2013-12-17proc: cleanup/simplify get_task_state/task_state_arrayOleg Nesterov