aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds2-7/+7
2012-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds2-3/+3
2012-10-13Merge branch 'for-3.7' of git://linux-nfs.org/~bfields/linuxLinus Torvalds15-305/+227
2012-10-12procfs: don't need a PATH_MAX allocation to hold a string representation of an intJeff Layton1-2/+3
2012-10-12vfs: embed struct filename inside of names_cache allocation if possibleJeff Layton1-20/+49
2012-10-12audit: make audit_inode take struct filenameJeff Layton1-9/+7
2012-10-12vfs: make path_openat take a struct filename pointerJeff Layton4-16/+36
2012-10-12vfs: turn do_path_lookup into wrapper around struct filename variantJeff Layton1-7/+23
2012-10-12audit: allow audit code to satisfy getname requests from its names_listJeff Layton1-0/+4
2012-10-12vfs: define struct filename and have getname() return itJeff Layton7-61/+88
2012-10-12btrfs: Fix compilation with user namespace support enabledEric W. Biederman1-2/+2
2012-10-12userns: Fix posix_acl_file_xattr_userns gid conversionEric W. Biederman1-1/+1
2012-10-12vfs: unexport getname and putname symbolsJeff Layton1-2/+0
2012-10-12audit: overhaul __audit_inode_child to accomodate retryingJeff Layton2-2/+2
2012-10-12audit: set the name_len in audit_inode for parent lookupsJeff Layton3-13/+13
2012-10-12audit: reverse arguments to audit_inode_childJeff Layton2-2/+2
2012-10-12audit: remove unnecessary NULL ptr checks from do_path_lookupJeff Layton1-6/+2
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds27-135/+130
2012-10-12Merge branch 'writeback-for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds1-1/+1
2012-10-12Merge tag 'for-linus-merge-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fsLinus Torvalds2-15/+23
2012-10-11vfs: bogus warnings in fs/namei.cArnd Bergmann1-0/+1
2012-10-11consitify do_mount() argumentsAl Viro1-6/+6
2012-10-11Merge Trond's bugfixesJ. Bruce Fields2-3/+3
2012-10-11autofs4 - fix reset pending flag on mount failIan Kent1-2/+4
2012-10-11Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-blockLinus Torvalds4-160/+188
2012-10-10Merge tag 'nfs-for-3.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds38-681/+1922
2012-10-10lglock: add DEFINE_STATIC_LGLOCK()Lai Jiangshan1-1/+1
2012-10-09tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checkingHugh Dickins5-6/+27
2012-10-09vfs: drop lock/unlock superMarco Stornelli1-23/+0
2012-10-09ufs: drop lock/unlock superMarco Stornelli4-33/+35
2012-10-09sysv: drop lock/unlock superMarco Stornelli5-18/+20
2012-10-09hpfs: drop lock/unlock superMarco Stornelli1-3/+0
2012-10-09fat: drop lock/unlock superMarco Stornelli5-34/+36
2012-10-09ext3: drop lock/unlock superMarco Stornelli1-6/+0
2012-10-09exofs: drop lock/unlock superMarco Stornelli1-4/+0
2012-10-09dup3: Return an error when oldfd == newfd.Richard W.M. Jones1-0/+3
2012-10-09fs: prevent use after free in auditing when symlink following was deniedSasha Levin1-1/+1
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds3-7/+56
2012-10-10Merge branch 'for-linus-37rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds4-9/+10
2012-10-10Merge tag 'for-linus-20121009' of git://git.infradead.org/mtd-2.6Linus Torvalds2-4/+8
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds38-1615/+3564
2012-10-10Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-0/+37
2012-10-09nfs: disintegrate UAPI for nfsJ. Bruce Fields399-7962/+14232
2012-10-09hppfs: fix the return value of get_inode()Wei Yongjun1-1/+1
2012-10-09hostfs: drop vmtruncateMarco Stornelli1-3/+5
2012-10-09um: get rid of pointless include "..." where include <...> will doAl Viro4-5/+4
2012-10-09btrfs: init ref_index to zero in add_inode_refChris Mason1-1/+1
2012-10-09Merge tag 'disintegrate-mtd-20121009' of git://git.infradead.org/users/dhowells/linux-headersDavid Woodhouse401-7965/+14234
2012-10-09Btrfs: remove repeated eb->pages check in, disk-io.c/csum_dirty_bufferWang Sheng-Hui1-4/+0
2012-10-09Btrfs: fix page leakageJosef Bacik1-1/+1