messages from 2026-08-14 02:31:53 to 2026-08-14 11:47:09 UTC [more...]
[RFC PATCH 0/2] quota: opt-in strict enforcement of project quota hard limits
2026-08-14 11:46 UTC (3+ messages)
` [RFC PATCH 1/2] quota: allow DQF_ROOT_SQUASH on all quota formats
` [RFC PATCH 2/2] quota_v2: persist DQF_ROOT_SQUASH
[PATCH v2 0/4] sysctl: Disallow partial updates of miss-formatted sysctl vectors
2026-08-14 10:41 UTC (5+ messages)
` [PATCH v2 1/4] sysctl: Split data conversion and file position handling
` [PATCH v2 2/4] sysctl: Reject uint arrays before calling the general proc_vec
` [PATCH v2 3/4] sysctl: Disallow partial updates for erroneous sysctl vectors
` [PATCH v2 4/4] sysctl: Add 0013 to test partially updated vectors
[PATCH 0/9] mm: distinguish PTE table storage from PTE values
2026-08-14 10:06 UTC (8+ messages)
` [PATCH 6/9] mm: convert PTE table entry to pte
[PATCH -next v5 00/32] ext4: use iomap for regular file's buffered I/O path
2026-08-14 9:46 UTC (33+ messages)
` [PATCH -next v5 01/32] ext4: simplify size updating in ext4_setattr()
` [PATCH -next v5 02/32] ext4: factor out ext4_truncate_[up|down]()
` [PATCH -next v5 03/32] ext4: simplify error handling in ext4_setattr()
` [PATCH -next v5 04/32] ext4: skip ordered I/O wait when zeroing beyond i_disksize block
` [PATCH -next v5 05/32] ext4: set EXT4_MAP_NEW flag for delayed allocated blocks
` [PATCH -next v5 06/32] ext4: recheck extent status tree before block allocation
` [PATCH -next v5 07/32] ext4: fix orig_mlen initialization in ext4_map_blocks()
` [PATCH -next v5 08/32] ext4: allow ext4_map_blocks() to start its own transaction handle
` [PATCH -next v5 09/32] ext4: avoid unnecessary transaction in ext4_map_blocks() for unwritten extents
` [PATCH -next v5 10/32] ext4: skip block allocation for holes in the data submission path
` [PATCH -next v5 11/32] ext4: add iomap address space operations for buffered I/O
` [PATCH -next v5 12/32] ext4: implement buffered read path using iomap
` [PATCH -next v5 13/32] ext4: pass out extent seq counter when mapping da blocks
` [PATCH -next v5 14/32] ext4: do not use data=ordered mode for inodes using buffered iomap path
` [PATCH -next v5 15/32] ext4: implement buffered write path using iomap
` [PATCH -next v5 16/32] ext4: implement writeback "
` [PATCH -next v5 17/32] ext4: implement mmap "
` [PATCH -next v5 18/32] ext4: implement partial block zero range "
` [PATCH -next v5 19/32] ext4: tolerate unexpected holes in ext4_convert_unwritten_extents()
` [PATCH -next v5 20/32] ext4: add block mapping tracepoints for iomap buffered I/O path
` [PATCH -next v5 21/32] ext4: disable online defrag when inode using "
` [PATCH -next v5 22/32] ext4: add EXT4_STATE_DISKSIZE_GROW_PENDING state bit and helpers
` [PATCH -next v5 23/32] ext4: submit and wait for pending disksize-grow I/O on writeback
` [PATCH -next v5 24/32] ext4: advance i_disksize to i_size upon disksize-grow I/O completion
` [PATCH -next v5 25/32] ext4: defer i_disksize update while DISKSIZE_GROW_PENDING is set
` [PATCH -next v5 26/32] ext4: submit and wait for disksize-grow I/O in fallocate paths
` [PATCH -next v5 27/32] ext4: clear DISKSIZE_GROW_PENDING on truncate or error
` [PATCH -next v5 28/32] ext4: set DISKSIZE_GROW_PENDING after zeroing unaligned EOF block
` [PATCH -next v5 29/32] ext4: add tracepoints for DISKSIZE_GROW_PENDING set, clear, and wait
` [PATCH -next v5 30/32] ext4: add tracepoints for EOF block zeroing and disksize-grow I/O
` [PATCH -next v5 31/32] ext4: partially enable iomap for the buffered I/O path of regular files
` [PATCH -next v5 32/32] ext4: introduce a mount option for iomap buffered I/O path
[PATCH v5 00/16] mm/rmap: index MAP_PRIVATE file-backed folios by anonymous pgoff
2026-08-14 9:45 UTC (7+ messages)
[PATCH v15 00/25] fs-verity support for XFS with post EOF merkle tree
2026-08-14 9:24 UTC (26+ messages)
` [PATCH v15 01/25] fsverity: report validation errors through fserror to fsnotify
` [PATCH v15 02/25] fsverity: expose ensure_fsverity_info()
` [PATCH v15 03/25] fsverity: pass digest size and hash of the all-zeroes block to ->write
` [PATCH v15 04/25] fsverity: hoist pagecache_read from f2fs/ext4 to fsverity
` [PATCH v15 05/25] fsverity: don't allow setting DAX file attribute on fsverity files
` [PATCH v15 06/25] fsverity: hoist statx reporting of fs-verity flag
` [PATCH v15 07/25] block: add task-context bio completion infrastructure
` [PATCH v15 08/25] block: don't delay bio task completions
` [PATCH v15 09/25] iomap: add a iomap_ioend_flags helper
` [PATCH v15 10/25] iomap: add a IOMAP_IOEND_INTEGRITY flag
` [PATCH v15 11/25] xfs: use BIO_COMPLETE_IN_TASK for bounce buffered read I/Os
` [PATCH v15 12/25] xfs: introduce fsverity on-disk changes
` [PATCH v15 13/25] xfs: don't allow to enable DAX on fs-verity sealed inode
` [PATCH v15 14/25] xfs: disable direct read path for fs-verity files
` [PATCH v15 15/25] xfs: don't report dio_mem_align and dio_offset_align for fsverity files
` [PATCH v15 16/25] xfs: handle fsverity I/O in write/read path
` [PATCH v15 17/25] xfs: use read ioend for fsverity data verification
` [PATCH v15 18/25] xfs: make xfs_free_eofblocks() work with fsverity inodes
` [PATCH v15 19/25] xfs: add fs-verity support
` [PATCH v15 20/25] xfs: initialize fs-verity on file open
` [PATCH v15 21/25] xfs: add fs-verity ioctls
` [PATCH v15 22/25] xfs: advertise fs-verity being available on filesystem
` [PATCH v15 23/25] xfs: check and repair the verity inode flag state
` [PATCH v15 24/25] xfs: introduce health state for corrupted fsverity metadata
` [PATCH v15 25/25] xfs: enable ro-compat fs-verity flag
[PATCH v4] reboot: fix cad_pid use-after-free race
2026-08-14 9:22 UTC (2+ messages)
[syzbot] [fs?] BUG: sleeping function called from invalid context in null_process_zoned_cmd
2026-08-14 9:19 UTC
[RFC PATCH 3/6] mm: nommu: fix an issue on map request to /dev/zero
2026-08-14 9:09 UTC (6+ messages)
[syzbot] [fs?] general protection fault in configfs_symlink
2026-08-14 8:59 UTC
fs/ufs: three reviewed fixes looking for a tree
2026-08-14 8:36 UTC
[PATCH v2 0/7] btrfs: fix io_uring encoded IO cleanup and compat
2026-08-14 8:31 UTC (2+ messages)
[PATCH 0/2] vfs: report truthful FIDEDUPERANGE progress safely
2026-08-14 8:23 UTC (3+ messages)
` [PATCH v2 0/1] vfs: add FILE_DEDUPE_RANGE_REPORT_PROGRESS flag to FIDEDUPERANGE
` [PATCH v2] "
[RFC PATCH v2 0/4] blk-cgroup: store blkcg in bio before blkcg_mutex conversion
2026-08-14 8:16 UTC (10+ messages)
` [RFC PATCH v2 1/4] blk-cgroup: wait for old blkgs to leave queue before disk rebind
` [RFC PATCH v2 2/4] blk-cgroup: use a request_queue rhashtable for blkg lookup
[PATCH v2] f2fs: quiesce background threads during system suspend using PM notifier
2026-08-14 6:30 UTC (4+ messages)
Information about bind mounts and simultaneous access to /dev/ptmx and /dev/pts/ptmx
2026-08-14 5:45 UTC
[PATCH] btrfs: use mount idmap for defrag permission check
2026-08-14 5:15 UTC (5+ messages)
[PATCH 0/2] hfs/hfsplus: harden btree node 0 bitmap corruption handling
2026-08-14 4:19 UTC (5+ messages)
` [PATCH 1/2] hfs: detect node 0 btree map corruption at mount time
` [PATCH 2/2] hfs/hfsplus: stop btree allocators from reusing node 0
[PATCH] ntfs: simplify ntfs_reparse_set_native_symlink()
2026-08-14 4:12 UTC
page: | 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