summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-07-09nfsd: add a new /proc/fs/nfsd/max_connections fileJeff Layton3-0/+53
2014-07-09nfsd: Ensure that nfsd_create_setattr commits files to stable storageTrond Myklebust1-6/+9
2014-07-09NFSD: Remove iattr parameter from nfsd_symlink()Kinglong Mee5-10/+5
2014-07-09nfsd: Protect addition to the file_hashtblTrond Myklebust1-12/+37
2014-07-09nfsd: fix file access refcount leak when nfsd4_truncate failsChristoph Hellwig1-32/+30
2014-07-09NFSD: Avoid warning message when compile at i686 archKinglong Mee1-1/+1
2014-07-09nfsd4: replace defer_free by svcxdr_tmpallocJ. Bruce Fields2-33/+26
2014-07-09nfsd4: remove nfs4_acl_newJ. Bruce Fields3-12/+10
2014-07-09nfsd4: define svcxdr_dupstr to share some common codeJ. Bruce Fields1-13/+23
2014-07-09nfsd4: remove unused defer_free argumentJ. Bruce Fields2-13/+9
2014-07-09nfsd4: rename cr_linkname->cr_dataJ. Bruce Fields3-13/+12
2014-07-09nfsd: let nfsd_symlink assume null-terminated dataJ. Bruce Fields5-18/+7
2014-07-09nfsd: make NFSv2 null terminate symlink dataJ. Bruce Fields1-1/+4
2014-07-09nfsd: fix rare symlink decoding bugJ. Bruce Fields2-10/+12
2014-06-23nfsd: properly handle embedded newlines in fault_injection inputJeff Layton1-0/+8
2014-06-23nfsd: fix return of nfs4_acl_write_whoJeff Layton1-1/+1
2014-06-23nfsd: add appropriate __force directives to filehandle generation codeJeff Layton2-5/+19
2014-06-23nfsd: nfsd_splice_read and nfsd_readv should return __be32Jeff Layton2-5/+6
2014-06-23nfsd: clean up sparse endianness warnings in nfscache.cJeff Layton1-2/+11
2014-06-23nfsd: add __force to opaque verifier field castsJeff Layton2-4/+12
2014-06-23NFSD: Using exp_get for export gettingKinglong Mee5-9/+8
2014-06-23NFSD: Using path_get when assigning path for exportKinglong Mee1-2/+2
2014-06-23SUNRPC/NFSD: Change to type of bool for rq_usedeferral and rq_splice_okKinglong Mee1-2/+2
2014-06-23NFSD: Using min/max/min_t/max_t for calculateKinglong Mee8-64/+31
2014-06-22Merge tag 'locks-v3.16-2' of git://git.samba.org/jlayton/linuxLinus Torvalds1-1/+1
2014-06-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds11-172/+359
2014-06-22Merge branch 'for-3.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-0/+79
2014-06-20Btrfs: fix wrong error handle when the device is missing or is not writeableMiao Xie1-7/+15
2014-06-20Btrfs: fix deadlock when mounting a degraded fsMiao Xie2-1/+9
2014-06-20Btrfs: use bio_endio_nodec instead of open codeMiao Xie1-8/+1
2014-06-20Btrfs: fix NULL pointer crash when running balance and scrub concurrentlyWang Shilong3-7/+6
2014-06-20btrfs: Skip scrubbing removed chunks to avoid -ENOENT.Qu Wenruo1-10/+9
2014-06-20Btrfs: fix broken free space cache after the system crashedMiao Xie4-44/+186
2014-06-20Btrfs: make free space cache write out functions more readableMiao Xie1-66/+93
2014-06-20Btrfs: remove unused wait queue in struct extent_bufferFilipe Manana1-1/+0
2014-06-20Btrfs: fix deadlocks with trylock on tree nodesChris Mason1-34/+46
2014-06-18NFSD: fix bug for readdir of pseudofsKinglong Mee1-0/+1
2014-06-18NFSD: Don't hand out delegations for 30 seconds after recalling them.NeilBrown1-0/+78
2014-06-17epoll: fix use-after-free in eventpoll_release_fileKonstantin Khlebnikov1-2/+2
2014-06-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds8-36/+182
2014-06-15Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds1-34/+36
2014-06-13btrfs: fix error handling in create_pending_snapshotEric Sandeen1-5/+7
2014-06-13btrfs: fix use of uninit "ret" in end_extent_writepage()Eric Sandeen1-1/+1
2014-06-13btrfs: free ulist in qgroup_shared_accounting() error pathEric Sandeen1-1/+3
2014-06-13Btrfs: fix qgroups sanity test crash or hangFilipe Manana1-0/+2
2014-06-13btrfs: prevent RCU warning when dereferencing radix tree slotSasha Levin1-1/+1
2014-06-13Btrfs: fix unfinished readahead thread for raid5/6 degraded mountingWang Shilong1-2/+7
2014-06-13btrfs: new ioctl TREE_SEARCH_V2Gerhard Heift1-0/+41
2014-06-13Merge tag 'dlm-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds1-0/+5
2014-06-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds8-231/+310