public inbox for linux-ext4@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-05-05 13:22:43 to 2025-05-14 03:51:51 UTC [more...]

[PATCH 0/3] ext4: Implement IOCB_DONTCACHE handling
 2025-05-14  3:51 UTC  (3+ messages)
` [PATCH 1/3] mm/filemap: initialize fsdata with iocb->ki_flags

[PATCH v15 00/43] DEPT(DEPendency Tracker)
 2025-05-14  3:07 UTC  (46+ messages)
` [PATCH v15 01/43] llist: move llist_{head,node} definition to types.h
` [PATCH v15 02/43] dept: implement DEPT(DEPendency Tracker)
` [PATCH v15 03/43] dept: add single event dependency tracker APIs
` [PATCH v15 04/43] dept: add lock "
` [PATCH v15 05/43] dept: tie to lockdep and IRQ tracing
` [PATCH v15 06/43] dept: add proc knobs to show stats and dependency graph
` [PATCH v15 07/43] dept: distinguish each kernel context from another
` [PATCH v15 08/43] x86_64, dept: add support CONFIG_ARCH_HAS_DEPT_SUPPORT to x86_64
` [PATCH v15 09/43] arm64, dept: add support CONFIG_ARCH_HAS_DEPT_SUPPORT to arm64
` [PATCH v15 10/43] dept: distinguish each work from another
` [PATCH v15 11/43] dept: add a mechanism to refill the internal memory pools on running out
` [PATCH v15 12/43] dept: record the latest one out of consecutive waits of the same class
` [PATCH v15 13/43] dept: apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v15 14/43] dept: apply sdt_might_sleep_{start,end}() to swait
` [PATCH v15 15/43] dept: apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v15 16/43] dept: apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v15 17/43] dept: apply sdt_might_sleep_{start,end}() to dma fence
` [PATCH v15 18/43] dept: track timeout waits separately with a new Kconfig
` [PATCH v15 19/43] dept: apply timeout consideration to wait_for_completion()/complete()
` [PATCH v15 20/43] dept: apply timeout consideration to swait
` [PATCH v15 21/43] dept: apply timeout consideration to waitqueue wait
` [PATCH v15 22/43] dept: apply timeout consideration to hashed-waitqueue wait
` [PATCH v15 23/43] dept: apply timeout consideration to dma fence wait
` [PATCH v15 24/43] dept: make dept able to work with an external wgen
` [PATCH v15 25/43] dept: track PG_locked with dept
` [PATCH v15 26/43] dept: print staged wait's stacktrace on report
` [PATCH v15 27/43] locking/lockdep: prevent various lockdep assertions when lockdep_off()'ed
` [PATCH v15 28/43] dept: suppress reports with classes that have been already reported
` [PATCH v15 29/43] dept: add documentation for dept
` [PATCH v15 30/43] cpu/hotplug: use a weaker annotation in AP thread
` [PATCH v15 31/43] fs/jbd2: use a weaker annotation in journal handling
` [PATCH v15 32/43] dept: assign dept map to mmu notifier invalidation synchronization
` [PATCH v15 33/43] dept: assign unique dept_key to each distinct dma fence caller
` [PATCH v15 34/43] dept: make dept aware of lockdep_set_lock_cmp_fn() annotation
` [PATCH v15 35/43] dept: make dept stop from working on debug_locks_off()
` [PATCH v15 36/43] i2c: rename wait_for_completion callback to wait_for_completion_cb
` [PATCH v15 37/43] dept: assign unique dept_key to each distinct wait_for_completion() caller
` [PATCH v15 38/43] completion, dept: introduce init_completion_dmap() API
` [PATCH v15 39/43] dept: introduce a new type of dependency tracking between multi event sites
` [PATCH v15 40/43] dept: add module support for struct dept_event_site and dept_event_site_dep
` [PATCH v15 41/43] dept: introduce event_site() to disable event tracking if it's recoverable
` [PATCH v15 42/43] dept: implement a basic unit test for dept
` [PATCH v15 43/43] dept: call dept_hardirqs_off() in local_irq_*() regardless of irq state

[PATCH] jbd2: fix data-race and null-ptr-deref in jbd2_journal_dirty_metadata()
 2025-05-13 17:04 UTC 

[PATCH v1 0/3] new: Improvements to new script
 2025-05-13  8:10 UTC  (4+ messages)
` [PATCH v1 1/3] new: Add a new parameter (name/emailid) in the "new" script
` [PATCH v1 2/3] new: Replace "status=0; exit 0" with _exit 0
` [PATCH v1 3/3] new: Run make after adding a new test file

