summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | 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
| * | | | | | | 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/+37Star
| * | | | | | | block: Kill bi_destructorKent Overstreet2012-09-091-38/+26Star
| * | | | | | | block: Add bio_reset()Kent Overstreet2012-09-091-0/+24
| * | | | | | | block: Ues bi_pool for bio_integrity_alloc()Kent Overstreet2012-09-092-32/+18Star
| * | | | | | | block: Generalized bio pool freeingKent Overstreet2012-09-091-18/+13Star
* | | | | | | | 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-092-21/+5Star
| * | | | | | | | NFS41: send real read size in layoutgetPeng Tao2012-10-091-1/+9
| * | | | | | | | NFS41: send real write size in layoutgetPeng Tao2012-10-096-7/+57
| * | | | | | | | NFS: track direct IO left bytesPeng Tao2012-10-091-0/+5
| * | | | | | | | NFSv4.1: Cleanup ugliness in pnfs_layoutgets_blocked()Trond Myklebust2012-10-061-11/+14
| * | | | | | | | NFSv4.1: Ensure that the layout sequence id stays 'close' to the currentTrond Myklebust2012-10-051-13/+8Star
| * | | | | | | | NFSv4.1: Deal with seqid wraparound in the pNFS return-on-close codeTrond Myklebust2012-10-051-1/+1
| * | | | | | | | NFSv4 set open access operation call flag in nfs4_init_opendata_resAndy Adamson2012-10-041-1/+1
| * | | | | | | | NFSv4.1: Remove the dependency on CONFIG_EXPERIMENTALTrond Myklebust2012-10-031-2/+2
| * | | | | | | | NFSv4 reduce attribute requests for open reclaimAndy Adamson2012-10-032-27/+89
| * | | | | | | | NFSv4: nfs4_open_done first must check that GETATTR decoded a file typeTrond Myklebust2012-10-031-1/+3
| * | | | | | | | NFSv4.1: Deal with wraparound when updating the layout "barrier" seqidTrond Myklebust2012-10-031-4/+7
| * | | | | | | | NFSv4.1: Deal with wraparound issues when updating the layout stateidTrond Myklebust2012-10-031-1/+10
| * | | | | | | | NFSv4.1: Always set the layout stateid if this is the first layoutgetTrond Myklebust2012-10-031-3/+5
| * | | | | | | | NFSv4.1: Fix another refcount issue in pnfs_find_alloc_layoutTrond Myklebust2012-10-031-7/+8