summaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
* NFS/flexfiles: Use the correct TCP timeout for flexfiles I/OTrond Myklebust2019-07-031-1/+1
* NFS: Fix a double unlock from nfs_match,get_clientBenjamin Coddington2019-05-311-1/+1
* NFS: make nfs_match_client killableRoberto Bergantinos Corpas2019-05-311-1/+6
* PNFS fallback to MDS if no deviceid foundOlga Kornievskaia2019-05-251-1/+1
* NFS4: Fix v4.0 client state corruption when mountZhangXiaoxu2019-05-251-0/+4
* NFS: Fix a typo in nfs_init_timeout_values()Trond Myklebust2019-05-041-1/+1
* NFS: Forbid setting AF_INET6 to "struct sockaddr_in"->sin_family.Tetsuo Handa2019-05-021-1/+2
* NFSv4.1 don't free interrupted slot on openOlga Kornievskaia2019-04-031-1/+2
* NFSv4.1: Reinitialise sequence results before retransmitting a requestTrond Myklebust2019-03-231-4/+8
* NFS: Don't recoalesce on error in nfs_pageio_complete_mirror()Trond Myklebust2019-03-231-1/+1
* NFS: Fix an I/O request leakage in nfs_do_recoalesceTrond Myklebust2019-03-231-1/+0
* NFS: Fix I/O request leakagesTrond Myklebust2019-03-231-5/+21
* keys: Fix dependency loop between construction record and auth keyDavid Howells2019-03-231-14/+17
* NFS: Don't use page_file_mapping after removing the pageBenjamin Coddington2019-03-231-5/+6
* nfs: Fix NULL pointer dereference of dev_nameYao Liu2019-03-131-0/+5
* NFS: nfs_compare_mount_options always compare auth flavors.Chris Perl2019-02-121-2/+1
* NFS: Fix up return value on fatal errors in nfs_page_async_flush()Trond Myklebust2019-02-061-4/+5
* nfs: fix a deadlock in nfs client initializationScott Mayhew2019-01-262-4/+24
* nfs: don't dirty kernel pages read by direct-ioDave Kleikamp2018-12-211-1/+8
* flexfiles: enforce per-mirror stateid only for v4 DSesTigran Mkrtchyan2018-12-171-2/+4
* flexfiles: use per-mirror specified stateid for IOTigran Mkrtchyan2018-12-133-12/+32
* nfs: Fix a missed page unlock after pg_doio()Benjamin Coddington2018-11-131-19/+21
* NFSv4.1: Fix the r/wsize checkingTrond Myklebust2018-11-131-7/+9
* NFSv4.1 fix infinite loop on I/O.Trond Myklebust2018-09-262-3/+9
* NFSv4.1: Fix a potential layoutget/layoutrecall deadlockTrond Myklebust2018-09-191-2/+2
* NFSv4.0 fix client reference leak in callbackOlga Kornievskaia2018-09-191-3/+8
* NFSv4: Fix error handling in nfs4_sp4_select_mode()Wei Yongjun2018-09-151-1/+1
* NFSv4: Fix a sleep in atomic context in nfs4_callback_sequence()Trond Myklebust2018-09-091-4/+10
* NFSv4: Fix locking in pnfs_generic_recover_commit_reqsTrond Myklebust2018-09-091-9/+7
* NFSv4 client live hangs after live data migration recoveryBill Baker2018-09-091-1/+8
* pnfs/blocklayout: off by one in bl_map_stripe()Dan Carpenter2018-09-091-1/+1
* pNFS: Always free the session slot on error in nfs4_layoutget_handle_exceptionTrond Myklebust2018-08-241-7/+10
* pnfs: Don't release the sequence slot until we've processed layoutget on openTrond Myklebust2018-08-031-1/+2
* NFSv4.1: Fix the client behaviour on NFS4ERR_SEQ_FALSE_RETRYTrond Myklebust2018-08-031-4/+7
* skip LAYOUTRETURN if layout is invalidOlga Kornievskaia2018-08-031-2/+4
* NFSv4: Fix a typo in nfs41_sequence_processTrond Myklebust2018-07-031-1/+1
* NFSv4: Revert commit 5f83d86cf531d ("NFSv4.x: Fix wraparound issues..")Trond Myklebust2018-07-031-5/+2
* NFSv4: Fix possible 1-byte stack overflow in nfs_idmap_read_and_verify_messageDave Wysochanski2018-07-031-2/+3
* NFSv4.1: Fix up replays of interrupted requestsTrond Myklebust2018-06-262-47/+103
* nfs: system crashes after NFS4ERR_MOVED recoveryBill.Baker@oracle.com2018-05-301-2/+4
* nfs: Do not convert nfs_idmap_cache_timeout to jiffiesJan Chochol2018-04-261-1/+1
* NFSv4: always set NFS_LOCK_LOST when a lock is lost.NeilBrown2018-04-262-5/+12
* fs: Teach path_connected to handle nfs filesystems with multiple roots.Eric W. Biederman2018-03-211-0/+2
* NFS: Fix unstable write completionTrond Myklebust2018-03-151-40/+43
* pNFS: Prevent the layout header refcount going to zero in pnfs_roc()Trond Myklebust2018-03-151-3/+10
* NFS: Fix an incorrect type in struct nfs_direct_reqTrond Myklebust2018-03-151-1/+1
* NFS: Fix a race between mmap() and O_DIRECTTrond Myklebust2018-02-161-1/+1
* NFS: reject request for id_legacy key without auxdataEric Biggers2018-02-161-1/+5
* NFS: commit direct writes even if they fail partiallyJ. Bruce Fields2018-02-161-3/+1
* NFS: Fix nfsstat breakage due to LOOKUPPTrond Myklebust2018-02-161-26/+38