[PATCH 0/4] ext4,jbd2: clean up unused arguments to checksum functions
 2025-05-13  6:21 UTC  (9+ messages)
` [PATCH 1/4] ext4: remove sbi argument from ext4_chksum()
` [PATCH 2/4] ext4: remove sb argument from ext4_superblock_csum()
` [PATCH 3/4] jbd2: remove journal_t argument from jbd2_chksum()
` [PATCH 4/4] jbd2: remove journal_t argument from jbd2_superblock_csum()

[Bug 205197] New: kernel BUG at fs/ext4/extents_status.c:884
 2025-05-13  3:03 UTC  (2+ messages)
` [Bug 205197] "

[PATCH v5 0/1] xfs: Fail remount with noattr2 on a v5 xfs with v4 enabled kernel
 2025-05-12 16:29 UTC  (6+ messages)
` [PATCH v5 1/1] xfs: Fail remount with noattr2 on a v5 with v4 enabled

[syzbot] [mm?] [ext4?] INFO: rcu detected stall in ext4_end_io_rsv_work (3)
 2025-05-12  9:11 UTC 

[PATCH v2 0/8] ext4: enable large folio for regular files
 2025-05-12  6:33 UTC  (9+ messages)
` [PATCH v2 1/8] ext4: make ext4_mpage_readpages() support large folios
` [PATCH v2 2/8] ext4: make regular file's buffered write path "
` [PATCH v2 3/8] ext4: make __ext4_block_zero_page_range() support large folio
` [PATCH v2 4/8] ext4/jbd2: convert jbd2_journal_blocks_per_page() to "
` [PATCH v2 5/8] ext4: correct the journal credits calculations of allocating blocks
` [PATCH v2 6/8] ext4: make the writeback path support large folios
` [PATCH v2 7/8] ext4: make online defragmentation "
` [PATCH v2 8/8] ext4: enable large folio for regular file

[PATCH v3 0/7] ext4: Add multi-fsblock atomic write support with bigalloc
 2025-05-09 17:42 UTC  (13+ messages)
` [PATCH v3 1/7] ext4: Document an edge case for overwrites
` [PATCH v3 2/7] ext4: Check if inode uses extents in ext4_inode_can_atomic_write()
` [PATCH v3 3/7] ext4: Make ext4_meta_trans_blocks() non-static for later use
` [PATCH v3 4/7] ext4: Add support for EXT4_GET_BLOCKS_QUERY_LEAF_BLOCKS
` [PATCH v3 5/7] ext4: Add multi-fsblock atomic write support with bigalloc
` [PATCH v3 6/7] ext4: Enable support for ext4 multi-fsblock atomic write using bigalloc
` [PATCH v3 7/7] ext4: Add atomic block write documentation

[syzbot] [ext4?] WARNING in ext4_journal_check_start (2)
 2025-05-09 14:52 UTC  (2+ messages)
` [RFC PATCH] ext4: Prevent to write when SB_FREEZE_COMPLETE

[RFC PATCH v4 00/11] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag
 2025-05-09 12:35 UTC  (26+ messages)
