linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-13 22:41:28 to 2023-12-15 19:36:11 UTC [more...]

[PATCH 0/3] nfsd: fully close all files in the nfsd threads
 2023-12-15 19:35 UTC  (12+ messages)
` [PATCH 1/3] nfsd: use __fput_sync() to avoid delayed closing of files

[RFC PATCH v3 0/3] devguard: guard mknod for non-initial user namespace
 2023-12-15 18:08 UTC  (11+ messages)
` [RFC PATCH v3 1/3] bpf: cgroup: Introduce helper cgroup_bpf_current_enabled()
` [RFC PATCH v3 3/3] devguard: added device guard for mknod in non-initial userns

[PATCH] afs: Fix refcount underflow from error handling race
 2023-12-15 17:54 UTC  (2+ messages)

Why does mpage_writepage() not handle locked buffers?
 2023-12-15 17:21 UTC  (3+ messages)

[PATCH v2 00/18] sysctl: constify sysctl ctl_tables
 2023-12-15 17:05 UTC  (9+ messages)

[PATCH 0/4] Prepare for fsnotify pre-content permission events
 2023-12-15 17:00 UTC  (4+ messages)

Convert write_cache_pages() to an iterator v2
 2023-12-15 16:54 UTC  (18+ messages)
` [PATCH 01/11] writeback: Factor out writeback_finish()
` [PATCH 02/11] writeback: Factor writeback_get_batch() out of write_cache_pages()
` [PATCH 03/11] writeback: Factor should_writeback_folio() "
` [PATCH 04/11] writeback: Simplify the loops in write_cache_pages()
` [PATCH 05/11] pagevec: Add ability to iterate a queue
` [PATCH 06/11] writeback: Use the folio_batch queue iterator
` [PATCH 07/11] writeback: Factor writeback_iter_init() out of write_cache_pages()
` [PATCH 08/11] writeback: Factor writeback_get_folio() "
` [PATCH 09/11] writeback: Factor writeback_iter_next() "
` [PATCH 10/11] writeback: Add for_each_writeback_folio()
` [PATCH 11/11] writeback: Remove a use of write_cache_pages() from do_writepages()

[RFC][PATCH] fanotify: allow to set errno in FAN_DENY permission response
 2023-12-15 16:50 UTC  (5+ messages)

[PATCH RERESEND 00/11] splice(file<>pipe) I/O on file as-if O_NONBLOCK
 2023-12-15 15:47 UTC  (15+ messages)
` [PATCH RERESEND 01/11] splice: copy_splice_read: do the I/O with IOCB_NOWAIT
` [PATCH RERESEND 02/11] af_unix: unix_stream_splice_read: always request MSG_DONTWAIT
` [PATCH RERESEND 03/11] fuse: fuse_dev_splice_read: use nonblocking I/O
` [PATCH RERESEND 04/11] tracing: tracing_buffers_splice_read: behave as-if non-blocking I/O
` [PATCH RERESEND 05/11] relayfs: relay_file_splice_read: always return -EAGAIN for no data
` [PATCH RERESEND 06/11] net/smc: smc_splice_read: always request MSG_DONTWAIT
` [PATCH RERESEND 07/11] kcm: kcm_splice_read: "
` [PATCH RERESEND 08/11] tls/sw: tls_sw_splice_read: always request non-blocking I/O
` [PATCH RERESEND 09/11] net/tcp: tcp_splice_read: always do non-blocking reads
` [PATCH RERESEND 10/11] splice: file->pipe: -EINVAL for non-regular files w/o FMODE_NOWAIT
` [PATCH RERESEND 11/11] splice: splice_to_socket: always request MSG_DONTWAIT

[PATCH v7 00/39] arm64/gcs: Provide support for GCS in userspace
 2023-12-15 14:59 UTC  (4+ messages)
` [PATCH v7 34/39] kselftest/arm64: Add a GCS test program built with the system libc

[PATCH 0/3] Move fscrypt keyring destruction to after ->put_super
 2023-12-15 14:26 UTC  (4+ messages)
