index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfs
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-08
NFS: remove revoked delegation from server's delegation list
Dai Ngo
1
-0
/
+5
2024-10-17
NFSv4: Prevent NULL-pointer dereference in nfs42_complete_copies()
Yanjun Zhang
3
-2
/
+3
2024-10-17
SUNRPC: Fix integer overflow in decode_rc_list()
Dan Carpenter
1
-0
/
+2
2024-10-04
nfs: fix memory leak in error path of nfs4_do_reclaim
Li Lingfeng
1
-0
/
+1
2024-10-04
NFSv4.2: Fix detection of "Proxying of Times" server support
Roi Azarzar
1
-2
/
+14
2024-08-22
NFS: Avoid unnecessary rescanning of the per-server delegation list
Trond Myklebust
1
-10
/
+5
2024-08-22
NFSv4: Fix clearing of layout segments in layoutreturn
Trond Myklebust
2
-6
/
+8
2024-08-22
NFSv4: Add missing rescheduling points in nfs_client_return_marked_delegations
Trond Myklebust
1
-0
/
+2
2024-08-22
nfs: fix bitmap decoder to handle a 3rd word
Jeff Layton
1
-2
/
+4
2024-08-22
nfs: fix the fetch of FATTR4_OPEN_ARGUMENTS
Jeff Layton
1
-1
/
+2
2024-08-13
9p: Fix DIO read through netfs
Dominique Martinet
1
-1
/
+2
2024-08-12
netfs: Fix handling of USE_PGPRIV2 and WRITE_TO_CACHE flags
David Howells
2
-2
/
+2
2024-07-21
Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
3
-3
/
+7
2024-07-18
Merge tag 'nfs-for-6.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
38
-724
/
+1243
2024-07-17
nfs: split nfs_read_folio
Christoph Hellwig
1
-28
/
+41
2024-07-17
nfs: pass explicit offset/count to trace events
Christoph Hellwig
4
-26
/
+33
2024-07-15
Merge tag 'vfs-6.11.pg_error' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-12
/
+1
2024-07-12
mm: add comments for allocation helpers explaining why they are macros
Suren Baghdasaryan
1
-0
/
+4
2024-07-12
nfs: do not extend writes to the entire folio
Christoph Hellwig
1
-2
/
+6
2024-07-12
nfs/blocklayout: add support for NVMe
Christoph Hellwig
1
-0
/
+2
2024-07-10
nfs: remove nfs_page_length
Christoph Hellwig
1
-19
/
+0
2024-07-10
nfs: remove the unused max_deviceinfo_size field from struct pnfs_layoutdrive...
Christoph Hellwig
2
-4
/
+0
2024-07-08
nfs: don't reuse partially completed requests in nfs_lock_and_join_requests
Christoph Hellwig
1
-29
/
+20
2024-07-08
nfs: move nfs_wait_on_request to write.c
Christoph Hellwig
2
-19
/
+17
2024-07-08
nfs: fold nfs_page_group_lock_subrequests into nfs_lock_and_join_requests
Christoph Hellwig
2
-80
/
+64
2024-07-08
nfs: fold nfs_folio_find_and_lock_request into nfs_lock_and_join_requests
Christoph Hellwig
1
-41
/
+27
2024-07-08
nfs: simplify nfs_folio_find_and_lock_request
Christoph Hellwig
2
-36
/
+21
2024-07-08
nfs: remove nfs_folio_private_request
Christoph Hellwig
1
-7
/
+2
2024-07-08
nfs: remove dead code for the old swap over NFS implementation
Christoph Hellwig
9
-184
/
+34
2024-07-08
NFSv4.1 another fix for EXCHGID4_FLAG_USE_PNFS_DS for DS server
Olga Kornievskaia
2
-5
/
+3
2024-07-08
nfs: Block on write congestion
Jan Kara
2
-4
/
+12
2024-07-08
nfs: Properly initialize server->writeback
Jan Kara
1
-0
/
+2
2024-07-08
nfs: Drop pointless check from nfs_commit_release_pages()
Jan Kara
1
-4
/
+0
2024-07-08
nfs/blocklayout: SCSI layout trace points for reservation key reg/unreg
Chuck Lever
3
-11
/
+110
2024-07-08
nfs/blocklayout: Report only when /no/ device is found
Chuck Lever
1
-2
/
+5
2024-07-08
nfs/blocklayout: Fix premature PR key unregistration
Chuck Lever
3
-31
/
+94
2024-07-08
NFSv4/pNFS: Do layout state recovery upon reboot
Trond Myklebust
4
-9
/
+109
2024-07-08
NFSv4/pNFS: Remove redundant call to unhash the layout
Trond Myklebust
1
-2
/
+0
2024-07-08
NFSv4/pnfs: Give nfs4_proc_layoutreturn() a flags argument
Trond Myklebust
3
-11
/
+21
2024-07-08
NFSv4/pNFS: Retry the layout return later in case of a timeout or reboot
Trond Myklebust
3
-1
/
+35
2024-07-08
NFSv4/pNFS: Handle server reboots in pnfs_poc_release()
Trond Myklebust
1
-2
/
+4
2024-07-08
NFSv4/pNFS: Add a helper to defer failed layoutreturn calls
Trond Myklebust
1
-3
/
+22
2024-07-08
NFSv4/pnfs: Add support for the PNFS_LAYOUT_FILE_BULK_RETURN flag
Trond Myklebust
2
-16
/
+20
2024-07-08
pNFS: Add a flag argument to pnfs_destroy_layouts_byclid()
Trond Myklebust
3
-19
/
+21
2024-07-08
NFSv4: Clean up encode_nfs4_stateid()
Trond Myklebust
1
-2
/
+3
2024-07-08
NFSv4.1: constify the stateid argument in nfs41_test_stateid()
Trond Myklebust
3
-14
/
+15
2024-07-08
NFSv4/pnfs: Remove redundant list check
Trond Myklebust
1
-4
/
+0
2024-07-08
NFSv4: Don't send delegation-related share access modes to CLOSE
Trond Myklebust
1
-4
/
+11
2024-07-08
Return the delegation when deleting sillyrenamed files
Lance Shelton
4
-0
/
+19
2024-07-08
NFSv4: Ask for a delegation or an open stateid in OPEN
Trond Myklebust
1
-0
/
+2
[next]