summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2014-07-10nfsd: properly convert return from commit_metadata to __be32Jeff Layton
2014-07-10nfsd: Cleanup - Let nfsd4_lookup_stateid() take a cstate argumentTrond Myklebust
2014-07-10nfsd: Don't get a session reference without a client referenceTrond Myklebust
2014-07-10nfsd: clean up nfsd4_release_lockownerJeff Layton
2014-07-10nfsd: NFSv4 lock-owners are not associated to a specific fileTrond Myklebust
2014-07-10nfsd: Allow lockowners to hold several stateidsJeff Layton
2014-07-08nfsd: lock owners are not per open stateidTrond Myklebust
2014-07-08nfsd: clean up nfsd4_close_open_stateidTrond Myklebust
2014-07-08nfsd: declare v4.1+ openowners confirmed on creationJeff Layton
2014-07-08nfsd: Cleanup nfs4svc_encode_compoundresTrond Myklebust
2014-07-08nfsd: nfs4_preprocess_seqid_op should only set *stpp on successTrond Myklebust
2014-07-08nfsd: add a new /proc/fs/nfsd/max_connections fileJeff Layton
2014-07-08nfsd: Ensure that nfsd_create_setattr commits files to stable storageTrond Myklebust
2014-07-08NFSD: Remove iattr parameter from nfsd_symlink()Kinglong Mee
2014-07-08nfsd: Protect addition to the file_hashtblTrond Myklebust
2014-07-08nfsd: fix file access refcount leak when nfsd4_truncate failsChristoph Hellwig
2014-07-08NFSD: Avoid warning message when compile at i686 archKinglong Mee
2014-07-08nfsd4: replace defer_free by svcxdr_tmpallocJ. Bruce Fields
2014-07-08nfsd4: remove nfs4_acl_newJ. Bruce Fields
2014-07-08nfsd4: define svcxdr_dupstr to share some common codeJ. Bruce Fields
2014-07-08nfsd4: remove unused defer_free argumentJ. Bruce Fields
2014-07-08nfsd4: rename cr_linkname->cr_dataJ. Bruce Fields
2014-07-08nfsd: let nfsd_symlink assume null-terminated dataJ. Bruce Fields
2014-07-08nfsd: make NFSv2 null terminate symlink dataJ. Bruce Fields
2014-07-08nfsd: fix rare symlink decoding bugJ. Bruce Fields
2014-06-23nfsd: properly handle embedded newlines in fault_injection inputJeff Layton
2014-06-23nfsd: fix return of nfs4_acl_write_whoJeff Layton
2014-06-23nfsd: add appropriate __force directives to filehandle generation codeJeff Layton
2014-06-23nfsd: nfsd_splice_read and nfsd_readv should return __be32Jeff Layton
2014-06-23nfsd: clean up sparse endianness warnings in nfscache.cJeff Layton
2014-06-23nfsd: add __force to opaque verifier field castsJeff Layton
2014-06-23NFSD: Using exp_get for export gettingKinglong Mee
2014-06-23NFSD: Using path_get when assigning path for exportKinglong Mee
2014-06-23SUNRPC/NFSD: Change to type of bool for rq_usedeferral and rq_splice_okKinglong Mee
2014-06-23NFSD: Using min/max/min_t/max_t for calculateKinglong Mee
2014-06-22Merge tag 'locks-v3.16-2' of git://git.samba.org/jlayton/linuxLinus Torvalds
2014-06-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-06-22Merge branch 'for-3.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2014-06-19Btrfs: fix wrong error handle when the device is missing or is not writeableMiao Xie
2014-06-19Btrfs: fix deadlock when mounting a degraded fsMiao Xie
2014-06-19Btrfs: use bio_endio_nodec instead of open codeMiao Xie
2014-06-19Btrfs: fix NULL pointer crash when running balance and scrub concurrentlyWang Shilong
2014-06-19btrfs: Skip scrubbing removed chunks to avoid -ENOENT.Qu Wenruo
2014-06-19Btrfs: fix broken free space cache after the system crashedMiao Xie
2014-06-19Btrfs: make free space cache write out functions more readableMiao Xie
2014-06-19Btrfs: remove unused wait queue in struct extent_bufferFilipe Manana
2014-06-19Btrfs: fix deadlocks with trylock on tree nodesChris Mason
2014-06-17NFSD: fix bug for readdir of pseudofsKinglong Mee
2014-06-17NFSD: Don't hand out delegations for 30 seconds after recalling them.NeilBrown
2014-06-17epoll: fix use-after-free in eventpoll_release_fileKonstantin Khlebnikov