` [PATCH 1/3] btrfs: call btrfs_close_devices from ->kill_sb

[PATCH v6 00/20] Pass data lifetime information to SCSI disk devices
 2023-12-15 14:13 UTC  (27+ messages)
` [PATCH v6 01/20] fs: Fix rw_hint validation
` [PATCH v6 02/20] fs: Verify write lifetime constants at compile time
` [PATCH v6 03/20] fs: Split fcntl_rw_hint()
` [PATCH v6 04/20] fs: Move enum rw_hint into a new header file
` [PATCH v6 05/20] fs: Restore F_[GS]ET_FILE_RW_HINT support
` [PATCH v6 06/20] block, fs: Restore the per-bio/request data lifetime fields
` [PATCH v6 07/20] block, fs: Propagate write hints to the block device inode
` [PATCH v6 08/20] fs/f2fs: Restore the whint_mode mount option
` [PATCH v6 09/20] fs/f2fs: Restore support for tracing data lifetimes
` [PATCH v6 10/20] scsi: core: Query the Block Limits Extension VPD page
` [PATCH v6 11/20] scsi: scsi_proto: Add structures and constants related to I/O groups and streams
` [PATCH v6 12/20] scsi: sd: Translate data lifetime information
` [PATCH v6 13/20] scsi: scsi_debug: Reduce code duplication
` [PATCH v6 14/20] scsi: scsi_debug: Support the block limits extension VPD page
` [PATCH v6 15/20] scsi: scsi_debug: Rework page code error handling
` [PATCH v6 16/20] scsi: scsi_debug: Rework subpage "
` [PATCH v6 17/20] scsi: scsi_debug: Allocate the MODE SENSE response from the heap
` [PATCH v6 18/20] scsi: scsi_debug: Implement the IO Advice Hints Grouping mode page
` [PATCH v6 19/20] scsi: scsi_debug: Implement GET STREAM STATUS
` [PATCH v6 20/20] scsi: scsi_debug: Maintain write statistics per group number

[PATCH] fs: fix doc comment typo fs tree wide
 2023-12-15 14:03 UTC  (3+ messages)

[PATCH v2 00/16] block atomic writes
 2023-12-15 13:55 UTC  (22+ messages)
` [PATCH v2 01/16] block: Add atomic write operations to request_queue limits
` [PATCH v2 04/16] fs: Increase fmode_t size
` [PATCH v2 08/16] block: Limit atomic write IO size according to atomic_write_max_sectors

[syzbot] [ext4?] WARNING in lock_two_nondirectories
 2023-12-15 13:49 UTC 

[PATCH v4 00/39] netfs, afs, 9p: Delegate high-level I/O to netfslib
 2023-12-15 13:29 UTC  (10+ messages)
` [PATCH v4 28/39] netfs: Implement support for unbuffered/DIO read
` [PATCH v4 36/39] netfs: Implement a write-through caching option
` [PATCH v4 37/39] netfs: Optimise away reads above the point at which there can be no data

[PATCH v8 0/9] Landlock: IOCTL support
 2023-12-15 12:52 UTC  (7+ messages)
` [PATCH v8 4/9] landlock: Add IOCTL access right
` [PATCH v8 5/9] selftests/landlock: Test IOCTL support

[RFC] HACK: overlayfs: Optimize overlay/restore creds
 2023-12-15 10:30 UTC 

[PATCH] kernel: Introduce a write lock/unlock wrapper for tasklist_lock
 2023-12-15  5:52 UTC  (4+ messages)

start removing writepage instances
 2023-12-15  4:59 UTC  (4+ messages)
` [PATCH 4/9] hfs: remove ->writepage

[PATCH v3 00/11] mempolicy2, mbind2, and weighted interleave
 2023-12-15  1:30 UTC  (13+ messages)
` [PATCH v3 03/11] mm/mempolicy: refactor sanitize_mpol_flags for reuse
` [PATCH v3 04/11] mm/mempolicy: create struct mempolicy_args for creating new mempolicies
` [PATCH v3 05/11] mm/mempolicy: refactor kernel_get_mempolicy for code re-use
` [PATCH v3 06/11] mm/mempolicy: allow home_node to be set by mpol_new
` [PATCH v3 07/11] mm/mempolicy: add userland mempolicy arg structure
` [PATCH v3 08/11] mm/mempolicy: add set_mempolicy2 syscall
` [PATCH v3 09/11] mm/mempolicy: add get_mempolicy2 syscall
` [PATCH v3 10/11] mm/mempolicy: add the mbind2 syscall
` [PATCH v3 11/11] mm/mempolicy: extend set_mempolicy2 and mbind2 to support weighted interleave

file handle in statx (was: Re: How to cope with subvolumes and snapshots on muti-user systems?)
 2023-12-15  0:36 UTC  (13+ messages)

[RFC][PATCH] overlayfs: Redirect xattr ops on security.evm to security.evm_overlayfs
 2023-12-14 19:36 UTC  (14+ messages)

[syzbot] [mm?] [hfs?] KASAN: slab-out-of-bounds Write in shmem_file_read_iter
 2023-12-14 19:30 UTC 

[PATCH v2 00/10] IOMMU memory observability
 2023-12-14 19:18 UTC  (9+ messages)
` [PATCH v2 01/10] iommu/vt-d: add wrapper functions for page allocations
` [PATCH v2 09/10] iommu: observability of the IOMMU allocations
` [PATCH v2 10/10] iommu: account IOMMU allocated memory

[PATCH RFC v2 11/27] arm64: mte: Reserve tag storage memory
 2023-12-14 18:55 UTC  (12+ messages)

