aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-05-07make blkdev_put() return voidAl Viro7-45/+21
2013-05-07block_device_operations->release() should return voidAl Viro1-1/+1
2013-05-05hfs: SMP race on directory close()Al Viro1-0/+2
2013-05-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds9-50/+27
2013-05-04hostfs: use kmalloc instead of kzallocJames Hogan1-1/+2
2013-05-04hostfs: move HOSTFS_SUPER_MAGIC to <linux/magic.h>James Hogan1-2/+1
2013-05-04hostfs: remove "will unlock" commentJames Hogan1-1/+1
2013-05-04vfs: use list_move instead of list_del/list_addWei Yongjun1-2/+1
2013-05-04proc_devtree: Replace include linux/module.h with linux/export.hSyam Sidhardhan1-1/+1
2013-05-04create_mnt_ns: unidiomatic use of list_add()Al Viro1-1/+1
2013-05-04fs: remove dentry_lru_prune()Yan, Zheng1-22/+9
2013-05-04Removed unused typedef to avoid "unused local typedef" warnings.Han Shen1-1/+0
2013-05-04kill fs/read_write.hAl Viro3-12/+4
2013-05-04do_coredump(): don't wait for thaw if coredump has already been interruptedAl Viro1-4/+5
2013-05-04do_mount(): fix a leak introduced in 3.9 ("mount: consolidate permission checks")Al Viro1-3/+2
2013-05-03Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds12-549/+708
2013-05-03Merge tag 'jfs-3.10' of git://github.com/kleikamp/linux-shaggyLinus Torvalds3-3/+4
2013-05-03Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds3-7/+16
2013-05-03Merge tag 'for-v3.10' of git://git.infradead.org/users/cbou/linux-pstoreLinus Torvalds2-38/+54
2013-05-03Merge branch 'for_next' into for_linusJan Kara3-7/+16
2013-05-02Merge tag 'for-linus-v3.10-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds63-5846/+9572
2013-05-02Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds2-4/+7
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds58-1613/+1307
2013-05-01Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds8-0/+589
2013-05-01don't bother with deferred freeing of fdtablesAl Viro1-66/+2
2013-05-01proc: Move non-public stuff from linux/proc_fs.h to fs/proc/internal.hDavid Howells2-111/+197
2013-05-01proc: Make the PROC_I() and PDE() macros internal to procfsDavid Howells3-2/+26
2013-05-01proc: Supply a function to remove a proc entry by PDEDavid Howells2-1/+8
2013-05-01take cgroup_open() and cpuset_open() to fs/proc/base.cAl Viro1-0/+31
2013-05-01reiserfs: Don't access the proc_dir_entry in r_open(), r_start() r_show()David Howells1-11/+18
2013-05-01proc: Supply an accessor for getting the data from a PDE's parentDavid Howells1-0/+7
2013-05-01proc: Add proc_mkdir_data()David Howells2-20/+13
2013-05-01proc: Move some bits from linux/proc_fs.h to linux/{of.h,signal.h,tty.h}David Howells1-0/+16
2013-05-01proc: Move PDE_NET() to fs/proc/proc_net.cDavid Howells1-0/+4
2013-05-01proc: Split the namespace stuff out into linux/proc_ns.hDavid Howells3-13/+18
2013-05-01proc: Move proc_fd() to fs/proc/fd.hDavid Howells2-5/+5
2013-05-01proc: Uninline pid_delete_dentry()David Howells2-9/+14
2013-05-01proc: Supply PDE attribute setting accessor functionsDavid Howells1-0/+13
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2013-05-01xfs: fix da node magic number mismatchesDave Chinner2-3/+2
2013-05-01xfs: Remote attr validation fixes and optimisationsDave Chinner1-14/+5
2013-05-01jfs: fix a couple racesDave Kleikamp2-2/+3
2013-05-01Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds28-1397/+1845
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds11-233/+170
2013-04-30Merge branch 'akpm' (incoming from Andrew)Linus Torvalds45-441/+652
2013-04-30exec: do not abuse ->cred_guard_mutex in threadgroup_lock()Oleg Nesterov1-0/+3
2013-04-30set_task_comm: kill the pointless memset() + wmb()Oleg Nesterov1-10/+0
2013-04-30fs, proc: truncate /proc/pid/comm writes to first TASK_COMM_LEN bytesDavid Rientjes1-3/+2
2013-04-30coredump: change wait_for_dump_helpers() to use wait_event_interruptible()Oleg Nesterov1-6/+9
2013-04-30coredump: factor out the setting of PF_DUMPCOREOleg Nesterov4-5/+2