summaryrefslogtreecommitdiff
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
* nfs: don't create zero-length requestsBenjamin Coddington2016-08-191-1/+4
* NFS: Fix another OPEN_DOWNGRADE bugTrond Myklebust2016-07-101-3/+2
* make nfs_atomic_open() call d_drop() on all ->open_context() errors.Al Viro2016-07-101-1/+1
* pnfs_nfs: fix _cancel_empty_pagelistWeston Andros Adamson2016-07-101-2/+10
* nfs: avoid race that crashes nfs_init_commitWeston Andros Adamson2016-07-102-0/+32
* pNFS: Tighten up locking around DS commit bucketsTrond Myklebust2016-07-101-18/+32
* NFSv4: Fix a dentry leak on alias useBenjamin Coddington2016-03-071-2/+2
* pNFS/flexfiles: Fix an XDR encoding bug in layoutreturnTrond Myklebust2016-02-151-4/+2
* NFS: Fix attribute cache revalidationTrond Myklebust2016-02-011-15/+39
* NFS: Remove the "NFS_CAP_CHANGE_ATTR" capabilityTrond Myklebust2016-02-013-6/+3
* nfs: Fix race in __update_open_stateid()Andrew Elble2016-02-011-1/+1
* nfs: if we have no valid attrs, then don't declare the attribute cache validJeff Layton2015-12-141-1/+5
* nfs4: start callback_ident at idr 1Benjamin Coddington2015-12-141-1/+1
* nfs4: have do_vfs_lock take an inode pointerJeff Layton2015-10-271-8/+8
* nfs/filelayout: Fix NULL reference caused by double freeing of fh_arrayKinglong Mee2015-10-221-19/+12
* NFS: Fix a write performance regressionTrond Myklebust2015-10-221-1/+1
* nfs: fix pg_test page count calculationPeng Tao2015-10-221-1/+1
* NFS: Do cleanup before resetting pageio read/write to mdsKinglong Mee2015-10-222-0/+6
* Revert "NFSv4: Remove incorrect check in can_open_delegated()"Trond Myklebust2015-09-291-0/+2
* NFSv4.1: Fix a protocol issue with CLOSE stateidsTrond Myklebust2015-09-291-5/+10
* NFSv4.1/flexfiles: Fix a protocol error in layoutreturnTrond Myklebust2015-09-291-2/+5
* NFS41/flexfiles: zero out DS write wccPeng Tao2015-09-291-0/+2
* NFSv4: Force a post-op attribute update when holding a delegationTrond Myklebust2015-09-291-0/+7
* NFS41/flexfiles: update inode after write finishesPeng Tao2015-09-291-0/+3
* NFS: nfs_set_pgio_error sometimes misses errorsTrond Myklebust2015-09-291-2/+2
* NFS: Fix a NULL pointer dereference of migration recovery ops for v4.2 clientKinglong Mee2015-09-291-0/+1
* NFSv4.1/pNFS: Fix borken function _same_data_server_addrs_locked()Trond Myklebust2015-09-291-14/+19
* NFS: Don't let the ctime override attribute barriers.Trond Myklebust2015-09-291-8/+0
* NFSv4: don't set SETATTR for O_RDONLY|O_EXCLNeilBrown2015-09-291-1/+1
* NFSv4/pnfs: Ensure we don't miss a file extensionTrond Myklebust2015-09-291-6/+9
* NFS: Fix a memory leak in nfs_do_recoalesceTrond Myklebust2015-08-101-1/+4
* NFSv4: We must set NFS_OPEN_STATE flag in nfs_resync_open_stateid_lockedTrond Myklebust2015-08-101-0/+3
* NFS: Don't revalidate the mapping if both size and change attr are up to dateTrond Myklebust2015-08-101-4/+4
* nfs: always update creds in mirror, even when we have an already connected dsJeff Layton2015-08-031-2/+2
* nfs: fix potential credential leak in ff_layout_update_mirror_credJeff Layton2015-08-031-1/+2
* NFS: Ensure we set NFS_CONTEXT_RESEND_WRITES when requeuing writesTrond Myklebust2015-08-032-0/+2
* fixing infinite OPEN loop in 4.0 stateid recoveryOlga Kornievskaia2015-08-031-0/+2
* NFS: Fix size of NFSACL SETACL operationsChuck Lever2015-08-031-1/+1
* pNFS/flexfiles: Fix the reset of struct pgio_header when resendingTrond Myklebust2015-08-031-1/+1
* pNFS: Fix a memory leak when attempted pnfs failsTrond Myklebust2015-08-031-0/+2
* nfs: take extra reference to fl->fl_file when running a setlkJeff Layton2015-05-131-0/+3
* nfs: stat(2) fails during cthon04 basic test5 on NFSv4.0Chuck Lever2015-05-131-5/+8
* Merge tag 'nfs-for-4.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2015-04-2634-163/+313
|\
| * Merge branch 'bugfixes'Trond Myklebust2015-04-234-6/+3
| |\
| | * NFSv4: Return delegations synchronously in evict_inodeTrond Myklebust2015-03-271-1/+1
| | * NFS: remount with security change should return EINVALBenjamin Coddington2015-03-121-2/+1
| | * nfs: do not export discarded symbolsArnd Bergmann2015-03-121-1/+1
| | * NFSv4.1: don't export static symbolJulia Lawall2015-03-121-2/+0
| * | fs/nfs: fix new compiler warning about boolean in switchAndre Przywara2015-04-231-7/+4
| * | nfs: Remove unneeded casts in nfsFiro Yang2015-04-231-1/+1