messages from 2025-05-13 10:08:01 to 2025-05-20 14:40:30 UTC [more...]
[PATCH 0/4] ext4,jbd2: clean up unused arguments to checksum functions
2025-05-20 14:40 UTC (2+ messages)
[PATCH] ext4: only dirty folios when data journaling regular files
2025-05-20 14:40 UTC (4+ messages)
[PATCH v1 0/5] ext4: Minor fixes and improvements for atomic write series
2025-05-20 14:37 UTC (9+ messages)
` [PATCH v1 1/5] ext4: Unwritten to written conversion requires EXT4_EX_NOCACHE
` [PATCH v1 2/5] ext4: Simplify last in leaf check in ext4_map_query_blocks
` [PATCH v1 3/5] ext4: Rename and document EXT4_EX_FILTER to EXT4_EX_QUERY_FILTER
` [PATCH v1 4/5] ext4: Simplify flags in ext4_map_query_blocks()
` [PATCH v1 5/5] ext4: Add a WARN_ON_ONCE for querying LAST_IN_LEAF instead
[PATCH v2 0/8] ext4: enable large folio for regular files
2025-05-20 13:41 UTC (26+ messages)
` [PATCH v2 1/8] ext4: make ext4_mpage_readpages() support large folios
` [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 8/8] ext4: enable large folio for regular file
[BUG] WARNING in mb_avg_fragment_size_order
2025-05-20 11:56 UTC (2+ messages)
[tytso-ext4:dev] BUILD SUCCESS dc86fd2ef895241985bb7a185f055e41fc0dfe83
2025-05-20 11:01 UTC
[PATCH v5 0/7] ext4: Add multi-fsblock atomic write support with bigalloc
2025-05-19 15:47 UTC (19+ messages)
` [PATCH v5 1/7] ext4: Document an edge case for overwrites
` [PATCH v5 2/7] ext4: Check if inode uses extents in ext4_inode_can_atomic_write()
` [PATCH v5 3/7] ext4: Make ext4_meta_trans_blocks() non-static for later use
` [PATCH v5 4/7] ext4: Add support for EXT4_GET_BLOCKS_QUERY_LEAF_BLOCKS
` [PATCH v5 5/7] ext4: Add multi-fsblock atomic write support with bigalloc
` [PATCH v5 6/7] ext4: Enable support for ext4 multi-fsblock atomic write using bigalloc
` [PATCH v5 7/7] ext4: Add atomic block write documentation
[PATCH v2] ext4: replace strcpy() with '.' assignment
2025-05-19 14:59 UTC (6+ messages)
[PATCH v3] ext4: replace strcpy() with '.' assignment
2025-05-19 12:00 UTC
[PATCH] ext4: inline: do not convert when writing to memory map
2025-05-19 10:42 UTC
[PATCH v16 00/42] DEPT(DEPendency Tracker)
2025-05-19 9:18 UTC (43+ messages)
` [PATCH v16 01/42] llist: move llist_{head,node} definition to types.h
` [PATCH v16 02/42] dept: implement DEPT(DEPendency Tracker)
` [PATCH v16 03/42] dept: add single event dependency tracker APIs
` [PATCH v16 04/42] dept: add lock "
` [PATCH v16 05/42] dept: tie to lockdep and IRQ tracing
` [PATCH v16 06/42] dept: add proc knobs to show stats and dependency graph
` [PATCH v16 07/42] dept: distinguish each kernel context from another
` [PATCH v16 08/42] x86_64, dept: add support CONFIG_ARCH_HAS_DEPT_SUPPORT to x86_64
` [PATCH v16 09/42] arm64, dept: add support CONFIG_ARCH_HAS_DEPT_SUPPORT to arm64
` [PATCH v16 10/42] dept: distinguish each work from another
` [PATCH v16 11/42] dept: add a mechanism to refill the internal memory pools on running out
` [PATCH v16 12/42] dept: record the latest one out of consecutive waits of the same class
` [PATCH v16 13/42] dept: apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v16 14/42] dept: apply sdt_might_sleep_{start,end}() to swait
` [PATCH v16 15/42] dept: apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v16 16/42] dept: apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v16 17/42] dept: apply sdt_might_sleep_{start,end}() to dma fence
` [PATCH v16 18/42] dept: track timeout waits separately with a new Kconfig
` [PATCH v16 19/42] dept: apply timeout consideration to wait_for_completion()/complete()
` [PATCH v16 20/42] dept: apply timeout consideration to swait
` [PATCH v16 21/42] dept: apply timeout consideration to waitqueue wait
` [PATCH v16 22/42] dept: apply timeout consideration to hashed-waitqueue wait
` [PATCH v16 23/42] dept: apply timeout consideration to dma fence wait
` [PATCH v16 24/42] dept: make dept able to work with an external wgen
` [PATCH v16 25/42] dept: track PG_locked with dept
` [PATCH v16 26/42] dept: print staged wait's stacktrace on report
` [PATCH v16 27/42] locking/lockdep: prevent various lockdep assertions when lockdep_off()'ed
` [PATCH v16 28/42] dept: add documentation for dept
` [PATCH v16 29/42] cpu/hotplug: use a weaker annotation in AP thread
` [PATCH v16 30/42] fs/jbd2: use a weaker annotation in journal handling
` [PATCH v16 31/42] dept: assign dept map to mmu notifier invalidation synchronization
` [PATCH v16 32/42] dept: assign unique dept_key to each distinct dma fence caller
` [PATCH v16 33/42] dept: make dept aware of lockdep_set_lock_cmp_fn() annotation
` [PATCH v16 34/42] dept: make dept stop from working on debug_locks_off()
` [PATCH v16 35/42] i2c: rename wait_for_completion callback to wait_for_completion_cb
` [PATCH v16 36/42] dept: assign unique dept_key to each distinct wait_for_completion() caller
` [PATCH v16 37/42] completion, dept: introduce init_completion_dmap() API
` [PATCH v16 38/42] dept: introduce a new type of dependency tracking between multi event sites
` [PATCH v16 39/42] dept: add module support for struct dept_event_site and dept_event_site_dep
` [PATCH v16 40/42] dept: introduce event_site() to disable event tracking if it's recoverable
` [PATCH v16 41/42] dept: implement a basic unit test for dept
` [PATCH v16 42/42] dept: call dept_hardirqs_off() in local_irq_*() regardless of irq state
[tytso-ext4:dev 43/47] fs/ext4/inode.c:573:49-51: WARNING !A || A && B is equivalent to !A || B
2025-05-19 7:54 UTC
[PATCH v3 0/2] new: Improvements to new script
2025-05-19 6:16 UTC (3+ messages)
` [PATCH v3 1/2] new: Add a new parameter (name) in the "new" script
` [PATCH v3 2/2] new: Replace "status=0; exit 0" with _exit 0
[PATCH v2 0/2] new: Improvements to new script
2025-05-19 5:21 UTC (6+ messages)
` [PATCH v2 1/2] new: Add a new parameter (name/emailid) in the "new" script
` [PATCH v2 2/2] new: Replace "status=0; exit 0" with _exit 0
[PATCH] ext4: replace strcpy() with strscpy() in ext4_init_dot_dotdot()
2025-05-19 3:26 UTC (2+ messages)
[tytso-ext4:dev] BUILD SUCCESS e4e129b9e3d37b21d78a5a6617c6987dafa9600d
2025-05-19 1:22 UTC
[PATCH 0/3] ext4: Implement IOCB_DONTCACHE handling
2025-05-18 14:01 UTC (9+ messages)
` [PATCH 1/3] mm/filemap: initialize fsdata with iocb->ki_flags
` [PATCH 2/3] ext4: implement IOCB_DONTCACHE handling in write operations
[tytso-ext4:dev] BUILD SUCCESS 24b7a2331fcdf6de103ea85e67eede43c0372f77
2025-05-17 10:05 UTC
[tytso-ext4:test] BUILD SUCCESS 362352380cbd92a653434a686276cb792ed50c3d
2025-05-17 5:58 UTC
[PATCH v15 00/43] DEPT(DEPendency Tracker)
2025-05-16 8:07 UTC (35+ 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 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
[BUG] kernel BUG in ext4_mb_release_inode_pa
2025-05-16 6:32 UTC (3+ messages)
[PATCH v4 0/7] ext4: Add multi-fsblock atomic write support with bigalloc
2025-05-15 19:12 UTC (14+ messages)
` [PATCH v4 1/7] ext4: Document an edge case for overwrites
` [PATCH v4 2/7] ext4: Check if inode uses extents in ext4_inode_can_atomic_write()
` [PATCH v4 3/7] ext4: Make ext4_meta_trans_blocks() non-static for later use
` [PATCH v4 4/7] ext4: Add support for EXT4_GET_BLOCKS_QUERY_LEAF_BLOCKS
` [PATCH v4 5/7] ext4: Add multi-fsblock atomic write support with bigalloc
` [PATCH v4 6/7] ext4: Enable support for ext4 multi-fsblock atomic write using bigalloc
` [PATCH v4 7/7] ext4: Add atomic block write documentation
[BUG] WARNING in gup_vma_lookup
2025-05-15 11:22 UTC
[BUG] INFO: rcu_tasks_trace detected stalls on tasks:
2025-05-15 6:54 UTC
[PATCH v3 0/7] ext4: Add multi-fsblock atomic write support with bigalloc
2025-05-15 2:18 UTC (23+ 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
[PATCH v2] jbd2: fix data-race and null-ptr-deref in jbd2_journal_dirty_metadata()
2025-05-14 15:57 UTC (2+ messages)
[PATCH] jbd2: fix data-race and null-ptr-deref in jbd2_journal_dirty_metadata()
2025-05-14 11:43 UTC (3+ messages)
[PATCH v1 0/3] new: Improvements to new script
2025-05-14 6:39 UTC (8+ 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
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