messages from 2023-09-04 13:36:37 to 2023-09-13 11:11:53 UTC [more...]
split up ->kill_sb
2023-09-13 11:10 UTC (15+ messages)
` [PATCH 01/19] fs: reflow deactivate_locked_super
` [PATCH 02/19] fs: make ->kill_sb optional
` [PATCH 03/19] fs: release anon dev_t in deactivate_locked_super
` [PATCH 04/19] NFS: remove the s_dev field from struct nfs_server
` [PATCH 05/19] fs: assign an anon dev_t in common code
` [PATCH 06/19] qibfs: use simple_release_fs
` [PATCH 07/19] hypfs: use d_genocide to kill fs entries
` [PATCH 08/19] pstore: shrink the pstore_sb_lock critical section in pstore_kill_sb
` [PATCH 09/19] zonefs: remove duplicate cleanup in zonefs_fill_super
` [PATCH 10/19] USB: gadget/legacy: remove sb_mutex
` [PATCH 11/19] fs: add new shutdown_sb and free_sb methods
` [PATCH 12/19] fs: convert kill_litter_super to litter_shutdown_sb
` [PATCH 13/19] fs: convert kill_block_super to block_free_sb
` [PATCH 14/19] jffs2: convert to ->shutdown_sb and ->free_sb
cleanup the filemap / direct I/O interaction v4
2023-09-13 11:00 UTC (5+ messages)
` [PATCH 03/12] filemap: update ki_pos in generic_perform_write
[PATCH] Stop using deprecated thread.setDaemon
2023-09-13 10:46 UTC
[PATCH v2 1/1] NFSD: add trace points to track server copy progress
2023-09-13 3:55 UTC (4+ messages)
` 回复: "
` 回复: "
linux-next: Fixes tag needs some work in the nfs-anna tree
2023-09-12 22:05 UTC
[PATCHv2 nfsd/master 0/7] lockd: dlm: async lock request changes
2023-09-12 21:53 UTC (8+ messages)
` [PATCHv2 nfsd/master 1/7] lockd: introduce safe async lock op
` [PATCHv2 nfsd/master 2/7] lockd: don't call vfs_lock_file() for pending requests
` [PATCHv2 nfsd/master 3/7] lockd: fix race in async lock request handling
` [PATCHv2 nfsd/master 4/7] lockd: add doc to enable EXPORT_OP_ASYNC_LOCK
` [PATCHv2 nfsd/master 5/7] dlm: use fl_owner from lockd
` [PATCHv2 nfsd/master 6/7] dlm: use FL_SLEEP to determine blocking vs non-blocking
` [PATCHv2 nfsd/master 7/7] dlm: implement EXPORT_OP_ASYNC_LOCK
[PATCH v3 00/25] security: Move IMA and EVM to the LSM infrastructure
2023-09-12 16:19 UTC (37+ messages)
` [PATCH v3 02/25] ima: Align ima_post_path_mknod() definition with "
` [PATCH v3 03/25] ima: Align ima_post_create_tmpfile() "
` [PATCH v3 06/25] ima: Align ima_inode_removexattr() "
` [PATCH v3 07/25] ima: Align ima_post_read_file() "
` [PATCH v3 08/25] evm: Align evm_inode_post_setattr() "
` [PATCH v3 09/25] evm: Align evm_inode_setxattr() "
` [PATCH v3 10/25] evm: Align evm_inode_post_setxattr() "
` [PATCH v3 11/25] security: Align inode_setattr hook definition with EVM
` [PATCH v3 12/25] security: Introduce inode_post_setattr hook
` [PATCH v3 13/25] security: Introduce inode_post_removexattr hook
` [PATCH v3 14/25] security: Introduce file_post_open hook
` [PATCH v3 15/25] security: Introduce file_pre_free_security hook
` [PATCH v3 16/25] security: Introduce path_post_mknod hook
` [PATCH v3 17/25] security: Introduce inode_post_create_tmpfile hook
` [PATCH v3 18/25] security: Introduce inode_post_set_acl hook
` [PATCH v3 19/25] security: Introduce inode_post_remove_acl hook
` [PATCH v3 20/25] security: Introduce key_post_create_or_update hook
` [PATCH v3 21/25] ima: Move to LSM infrastructure
` [PATCH v3 22/25] ima: Move IMA-Appraisal "
` [PATCH v3 23/25] evm: Move "
` [PATCH v3 24/25] integrity: Move integrity functions to the "
` [PATCH v3 25/25] integrity: Switch from rbtree to LSM-managed blob for integrity_iint_cache
[PATCH v8 0/3] add rpc_status netlink support for NFSD
2023-09-12 15:13 UTC (11+ messages)
` [PATCH v8 1/3] Documentation: netlink: add a YAML spec for nfsd_server
` [PATCH v8 2/3] NFSD: introduce netlink rpc_status stubs
` [PATCH v8 3/3] NFSD: add rpc_status netlink support
[PATCH] NFSD: fix possible oops when nfsd/pool_stats is closed
2023-09-12 13:35 UTC (3+ messages)
[PATCH] nfsd: Don't reset the write verifier on a commit EAGAIN
2023-09-12 13:19 UTC (9+ messages)
[PATCH] nfsd: Handle EOPENSTALE correctly in the filecache
2023-09-12 13:18 UTC (5+ messages)
[PATCH v3] fs: add a new SB_I_NOUMASK flag
2023-09-12 12:18 UTC (2+ messages)
[PATCH 0/2] NFSv4.x client improvements for knfsd re-exporting
2023-09-12 9:40 UTC (4+ messages)
` [PATCH 1/2] NFSv4: Add a parameter to limit the number of retries after NFS4ERR_DELAY
` [PATCH 2/2] NFSv4/pnfs: Allow layoutget to return EAGAIN for softerr mounts
[PATCH v1 00/17] RPC service thread improvements
2023-09-12 4:08 UTC (25+ messages)
` [PATCH v1 01/17] SUNRPC: move all of xprt handling into svc_xprt_handle()
` [PATCH v1 02/17] SUNRPC: rename and refactor svc_get_next_xprt()
` [PATCH v1 03/17] SUNRPC: Clean up bc_svc_process()
` [PATCH v1 04/17] SUNRPC: integrate back-channel processing with svc_recv()
` [PATCH v1 05/17] SUNRPC: change how svc threads are asked to exit
` [PATCH v1 06/17] SUNRPC: add list of idle threads
` [PATCH v1 07/17] SUNRPC: discard SP_CONGESTED
` [PATCH v1 08/17] llist: add interface to check if a node is on a list
` [PATCH v1 09/17] SUNRPC: change service idle list to be an llist
` [PATCH v1 10/17] llist: add llist_del_first_this()
` [PATCH v1 11/17] lib: add light-weight queuing mechanism
` [PATCH v1 12/17] SUNRPC: rename some functions from rqst_ to svc_thread_
` [PATCH v1 13/17] SUNRPC: only have one thread waking up at a time
` [PATCH v1 14/17] SUNRPC: use lwq for sp_sockets - renamed to sp_xprts
` [PATCH v1 15/17] SUNRPC: change sp_nrthreads to atomic_t
` [PATCH v1 16/17] SUNRPC: discard sp_lock
` [PATCH v1 17/17] SUNRPC: change the back-channel queue to lwq
turning on s2s copy by default in knfsd
2023-09-11 20:58 UTC (4+ messages)
[PATCH] netfs: Only call folio_start_fscache() one time for each folio
2023-09-11 17:02 UTC (2+ messages)
` [PATCH] netfs: Only call folio_start_fscache "
[PATCH v6 10/45] NFSv4.2: dynamically allocate the nfs-xattr shrinkers
2023-09-11 9:44 UTC (6+ messages)
` [PATCH v6 11/45] nfs: dynamically allocate the nfs-acl shrinker
` [PATCH v6 12/45] nfsd: dynamically allocate the nfsd-filecache shrinker
` [PATCH v6 18/45] sunrpc: dynamically allocate the sunrpc_cred shrinker
` [PATCH v6 32/45] nfsd: dynamically allocate the nfsd-client shrinker
` [PATCH v6 33/45] nfsd: dynamically allocate the nfsd-reply shrinker
Fwd: [PATCH] nfs41: flexfiles: drop dependency between flexfiles layout driver and NFSv3 modules
2023-09-11 14:59 UTC
[PATCH v2 00/25] security: Move IMA and EVM to the LSM infrastructure
2023-09-11 10:50 UTC (11+ messages)
` [PATCH v2 11/25] security: Align inode_setattr hook definition with EVM
` [PATCH v2 12/25] security: Introduce inode_post_setattr hook
` [PATCH v2 13/25] security: Introduce inode_post_removexattr hook
[PATCH v2] fs: add a new SB_NOUMASK flag
2023-09-11 13:42 UTC (2+ messages)
[PATCH v6 00/11] io_uring getdents
2023-09-10 22:01 UTC (9+ messages)
` [PATCH 07/11] vfs: add nowait parameter for file_accessed()
[PATCH] fs: fix regression querying for ACL on fs's that don't support them
2023-09-10 12:03 UTC (3+ messages)
[PATCH] nfsd: fix change_info in NFSv4 RENAME replies
2023-09-09 19:59 UTC (4+ messages)
getting rid of the last memory modifitions through gup(FOLL_GET)
2023-09-09 11:18 UTC (6+ messages)
BUG_ON() hit in sunrpc
2023-09-08 14:32 UTC (6+ messages)
[PATCH RFC] nfs4: add a get_acl stub handler
2023-09-08 13:47 UTC (3+ messages)
[RFC PATCH v2] nfsv4: Add support for the birth time attribute
2023-09-08 10:26 UTC (2+ messages)
` 回复: "
rpc.mountd & manage-gids behaviour change?
2023-09-08 8:32 UTC (2+ messages)
CITI ms-nfsv41 client: IOCTL_NFS41_WRITE failed with 31 xid=5481722 opcode=NFS41_FILE_QUERY?
2023-09-07 21:21 UTC (2+ messages)
` [Ms-nfs41-client-devel] "
[PATCH v2] NFSv4: Always ask for type with READDIR
2023-09-07 12:43 UTC (2+ messages)
[PATCH] Revert "SUNRPC: Fail faster on bad verifier"
2023-09-06 21:59 UTC (9+ messages)
[PATCH v2] SUNRPC: Fail quickly when server does not recognize TLS
2023-09-06 20:25 UTC (2+ messages)
[PATCH RFC] SUNRPC: Fail quickly when server does not recognize TLS
2023-09-06 16:00 UTC
Unexpected high latency
2023-09-06 14:27 UTC
[PATCH 0/3] Revisions for topic-sunrpc-thread-scheduling
2023-09-05 21:04 UTC (6+ messages)
` [PATCH 1/3] lib: add light-weight queuing mechanism
` [PATCH 2/3] SUNRPC: rename some functions from rqst_ to svc_thread_
` [PATCH 3/3] SUNRPC: only have one thread waking up at a time
[PATCH 0/2] Prefer generator to static systemd units
2023-09-05 15:09 UTC (2+ messages)
Prezentacja
2023-09-04 7:40 UTC
[PATCH v2 00/89] fs: new accessors for inode->i_ctime
2023-09-04 18:11 UTC (2+ messages)
` [f2fs-dev] "
[PATCH v7 00/13] fs: implement multigrain timestamps
2023-09-04 18:11 UTC (2+ messages)
` [f2fs-dev] "
[PATCH 01/17] fs: unexport buffer_check_dirty_writeback
2023-09-04 18:11 UTC (2+ messages)
` [f2fs-dev] "
[PATCH] SUNRPC: Mark the cred for revalidation if the server rejects it
2023-09-04 16:50 UTC
[PATCH] NFS/pNFS: Report EINVAL errors from connect() to the server
2023-09-04 16:43 UTC
[PATCH v2 0/5] Fix O_DIRECT writeback error paths
2023-09-04 16:34 UTC (6+ messages)
` [PATCH v2 1/5] NFS: Fix error handling for O_DIRECT write scheduling
` [PATCH v2 2/5] NFS: Fix O_DIRECT locking issues
` [PATCH v2 3/5] NFS: More O_DIRECT accounting fixes for error paths
` [PATCH v2 4/5] NFS: Use the correct commit info in nfs_join_page_group()
` [PATCH v2 5/5] NFS: More fixes for nfs_direct_write_reschedule_io()
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;
as well as URLs for NNTP newsgroup(s).