messages from 2025-02-20 23:47:58 to 2025-03-03 21:42:22 UTC [more...]
[PATCH v2 0/6] Fixes multiple sysctl bound checks
2025-03-03 21:42 UTC (21+ messages)
` [PATCH v2 1/6] sysctl: Fixes idmap_cache_timeout bounds
` [PATCH v2 2/6] sysctl: Fixes nsm_local_state bounds
` [PATCH v2 3/6] sysctl/coda: Fixes timeout bounds
` [PATCH v2 4/6] sysctl: Fixes scsi_logging_level bounds
` [PATCH v2 5/6] sysctl/infiniband: Fixes infiniband sysctl bounds
` [PATCH v2 6/6] sysctl: Fixes max-user-freq bounds
[PATCH 0/5] nfsd: some small cleanup patches
2025-03-03 21:41 UTC (7+ messages)
` [PATCH 1/5] nfsd: reorganize struct nfs4_delegation for better packing
` [PATCH 2/5] nfsd: remove unneeded forward declaration of nfsd4_mark_cb_fault()
` [PATCH 3/5] nfsd: remove obsolete comment from nfs4_alloc_stid
` [PATCH 4/5] nfsd: clean up if statement in nfsd4_close_open_stateid()
` [PATCH 5/5] nfsd: use a long for the count in nfsd4_state_shrinker_count()
[PATCH v2 0/5] Implement referring call lists for CB_OFFLOAD
2025-03-03 21:33 UTC (11+ messages)
` [PATCH v2 1/5] NFSD: OFFLOAD_CANCEL should mark an async COPY as completed
` [PATCH v2 2/5] NFSD: Shorten CB_OFFLOAD response to NFS4ERR_DELAY
` [PATCH v2 3/5] NFSD: Implement CB_SEQUENCE referring call lists
` [PATCH v2 4/5] NFSD: Record each NFSv4 call's session slot index
` [PATCH v2 5/5] NFSD: Use a referring call list for CB_OFFLOAD
[PATCH 0/4] Fixes for looping in the NFSv4 manager thread
2025-03-03 17:35 UTC (5+ messages)
` [PATCH 1/4] NFSv4: Don't trigger uneccessary scans for return-on-close delegations
` [PATCH 2/4] NFSv4: Avoid unnecessary scans of filesystems for returning delegations
` [PATCH 3/4] NFSv4: Avoid unnecessary scans of filesystems for expired delegations
` [PATCH 4/4] NFSv4: Avoid unnecessary scans of filesystems for delayed delegations
Unexpected low pNFS IO performance with parallel workload
2025-03-03 17:31 UTC (2+ messages)
[PATCH 0/6 v2] Change ->mkdir() and vfs_mkdir() to return a dentry
2025-03-03 14:46 UTC (11+ messages)
` [PATCH 1/6] Change inode_operations.mkdir to return struct dentry *
` [PATCH 2/6] hostfs: store inode in dentry after mkdir if possible
` [PATCH 3/6] ceph: return the correct dentry on mkdir
` [PATCH 4/6] fuse: return correct dentry for ->mkdir
` [PATCH 5/6] nfs: change mkdir inode_operation to return alternate dentry if needed
` [PATCH 6/6] VFS: Change vfs_mkdir() to return the dentry
[PATCH] nfs: Fix incorrect read-only status reporting in mountstats
2025-03-03 14:33 UTC
[PATCH] NFS: handle wait_on_bit_action() errors in nfs_vm_page_mkwrite()
2025-03-03 14:03 UTC
[PATCH] nfs: remove SB_RDONLY when remounting nfs
2025-03-03 12:58 UTC (4+ messages)
[GIT PULL v2] crypto: Add Kerberos crypto lib
2025-03-03 8:44 UTC
[PATCH V4] nfsdcld: fix cld pipe read size
2025-03-03 19:56 UTC
[PATCH v2 09/11] fs: reorder capability check last
2025-03-02 16:06 UTC
[GIT PULL] crypto: Add Kerberos crypto lib
2025-03-02 6:09 UTC (2+ messages)
[PATCH] [RESEND] sunrpc: suppress warnings for unused procfs functions
2025-03-01 17:51 UTC (3+ messages)
"netfs: Can't donate prior to front"
2025-03-01 16:51 UTC (8+ messages)
` [PATCH] fs/netfs/read_collect: add to next->prev_donated
[PATCH 0/2] sunrpc: Fix issues with cache_detail nextcheck updates
2025-03-01 6:48 UTC (3+ messages)
` [PATCH 1/2] sunrpc: update nextcheck time when adding new cache entries
` [PATCH 2/2] sunrpc: fix race in cache cleanup causing stale nextcheck time
[PATCH v2] mm: alloc_pages_bulk: remove assumption of populating only NULL elements
2025-02-28 9:44 UTC
[PATCH V3] nfsdcld: fix cld pipe read size
2025-02-28 3:43 UTC (3+ messages)
[PATCH V4] nfsdcld: fix cld pipe read size
2025-02-28 20:52 UTC
Fwd: [nfsv4] RFC 9737 on Reporting Errors in NFSv4.2 via LAYOUTRETURN
2025-02-27 14:52 UTC
[PATCH] fs/nfs/io.c: fix comment for nfs_start_io_write
2025-02-27 8:45 UTC
[PATCH for-akpm for-6.14-rcX] NFS: fix nfs_release_folio() to not call nfs_wb_folio() from kcompactd
2025-02-26 22:02 UTC (11+ messages)
` [PATCH v2 for-akpm for-6.14-rcX] NFS: fix nfs_release_folio() to not deadlock via kcompactd writeback
` [PATCH v3 "
[GIT PULL] Please Pull NFS Client Bugfixes for Linux 6.14-rc
2025-02-26 21:46 UTC (2+ messages)
[PATCH 0/2] prep patches for my mkdir series
2025-02-26 14:15 UTC (7+ messages)
` [PATCH 1/2] nfs/vfs: discard d_exact_alias()
` [PATCH 2/2] nfsd: drop fh_update() from S_IFDIR branch of nfsd_create_locked()
[PATCH v2] nfsdcld: fix cld pipe read size
2025-02-26 4:30 UTC (5+ messages)
[PATCH 0/6] Change ->mkdir() and vfs_mkdir() to return a dentry
2025-02-26 3:35 UTC (34+ messages)
` [PATCH 1/6] Change inode_operations.mkdir to return struct dentry *
` [PATCH 2/6] hostfs: store inode in dentry after mkdir if possible
` [PATCH 3/6] ceph: return the correct dentry on mkdir
` [PATCH 4/6] fuse: return correct dentry for ->mkdir
` [PATCH 5/6] nfs: change mkdir inode_operation to return alternate dentry if needed
` [PATCH 6/6] VFS: Change vfs_mkdir() to return the dentry
[PATCH V2 0/2] NFSD: offer write delegation for OPEN with OPEN4_SHARE_ACCESS only
2025-02-26 0:31 UTC (10+ messages)
` [PATCH V2 1/2] NFSD: Offer write delegation for OPEN with OPEN4_SHARE_ACCESS_WRITE
` [PATCH V2 2/2] NFSD: allow client to use write delegation stateid for READ
[PATCH] lsm,nfs: fix memory leak of lsm_context
2025-02-25 22:15 UTC (10+ messages)
[PATCH 0/2] nfs-utils: gssd: do not use krb5_initialize
2025-02-25 21:46 UTC (3+ messages)
` [PATCH 1/2] nfs-utils: gssd: unconditionally use krb5_get_init_creds_opt_alloc
` [PATCH 2/2] nfs-utils: gssd: do not use krb5_cc_initialize
Kerberized NFS: EACCES errors due to GSS sequence number handling
2025-02-25 20:50 UTC
Run 4 separate NFSv4.0/.1/.2 servers on 4 separate TCP ports on one Linux machine?
2025-02-25 18:21 UTC (4+ messages)
[Question]Is a Kernel Timeout Recovery Mechanism Needed for Prolonged User-Space Downcall Unresponsiveness?
2025-02-25 14:09 UTC (2+ messages)
warning in nfsd4_cb_done
2025-02-24 12:20 UTC (3+ messages)
nfs compile error nfslocalio.o and localio.o since v6.14-rc1
2025-02-23 18:27 UTC (6+ messages)
Fwd: [Ms-nfs41-client-devel] Fwd: ANN: NFSv4.2/NFSv4.1 filesystem client Windows driver binaries for Windows 10/11+WindowsServer 2019/2022 for testing, 2025-02-21
2025-02-22 13:46 UTC
[PATCH] lsm,nfs: fix NFS4 memory leak of lsm_context
2025-02-21 20:55 UTC (4+ messages)
[PATCH] nfsd: add the ability to enable use of RWF_DONTCACHE for all nfsd IO
2025-02-21 19:18 UTC (16+ messages)
` "
NFSD threads hang when destroying a session or client ID
2025-02-21 16:00 UTC (8+ messages)
[PATCH] nfsd: decrease cl_cb_inflight if fail to queue cb_work
2025-02-21 15:11 UTC (10+ messages)
[RFC] mm: alloc_pages_bulk: remove assumption of populating only NULL elements
2025-02-21 9:34 UTC (5+ messages)
[PATCH v1 0/9] Fixes multiple sysctl bound checks
2025-02-21 8:23 UTC (2+ messages)
[PATCH v3 4/5] LSM: lsm_context in security_dentry_init_security
2025-02-21 3:16 UTC (12+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox