index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.18.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfsd
Age
Commit message (
Expand
)
Author
2025-04-13
nfsd: decrease sc_count directly if fail to queue dl_recall
Li Lingfeng
2025-04-13
nfs: add missing selections of CONFIG_CRC32
Eric Biggers
2025-04-07
nfsd: Use lookup_one() rather than lookup_one_len()
NeilBrown
2025-03-31
Merge tag 'nfsd-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
2025-03-14
NFSD: Add a Kconfig setting to enable delegated timestamps
Chuck Lever
2025-03-10
nfsd: use a long for the count in nfsd4_state_shrinker_count()
Jeff Layton
2025-03-10
nfsd: remove obsolete comment from nfs4_alloc_stid
Jeff Layton
2025-03-10
nfsd: remove unneeded forward declaration of nfsd4_mark_cb_fault()
Jeff Layton
2025-03-10
nfsd: reorganize struct nfs4_delegation for better packing
Jeff Layton
2025-03-10
nfsd: handle errors from rpc_call_async()
Jeff Layton
2025-03-10
nfsd: move cb_need_restart flag into cb_flags
Jeff Layton
2025-03-10
nfsd: replace CB_GETATTR_BUSY with NFSD4_CALLBACK_RUNNING
Jeff Layton
2025-03-10
nfsd: eliminate cl_ra_cblist and NFSD4_CLIENT_CB_RECALL_ANY
Jeff Layton
2025-03-10
nfsd: prevent callback tasks running concurrently
Jeff Layton
2025-03-10
nfsd: disallow file locking and delegations for NFSv4 reexport
Mike Snitzer
2025-03-10
nfsd: filecache: drop the list_lru lock during lock gc scans
NeilBrown
2025-03-10
nfsd: filecache: don't repeatedly add/remove files on the lru list
NeilBrown
2025-03-10
nfsd: filecache: introduce NFSD_FILE_RECENT
NeilBrown
2025-03-10
nfsd: filecache: use list_lru_walk_node() in nfsd_file_gc()
NeilBrown
2025-03-10
nfsd: filecache: use nfsd_file_dispose_list() in nfsd_file_close_inode_sync()
NeilBrown
2025-03-10
NFSD: Re-organize nfsd_file_gc_worker()
Chuck Lever
2025-03-10
nfsd: filecache: remove race handling.
NeilBrown
2025-03-10
NFSD: Fix callback decoder status codes
Chuck Lever
2025-03-10
nfsd: eliminate special handling of NFS4ERR_SEQ_MISORDERED
Jeff Layton
2025-03-10
nfsd: handle NFS4ERR_BADSLOT on CB_SEQUENCE better
Jeff Layton
2025-03-10
nfsd: when CB_SEQUENCE gets ESERVERFAULT don't increment seq_nr
Jeff Layton
2025-03-10
nfsd: only check RPC_SIGNALLED() when restarting rpc_task
Jeff Layton
2025-03-10
nfsd: always release slot when requeueing callback
Jeff Layton
2025-03-10
nfsd: lift NFSv4.0 handling out of nfsd4_cb_sequence_done()
Jeff Layton
2025-03-10
nfsd: prepare nfsd4_cb_sequence_done() for error handling rework
Jeff Layton
2025-03-10
nfsd: put dl_stid if fail to queue dl_recall
Li Lingfeng
2025-03-10
nfsd: allow SC_STATUS_FREEABLE when searching via nfs4_lookup_stateid()
Jeff Layton
2025-03-10
nfsd: don't ignore the return code of svc_proc_register()
Jeff Layton
2025-03-10
NFSD: Fix trace_nfsd_slot_seqid_sequence
Chuck Lever
2025-03-10
NFSD: Return NFS4ERR_FILE_OPEN only when linking an open file
Chuck Lever
2025-03-10
NFSD: Return NFS4ERR_FILE_OPEN only when renaming over an open file
Chuck Lever
2025-03-10
NFSD: Never return NFS4ERR_FILE_OPEN when removing a directory
Chuck Lever
2025-03-10
NFSD: nfsd_unlink() clobbers non-zero status returned from fh_fill_pre_attrs()
Chuck Lever
2025-03-10
nfsd: remove the redundant mapping of nfserr_mlink
Li Lingfeng
2025-03-10
NFSD: Skip sending CB_RECALL_ANY when the backchannel isn't up
Chuck Lever
2025-03-10
nfsd: adjust WARN_ON_ONCE in revoke_delegation
Olga Kornievskaia
2025-03-10
nfsd: fix management of listener transports
Olga Kornievskaia
2025-03-05
VFS: Change vfs_mkdir() to return the dentry.
NeilBrown
2025-02-26
nfsd: drop fh_update() from S_IFDIR branch of nfsd_create_locked()
NeilBrown
2025-02-10
Merge tag 'nfsd-6.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...
Linus Torvalds
2025-02-10
NFSD: Fix CB_GETATTR status fix
Chuck Lever
2025-02-10
NFSD: fix hang in nfsd4_shutdown_callback
Dai Ngo
2025-02-10
nfsd: fix __fh_verify for localio
Olga Kornievskaia
2025-02-10
nfsd: fix uninitialised slot info when a request is retried
NeilBrown
2025-02-02
nfsd: validate the nfsd_serv pointer before calling svc_wake_up
Jeff Layton
[prev]
[next]