summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
2019-05-25PNFS fallback to MDS if no deviceid foundOlga Kornievskaia1-1/+1
2019-05-25NFS4: Fix v4.0 client state corruption when mountZhangXiaoxu1-0/+4
2019-05-04NFS: Fix a typo in nfs_init_timeout_values()Trond Myklebust1-1/+1
2019-05-02NFS: Forbid setting AF_INET6 to "struct sockaddr_in"->sin_family.Tetsuo Handa1-1/+2
2019-04-03NFSv4.1 don't free interrupted slot on openOlga Kornievskaia1-1/+2
2019-03-23NFSv4.1: Reinitialise sequence results before retransmitting a requestTrond Myklebust1-4/+8
2019-03-23NFS: Don't recoalesce on error in nfs_pageio_complete_mirror()Trond Myklebust1-1/+1
2019-03-23NFS: Fix an I/O request leakage in nfs_do_recoalesceTrond Myklebust1-1/+0
2019-03-23NFS: Fix I/O request leakagesTrond Myklebust1-5/+21
2019-03-23keys: Fix dependency loop between construction record and auth keyDavid Howells1-14/+17
2019-03-23NFS: Don't use page_file_mapping after removing the pageBenjamin Coddington1-5/+6
2019-03-13nfs: Fix NULL pointer dereference of dev_nameYao Liu1-0/+5
2019-02-12NFS: nfs_compare_mount_options always compare auth flavors.Chris Perl1-2/+1
2019-02-06NFS: Fix up return value on fatal errors in nfs_page_async_flush()Trond Myklebust1-4/+5
2018-12-21nfs: don't dirty kernel pages read by direct-ioDave Kleikamp1-1/+8
2018-12-17flexfiles: enforce per-mirror stateid only for v4 DSesTigran Mkrtchyan1-2/+4
2018-12-13flexfiles: use per-mirror specified stateid for IOTigran Mkrtchyan3-12/+32
2018-12-13NFSv4.2 copy do not allocate memory under the lockOlga Kornievskaia2-20/+21
2018-12-13NFSv4: Fix a NFSv4 state manager deadlockTrond Myklebust2-5/+13
2018-12-01NFSv4: Fix an Oops during delegation callbacksTrond Myklebust2-4/+11
2018-11-21NFSv4: Don't exit the state manager without clearing NFS4CLNT_MANAGER_RUNNINGTrond Myklebust1-3/+5
2018-11-13nfs: Fix a missed page unlock after pg_doio()Benjamin Coddington1-19/+21
2018-11-13NFSv4.1: Fix the r/wsize checkingTrond Myklebust1-7/+9
2018-09-14Merge tag 'nfs-for-4.19-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds4-24/+39
2018-09-14NFS: Don't open code clearing of delegation stateTrond Myklebust1-9/+12
2018-09-14NFSv4.1 fix infinite loop on I/O.Trond Myklebust2-3/+9
2018-09-14NFSv4: Fix a tracepoint Oops in initiate_file_draining()Trond Myklebust1-1/+1
2018-09-14pNFS: Ensure we return the error if someone kills a waiting layoutgetTrond Myklebust1-10/+16
2018-09-14NFSv4: Fix a tracepoint Oops in initiate_file_draining()Trond Myklebust1-1/+1
2018-08-23Merge tag 'nfs-for-4.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds26-161/+814
2018-08-21pNFS: Remove unwanted optimisation of layoutgetTrond Myklebust1-6/+0
2018-08-21pNFS/flexfiles: ff_layout_pg_init_read should exit on errorTrond Myklebust1-17/+11
2018-08-16pNFS: Treat RECALLCONFLICT like DELAY...Trond Myklebust1-9/+0
2018-08-16pNFS: When updating the stateid in layoutreturn, also update the recall rangeTrond Myklebust3-2/+11
2018-08-15NFSv4: Fix a sleep in atomic context in nfs4_callback_sequence()Trond Myklebust1-4/+10
2018-08-15NFSv4: Fix locking in pnfs_generic_recover_commit_reqsTrond Myklebust1-9/+7
2018-08-13Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-3/+6
2018-08-13Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds3-8/+10
2018-08-13NFSv4: Fix a typo in nfs4_init_channel_attrs()Trond Myklebust1-1/+1
2018-08-13NFSv4: Don't busy wait if NFSv4 session draining is interruptedTrond Myklebust1-5/+13
2018-08-13NFS recover from destination server reboot for copiesOlga Kornievskaia4-5/+39
2018-08-09NFS add a simple sync nfs4_proc_commit after async COPYOlga Kornievskaia3-1/+66
2018-08-09NFS handle COPY ERR_OFFLOAD_NO_REQSOlga Kornievskaia1-1/+5
2018-08-09NFS send OFFLOAD_CANCEL when COPY killedOlga Kornievskaia1-1/+90
2018-08-09NFS export nfs4_async_handle_errorOlga Kornievskaia2-1/+4
2018-08-09NFS handle COPY reply CB_OFFLOAD call raceOlga Kornievskaia3-5/+49
2018-08-09NFS add support for asynchronous COPYOlga Kornievskaia4-9/+93
2018-08-09NFS COPY xdr handle async replyOlga Kornievskaia1-10/+12
2018-08-09NFS OFFLOAD_CANCEL xdrOlga Kornievskaia3-0/+70
2018-08-09NFS CB_OFFLOAD xdrOlga Kornievskaia3-1/+98