summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
2021-06-16NFSv4: nfs4_proc_set_acl needs to restore NFS_CAP_UIDGID_NOMAP on error.Dai Ngo1-0/+8
2021-06-16NFSv4: Fix second deadlock in nfs4_evict_inode()Trond Myklebust1-2/+7
2021-06-16NFS: Fix use-after-free in nfs4_init_client()Anna Schumaker1-1/+1
2021-06-16NFSv4: Fix deadlock between nfs4_evict_inode() and nfs4_opendata_get_inode()Trond Myklebust2-1/+12
2021-06-16NFS: Fix a potential NULL dereference in nfs_get_client()Dan Carpenter1-1/+1
2021-06-03NFSv4: Fix v4.0/v4.1 SEEK_DATA return -ENOTSUPP when set NFS_V4_2 configZhang Xiaoxu1-1/+1
2021-06-03NFS: Don't corrupt the value of pg_bytes_written in nfs_do_recoalesce()Trond Myklebust1-7/+5
2021-06-03NFS: Fix an Oopsable condition in __nfs_pageio_add_request()Trond Myklebust1-4/+5
2021-06-03NFS: fix an incorrect limit in filelayout_decode_layout()Dan Carpenter1-1/+1
2021-06-03fs/nfs: Use fatal_signal_pending instead of signal_pendingzhouchuangao1-2/+2
2021-06-03NFSv4: Fix a NULL pointer dereference in pnfs_mark_matching_lsegs_return()Anna Schumaker1-8/+7
2021-05-19NFSv4.2 fix handling of sr_eof in SEEK's replyOlga Kornievskaia1-1/+4
2021-05-19pNFS/flexfiles: fix incorrect size check in decode_nfs_fh()Nikola Livic1-1/+1
2021-05-19NFS: Deal correctly with attribute generation counter overflowTrond Myklebust1-4/+4
2021-05-19NFSv4.2: Always flush out writes in nfs42_proc_fallocate()Trond Myklebust1-7/+9
2021-05-11NFSv4: Don't discard segments marked for return in _pnfs_return_layout()Trond Myklebust1-1/+1
2021-05-11NFS: Don't discard pNFS layout segments that are marked for returnTrond Myklebust1-0/+5
2021-03-30nfs: we don't support removing system.nfs4_aclJ. Bruce Fields1-0/+3
2021-03-30NFS: Correct size calculation for create reply lengthFrank Sorenson1-1/+2
2021-03-30nfs: fix PNFS_FLEXFILE_LAYOUT Kconfig defaultTimo Rothenpieler1-1/+1
2021-03-17NFSv4.2: fix return value of _nfs4_get_security_label()Ondrej Mosnacek1-1/+1
2021-03-17NFS: Don't gratuitously clear the inode cache when lookup failedTrond Myklebust1-12/+8
2021-03-17NFS: Don't revalidate the directory permissions on a lookup failureTrond Myklebust1-3/+17
2021-02-13pNFS/NFSv4: Try to return invalid layout in pnfs_layout_process()Trond Myklebust1-1/+7
2021-02-04pNFS/NFSv4: Fix a layout segment leak in pnfs_layout_process()Trond Myklebust1-0/+1
2021-01-19NFS: nfs_igrab_and_active must first reference the superblockTrond Myklebust1-5/+7
2021-01-19NFS/pNFS: Fix a leak of the layout 'plh_outstanding' counterTrond Myklebust1-0/+1
2021-01-19pNFS: Stricter ordering of layoutget and layoutreturnTrond Myklebust1-22/+21
2021-01-19pNFS: Mark layout for return if return-on-close was not sentTrond Myklebust1-0/+6
2021-01-19pNFS: We want return-on-close to complete when evicting the inodeTrond Myklebust3-26/+16
2021-01-19NFS4: Fix use-after-free in trace_event_raw_event_nfs4_set_lockDave Wysochanski1-1/+1
2021-01-06NFSv4: Fix a pNFS layout related use-after-free race when freeing the inodeTrond Myklebust3-3/+37
2020-12-30NFS: switch nfsiod to be an UNBOUND workqueue.NeilBrown1-1/+1
2020-12-30NFSv4: Fix the alignment of page data in the getdeviceinfo replyTrond Myklebust1-3/+7
2020-12-30NFSv4.2: condition READDIR's mask for security label based on LSM stateOlga Kornievskaia1-2/+8
2020-11-05NFSv4.2: support EXCHGID4_FLAG_SUPP_FENCE_OPS 4.2 EXCHANGE_ID flagOlga Kornievskaia1-3/+6
2020-11-05NFSv4: Wait for stateid updates after CLOSE/OPEN_DOWNGRADEBenjamin Coddington3-34/+56
2020-11-05NFS: fix nfs_path in case of a rename retryAshish Sangwan1-4/+8
2020-11-05NFS4: Fix oops when copy_file_range is attempted with NFS4.0 sourceDave Wysochanski1-1/+2
2020-10-07nfs: Fix security label length not being resetJeffrey Mitchell1-0/+3
2020-10-01NFS: nfs_xdr_status should record the procedure nameChuck Lever1-2/+13
2020-10-01NFS: Fix races nfs_page_group_destroy() vs nfs_destroy_unlinked_subrequests()Trond Myklebust2-24/+53
2020-09-23NFS: Zero-stateid SETATTR should first return delegationChuck Lever1-1/+3
2020-09-23NFSv4.1 handle ERR_DELAY error reclaiming locking state on delegation recallOlga Kornievskaia1-1/+6
2020-08-21nfs: Fix getxattr kernel panic and memory overflowJeffrey Mitchell2-3/+5
2020-08-21nfs: nfs_file_write() should check for writeback errorsScott Mayhew1-3/+9
2020-08-21nfs: ensure correct writeback errors are returned on close()Scott Mayhew2-2/+8
2020-08-19NFS: Don't return layout segments that are in useTrond Myklebust1-19/+15
2020-08-19NFS: Don't move layouts to plh_return_segs list while in useTrond Myklebust1-11/+1
2020-07-29SUNRPC reverting d03727b248d0 ("NFSv4 fix CLOSE not waiting for direct IO com...Olga Kornievskaia2-10/+4