summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | fs/nfsd/nfs4idmap.c: adjust inconsistent IS_ERR and PTR_ERRJulia Lawall2012-09-101-1/+1
| * | | | | nfsd: remove unused listener-removal interfacesJ. Bruce Fields2012-09-101-78/+0Star
| * | | | | nfsd4: fix nfs4 stateid leakJ. Bruce Fields2012-09-101-0/+1
| * | | | | svcrpc: remove handling of unknown errors from svc_recvJ. Bruce Fields2012-08-213-40/+5Star
| * | | | | nfsd: allow configuring nfsd to listen on 5-digit portsJ. Bruce Fields2012-08-211-1/+1
| * | | | | nfsd: remove redundant "port" argumentJ. Bruce Fields2012-08-213-9/+9
| * | | | | knfsd: don't allocate file_locks on the stackJeff Layton2012-08-211-42/+76
| * | | | | knfsd: remove bogus BUG_ON() call from nfsd4_lockuJeff Layton2012-08-211-1/+0Star
| * | | | | nfsd4: nfsd_process_n_delegations should be staticJ. Bruce Fields2012-08-211-1/+1
| * | | | | NFSD: Swap the struct nfs4_operation getter and setterBryan Schumaker2012-08-211-2/+2
| * | | | | nfsd: do_nfsd_create verf argument is a u32J. Bruce Fields2012-08-211-1/+1
| * | | | | nfsd4: declare nfs4_recoverydir properlyJ. Bruce Fields2012-08-212-2/+2
| * | | | | nfsd4: nfsaclsvc_encode_voidres staticJ. Bruce Fields2012-08-211-2/+1Star
| * | | | | nfsd: trivial comment updatesJeff Layton2012-08-212-10/+1Star
| * | | | | vfs: don't treat fl_type as a bitmapJeff Layton2012-08-211-3/+3
* | | | | | procfs: don't need a PATH_MAX allocation to hold a string representation of a...Jeff Layton2012-10-131-2/+3
* | | | | | vfs: embed struct filename inside of names_cache allocation if possibleJeff Layton2012-10-131-20/+49
* | | | | | audit: make audit_inode take struct filenameJeff Layton2012-10-131-9/+7Star
* | | | | | vfs: make path_openat take a struct filename pointerJeff Layton2012-10-134-16/+36
* | | | | | vfs: turn do_path_lookup into wrapper around struct filename variantJeff Layton2012-10-131-7/+23
* | | | | | audit: allow audit code to satisfy getname requests from its names_listJeff Layton2012-10-131-0/+4
* | | | | | vfs: define struct filename and have getname() return itJeff Layton2012-10-137-61/+88
* | | | | | vfs: unexport getname and putname symbolsJeff Layton2012-10-121-2/+0Star
* | | | | | audit: overhaul __audit_inode_child to accomodate retryingJeff Layton2012-10-122-2/+2
* | | | | | audit: set the name_len in audit_inode for parent lookupsJeff Layton2012-10-123-13/+13
* | | | | | audit: reverse arguments to audit_inode_childJeff Layton2012-10-122-2/+2
* | | | | | audit: remove unnecessary NULL ptr checks from do_path_lookupJeff Layton2012-10-121-6/+2Star
| |_|_|/ / |/| | | |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-1227-135/+130Star
|\ \ \ \ \
| * | | | | vfs: bogus warnings in fs/namei.cArnd Bergmann2012-10-121-0/+1
| * | | | | consitify do_mount() argumentsAl Viro2012-10-121-6/+6
| * | | | | lglock: add DEFINE_STATIC_LGLOCK()Lai Jiangshan2012-10-101-1/+1
| * | | | | tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checkingHugh Dickins2012-10-105-6/+27
| * | | | | vfs: drop lock/unlock superMarco Stornelli2012-10-101-23/+0Star
| * | | | | ufs: drop lock/unlock superMarco Stornelli2012-10-104-33/+35
| * | | | | sysv: drop lock/unlock superMarco Stornelli2012-10-105-18/+20
| * | | | | hpfs: drop lock/unlock superMarco Stornelli2012-10-101-3/+0Star
| * | | | | fat: drop lock/unlock superMarco Stornelli2012-10-105-34/+36
| * | | | | ext3: drop lock/unlock superMarco Stornelli2012-10-101-6/+0Star
| * | | | | exofs: drop lock/unlock superMarco Stornelli2012-10-101-4/+0Star
| * | | | | dup3: Return an error when oldfd == newfd.Richard W.M. Jones2012-10-101-0/+3
| * | | | | fs: prevent use after free in auditing when symlink following was deniedSasha Levin2012-10-101-1/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'writeback-for-next' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-10-121-1/+1
|\ \ \ \ \
| * | | | | writeback: correct comment for move_expired_inodes()Wang Sheng-Hui2012-09-111-1/+1
* | | | | | Merge tag 'for-linus-merge-3.7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-10-122-15/+23
|\ \ \ \ \ \
| * | | | | | 9p: don't use __getname/__putname for uname/anameJeff Layton2012-09-171-11/+19
| * | | | | | fs/9p: avoid debug OOPS when reading a long symlinkJim Meyering2012-09-061-4/+4
* | | | | | | autofs4 - fix reset pending flag on mount failIan Kent2012-10-111-2/+4
* | | | | | | Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-blockLinus Torvalds2012-10-114-160/+188
|\ \ \ \ \ \ \
| * | | | | | | block: makes bio_split support bio without dataShaohua Li2012-09-281-12/+14
| * | | | | | | fs/block_dev.c:1644:5: sparse: symbol 'blkdev_mmap' was not declaredFengguang Wu2012-09-261-1/+1