开源镜像站
帮助
下载
动态
GitHub
index
:
linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
Linux kernel latest source
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfs
/
pnfs.c
Age
Commit message (
Expand
)
Author
2026-06-08
NFSv4/pnfs: defer return_range callbacks until after inode unlock
Dai Ngo
2026-06-08
pNFS: Fix use-after-free in pnfs_update_layout()
Wentao Liang
2026-06-08
nfs: replace NFS_FILEID() and nfsi->fileid with inode->i_ino
Jeff Layton
2026-04-24
Merge tag 'nfs-for-7.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2026-04-13
NFSv4/pnfs: If the server is down, retry the layout returns on reboot
Trond Myklebust
2026-03-06
treewide: change inode->i_ino from unsigned long to u64
Jeff Layton
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-02-02
pNFS: fix a missing wake up while waiting on NFS_LAYOUT_DRAIN
Olga Kornievskaia
2026-01-04
pNFS: Fix a deadlock when returning a delegation during open()
Trond Myklebust
2025-12-12
Merge tag 'nfs-for-6.19-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2025-11-23
NFSv4/pNFS: Clear NFS_INO_LAYOUTCOMMIT in pnfs_mark_layout_stateid_invalid
Jonathan Curley
2025-10-20
Coccinelle-based conversion to use ->i_state accessors
Mateusz Guzik
2025-07-22
NFS: Clean up pnfs_put_layout_hdr()/pnfs_destroy_layout_final()
Trond Myklebust
2025-07-14
pNFS: Handle RPC size limit for layoutcommits
Sergey Bashirov
2025-06-23
NFSv4/pNFS: Fix a race to wake on NFS_LAYOUT_DRAIN
Benjamin Coddington
2025-05-16
NFS/pnfs: Fix the error path in pnfs_layoutreturn_retry_later_locked()
Trond Myklebust
2025-05-16
NFSv4/pnfs: Reset the layout state after a layoutreturn
Trond Myklebust
2025-04-27
NFSv4/pnfs: Layoutreturn on close must handle fatal networking errors
Trond Myklebust
2024-12-17
NFS/pnfs: Fix a live lock between recalled layouts and layoutget
Trond Myklebust
2024-08-22
NFSv4: Fix clearing of layout segments in layoutreturn
Trond Myklebust
2024-07-08
NFSv4/pNFS: Do layout state recovery upon reboot
Trond Myklebust
2024-07-08
NFSv4/pNFS: Remove redundant call to unhash the layout
Trond Myklebust
2024-07-08
NFSv4/pnfs: Give nfs4_proc_layoutreturn() a flags argument
Trond Myklebust
2024-07-08
NFSv4/pNFS: Retry the layout return later in case of a timeout or reboot
Trond Myklebust
2024-07-08
NFSv4/pNFS: Handle server reboots in pnfs_poc_release()
Trond Myklebust
2024-07-08
NFSv4/pNFS: Add a helper to defer failed layoutreturn calls
Trond Myklebust
2024-07-08
NFSv4/pnfs: Add support for the PNFS_LAYOUT_FILE_BULK_RETURN flag
Trond Myklebust
2024-07-08
pNFS: Add a flag argument to pnfs_destroy_layouts_byclid()
Trond Myklebust
2024-07-08
NFSv4/pnfs: Remove redundant list check
Trond Myklebust
2024-05-21
pNFS: rework pnfs_generic_pg_check_layout to check IO range
Olga Kornievskaia
2024-03-09
NFS: avoid infinite loop in pnfs_update_layout.
NeilBrown
2024-01-04
pNFS: Fix the pnfs block driver's calculation of layoutget size
Trond Myklebust
2023-10-22
NFSv4/pnfs: Allow layoutget to return EAGAIN for softerr mounts
Trond Myklebust
2023-10-18
pNFS: Fix a hang in nfs4_evict_inode()
Trond Myklebust
2023-02-15
pNFS/filelayout: treat GETDEVICEINFO errors as layout failure
Olga Kornievskaia
2022-10-13
Merge tag 'nfs-for-6.1-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
2022-10-10
Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2022-10-06
NFSv4/flexfiles: Cancel I/O if the layout is recalled or revoked
Trond Myklebust
2022-09-07
freezer,sched: Rewrite core freezer logic
Peter Zijlstra
2022-08-13
NFS: Remove a bogus flag setting in pnfs_write_done_resend_to_mds
Trond Myklebust
2022-06-06
pNFS: Avoid a live lock condition in pnfs_update_layout()
Trond Myklebust
2022-06-06
pNFS: Don't keep retrying if the server replied NFS4ERR_LAYOUTUNAVAILABLE
Trond Myklebust
2022-05-17
NFSv4/pNFS: Do not fail I/O when we fail to allocate the pNFS layout
Trond Myklebust
2022-03-28
NFSv4/pNFS: Fix another issue with a list iterator pointing to the head
Trond Myklebust
2022-03-22
NFSv4/pnfs: Ensure pNFS allocation modes are consistent with nfsiod
Trond Myklebust
2022-02-25
NFS: Convert GFP_NOFS to GFP_KERNEL
Trond Myklebust
2021-08-09
NFSv4/pnfs: The layout barrier indicate a minimal value for the seqid
Trond Myklebust
2021-08-09
NFSv4/pNFS: Always allow update of a zero valued layout barrier
Trond Myklebust
2021-08-09
NFSv4/pNFS: Remove dead code
Trond Myklebust
2021-08-09
NFSv4/pNFS: Fix a layoutget livelock loop
Trond Myklebust
[next]