linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-07-11 15:39:07 to 2024-07-24 06:52:39 UTC [more...]

[PATCH 5.10 387/770] fanotify: Allow users to request FAN_FS_ERROR events
 2024-07-24  6:52 UTC  (13+ messages)
      ` [PATCH v5.15.y] Revert "fanotify: Allow users to request FAN_FS_ERROR events"

[PATCH 0/4] Add module_subinit{_noexit} and module_subeixt helper macros
 2024-07-24  6:29 UTC  (14+ messages)
` [PATCH 1/4] module: "
` [PATCH 2/4] btrfs: Use "
` [PATCH 3/4] ext4: Use module_{subinit, subexit} "
` [PATCH 4/4] f2fs: Use module_{subinit, subeixt} "

[PATCH 00/20] ext4: some bugfixes and cleanups for ext4 extents path
 2024-07-24  6:23 UTC  (10+ messages)
` [PATCH 02/20] ext4: prevent partial update of the "

[PATCH v2 4.19 0/4] ext4: improve delalloc buffer write performance
 2024-07-24  5:23 UTC  (5+ messages)

[RESEND PATCH v9 0/2] Minor cleanup for case insensitive path
 2024-07-24  2:16 UTC  (2+ messages)
` [f2fs-dev] "

[RESEND PATCH v9 0/3] Introduce case-insensitive string comparison helper
 2024-07-24  2:16 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH v10 0/8]
 2024-07-24  2:16 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH v16 0/9] Cache insensitive cleanup for ext4/f2fs
 2024-07-24  2:16 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH v18 0/7] Case insensitive cleanup for ext4/f2fs
 2024-07-24  2:16 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH v2 4.19 1/4] ext4: check and update i_disksize properly
 2024-07-23 17:56 UTC  (5+ messages)
` [PATCH v2 4.19 2/4] ext4: correct the error path of ext4_write_inline_data_end()
` [PATCH v2 4.19 3/4] ext4: factor out write end code of inline file
` [PATCH v2 4.19 4/4] ext4: drop unnecessary journal handle in delalloc write

[PATCH 0/4] ext4: fix incorrect tid assumptions
 2024-07-23 15:44 UTC  (5+ messages)
` [PATCH 1/4] ext4: fix incorrect tid assumption in ext4_wait_for_tail_page_commit()
` [PATCH 2/4] ext4: fix incorrect tid assumption in __jbd2_log_wait_for_space()
` [PATCH 3/4] ext4: fix incorrect tid assumption in jbd2_journal_shrink_checkpoint_list()
` [PATCH 4/4] ext4: fix incorrect tid assumption in ext4_fc_mark_ineligible()

[PATCH 0/3] Add {init, exit}_sequence_fs() helper function
 2024-07-23 13:37 UTC  (4+ messages)

[PATCH v5.10] ext4: fix error code saved on super block during file system abort
 2024-07-23 13:35 UTC  (3+ messages)
` [PATCH v5.10.y] ext4: Send notifications on error

Linux 6.10 regression resulting in a crash when using an ext4 filesystem
 2024-07-23 11:14 UTC  (6+ messages)

[PATCH] jbd2: fix kernel-doc for j_transaction_overhead_buffers
 2024-07-23  9:22 UTC  (2+ messages)

[Bug 219072] After updating to kernel 6.10.0, one of my Western Digital HDD stopped working
 2024-07-22 21:39 UTC  (8+ messages)

[PATCH v6 0/9] fs: multigrain timestamp redux
 2024-07-22 15:30 UTC  (28+ messages)
` [PATCH v6 1/9] fs: add infrastructure for multigrain timestamps
` [PATCH v6 2/9] fs: tracepoints around multigrain timestamp events
` [PATCH v6 3/9] fs: add percpu counters for significant "
` [PATCH v6 4/9] fs: have setattr_copy handle multigrain timestamps appropriately
` [PATCH v6 5/9] Documentation: add a new file documenting multigrain timestamps
` [PATCH v6 6/9] xfs: switch to "
` [PATCH v6 7/9] ext4: "
` [PATCH v6 8/9] btrfs: convert "
` [PATCH v6 9/9] tmpfs: add support for "

[Bug 219078] New: Filesystem is not responding; file manager crashes; detected buffer overflow; steam won't start
 2024-07-21 21:02 UTC  (2+ messages)
` [Bug 219078] "

[PATCH 1/4] ext4: check and update i_disksize properly
 2024-07-20 15:52 UTC  (4+ messages)
` [PATCH 2/4] ext4: correct the error path of ext4_write_inline_data_end()
` [PATCH 3/4] ext4: factor out write end code of inline file
` [PATCH 4/4] ext4: drop unnecessary journal handle in delalloc write

[PATCH 4.19 0/4] ext4: improve delalloc buffer write performance
 2024-07-20 15:51 UTC 

[BUG REPORT] potential deadlock in inode evicting under the inode lru traversing context on ext4 and ubifs
 2024-07-20 10:42 UTC  (8+ messages)

[RFC PATCH] jbd2: fix a potential assertion failure due to improperly dirtied buffer
 2024-07-20  6:23 UTC 

[syzbot] kernel BUG in ext4_do_writepages
 2024-07-20  2:57 UTC  (3+ messages)

[Bug 218932] New: Serious problem with ext4 with all kernels, auto-commits do not settle to block device
 2024-07-19 20:07 UTC  (3+ messages)
` [Bug 218932] "

[PATCH] ext4:fix macro definition error of EXT4_DIRENT_HASH and EXT4_DIRENT_MINOR_HASH
 2024-07-19 12:21 UTC  (3+ messages)
` [PATCH v2] ext4: fix "

[GIT PULL] ext4 updates for 6.11-rc1
 2024-07-19  1:04 UTC  (2+ messages)

[PATCH 1/2] ext4: Reduce stack usage in ext4_mpage_readpages()
 2024-07-18 22:35 UTC  (4+ messages)
` [PATCH 2/2] ext4: Remove array of buffer_heads from mext_page_mkuptodate()

[PATCH v2 1/4] ext4: Reduce stack usage in ext4_mpage_readpages()
 2024-07-18 22:30 UTC  (4+ messages)
` [PATCH v2 2/4] ext4: Pipeline buffer reads in mext_page_mkuptodate()
` [PATCH v2 3/4] ext4: Remove array of buffer_heads from mext_page_mkuptodate()
` [PATCH v2 4/4] ext4: Tidy the BH loop in mext_page_mkuptodate()

[PATCH] tune2fs.c (main): do not set dirty when default is not changed
 2024-07-18 17:52 UTC 

[PATCH] jbd2: stop waiting for space when jbd2_cleanup_journal_tail() returns error
 2024-07-18 13:51 UTC  (2+ messages)

[PATCH v5] ext4: fix fast commit inode enqueueing during a full journal commit
 2024-07-18 11:00 UTC  (2+ messages)

[PATCH] ext4: fix access to uninitialised lock in fc replay path
 2024-07-18  9:43 UTC 

[PATCH v6 00/10] Ext4 fast commit performance patch series
 2024-07-17 13:07 UTC  (12+ 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()

[Bug report]: fstests g/388 crash on ext4, BUG: kernel NULL pointer dereference, address: 0000000000000000
 2024-07-16 15:43 UTC  (8+ messages)

[PATCH v4] ext4: fix fast commit inode enqueueing during a full journal commit
 2024-07-16 14:13 UTC  (14+ messages)
          ` [RFC PATCH] jbd2: make '0' an invalid transaction sequence

[syzbot] Monthly ext4 report (Jul 2024)
 2024-07-15 14:03 UTC 

[bug report] ext4: Convert data=journal writeback to use ext4_writepages()
 2024-07-15 11:20 UTC  (2+ messages)

[PATCH v4 1/2] locking/lockdep: Forcing subclasses to have same name pointer as their parent class
 2024-07-15 13:26 UTC  (2+ messages)
` [PATCH v4 2/2] locking/lockdep: Testing lock class and subclass got the same name pointer

Possible circular dependency between i_data_sem and folio lock in ext4 filesystem
 2024-07-15 10:32 UTC  (6+ messages)

[PATCH v4 1/2] locking/lockdep: Forcing subclasses to have same name pointer as their parent class
 2024-07-15  6:34 UTC  (3+ messages)
` [PATCH v4 2/2] locking/lockdep: Testing lock class and subclass got the same name pointer

[PATCH] ext4: Fix timer use-after-free on failed mount
 2024-07-15  4:33 UTC 

[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

[tytso-ext4:dev] [jbd2] 7c73ddb758: stress-ng.fiemap.ops_per_sec 565.3% improvement
 2024-07-14 14:49 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 

[PATCH 00/13] fs/dax: Fix FS DAX page reference counts
 2024-07-12 15:52 UTC  (7+ messages)
` [PATCH 11/13] huge_memory: Remove dead vmf_insert_pXd code

[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  (16+ messages)
` [PATCH v5 1/9] fs: add infrastructure for multigrain timestamps
` [PATCH v5 2/9] fs: tracepoints around multigrain timestamp events
` [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 "


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).