Linux filesystem development
 help / color / mirror / Atom feed
 messages from 2026-05-17 13:55:17 to 2026-05-19 04:06:09 UTC [more...]

[PATCH v4 00/11] exfat: convert to iomap
 2026-05-19  4:05 UTC  (16+ 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] fs/ioctl.c: FIBMAP requires CAP_SYS_RAWIO while FIEMAP exposes identical data unprivileged
 2026-05-19  3:31 UTC  (6+ messages)

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

[RFC PATCH 0/4] mm/shmem: optimize read performance with folio batching
 2026-05-19  3:06 UTC  (10+ 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] exportfs: fix error handling in expfs.c
 2026-05-19  1:01 UTC 

[PATCH v6 00/14] Remove CONFIG_READ_ONLY_THP_FOR_FS and enable file THP for writable files
 2026-05-19  0:59 UTC  (14+ messages)
` [PATCH v6 06/14] mm: fs: remove filemap_nr_thps*() functions and their users
` [PATCH v6 07/14] fs: remove nr_thps from struct address_space
` [PATCH v6 08/14] mm/huge_memory: remove folio split check for READ_ONLY_THP_FOR_FS
` [PATCH v6 09/14] mm/truncate: use folio_split() in truncate_inode_partial_folio()
` [PATCH v6 10/14] fs/btrfs: remove a comment referring to READ_ONLY_THP_FOR_FS
` [PATCH v6 11/14] selftests/mm: remove READ_ONLY_THP_FOR_FS in khugepaged
` [PATCH v6 12/14] selftests/mm: remove READ_ONLY_THP_FOR_FS code from guard-regions
` [PATCH v6 13/14] mm/khugepaged: enable clean pagecache folio collapse for writable files
` [PATCH v6 14/14] selftests/mm: add writable-file collapse tests for khugepaged

[PATCH 0/3] ocfs2: harden inode validators against forged metadata
 2026-05-19  0:57 UTC  (9+ messages)
` [PATCH 1/3] ocfs2: reject dinodes with non-canonical i_mode type or stray bits
` [PATCH 2/3] ocfs2: reject dinodes whose i_rdev disagrees with the file type
` [PATCH 3/3] ocfs2: reject regular files with non-zero i_size and zero i_clusters

[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 v2 00/21] netfs: Keep track of folios in a segmented bio_vec[] chain
 2026-05-18 22:29 UTC  (22+ 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 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)

[RFC PATCH] fs/splice: allow for a way to block splice() with read-only files
 2026-05-18 18:59 UTC  (11+ 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

[RFC PATCH v4 0/2] vfs: add O_CREAT|O_DIRECTORY to open*(2)
 2026-05-18 16:52 UTC  (3+ messages)
` [RFC PATCH v4 1/2] "
` [RFC PATCH v4 2/2] selftest: add tests for open*(O_CREAT|O_DIRECTORY)

[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  (9+ messages)
  ` [PATCH] exfat: preserve benign secondary entries during rename and move
  ` [PATCH v2] "
          ` [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 v3 00/10] Add dmabuf read/write via io_uring
 2026-05-18 14:23 UTC  (34+ 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

[PATCH v3 0/3] writeback: fix race between cgroup_writeback_umount() and inode_switch_wbs()
 2026-05-18 13:53 UTC  (4+ 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] 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  (3+ messages)

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

[MEH PATCH] fs/pipe: write to ->poll_usage only once
 2026-05-18 11:09 UTC  (2+ messages)

[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  (4+ messages)
` [RFC PATCH v3 1/2] "
` [RFC PATCH v3 2/2] selftest: add tests for open*(O_CREAT|O_DIRECTORY)
` [syzbot ci] Re: vfs: add O_CREAT|O_DIRECTORY to open*(2)

[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

[PATCH] shmem: support xattr gnu.* namespace for the Hurd
 2026-05-18  6:22 UTC  (2+ messages)

test-fdutimensat failures after 7.0.6-200.fc44.x86_64 kernel update
 2026-05-18  5:56 UTC  (2+ messages)

improve the swap_activate interface
 2026-05-18  5:29 UTC  (3+ messages)

[syzbot] [hfs?] WARNING in hfs_put_super
 2026-05-18  1:28 UTC 

[PATCH] ntfs3: cap RESTART_TABLE free-chain walker at rt->used
 2026-05-17 23:41 UTC 

[PATCH v2] fuse: use QSTR() instead of QSTR_INIT() in fuse_get_dentry
 2026-05-17 17:33 UTC 

[PATCH 0/2] fuse: io-uring: fix two UAFs in dev_uring.c teardown
 2026-05-17 14:24 UTC  (4+ messages)
        ` [PATCH 1/2] fuse: io-uring: clear ent->fuse_req in commit_fetch error path


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