Linux filesystem development
 help / color / mirror / Atom feed
 messages from 2026-05-15 20:02:31 to 2026-05-18 13:10:24 UTC [more...]

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

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 

[RFC PATCH] fs/splice: allow for a way to block splice() with read-only files
 2026-05-18 13:02 UTC  (11+ messages)

[PATCH v3 00/10] Add dmabuf read/write via io_uring
 2026-05-18 12:57 UTC  (31+ 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] err_ptr.h: introduce ERR_PTR_SAFE()
 2026-05-18 12:52 UTC  (14+ messages)

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

[PATCH v4 00/11] exfat: convert to iomap
 2026-05-18 11:47 UTC  (12+ 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

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

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

[RFC PATCH 0/4] mm/shmem: optimize read performance with folio batching
 2026-05-18  8:05 UTC  (7+ 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

[GIT PULL for v7.1] vfs fixes
 2026-05-18  7:35 UTC 

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

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

[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  (23+ messages)
` [PATCH 01/12] swap: remove the maxpages variable in sys_swapon
` [PATCH 02/12] swap: move boilerplate code into the core swap code
` [PATCH 03/12] swap,fs: move swapfile operations to struct file_operations
` [PATCH 04/12] swap: restrict to regular files or block devices
` [PATCH 05/12] swap: cleanup setup_swap_extents
` [PATCH 06/12] swap,block: move the block device swapon code into block/fops.c
` [PATCH 09/12] swap: push down setting sis->bdev into ->swap_activate
` [PATCH 10/12] swap: add a swap_activate_fs_ops helper
` [PATCH 11/12] swap: move struct swap_extent to swapfile.c
` [PATCH 12/12] swap: move swap_info_struct to mm/swap.h

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

[PATCH 0/3] ocfs2: harden inode validators against forged metadata
 2026-05-18  1:38 UTC  (7+ 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

[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

[PATCH v6 00/14] Remove CONFIG_READ_ONLY_THP_FOR_FS and enable file THP for writable files
 2026-05-17 13:54 UTC  (15+ messages)
` [PATCH v6 01/14] mm/khugepaged: remove READ_ONLY_THP_FOR_FS check
` [PATCH v6 02/14] mm/khugepaged: add folio dirty check after try_to_unmap()
` [PATCH v6 03/14] mm/huge_memory: remove READ_ONLY_THP_FOR_FS from file_thp_enabled()
` [PATCH v6 04/14] mm/khugepaged: remove READ_ONLY_THP_FOR_FS check in hugepage_enabled()
` [PATCH v6 05/14] mm: remove READ_ONLY_THP_FOR_FS Kconfig option
` [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

[syzbot] [fs?] [mm?] possible deadlock in hugetlbfs_fallocate
 2026-05-17 11:12 UTC 

[PATCH v2] dcache: add fs.dentry-limit sysctl with negative-first reaper
 2026-05-17  9:42 UTC  (5+ messages)
  `  "

[PATCH] xfstests: disable generic/003 for HFS file system
 2026-05-17  9:38 UTC  (2+ messages)

[PATCH v5 00/14] Remove CONFIG_READ_ONLY_THP_FOR_FS and enable file THP for writable files
 2026-05-17  7:29 UTC  (7+ messages)
` [PATCH v5 11/14] selftests/mm: remove READ_ONLY_THP_FOR_FS in khugepaged
` [PATCH v5 13/14] mm/khugepaged: enable clean pagecache folio collapse for writable files

[PATCH] writeback: fix race between cgroup_writeback_umount() and inode_switch_wbs()
 2026-05-17  6:25 UTC  (5+ messages)

[syzbot] [fs?] KCSAN: data-race in fill_mg_cmtime / inode_set_ctime_to_ts
 2026-05-16 22:06 UTC 

[syzbot] Monthly exfat report (May 2026)
 2026-05-16 20:32 UTC 

[PATCH] rust: seq_file: route seq_print! directly to seq_write
 2026-05-16 19:34 UTC  (5+ messages)
` [PATCH v2] "

[PATCH 0/3] ntfs: fix quota out-of-date marking
 2026-05-16 15:58 UTC  (8+ messages)
` [PATCH 3/3] ntfs: mark quotas out of date on initial rw mount

[PATCH v14 00/15] Exposing case folding behavior
 2026-05-16 14:48 UTC  (4+ messages)

[PATCH v2 0/3] security, sched: Expand task_setscheduler LSM hook and related fixes
 2026-05-16 13:36 UTC  (6+ messages)
` [PATCH v2 2/3] security: Expand task_setscheduler LSM hook to include CPU affinity mask

[PATCH] fs/ntfs3: bound NTFS_DE view.data_off in UpdateRecordData{Root,Allocation}
 2026-05-16 10:00 UTC  (3+ messages)

[PATCH v4] hfs: Validate CNIDs in hfs_read_inode
 2026-05-16  6:17 UTC  (16+ messages)
                        ` [PATCH v7] hfs: validate record ID against requested CNID in hfs_cat_find_brec()

[PATCH] fuse: virtiofs: fix illegal inode address access in fuse_release_end
 2026-05-16  3:20 UTC  (3+ messages)

[PATCH 0/4] iomap: trivial fixes for ext4 conversion
 2026-05-16  1:25 UTC  (6+ messages)
` [PATCH 4/4] iomap: fix out-of-bounds bitmap_set() with zero-length range

[PATCH] fuse: invalidate readdir cache on epoch bump
 2026-05-14 23:09 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] fuse: add fusex filesystem
 2026-05-15 23:18 UTC  (10+ messages)

[PATCHSET v8 6/8] fuse: handle timestamps and ACLs correctly when iomap is enabled
 2026-05-15 23:16 UTC  (17+ messages)
` [PATCH 1/9] fuse: enable caching of timestamps
` [PATCH 3/9] fuse: allow local filesystems to set some VFS iflags
` [PATCH 5/9] fuse: cache atime when in iomap mode
` [PATCH 6/9] fuse: let the kernel handle KILL_SUID/KILL_SGID for iomap filesystems

[PATCH 0/2] fs/pipe: reduce pipe->mutex contention by bulk-allocating outside the lock
 2026-05-15 20:18 UTC  (3+ messages)
` [PATCH 1/2] fs/pipe: bulk pre-allocate pages outside pipe->mutex in anon_pipe_write

[PATCH v4 0/7] lsm: Replace security_sb_mount with granular mount hooks
 2026-05-15 20:01 UTC  (4+ messages)
` [PATCH v4 5/7] landlock: Convert from sb_mount to "
` [PATCH v4 6/7] tomoyo: "
` [PATCH v4 7/7] lsm: Remove security_sb_mount and security_move_mount


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