Linux filesystem development
 help / color / mirror / Atom feed
 messages from 2026-05-18 06:33:41 to 2026-05-19 08:45:12 UTC [more...]

[PATCH v2] dcache: add fs.dentry-limit sysctl with negative-first reaper
 2026-05-19  8:45 UTC  (4+ messages)
  `  "

[PATCH] dax/bus: Upgrade resource conflict message to dev_err() in alloc_dax_region()
 2026-05-19  8:25 UTC  (2+ messages)

[MEH PATCH] fs/pipe: write to ->poll_usage only once
 2026-05-19  8:22 UTC  (3+ messages)

[PATCH v2 00/21] netfs: Keep track of folios in a segmented bio_vec[] chain
 2026-05-19  8:19 UTC  (25+ messages)
` [PATCH v2 01/21] cachefiles: Don't rely on backing fs storage map for most use cases
` [PATCH v2 02/21] netfs: Add the cache object ID to netfs_read/write tracepoints
` [PATCH v2 03/21] mm: Make readahead store folio count in readahead_control
` [PATCH v2 04/21] netfs: Bulk load the readahead-provided folios up front
` [PATCH v2 05/21] Add a function to kmap one page of a multipage bio_vec
` [PATCH v2 06/21] iov_iter: Make iov_iter_get_pages*() wrap iov_iter_extract_pages()
` [PATCH v2 07/21] iov_iter: Add a segmented queue of bio_vec[]
` [PATCH v2 08/21] netfs: Add some tools for managing bvecq chains
` [PATCH v2 09/21] netfs: Add a function to extract from an iter into a bvecq
` [PATCH v2 10/21] afs: Use a bvecq to hold dir content rather than folioq
` [PATCH v2 11/21] cifs: Use a bvecq for buffering instead of a folioq
` [PATCH v2 12/21] cifs: Support ITER_BVECQ in smb_extract_iter_to_rdma()
` [PATCH v2 13/21] netfs: Switch to using bvecq rather than folio_queue and rolling_buffer
` [PATCH v2 14/21] cifs: Remove support for ITER_FOLIOQ from smb_extract_iter_to_rdma()
` [PATCH v2 15/21] netfs: Remove netfs_alloc/free_folioq_buffer()
` [PATCH v2 16/21] netfs: Remove netfs_extract_user_iter()
` [PATCH v2 17/21] iov_iter: Remove ITER_FOLIOQ
` [PATCH v2 18/21] netfs: Remove folio_queue and rolling_buffer
` [PATCH v2 19/21] netfs: Check for too much data being read
` [PATCH v2 20/21] netfs: Limit the minimum trigger for progress reporting
` [PATCH v2 21/21] netfs: Combine prepare and issue ops and grab the buffers on request

[PATCH] dax/bus: Upgrade resource conflict message to dev_err() in alloc_dax_region()
 2026-05-19  8:15 UTC  (2+ messages)

[PATCH 1/3] tmpfs: simplify constructing "security.foo" xattr names
 2026-05-19  8:13 UTC  (3+ messages)
` [PATCH 2/3] simple_xattr: change interface to pass struct simple_xattrs **
` [PATCH 3/3] simpe_xattr: use per-sb cache

[PATCH v3 00/10] Add dmabuf read/write via io_uring
 2026-05-19  7:55 UTC  (36+ messages)
` [PATCH v3 02/10] iov_iter: add iterator type for dmabuf maps
` [PATCH v3 03/10] block: move bvec init into __bio_clone
` [PATCH v3 04/10] block: introduce dma map backed bio type
` [PATCH v3 05/10] lib: add dmabuf token infrastructure
` [PATCH v3 06/10] block: forward create_dmabuf_token to drivers
` [PATCH v3 07/10] nvme-pci: implement dma_token backed requests

[RFC] fs/ioctl.c: FIBMAP requires CAP_SYS_RAWIO while FIEMAP exposes identical data unprivileged
 2026-05-19  7:53 UTC  (7+ messages)

[PATCH v4 00/11] exfat: convert to iomap
 2026-05-19  7:45 UTC  (19+ messages)
