aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs
AgeCommit message (Expand)Author
2019-09-12NFSv4.1: Fix bug only first CB_NOTIFY_LOCK is handledYihao Wu
2019-09-12NFSv4.1: Again fix a race where CB_NOTIFY_LOCK fails to wake a waiterYihao Wu
2019-08-17NFS: Fix a double unlock from nfs_match,get_clientBenjamin Coddington
2019-08-02NFS: Cleanup if nfs_match_client is interruptedBenjamin Coddington
2019-08-02NFS: make nfs_match_client killableRoberto Bergantinos Corpas
2019-08-02NFSv4.1 fix incorrect return value in copy_file_rangeOlga Kornievskaia
2019-08-02PNFS fallback to MDS if no deviceid foundOlga Kornievskaia
2019-08-02NFS4: Fix v4.0 client state corruption when mountZhangXiaoxu
2019-05-23NFS: Fix a typo in nfs_init_timeout_values()Trond Myklebust
2019-05-15NFS: Forbid setting AF_INET6 to "struct sockaddr_in"->sin_family.Tetsuo Handa
2019-04-07NFSv4.1 don't free interrupted slot on openOlga Kornievskaia
2019-03-26NFSv4.1: Reinitialise sequence results before retransmitting a requestTrond Myklebust
2019-03-26NFS: Don't recoalesce on error in nfs_pageio_complete_mirror()Trond Myklebust
2019-03-26NFS: Fix an I/O request leakage in nfs_do_recoalesceTrond Myklebust
2019-03-26NFS: Fix I/O request leakagesTrond Myklebust
2019-03-26keys: Fix dependency loop between construction record and auth keyDavid Howells
2019-03-26NFS: Don't use page_file_mapping after removing the pageBenjamin Coddington
2019-03-20nfs: Fix NULL pointer dereference of dev_nameYao Liu
2019-03-01NFS: nfs_compare_mount_options always compare auth flavors.Chris Perl
2019-02-19NFS: Fix up return value on fatal errors in nfs_page_async_flush()Trond Myklebust
2019-01-30NFSv4: Fix a tracepoint Oops in initiate_file_draining()Trond Myklebust
2019-01-12nfs: don't dirty kernel pages read by direct-ioDave Kleikamp
2018-12-30flexfiles: enforce per-mirror stateid only for v4 DSesTigran Mkrtchyan
2018-12-30flexfiles: use per-mirror specified stateid for IOTigran Mkrtchyan
2018-12-30NFSv4: Fix a NFSv4 state manager deadlockTrond Myklebust
2018-12-15NFSv4: Fix an Oops during delegation callbacksTrond Myklebust
2018-11-21NFSv4: Don't exit the state manager without clearing NFS4CLNT_MANAGER_RUNNINGTrond Myklebust
2018-11-13nfs: Fix a missed page unlock after pg_doio()Benjamin Coddington
2018-11-13NFSv4.1: Fix the r/wsize checkingTrond Myklebust
2018-09-26NFSv4.1 fix infinite loop on I/O.Trond Myklebust
2018-09-26NFSv4: Fix a tracepoint Oops in initiate_file_draining()Trond Myklebust
2018-09-19NFSv4.1: Fix a potential layoutget/layoutrecall deadlockTrond Myklebust
2018-09-19nfs: Referrals not inheriting proto setting from parentCalum Mackay
2018-09-19NFSv4.0 fix client reference leak in callbackOlga Kornievskaia
2018-09-15NFSv4: Fix error handling in nfs4_sp4_select_mode()Wei Yongjun
2018-09-09NFSv4: Fix a sleep in atomic context in nfs4_callback_sequence()Trond Myklebust
2018-09-09NFSv4: Fix locking in pnfs_generic_recover_commit_reqsTrond Myklebust
2018-09-09NFSv4 client live hangs after live data migration recoveryBill Baker
2018-09-09pnfs/blocklayout: off by one in bl_map_stripe()Dan Carpenter
2018-08-01NFSv4: Fix _nfs4_do_setlk()Trond Myklebust
2018-06-22Merge tag 'nfs-for-4.18-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2018-06-19pNFS/flexfiles: Process writeback resends from nfsiod context as wellTrond Myklebust
2018-06-19pNFS/flexfiles: Don't tie up all the rpciod threads in resendsTrond Myklebust
2018-06-19pNFS: Don't send layoutreturn if the layout is already invalidTrond Myklebust
2018-06-19pNFS: Always free the session slot on error in nfs4_layoutget_handle_exceptionTrond Myklebust
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-06-14NFS: Fix an rcu deadlock in nfs_delegation_find_inode()Anna Schumaker
2018-06-14Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti...Arnd Bergmann
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook