messages from 2024-07-01 13:57:47 to 2024-07-15 03:37:41 UTC [more...]
[PATCH v4 1/2] locking/lockdep: Forcing subclasses to have same name pointer as their parent class
2024-07-15 6:34 UTC (2+ messages)
` [PATCH v4 2/2] locking/lockdep: Testing lock class and subclass got the same name pointer
[PATCH v3 1/2] locking/lockdep: Forcing subclasses to have same
2024-07-15 6:27 UTC (2+ messages)
` [PATCH v3 2/2] locking/lockdep: Testing lock class and subclass
Shared test cluster for filesystem testing
2024-07-14 23:35 UTC
[PATCH v2 1/2] ext4: Forcing subclasses to have same name pointer as their parent class
2024-07-14 22:00 UTC (5+ messages)
` [PATCH 2/2] ext4: Testing lock class and subclass got the same name pointer
[PATCH 00/20] ext4: some bugfixes and cleanups for ext4 extents path
2024-07-14 15:42 UTC (22+ messages)
` [PATCH 01/20] ext4: refactor ext4_ext_rm_idx() to index 'path'
` [PATCH 02/20] ext4: prevent partial update of the extents path
` [PATCH 03/20] ext4: fix double brelse() the buffer "
` [PATCH 04/20] ext4: add new ext4_ext_path_brelse() helper
` [PATCH 05/20] ext4: fix slab-use-after-free in ext4_split_extent_at()
` [PATCH 06/20] ext4: avoid use-after-free in ext4_ext_show_leaf()
` [PATCH 07/20] ext4: drop ppath from ext4_ext_replay_update_ex() to avoid double-free
` [PATCH 08/20] ext4: get rid of ppath in ext4_find_extent()
` [PATCH 09/20] ext4: get rid of ppath in get_ext_path()
` [PATCH 10/20] ext4: get rid of ppath in ext4_ext_create_new_leaf()
` [PATCH 11/20] ext4: get rid of ppath in ext4_ext_insert_extent()
` [PATCH 12/20] ext4: get rid of ppath in ext4_split_extent_at()
` [PATCH 13/20] ext4: get rid of ppath in ext4_force_split_extent_at()
` [PATCH 14/20] ext4: get rid of ppath in ext4_split_extent()
` [PATCH 15/20] ext4: get rid of ppath in ext4_split_convert_extents()
` [PATCH 16/20] ext4: get rid of ppath in ext4_convert_unwritten_extents_endio()
` [PATCH 17/20] ext4: get rid of ppath in ext4_ext_convert_to_initialized()
` [PATCH 18/20] ext4: get rid of ppath in ext4_ext_handle_unwritten_extents()
` [PATCH 19/20] ext4: get rid of ppath in convert_initialized_extent()
` [PATCH 20/20] ext4: avoid unnecessary extent path frees and allocations
[tytso-ext4:dev] [jbd2] 7c73ddb758: stress-ng.fiemap.ops_per_sec 565.3% improvement
2024-07-14 14:49 UTC
[Bug report]: fstests g/388 crash on ext4, BUG: kernel NULL pointer dereference, address: 0000000000000000
2024-07-14 3:46 UTC
[PATCH v2 2/2] ext4: Testing lock class and subclass got the same name pointer
2024-07-14 5:26 UTC
[PATCH] ext4: Use seq_putc() in two functions
2024-07-13 18:15 UTC
[BUG REPORT] potential deadlock in inode evicting under the inode lru traversing context on ext4 and ubifs
2024-07-13 2:29 UTC (3+ messages)
[PATCH v6 00/10] Ext4 fast commit performance patch series
2024-07-13 2:01 UTC (10+ messages)
` [PATCH v6 02/10] ext4: for committing inode, make ext4_fc_track_inode wait
` [PATCH v6 04/10] ext4: rework fast commit commit path
` [PATCH v6 07/10] ext4: add nolock mode to ext4_map_blocks()
Possible circular dependency between i_data_sem and folio lock in ext4 filesystem
2024-07-12 21:23 UTC (5+ messages)
[PATCH 00/13] fs/dax: Fix FS DAX page reference counts
2024-07-12 15:52 UTC (25+ messages)
` [PATCH 06/13] mm/memory: Add dax_insert_pfn
` [PATCH 07/13] huge_memory: Allow mappings of PUD sized pages
` [PATCH 09/13] gup: Don't allow FOLL_LONGTERM pinning of FS DAX pages
` [PATCH 11/13] huge_memory: Remove dead vmf_insert_pXd code
` [PATCH 13/13] mm: Remove devmap related functions and page table bits
[PATCH v4] ext4: fix fast commit inode enqueueing during a full journal commit
2024-07-12 10:28 UTC (10+ messages)
` [RFC PATCH] jbd2: make '0' an invalid transaction sequence
[syzbot] [ext4?] kernel BUG in ext4_write_inline_data
2024-07-12 3:49 UTC (2+ messages)
` [syzbot] "
ask help to shed light on ext4 high CPU usage in kworker when handling bufferIO while xfs is fine
2024-07-12 1:17 UTC
[tytso-ext4:test] BUILD SUCCESS f9ca51596bbfd0f9c386dd1c613c394c78d9e5e6
2024-07-11 22:34 UTC
[PATCH v5 0/9] fs: multigrain timestamp redux
2024-07-11 19:40 UTC (21+ messages)
` [PATCH v5 1/9] fs: add infrastructure for multigrain timestamps
` [PATCH v5 2/9] fs: tracepoints around multigrain timestamp events
` [PATCH v5 3/9] fs: add percpu counters for significant "
` [PATCH v5 4/9] fs: have setattr_copy handle multigrain timestamps appropriately
` [PATCH v5 5/9] Documentation: add a new file documenting multigrain timestamps
` [PATCH v5 6/9] xfs: switch to "
` [PATCH v5 7/9] ext4: "
` [PATCH v5 8/9] btrfs: convert "
` [PATCH v5 9/9] tmpfs: add support for "
[PATCH 0/2] ext4: fix unable to handle kernel paging request in do_split()
2024-07-11 13:20 UTC (6+ messages)
` [PATCH 1/2] ext4: check dot and dotdot of dx_root before making dir indexed
` [PATCH 2/2] ext4: make sure the first directory block is not a hole
mostly remove _supported_fs
2024-07-11 13:16 UTC (3+ messages)
[PATCH 0/3] Add {init, exit}_sequence_fs() helper function
2024-07-11 8:26 UTC (5+ messages)
` [PATCH 1/3] f2fs: make module init/exit match their sequence
` [PATCH 2/3] ext4: make ext4 "
` [PATCH 3/3] fs: Add {init, exit}_sequence_fs() helper functions
[PATCH v2] Fix WARNING in __ext4_ioctl
2024-07-11 2:42 UTC (3+ messages)
[PATCH v2] jbd2: speed up jbd2_transaction_committed()
2024-07-11 2:35 UTC (2+ messages)
[PATCH v4] jbd2: avoid mount failed when commit block is partial submitted
2024-07-11 2:35 UTC (2+ messages)
[PATCH] ext4: use ext4_update_inode_fsync_trans() helper in inode creation
2024-07-11 2:35 UTC (2+ messages)
[PATCH v3 0/2] ext4: fix fast commit inode enqueueing during a full journal commit
2024-07-11 2:35 UTC (6+ messages)
` [PATCH v3 1/2] "
[PATCH] ext4: Use memtostr_pad() for s_volume_name
2024-07-11 2:35 UTC (2+ messages)
[PATCH] ext4: don't track ranges in fast_commit if inode has inlined data
2024-07-11 2:35 UTC (2+ messages)
[PATCH] jbd2: add missing MODULE_DESCRIPTION()
2024-07-11 2:35 UTC (2+ messages)
[PATCH] ext4: Avoid writing unitialized memory to disk in EA inodes
2024-07-11 2:35 UTC (2+ messages)
[PATCH] fs: ext4: add missing MODULE_DESCRIPTION()
2024-07-11 2:35 UTC (2+ messages)
[syzbot] [ext4?] general protection fault in __block_commit_write
2024-07-11 2:35 UTC (3+ messages)
` [PATCH] kernel/ext4: sanity check for NULL pointer after ext4_force_shutdown
[PATCH 0/4] jbd2: Avoid infinite transaction commit loop
2024-07-11 2:35 UTC (3+ messages)
` [PATCH v2 1/4] jbd2: Make jbd2_journal_get_max_txn_bufs() internal
[PATCH] jbd2: Increase maximum transaction size
2024-07-11 2:35 UTC (3+ messages)
[syzbot] [ext4?] INFO: task hung in ext4_stop_mmpd
2024-07-10 10:20 UTC
[tytso-ext4:dev] BUILD SUCCESS 83f4414b8f84249d538905825b088ff3ae555652
2024-07-10 10:18 UTC
Updating i_disksize without acquiring i_data_sem semaphore
2024-07-10 6:47 UTC (2+ messages)
[PATCH v4 0/9] fs: multigrain timestamp redux
2024-07-09 23:50 UTC (17+ messages)
` [PATCH v4 1/9] fs: add infrastructure for multigrain timestamps
` [PATCH v4 2/9] fs: tracepoints around multigrain timestamp events
` [PATCH v4 3/9] fs: add percpu counters for significant "
` [PATCH v4 4/9] fs: have setattr_copy handle multigrain timestamps appropriately
` [PATCH v4 5/9] Documentation: add a new file documenting multigrain timestamps
` [PATCH v4 6/9] xfs: switch to "
` [PATCH v4 7/9] ext4: "
` [PATCH v4 8/9] btrfs: convert "
` [PATCH v4 9/9] tmpfs: add support for "
[PATCH] Forcing subclasses to have same name pointer as their parent class
2024-07-08 23:55 UTC (2+ messages)
[PATCH v3 0/9] fs: multigrain timestamp redux
2024-07-08 15:32 UTC (16+ messages)
` [PATCH v3 1/9] fs: add infrastructure for multigrain timestamps
` [PATCH v3 2/9] fs: tracepoints around multigrain timestamp events
` [PATCH v3 3/9] fs: add percpu counters to count fine vs. coarse timestamps
` [PATCH v3 4/9] fs: have setattr_copy handle multigrain timestamps appropriately
` [PATCH v3 5/9] Documentation: add a new file documenting multigrain timestamps
` [PATCH v3 6/9] xfs: switch to "
` [PATCH v3 7/9] ext4: "
` [PATCH v3 8/9] btrfs: convert "
` [PATCH v3 9/9] tmpfs: add support for "
[syzbot] kernel BUG in ext4_do_writepages
2024-07-05 16:10 UTC (2+ messages)
[PATCH 0/2] fs/dcache: fix cache inconsistency on case-insensitive lookups
2024-07-05 6:26 UTC (3+ messages)
` [PATCH 1/2] fs/dcache: introduce d_alloc_parallel_check_existing
` [PATCH 2/2] ext4: in lookup call d_add_ci if there is a case mismatch
[PATCH 00/10] fs: multigrain timestamp redux
2024-07-03 5:27 UTC (18+ messages)
` [PATCH 01/10] fs: turn inode ctime fields into a single ktime_t
[PATCH] Fix WARNING in __ext4_ioctl
2024-07-02 8:22 UTC (2+ messages)
[PATCH 0/14] New uid & gid mount option parsing helpers
2024-07-02 4:25 UTC (2+ messages)
` (subset) "
[PATCH v2 00/11] fs: multigrain timestamp redux
2024-07-01 20:33 UTC (8+ messages)
` [PATCH v2 09/11] btrfs: convert to multigrain timestamps
[syzbot] [ext4?] BUG: unable to handle kernel paging request in do_split
2024-07-01 14:36 UTC (3+ messages)
` [PATCH] ext4: No need to continue when the number of entries is 1
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;
as well as URLs for NNTP newsgroup(s).