` [PATCH v4 01/11] iomap: introduce IOMAP_F_ZERO_TAIL flag
` [PATCH v4 02/11] exfat: replace unsafe macros with static inline functions
` [PATCH v4 03/11] exfat: add balloc parameter to exfat_map_cluster() for iomap support
` [PATCH v4 04/11] exfat: add exfat_file_open()
` [PATCH v4 05/11] exfat: add support for multi-cluster allocation
` [PATCH v4 06/11] exfat: add data_start_bytes and exfat_cluster_to_phys_bytes() helper
` [PATCH v4 07/11] exfat: fix implicit declaration of brelse()
` [PATCH v4 08/11] exfat: add iomap buffered I/O support
` [PATCH v4 09/11] exfat: add iomap direct "
` [PATCH v4 10/11] exfat: add support for SEEK_HOLE and SEEK_DATA in llseek
` [PATCH v4 11/11] exfat: make exfat_truncate() return error code

[RFC PATCH 00/14] configfs cleanups and fixes
 2026-05-19  7:06 UTC  (15+ messages)
` [RFC PATCH 01/14] configfs_lookup(): don't leave ->s_dentry dangling on failure
` [RFC PATCH 02/14] configfs_mkdir(): use take_dentry_name_snapshot()
` [RFC PATCH 03/14] configfs_detach_prep(): pass configfs_dirent instead of dentry
` [RFC PATCH 04/14] configfs_depend_prep(): "
` [RFC PATCH 05/14] configfs_do_depend_item(): "
` [RFC PATCH 06/14] configfs_detach_rollback(): "
` [RFC PATCH 07/14] populate_group(): move cleanup on failure to the sole caller
` [RFC PATCH 08/14] populate_attrs(): move cleanup "
` [RFC PATCH 09/14] configfs_remove_dir(), detach_attrs(): switch to passing dentry
` [RFC PATCH 10/14] switch configfs_detach_{group,item}() "
` [RFC PATCH 11/14] configfs: dentry refcount needs to be pinned only once
` [RFC PATCH 12/14] configfs: mark pinned dentries persistent
` [RFC PATCH 13/14] kill configfs_drop_dentry()
` [RFC PATCH 14/14] configfs_create(): lift parent timestamp updates into callers

[RFC PATCH v4 0/2] vfs: add O_CREAT|O_DIRECTORY to open*(2)
 2026-05-19  6:59 UTC  (4+ messages)
` [RFC PATCH v4 1/2] "
` [RFC PATCH v4 2/2] selftest: add tests for open*(O_CREAT|O_DIRECTORY)
` [syzbot ci] Re: vfs: add O_CREAT|O_DIRECTORY to open*(2)

[RFC PATCH] fs/splice: allow for a way to block splice() with read-only files
 2026-05-19  6:39 UTC  (7+ messages)

[PATCH v3 0/3] writeback: fix race between cgroup_writeback_umount() and inode_switch_wbs()
 2026-05-19  6:33 UTC  (5+ messages)
` [PATCH v3 1/3] "
` [PATCH v3 2/3] writeback: drop now-unnecessary rcu_barrier() in cgroup_writeback_umount()
` [PATCH v3 3/3] writeback: use a per-sb counter to drain inode wb switches at umount

[PATCH] exportfs: fix error handling in expfs.c
 2026-05-19  6:30 UTC  (2+ messages)

[RFC PATCH 0/4] mm/shmem: optimize read performance with folio batching
 2026-05-19  6:24 UTC  (11+ messages)
` [RFC PATCH 2/4] mm/shmem: use SGP_GET in read operations
` [RFC PATCH 3/4] mm/shmem: optimize file read with folio batching

[PATCH v4 00/23] ext4: use iomap for regular file's buffered I/O path
 2026-05-19  6:08 UTC  (7+ messages)
` [PATCH v4 01/23] ext4: simplify size updating in ext4_setattr()
` [PATCH v4 02/23] ext4: factor out ext4_truncate_[up|down]()
` [PATCH v4 03/23] ext4: simplify error handling in ext4_setattr()

[PATCH] eventpoll: add missing kernel-doc for @ctx function parameters
 2026-05-19  4:23 UTC 

try_break_deleg() and atomic_open()
 2026-05-19  3:19 UTC  (5+ messages)

[PATCH v6 00/14] Remove CONFIG_READ_ONLY_THP_FOR_FS and enable file THP for writable files
 2026-05-19  0:59 UTC  (5+ messages)

[PATCH 0/3] ocfs2: harden inode validators against forged metadata
 2026-05-19  0:57 UTC  (3+ messages)

[PATCH] cifs: Fix undefined variables
 2026-05-19  0:54 UTC  (2+ messages)

[PATCH v3] fuse: back uncached readdir buffers with pages
 2026-05-19  0:47 UTC 

[PATCH] netfs: change kernel-doc function parameter to match code
 2026-05-19  0:18 UTC 

[PATCH v5 00/14] Remove CONFIG_READ_ONLY_THP_FOR_FS and enable file THP for writable files
 2026-05-18 23:43 UTC  (6+ messages)
` [PATCH v5 11/14] selftests/mm: remove READ_ONLY_THP_FOR_FS in khugepaged

[PATCH 0/6] Fixes to the previously-merged drivers/dax/fsdev series
 2026-05-18 21:36 UTC  (7+ messages)
  ` [PATCH 1/6] dax: fix misleading comment about share/index union in dax_folio_reset_order()
  ` [PATCH 2/6] dax/fsdev: fix multi-range offset, vmemmap_shift leak, and probe error cleanup
  ` [PATCH 3/6] dax/fsdev: fix kaddr for multi-range and fail probe on invalid pgmap offset
  ` [PATCH 4/6] dax/fsdev: clamp direct_access return to current physical range
  ` [PATCH 5/6] dax: fix holder_ops race in fs_put_dax()
  ` [PATCH 6/6] dax: replace exported dax_dev_get() with non-allocating dax_dev_find()

[GIT PULL for v7.1] vfs fixes
 2026-05-18 21:32 UTC  (5+ messages)

[PATCH v4 00/15] mm, kvm: allow uffd support in guest_memfd
 2026-05-18 20:42 UTC  (5+ messages)
` [PATCH v4 13/15] KVM: guest_memfd: implement userfaultfd operations

