messages from 2025-04-12 23:55:47 to 2025-04-23 08:32:14 UTC [more...]
[PATCH v8 00/15] large atomic writes for xfs
2025-04-23 8:32 UTC (29+ messages)
` [PATCH v8 01/15] fs: add atomic write unit max opt to statx
` [PATCH v8 02/15] xfs: add helpers to compute log item overhead
` [PATCH v8 03/15] xfs: add helpers to compute transaction reservation for finishing intent items
` [PATCH v8 04/15] xfs: rename xfs_inode_can_atomicwrite() -> xfs_inode_can_hw_atomicwrite()
` [PATCH v8 05/15] xfs: ignore HW which cannot atomic write a single block
` [PATCH v8 06/15] xfs: allow block allocator to take an alignment hint
` [PATCH v8 07/15] xfs: refactor xfs_reflink_end_cow_extent()
` [PATCH v8 08/15] xfs: refine atomic write size check in xfs_file_write_iter()
` [PATCH v8 09/15] xfs: add xfs_atomic_write_cow_iomap_begin()
` [PATCH v8 10/15] xfs: add large atomic writes checks in xfs_direct_write_iomap_begin()
` [PATCH v8 11/15] xfs: commit CoW-based atomic writes atomically
` [PATCH v8 12/15] xfs: add xfs_file_dio_write_atomic()
` [PATCH v8 13/15] xfs: add xfs_compute_atomic_write_unit_max()
` [PATCH v8 14/15] xfs: update atomic write limits
` [PATCH v8 15/15] xfs: allow sysadmins to specify a maximum atomic write limit at mount time
[PATCH v7 00/14] large atomic writes for xfs
2025-04-23 8:19 UTC (38+ messages)
` [PATCH v7 01/14] fs: add atomic write unit max opt to statx
` [PATCH v7 02/14] xfs: add helpers to compute log item overhead
` [PATCH v7 03/14] xfs: add helpers to compute transaction reservation for finishing intent items
` [PATCH v7 04/14] xfs: rename xfs_inode_can_atomicwrite() -> xfs_inode_can_hw_atomicwrite()
` [PATCH v7 05/14] xfs: allow block allocator to take an alignment hint
` [PATCH v7 06/14] xfs: refactor xfs_reflink_end_cow_extent()
` [PATCH v7 07/14] xfs: refine atomic write size check in xfs_file_write_iter()
` [PATCH v7 08/14] xfs: add xfs_atomic_write_cow_iomap_begin()
` [PATCH v7 09/14] xfs: add large atomic writes checks in xfs_direct_write_iomap_begin()
` [PATCH v7 10/14] xfs: commit CoW-based atomic writes atomically
` [PATCH v7 11/14] xfs: add xfs_file_dio_write_atomic()
` [PATCH v7 12/14] xfs: add xfs_compute_atomic_write_unit_max()
` [PATCH v7 13/14] xfs: update atomic write limits
` [PATCH v7 14/14] xfs: allow sysadmins to specify a maximum atomic write limit at mount time
` [PATCH v7.1 "
[PATCH v1 0/2] common: Move exit related functions to common/exit
2025-04-23 6:41 UTC (3+ messages)
` [PATCH v1 1/2] common: Move exit related functions to a common/exit
` [PATCH v1 2/2] check: Replace exit with _exit in check
[PATCH v2 0/3] Add support for -q <n> unconditional loop
2025-04-23 6:02 UTC (7+ messages)
` [PATCH v2 2/3] check: Add -q <n> option to support unconditional looping
[PATCH] docs: ext4: Ammend white space
2025-04-22 13:30 UTC (2+ messages)
[PATCH -next 0/7] fs/buffer: split pagecache lookups into atomic or blocking
2025-04-22 11:25 UTC (19+ messages)
` [PATCH 1/7] fs/buffer: split locking for pagecache lookups
` [PATCH 2/7] fs/buffer: introduce sleeping flavors "
` [PATCH 3/7] fs/buffer: use sleeping version of __find_get_block()
` [PATCH 4/7] fs/ocfs2: "
` [PATCH 5/7] fs/jbd2: "
` [PATCH 6/7] fs/ext4: use sleeping version of sb_find_get_block()
` [PATCH 7/7] mm/migrate: fix sleep in atomic for large folios and buffer heads
[linus:master] [ext4] 896b02d0b9: stress-ng.fiemap.ops_per_sec 15.8% regression
2025-04-22 8:51 UTC (2+ messages)
[PATCH v2 0/7] fs/buffer: split pagecache lookups into atomic or blocking
2025-04-22 7:51 UTC (10+ messages)
` [PATCH 1/7] fs/buffer: split locking for pagecache lookups
` [PATCH 2/7] fs/buffer: introduce sleeping flavors "
` [PATCH 3/7] fs/buffer: use sleeping version of __find_get_block()
` [PATCH 4/7] fs/ocfs2: "
` [PATCH 5/7] fs/jbd2: "
` [PATCH 6/7] fs/ext4: use sleeping version of sb_find_get_block()
` [PATCH 7/7] mm/migrate: fix sleep in atomic for large folios and buffer heads
scheduling while atomic on rc3 - migration + buffer heads
2025-04-21 17:27 UTC (4+ messages)
ext4 v6.15-rc2 baseline
2025-04-21 16:47 UTC (16+ messages)
[PATCH 0/3] ext4: Implement IOCB_DONTCACHE handling
2025-04-21 10:50 UTC (4+ messages)
` [PATCH 1/3] mm/filemap: initialize fsdata with iocb->ki_flags
` [PATCH 2/3] ext4: implement IOCB_DONTCACHE handling in write operations
` [PATCH 3/3] ext4: support FOP_DONTCACHE flag
[RFC PATCH v4 00/11] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag
2025-04-21 2:15 UTC (12+ messages)
` [RFC PATCH v4 01/11] block: introduce BLK_FEAT_WRITE_ZEROES_UNMAP to queue limits features
` [RFC PATCH v4 02/11] nvme: set BLK_FEAT_WRITE_ZEROES_UNMAP if device supports DEAC bit
` [RFC PATCH v4 03/11] nvme-multipath: add BLK_FEAT_WRITE_ZEROES_UNMAP support
` [RFC PATCH v4 04/11] nvmet: set WZDS and DRB if device supports BLK_FEAT_WRITE_ZEROES_UNMAP
` [RFC PATCH v4 05/11] scsi: sd: set BLK_FEAT_WRITE_ZEROES_UNMAP if device supports unmap zeroing mode
` [RFC PATCH v4 06/11] dm: add BLK_FEAT_WRITE_ZEROES_UNMAP support
` [RFC PATCH v4 07/11] fs: statx add write zeroes unmap attribute
` [RFC PATCH v4 08/11] fs: introduce FALLOC_FL_WRITE_ZEROES to fallocate
` [RFC PATCH v4 09/11] block: factor out common part in blkdev_fallocate()
` [RFC PATCH v4 10/11] block: add FALLOC_FL_WRITE_ZEROES support
` [RFC PATCH v4 11/11] ext4: "
[RFC PATCH -next v3 00/10] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag
2025-04-18 6:44 UTC (5+ messages)
` [RFC PATCH -next v3 07/10] fs: introduce FALLOC_FL_WRITE_ZEROES to fallocate
[PATCH v2 0/2] ext4: fix out-of-bound read in ext4_xattr_inode_dec_ref_all()
2025-04-17 0:58 UTC (3+ messages)
` [PATCH v2 2/2] "
[PATCH v2 0/8] mm: enhance migration work around on noref buffer-heads
2025-04-16 16:58 UTC (22+ messages)
` [PATCH v2 1/8] migrate: fix skipping metadata buffer heads on migration
` [PATCH v2 7/8] mm/migrate: enable noref migration for jbd2
[PATCH v1] xfs: Fail remount with noattr2 on a v5 xfs with CONFIG_XFS_SUPPORT_V4=y
2025-04-16 7:35 UTC (5+ messages)
[PATCH] ext4: inline: fix len overflow in ext4_prepare_inline_data
2025-04-15 17:32 UTC (3+ messages)
[syzbot] [ext4?] KASAN: use-after-free Write in ext4_insert_dentry
2025-04-15 17:29 UTC (2+ messages)
[PATCH] ext4: convert i_fc_lock to spinlock
2025-04-14 16:59 UTC (7+ messages)
` [PATCH v7 2/9] ext4: for committing inode, make ext4_fc_track_inode wait
` [PATCH v7 9/9] ext4: hold s_fc_lock while during fast commit
[PATCH v8 0/9] Ext4 Fast Commit Performance Patchset
2025-04-14 16:54 UTC (10+ messages)
` [PATCH v8 1/9] ext4: convert i_fc_lock to spinlock
` [PATCH v8 2/9] ext4: for committing inode, make ext4_fc_track_inode wait
` [PATCH v8 3/9] ext4: mark inode dirty before grabbing i_data_sem in ext4_setattr
` [PATCH v8 4/9] ext4: rework fast commit commit path
` [PATCH v8 5/9] ext4: drop i_fc_updates from inode fc info
` [PATCH v8 6/9] ext4: update code documentation
` [PATCH v8 7/9] ext4: temporarily elevate commit thread priority
` [PATCH v8 8/9] ext4: convert s_fc_lock to mutex type
` [PATCH v8 9/9] ext4: hold s_fc_lock while during fast commit
[PATCH AUTOSEL 5.10 11/11] ext4: make block validity check resistent to sb bh corruption
2025-04-14 13:31 UTC
[PATCH AUTOSEL 5.15 15/15] ext4: make block validity check resistent to sb bh corruption
2025-04-14 13:31 UTC
[PATCH AUTOSEL 6.1 17/17] ext4: make block validity check resistent to sb bh corruption
2025-04-14 13:30 UTC
[PATCH AUTOSEL 6.6 24/24] ext4: make block validity check resistent to sb bh corruption
2025-04-14 13:29 UTC
[PATCH AUTOSEL 6.12 30/30] ext4: make block validity check resistent to sb bh corruption
2025-04-14 13:28 UTC
[PATCH AUTOSEL 6.13 34/34] ext4: make block validity check resistent to sb bh corruption
2025-04-14 13:27 UTC
[PATCH AUTOSEL 6.14 34/34] ext4: make block validity check resistent to sb bh corruption
2025-04-14 13:26 UTC
generic_permission() optimization
2025-04-14 10:21 UTC (10+ messages)
[tytso-ext4:dev] BUILD SUCCESS 94824ac9a8aaf2fb3c54b4bdde842db80ffa555d
2025-04-14 3:00 UTC
[GIT PULL] ext4 bug fixes for v6.15-rc2
2025-04-13 15:16 UTC (2+ messages)
[PATCH] ext4: filesystems without casefold feature cannot be mounted
2025-04-13 12:50 UTC (2+ messages)
page: next (older) | 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