summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | nfsd: trivial comment updatesJeff Layton2012-08-202-10/+1
| * | | | | | | | vfs: don't treat fl_type as a bitmapJeff Layton2012-08-201-3/+3
* | | | | | | | | procfs: don't need a PATH_MAX allocation to hold a string representation of a...Jeff Layton2012-10-121-2/+3
* | | | | | | | | vfs: embed struct filename inside of names_cache allocation if possibleJeff Layton2012-10-121-20/+49
* | | | | | | | | audit: make audit_inode take struct filenameJeff Layton2012-10-121-9/+7
* | | | | | | | | vfs: make path_openat take a struct filename pointerJeff Layton2012-10-124-16/+36
* | | | | | | | | vfs: turn do_path_lookup into wrapper around struct filename variantJeff Layton2012-10-121-7/+23
* | | | | | | | | audit: allow audit code to satisfy getname requests from its names_listJeff Layton2012-10-121-0/+4
* | | | | | | | | vfs: define struct filename and have getname() return itJeff Layton2012-10-127-61/+88
* | | | | | | | | vfs: unexport getname and putname symbolsJeff Layton2012-10-121-2/+0
* | | | | | | | | 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/+2
| |_|_|/ / / / / |/| | | | | | |
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-1227-135/+130
|\ \ \ \ \ \ \ \
| * | | | | | | | vfs: bogus warnings in fs/namei.cArnd Bergmann2012-10-111-0/+1
| * | | | | | | | consitify do_mount() argumentsAl Viro2012-10-111-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-095-6/+27
| * | | | | | | | vfs: drop lock/unlock superMarco Stornelli2012-10-091-23/+0
| * | | | | | | | ufs: drop lock/unlock superMarco Stornelli2012-10-094-33/+35
| * | | | | | | | sysv: drop lock/unlock superMarco Stornelli2012-10-095-18/+20
| * | | | | | | | hpfs: drop lock/unlock superMarco Stornelli2012-10-091-3/+0
| * | | | | | | | fat: drop lock/unlock superMarco Stornelli2012-10-095-34/+36
| * | | | | | | | ext3: drop lock/unlock superMarco Stornelli2012-10-091-6/+0
| * | | | | | | | exofs: drop lock/unlock superMarco Stornelli2012-10-091-4/+0
| * | | | | | | | dup3: Return an error when oldfd == newfd.Richard W.M. Jones2012-10-091-0/+3
| * | | | | | | | fs: prevent use after free in auditing when symlink following was deniedSasha Levin2012-10-091-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
| * | | | | | | | | | blockdev: turn a rw semaphore into a percpu rw semaphoreMikulas Patocka2012-09-261-10/+17
| * | | | | | | | | | Fix a crash when block device is read and block size is changed at the same timeMikulas Patocka2012-09-261-2/+60
| * | | | | | | | | | block: Implement support for WRITE SAMEMartin K. Petersen2012-09-201-3/+6
| * | | | | | | | | | block: Add bio_clone_bioset(), bio_clone_kmalloc()Kent Overstreet2012-09-092-7/+9
| * | | | | | | | | | block: Consolidate bio_alloc_bioset(), bio_kmalloc()Kent Overstreet2012-09-091-73/+37
| * | | | | | | | | | block: Kill bi_destructorKent Overstreet2012-09-091-38/+26
| * | | | | | | | | | block: Add bio_reset()Kent Overstreet2012-09-091-0/+24
| * | | | | | | | | | block: Ues bi_pool for bio_integrity_alloc()Kent Overstreet2012-09-092-32/+18
| * | | | | | | | | | block: Generalized bio pool freeingKent Overstreet2012-09-091-18/+13
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'nfs-for-3.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-10-1038-681/+1922
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | pnfsblock: cleanup nfs4_blkdev_getPeng Tao2012-10-082-21/+5
| * | | | | | | | | | NFS41: send real read size in layoutgetPeng Tao2012-10-081-1/+9
| * | | | | | | | | | NFS41: send real write size in layoutgetPeng Tao2012-10-086-7/+57