summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-3/+7
2024-07-18Merge tag 'nfs-for-6.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds38-724/+1243
2024-07-17nfs: split nfs_read_folioChristoph Hellwig1-28/+41
2024-07-17nfs: pass explicit offset/count to trace eventsChristoph Hellwig4-26/+33
2024-07-15Merge tag 'vfs-6.11.pg_error' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-12/+1
2024-07-12mm: add comments for allocation helpers explaining why they are macrosSuren Baghdasaryan1-0/+4
2024-07-12nfs: do not extend writes to the entire folioChristoph Hellwig1-2/+6
2024-07-12nfs/blocklayout: add support for NVMeChristoph Hellwig1-0/+2
2024-07-10nfs: remove nfs_page_lengthChristoph Hellwig1-19/+0
2024-07-10nfs: remove the unused max_deviceinfo_size field from struct pnfs_layoutdrive...Christoph Hellwig2-4/+0
2024-07-08nfs: don't reuse partially completed requests in nfs_lock_and_join_requestsChristoph Hellwig1-29/+20
2024-07-08nfs: move nfs_wait_on_request to write.cChristoph Hellwig2-19/+17
2024-07-08nfs: fold nfs_page_group_lock_subrequests into nfs_lock_and_join_requestsChristoph Hellwig2-80/+64
2024-07-08nfs: fold nfs_folio_find_and_lock_request into nfs_lock_and_join_requestsChristoph Hellwig1-41/+27
2024-07-08nfs: simplify nfs_folio_find_and_lock_requestChristoph Hellwig2-36/+21
2024-07-08nfs: remove nfs_folio_private_requestChristoph Hellwig1-7/+2
2024-07-08nfs: remove dead code for the old swap over NFS implementationChristoph Hellwig9-184/+34
2024-07-08NFSv4.1 another fix for EXCHGID4_FLAG_USE_PNFS_DS for DS serverOlga Kornievskaia2-5/+3
2024-07-08nfs: Block on write congestionJan Kara2-4/+12
2024-07-08nfs: Properly initialize server->writebackJan Kara1-0/+2
2024-07-08nfs: Drop pointless check from nfs_commit_release_pages()Jan Kara1-4/+0
2024-07-08nfs/blocklayout: SCSI layout trace points for reservation key reg/unregChuck Lever3-11/+110
2024-07-08nfs/blocklayout: Report only when /no/ device is foundChuck Lever1-2/+5
2024-07-08nfs/blocklayout: Fix premature PR key unregistrationChuck Lever3-31/+94
2024-07-08NFSv4/pNFS: Do layout state recovery upon rebootTrond Myklebust4-9/+109
2024-07-08NFSv4/pNFS: Remove redundant call to unhash the layoutTrond Myklebust1-2/+0
2024-07-08NFSv4/pnfs: Give nfs4_proc_layoutreturn() a flags argumentTrond Myklebust3-11/+21
2024-07-08NFSv4/pNFS: Retry the layout return later in case of a timeout or rebootTrond Myklebust3-1/+35
2024-07-08NFSv4/pNFS: Handle server reboots in pnfs_poc_release()Trond Myklebust1-2/+4
2024-07-08NFSv4/pNFS: Add a helper to defer failed layoutreturn callsTrond Myklebust1-3/+22
2024-07-08NFSv4/pnfs: Add support for the PNFS_LAYOUT_FILE_BULK_RETURN flagTrond Myklebust2-16/+20
2024-07-08pNFS: Add a flag argument to pnfs_destroy_layouts_byclid()Trond Myklebust3-19/+21
2024-07-08NFSv4: Clean up encode_nfs4_stateid()Trond Myklebust1-2/+3
2024-07-08NFSv4.1: constify the stateid argument in nfs41_test_stateid()Trond Myklebust3-14/+15
2024-07-08NFSv4/pnfs: Remove redundant list checkTrond Myklebust1-4/+0
2024-07-08NFSv4: Don't send delegation-related share access modes to CLOSETrond Myklebust1-4/+11
2024-07-08Return the delegation when deleting sillyrenamed filesLance Shelton4-0/+19
2024-07-08NFSv4: Ask for a delegation or an open stateid in OPENTrond Myklebust1-0/+2
2024-07-08NFSv4: Add support for OPEN4_RESULT_NO_OPEN_STATEIDTrond Myklebust1-4/+12
2024-07-08NFSv4: Detect support for OPEN4_SHARE_ACCESS_WANT_OPEN_XOR_DELEGATIONTrond Myklebust1-0/+4
2024-07-08NFSv4: Add support for the FATTR4_OPEN_ARGUMENTS attributeTrond Myklebust2-2/+42
2024-07-08NFSv4: Don't request atime/mtime/size if they are delegated to usTrond Myklebust1-3/+17
2024-07-08NFSv4: Fix up delegated attributes in nfs_setattrTrond Myklebust1-0/+25
2024-07-08NFSv4: Delegreturn must set m/atime when they are delegatedTrond Myklebust3-8/+32
2024-07-08NFSv4: Enable attribute delegationsTrond Myklebust1-1/+6
2024-07-08NFSv4: Add a capability for delegated attributesTrond Myklebust1-0/+2
2024-07-08NFSv4: Add recovery of attribute delegationsTrond Myklebust2-13/+23
2024-07-08NFSv4: Add support for delegated atime and mtime attributesTrond Myklebust6-20/+124
2024-07-08NFSv4: Add a flags argument to the 'have_delegation' callbackTrond Myklebust9-33/+42
2024-07-08NFSv4: Add CB_GETATTR support for delegated attributesTrond Myklebust3-9/+49