[PATCH 00/11] splice(file<>pipe) I/O on file as-if O_NONBLOCK
 2023-12-14 17:38 UTC  (5+ messages)
    ` [PATCH RESEND 06/11] net/smc: smc_splice_read: always request MSG_DONTWAIT

[PATCH v8 00/24] security: Move IMA and EVM to the LSM infrastructure
 2023-12-14 17:08 UTC  (25+ messages)
` [PATCH v8 01/24] ima: Align ima_inode_post_setattr() definition with "
` [PATCH v8 02/24] ima: Align ima_file_mprotect() "
` [PATCH v8 03/24] ima: Align ima_inode_setxattr() "
` [PATCH v8 04/24] ima: Align ima_inode_removexattr() "
` [PATCH v8 05/24] ima: Align ima_post_read_file() "
` [PATCH v8 06/24] evm: Align evm_inode_post_setattr() "
` [PATCH v8 07/24] evm: Align evm_inode_setxattr() "
` [PATCH v8 08/24] evm: Align evm_inode_post_setxattr() "
` [PATCH v8 09/24] security: Align inode_setattr hook definition with EVM
` [PATCH v8 10/24] security: Introduce inode_post_setattr hook
` [PATCH v8 11/24] security: Introduce inode_post_removexattr hook
` [PATCH v8 12/24] security: Introduce file_post_open hook
` [PATCH v8 13/24] security: Introduce file_release hook
` [PATCH v8 14/24] security: Introduce path_post_mknod hook
` [PATCH v8 15/24] security: Introduce inode_post_create_tmpfile hook
` [PATCH v8 16/24] security: Introduce inode_post_set_acl hook
` [PATCH v8 17/24] security: Introduce inode_post_remove_acl hook
` [PATCH v8 18/24] security: Introduce key_post_create_or_update hook
` [PATCH v8 19/24] ima: Move to LSM infrastructure
` [PATCH v8 20/24] ima: Move IMA-Appraisal "
` [PATCH v8 21/24] evm: Move "
` [PATCH v8 22/24] evm: Make it independent from 'integrity' LSM
` [PATCH v8 23/24] ima: "
` [PATCH v8 24/24] integrity: Remove LSM

[PATCH 0/8] Revert setting casefolding dentry operations through s_d_op
 2023-12-14 15:01 UTC  (12+ messages)
` [PATCH 1/8] dcache: Add helper to disable d_revalidate for a specific dentry
` [PATCH 2/8] fscrypt: Drop d_revalidate if key is available
` [PATCH 3/8] libfs: Merge encrypted_ci_dentry_ops and ci_dentry_ops
` [PATCH 4/8] libfs: Expose generic_ci_dentry_ops outside of libfs
` [PATCH 5/8] ext4: Set the case-insensitive dentry operations through ->s_d_op
` [PATCH 6/8] f2fs: "
` [PATCH 7/8] libfs: Don't support setting casefold operations during lookup
` [PATCH 8/8] fscrypt: Move d_revalidate configuration back into fscrypt

[PATCH v3 00/25] Permission Overlay Extension
 2023-12-14 13:47 UTC  (4+ messages)
` [PATCH v3 14/25] arm64: implement PKEYS support

[minixfs] conversion to kmap_local_page()
 2023-12-14 12:06 UTC  (9+ messages)
` [PATCH 1/4] minixfs: use offset_in_page()
  ` [PATCH 2/4] minixfs: change the signature of dir_get_page()
  ` [PATCH 3/4] minixfs: Use dir_put_page() in minix_unlink() and minix_rename()
  ` [PATCH 4/4] minixfs: switch to kmap_local_page()

[PATCH 0/2] fuse: Rename DIRECT_IO_{RELAX -> ALLOW_MMAP}
 2023-12-14 11:50 UTC  (16+ messages)

[PATCH] add selftest for statmount/listmount
 2023-12-14 11:40 UTC  (2+ messages)

[PATCH 1/2 v2] fs/proc: show correct device and inode numbers in /proc/pid/maps
 2023-12-14 10:55 UTC  (5+ messages)
` [PATCH 2/2] selftests/overlayfs: verify "

[PATCH v3 01/11] mm/mempolicy: implement the sysfs-based weighted_interleave interface
 2023-12-14  9:56 UTC  (2+ messages)

[viro-vfs:headers.unaligned 2/2] drivers/cxl/core/trace.h:11:10: fatal error: asm-generic/unaligned.h: No such file or directory
 2023-12-14  9:14 UTC  (2+ messages)

[PATCH v6 5/5] selftests/mm: add UFFDIO_MOVE ioctl test
 2023-12-14  9:02 UTC  (18+ messages)

[viro-vfs:headers.unaligned 2/2] drivers/hid/hid-kye.c:11:10: fatal error: asm-generic/unaligned.h: No such file or directory
 2023-12-14  8:08 UTC 

[viro-vfs:headers.unaligned 2/2] include/linux/unaligned.h:119:16: sparse: sparse: cast truncates bits from constant value (aa01a0 becomes a0)
 2023-12-14  1:59 UTC  (2+ messages)

[PATCH v18 00/12] Implement copy offload support
 2023-12-14  1:11 UTC  (3+ messages)
  ` [PATCH v18 02/12] Add infrastructure for copy offload in block and request layer

[PATCH] [v2] statmount: reduce runtime stack usage
 2023-12-14  0:11 UTC  (2+ messages)

file handle in statx (was: Re: How to cope with subvolumes and snapshots on muti-user systems?)
 2023-12-13 23:24 UTC  (7+ messages)


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).