` [RFC PATCH v4 01/11] block: introduce BLK_FEAT_WRITE_ZEROES_UNMAP to queue limits features
` [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

[syzbot] kernel BUG in ext4_do_writepages
 2025-05-09  7:11 UTC  (2+ messages)

[PATCH v9 0/9] Ext4 fast commit performance patchset
 2025-05-08 17:59 UTC  (10+ messages)
` [PATCH v9 1/9] ext4: convert i_fc_lock to spinlock
` [PATCH v9 2/9] ext4: for committing inode, make ext4_fc_track_inode wait
` [PATCH v9 3/9] ext4: mark inode dirty before grabbing i_data_sem in ext4_setattr
` [PATCH v9 4/9] ext4: rework fast commit commit path
` [PATCH v9 5/9] ext4: drop i_fc_updates from inode fc info
` [PATCH v9 6/9] ext4: update code documentation
` [PATCH v9 7/9] ext4: temporarily elevate commit thread priority
` [PATCH v9 8/9] ext4: convert s_fc_lock to mutex type
` [PATCH v9 9/9] ext4: hold s_fc_lock while during fast commit

[RFC v2 0/2] ext4: Add multi-fsblock atomic write support using bigalloc
 2025-05-08 15:19 UTC  (4+ messages)

[PATCH] ext4: use writeback_iter in ext4_journalled_submit_inode_data_buffers
 2025-05-08  2:48 UTC  (2+ messages)

[PATCH v12 00/17] large atomic writes for xfs
 2025-05-07 15:14 UTC  (20+ messages)
` [PATCH v12 01/17] fs: add atomic write unit max opt to statx
` [PATCH v12 02/17] xfs: only call xfs_setsize_buftarg once per buffer target
` [PATCH v12 03/17] xfs: rename xfs_inode_can_atomicwrite() -> xfs_inode_can_hw_atomic_write()
` [PATCH v12 04/17] xfs: separate out setting buftarg atomic writes limits
` [PATCH v12 05/17] xfs: add helpers to compute log item overhead
` [PATCH v12 06/17] xfs: add helpers to compute transaction reservation for finishing intent items
` [PATCH v12 07/17] xfs: ignore HW which cannot atomic write a single block
` [PATCH v12 08/17] xfs: allow block allocator to take an alignment hint
` [PATCH v12 09/17] xfs: refactor xfs_reflink_end_cow_extent()
` [PATCH v12 10/17] xfs: refine atomic write size check in xfs_file_write_iter()
` [PATCH v12 11/17] xfs: add xfs_atomic_write_cow_iomap_begin()
` [PATCH v12 12/17] xfs: add large atomic writes checks in xfs_direct_write_iomap_begin()
` [PATCH v12 13/17] xfs: commit CoW-based atomic writes atomically
` [PATCH v12 14/17] xfs: add xfs_file_dio_write_atomic()
` [PATCH v12 15/17] xfs: add xfs_calc_atomic_write_unit_max()
` [PATCH v12 16/17] xfs: update atomic write limits
` [PATCH v12 17/17] xfs: allow sysadmins to specify a maximum atomic write limit at mount time

[PATCH] ext4: Fix calculation of credits for extent tree modification
 2025-05-07 11:57 UTC  (2+ messages)

[PATCH v3 0/2] common: Move exit related functions to common/exit
 2025-05-06 15:03 UTC  (3+ messages)

kernel BUG in zero_user_segments
 2025-05-06 12:12 UTC  (6+ messages)

[PATCH v2 1/4] ext4: fix out of bounds punch offset
 2025-05-06 11:30 UTC  (9+ messages)
` [PATCH v2 2/4] ext4: fix incorrect punch max_end
` [PATCH v2 3/4] ext4: factor out ext4_get_maxbytes()
` [PATCH v2 4/4] ext4: ensure i_size is smaller than maxbytes

[PATCH v11 00/16] large atomic writes for xfs
 2025-05-06  6:57 UTC  (22+ messages)
` [PATCH v11 02/16] xfs: only call xfs_setsize_buftarg once per buffer target
` [PATCH v11 06/16] xfs: ignore HW which cannot atomic write a single block
` [PATCH v11 14/16] xfs: add xfs_calc_atomic_write_unit_max()

[syzbot] [ext4?] kernel BUG in ext4_mb_normalize_request
 2025-05-05 23:53 UTC 

[PATCH AUTOSEL 5.4 18/79] ext4: reorder capability check last
 2025-05-05 23:20 UTC 

[PATCH AUTOSEL 5.10 024/114] ext4: reorder capability check last
 2025-05-05 23:16 UTC 

[PATCH AUTOSEL 5.15 033/153] ext4: reorder capability check last
 2025-05-05 23:11 UTC 

[PATCH AUTOSEL 6.1 046/212] ext4: reorder capability check last
 2025-05-05 23:03 UTC  (2+ messages)
` [PATCH AUTOSEL 6.1 063/212] ext4: reject the 'data_err=abort' option in nojournal mode

[PATCH AUTOSEL 6.6 035/294] ext4: on a remount, only log the ro or r/w state when it has changed
 2025-05-05 22:55 UTC  (7+ messages)
` [PATCH AUTOSEL 6.6 056/294] ext4: reorder capability check last
` [PATCH AUTOSEL 6.6 062/294] jbd2: do not try to recover wiped journal
` [PATCH AUTOSEL 6.6 079/294] ext4: reject the 'data_err=abort' option in nojournal mode
` [PATCH AUTOSEL 6.6 080/294] ext4: do not convert the unwritten extents if data writeback fails
` [PATCH AUTOSEL 6.6 246/294] ext4: don't write back data before punch hole in nojournal mode
` [PATCH AUTOSEL 6.6 247/294] ext4: remove writable userspace mappings before truncating page cache

[PATCH AUTOSEL 6.12 053/486] ext4: on a remount, only log the ro or r/w state when it has changed
 2025-05-05 22:38 UTC  (7+ messages)
` [PATCH AUTOSEL 6.12 094/486] ext4: reorder capability check last
` [PATCH AUTOSEL 6.12 102/486] jbd2: do not try to recover wiped journal
` [PATCH AUTOSEL 6.12 126/486] ext4: reject the 'data_err=abort' option in nojournal mode
` [PATCH AUTOSEL 6.12 127/486] ext4: do not convert the unwritten extents if data writeback fails
` [PATCH AUTOSEL 6.12 403/486] ext4: don't write back data before punch hole in nojournal mode
` [PATCH AUTOSEL 6.12 404/486] ext4: remove writable userspace mappings before truncating page cache

[PATCH AUTOSEL 6.14 065/642] ext4: on a remount, only log the ro or r/w state when it has changed
 2025-05-05 22:12 UTC  (8+ messages)
` [PATCH AUTOSEL 6.14 120/642] ext4: reorder capability check last
` [PATCH AUTOSEL 6.14 129/642] jbd2: do not try to recover wiped journal
` [PATCH AUTOSEL 6.14 159/642] ext4: reject the 'data_err=abort' option in nojournal mode
` [PATCH AUTOSEL 6.14 160/642] ext4: do not convert the unwritten extents if data writeback fails
` [PATCH AUTOSEL 6.14 455/642] jbd2: Avoid long replay times due to high number or revoke blocks
` [PATCH AUTOSEL 6.14 520/642] ext4: don't write back data before punch hole in nojournal mode
` [PATCH AUTOSEL 6.14 521/642] ext4: remove writable userspace mappings before truncating page cache

[PATCH -e2fsprogs] mke2fs: don't set the raid stripe for non-rotational devices by default
 2025-05-05 17:27 UTC 

[RFC PATCH] ext4: Error handling for ext4_get_inode_loc()
 2025-05-05 14:00 UTC 


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