index
:
pub/scm/linux/kernel/git/powerpc/linux.git
master
The powerpc tree
PowerPC group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfs
/
pnfs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-20
NFSv4.1: fix layout segment leak on the pnfs_layout_process() forget path
Junrui Luo
1
-0
/
+1
2026-08-20
pNFS: Fix EBUSY check in pnfs_layout_need_return
Tim Menninger
1
-1
/
+1
2026-08-17
pNFS: honor clora_changed when recalling a layout
Benjamin Coddington
1
-9
/
+13
2026-08-17
nfs: refactor pNFS functions using clear_and_wake_up_bit
Arnaud Bonnet
1
-25
/
+10
2026-06-08
NFSv4/pnfs: defer return_range callbacks until after inode unlock
Dai Ngo
1
-2
/
+2
2026-06-08
pNFS: Fix use-after-free in pnfs_update_layout()
Wentao Liang
1
-1
/
+1
2026-06-08
nfs: replace NFS_FILEID() and nfsi->fileid with inode->i_ino
Jeff Layton
1
-1
/
+1
2026-04-24
Merge tag 'nfs-for-7.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-5
/
+17
2026-04-13
NFSv4/pnfs: If the server is down, retry the layout returns on reboot
Trond Myklebust
1
-5
/
+17
2026-03-06
treewide: change inode->i_ino from unsigned long to u64
Jeff Layton
1
-6
/
+6
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-6
/
+6
2026-02-02
pNFS: fix a missing wake up while waiting on NFS_LAYOUT_DRAIN
Olga Kornievskaia
1
-1
/
+2
2026-01-04
pNFS: Fix a deadlock when returning a delegation during open()
Trond Myklebust
1
-17
/
+41
2025-12-12
Merge tag 'nfs-for-6.19-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-0
/
+1
2025-11-23
NFSv4/pNFS: Clear NFS_INO_LAYOUTCOMMIT in pnfs_mark_layout_stateid_invalid
Jonathan Curley
1
-0
/
+1
2025-10-20
Coccinelle-based conversion to use ->i_state accessors
Mateusz Guzik
1
-1
/
+1
2025-07-22
NFS: Clean up pnfs_put_layout_hdr()/pnfs_destroy_layout_final()
Trond Myklebust
1
-18
/
+10
2025-07-14
pNFS: Handle RPC size limit for layoutcommits
Sergey Bashirov
1
-3
/
+8
2025-06-23
NFSv4/pNFS: Fix a race to wake on NFS_LAYOUT_DRAIN
Benjamin Coddington
1
-1
/
+3
2025-05-16
NFS/pnfs: Fix the error path in pnfs_layoutreturn_retry_later_locked()
Trond Myklebust
1
-17
/
+13
2025-05-16
NFSv4/pnfs: Reset the layout state after a layoutreturn
Trond Myklebust
1
-0
/
+9
2025-04-27
NFSv4/pnfs: Layoutreturn on close must handle fatal networking errors
Trond Myklebust
1
-0
/
+12
2024-12-17
NFS/pnfs: Fix a live lock between recalled layouts and layoutget
Trond Myklebust
1
-1
/
+1
2024-08-22
NFSv4: Fix clearing of layout segments in layoutreturn
Trond Myklebust
1
-3
/
+2
2024-07-08
NFSv4/pNFS: Do layout state recovery upon reboot
Trond Myklebust
1
-7
/
+99
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
1
-7
/
+11
2024-07-08
NFSv4/pNFS: Retry the layout return later in case of a timeout or reboot
Trond Myklebust
1
-0
/
+12
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
1
-16
/
+19
2024-07-08
pNFS: Add a flag argument to pnfs_destroy_layouts_byclid()
Trond Myklebust
1
-12
/
+9
2024-07-08
NFSv4/pnfs: Remove redundant list check
Trond Myklebust
1
-4
/
+0
2024-05-21
pNFS: rework pnfs_generic_pg_check_layout to check IO range
Olga Kornievskaia
1
-20
/
+9
2024-03-09
NFS: avoid infinite loop in pnfs_update_layout.
NeilBrown
1
-0
/
+8
2024-01-04
pNFS: Fix the pnfs block driver's calculation of layoutget size
Trond Myklebust
1
-1
/
+2
2023-10-22
NFSv4/pnfs: Allow layoutget to return EAGAIN for softerr mounts
Trond Myklebust
1
-2
/
+6
2023-10-18
pNFS: Fix a hang in nfs4_evict_inode()
Trond Myklebust
1
-10
/
+23
2023-02-15
pNFS/filelayout: treat GETDEVICEINFO errors as layout failure
Olga Kornievskaia
1
-1
/
+1
2022-10-13
Merge tag 'nfs-for-6.1-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
1
-2
/
+7
2022-10-10
Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+2
2022-10-06
NFSv4/flexfiles: Cancel I/O if the layout is recalled or revoked
Trond Myklebust
1
-2
/
+7
2022-09-07
freezer,sched: Rewrite core freezer logic
Peter Zijlstra
1
-2
/
+2
2022-08-13
NFS: Remove a bogus flag setting in pnfs_write_done_resend_to_mds
Trond Myklebust
1
-1
/
+0
2022-06-06
pNFS: Avoid a live lock condition in pnfs_update_layout()
Trond Myklebust
1
-6
/
+9
2022-06-06
pNFS: Don't keep retrying if the server replied NFS4ERR_LAYOUTUNAVAILABLE
Trond Myklebust
1
-0
/
+6
2022-05-17
NFSv4/pNFS: Do not fail I/O when we fail to allocate the pNFS layout
Trond Myklebust
1
-0
/
+2
2022-03-28
NFSv4/pNFS: Fix another issue with a list iterator pointing to the head
Trond Myklebust
1
-0
/
+11
2022-03-22
NFSv4/pnfs: Ensure pNFS allocation modes are consistent with nfsiod
Trond Myklebust
1
-22
/
+17
2022-02-25
NFS: Convert GFP_NOFS to GFP_KERNEL
Trond Myklebust
1
-2
/
+2
[next]