[5][RFC] fs/ioctl.c: FIBMAP requires CAP_SYS_RAWIO while FIEMAP exposes identical data unprivileged
 2026-05-18 19:49 UTC  (2+ messages)

[syzbot] [exfat?] WARNING in msdos_rmdir
 2026-05-18 18:59 UTC  (3+ messages)

[PATCH 6.18.y] fuse: avoid 0x10 fault in fuse_readahead when max_pages == 0
 2026-05-18 18:50 UTC  (3+ messages)

[PATCH] xfstests: disable generic/003 for HFS file system
 2026-05-18 18:27 UTC  (3+ messages)

[PATCHSET v8 4/8] fuse: allow servers to use iomap for better file IO performance
 2026-05-18 18:14 UTC  (3+ messages)
` [PATCH 33/33] fuse: implement freeze and shutdowns for iomap filesystems

[PATCH 0/2] proc: protect ptrace_may_access() with exec_update_lock
 2026-05-18 16:35 UTC  (3+ messages)
` [PATCH 1/2] proc: protect ptrace_may_access() with exec_update_lock (part 1)
` [PATCH 2/2] proc: protect ptrace_may_access() with exec_update_lock (FD links)

[2]Yazışmada 2 ileti var[RFC] fs/ioctl.c: FIBMAP requires CAP_SYS_RAWIO while FIEMAP exposes identical data unprivileged
 2026-05-18 16:21 UTC 

[BUG] exfat: rename/move destroys unrecognized benign secondary entries
 2026-05-18 16:08 UTC  (6+ messages)
` [PATCH v2] exfat: preserve benign secondary entries during rename and move
        ` [PATCH v3] "

[PATCH v3 00/28] vfs/nfsd: add support for CB_NOTIFY callbacks in directory delegations
 2026-05-18 16:05 UTC  (3+ messages)
` (subset) "

[PATCH v2 0/3] writeback: fix race between cgroup_writeback_umount() and inode_switch_wbs()
 2026-05-18 15:11 UTC  (11+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] writeback: drop now-unnecessary rcu_barrier() in cgroup_writeback_umount()
` [PATCH v2 3/3] writeback: use a per-sb counter to drain inode wb switches at umount

[PATCH] err_ptr.h: introduce ERR_PTR_SAFE()
 2026-05-18 14:51 UTC  (11+ messages)

[PATCH] dcache: add fs.dentry-limit sysctl with negative-first reaper
 2026-05-18 13:39 UTC  (6+ messages)
  `  "

REQ_NOAIT cleanups
 2026-05-18 13:03 UTC  (10+ messages)
` [PATCH 1/2] direct-io: remove IOCB_NOWAIT support
` [PATCH 2/2] block: don't set BIO_QUIET for BLK_STS_AGAIN

[PATCH] minix: release the sb buffer_head when setting the v3 block size fails
 2026-05-18 13:03 UTC 

[PATCH] iomap: don't make REQ_POLLED imply REQ_NOWAIT
 2026-05-18 12:23 UTC  (2+ messages)

[PATCH] ntfs: remove unsupported quota handling
 2026-05-18 11:20 UTC  (2+ messages)

renameat2() RENAME_NOREPLACE errors trying to change case of filename
 2026-05-18 11:14 UTC 

[ANNOUNCE] util-linux v2.42.1
 2026-05-18 11:05 UTC 

[PATCH 0/7] Fixes for vfs/vfs-7.2.casefold
 2026-05-18 11:03 UTC  (2+ messages)

[PATCH v2 00/17] Landlock tracepoints
 2026-05-18 10:26 UTC  (3+ messages)
` [PATCH v2 05/17] tracing: Add __print_untrusted_str()

[PATCH] udf: validate free block extents against the partition length
 2026-05-18  8:49 UTC  (2+ messages)

[RFC PATCH v3 0/2] vfs: add O_CREAT|O_DIRECTORY to open*(2)
 2026-05-18  7:28 UTC  (2+ messages)
` [syzbot ci] "

[PATCH v6 0/4] block: enable RWF_DONTCACHE for block devices
 2026-05-18  6:49 UTC  (9+ messages)
` [PATCH v6 1/4] block: add task-context bio completion infrastructure
` [PATCH v6 2/4] iomap: use BIO_COMPLETE_IN_TASK for dropbehind writeback
` [PATCH v6 3/4] buffer: add dropbehind writeback support
` [PATCH v6 4/4] block: enable RWF_DONTCACHE for block devices


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox