linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-25 11:07:28 to 2024-07-09 14:40:17 UTC [more...]

[PATCH v3 0/2] ext4: fix fast commit inode enqueueing during a full journal commit
 2024-07-09 14:39 UTC  (7+ messages)
` [PATCH v3 1/2] "

Updating i_disksize without acquiring i_data_sem semaphore
 2024-07-09 12:46 UTC 

[PATCH 00/13] fs/dax: Fix FS DAX page reference counts
 2024-07-09  4:07 UTC  (49+ messages)
` [PATCH 01/13] mm/gup.c: Remove redundant check for PCI P2PDMA page
` [PATCH 02/13] pci/p2pdma: Don't initialise page refcount to one
` [PATCH 03/13] fs/dax: Refactor wait for dax idle page
` [PATCH 04/13] fs/dax: Add dax_page_free callback
` [PATCH 05/13] mm: Allow compound zone device pages
` [PATCH 06/13] mm/memory: Add dax_insert_pfn
` [PATCH 07/13] huge_memory: Allow mappings of PUD sized pages
` [PATCH 08/13] huge_memory: Allow mappings of PMD "
` [PATCH 09/13] gup: Don't allow FOLL_LONGTERM pinning of FS DAX pages
` [PATCH 10/13] fs/dax: Properly refcount fs dax pages
` [PATCH 11/13] huge_memory: Remove dead vmf_insert_pXd code
` [PATCH 12/13] mm: Remove pXX_devmap callers
` [PATCH 13/13] mm: Remove devmap related functions and page table bits

[PATCH] Forcing subclasses to have same name pointer as their parent class
 2024-07-08 23:55 UTC  (2+ messages)

[PATCH v4 0/9] fs: multigrain timestamp redux
 2024-07-08 19:01 UTC  (16+ 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 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 0/2] ext4: fix unable to handle kernel paging request in do_split()
 2024-07-03  9:36 UTC  (5+ 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

[syzbot] [ext4?] general protection fault in __block_commit_write
 2024-07-03  7:01 UTC  (2+ messages)
` [PATCH] kernel/ext4: sanity check for NULL pointer after ext4_force_shutdown

[PATCH 00/10] fs: multigrain timestamp redux
 2024-07-03  5:27 UTC  (29+ messages)
` [PATCH 01/10] fs: turn inode ctime fields into a single ktime_t
` [PATCH 02/10] fs: uninline inode_get_ctime and inode_set_ctime_to_ts
` [PATCH 03/10] fs: tracepoints for inode_needs_update_time "
` [PATCH 04/10] fs: add infrastructure for multigrain timestamps
` [PATCH 05/10] fs: add percpu counters to count fine vs. coarse timestamps
` [PATCH 06/10] fs: have setattr_copy handle multigrain timestamps appropriately
` [PATCH 07/10] xfs: switch to multigrain timestamps
` [PATCH 08/10] ext4: "
` [PATCH 09/10] btrfs: convert "
` [PATCH 10/10] tmpfs: add support for "

[PATCH v2] Fix WARNING in __ext4_ioctl
 2024-07-03  1:24 UTC  (2+ messages)

[PATCH] jbd2: Increase maximum transaction size
 2024-07-02  8:48 UTC  (2+ messages)

[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  (9+ messages)
` [PATCH 01/14] fs_parse: add uid & gid option "
` [PATCH 06/14] ext4: Convert to new uid/gid "
` (subset) [PATCH 0/14] New uid & gid mount "

[PATCH v6 00/10] Ext4 fast commit performance patch series
 2024-07-01 22:08 UTC  (16+ messages)
` [PATCH v6 02/10] ext4: for committing inode, make ext4_fc_track_inode wait
` [PATCH v6 03/10] ext4: mark inode dirty before grabbing i_data_sem in ext4_setattr
` [PATCH v6 04/10] ext4: rework fast commit commit path
` [PATCH v6 07/10] ext4: add nolock mode to ext4_map_blocks()
` [PATCH v6 08/10] ext4: introduce selective flushing in fast commit
` [PATCH v6 09/10] ext4: temporarily elevate commit thread priority
` [PATCH v6 10/10] ext4: make fast commit ineligible on ext4_reserve_inode_write failure

[PATCH v2 00/11] fs: multigrain timestamp redux
 2024-07-01 20:33 UTC  (20+ messages)
` [PATCH v2 01/11] fs: turn inode ctime fields into a single ktime_t
` [PATCH v2 02/11] fs: uninline inode_get_ctime and inode_set_ctime_to_ts
` [PATCH v2 03/11] fs: tracepoints for inode_needs_update_time "
` [PATCH v2 04/11] fs: add infrastructure for multigrain timestamps
` [PATCH v2 05/11] fs: add percpu counters to count fine vs. coarse timestamps
` [PATCH v2 06/11] fs: have setattr_copy handle multigrain timestamps appropriately
` [PATCH v2 07/11] xfs: switch to multigrain timestamps
` [PATCH v2 08/11] ext4: "
` [PATCH v2 09/11] btrfs: convert "
` [PATCH v2 10/11] tmpfs: add support for "
` [PATCH v2 11/11] Documentation: add a new file documenting "

[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

[PATCH] ext4: Correct dentry name hash when readdir with encrypted and not casefolded
 2024-07-01  6:43 UTC 

[tytso-ext4:dev] BUILD SUCCESS 8262fe9a902c8a7b68c8521ebe18360a9145bada
 2024-06-29 19:36 UTC 

[PATCH v5 00/10] ext4: support adding multi-delalloc blocks
 2024-06-28 17:17 UTC  (2+ messages)

[PATCH v2] ext4: fix infinite loop when replaying fast_commit
 2024-06-28 17:17 UTC  (3+ messages)

[PATCH v2 0/9] A fix and some cleanups to jbd2
 2024-06-28 17:17 UTC  (2+ messages)

[PATCH] Fix uninitialized variable in ext4_inlinedir_to_tree
 2024-06-28 17:17 UTC  (2+ messages)

[PATCH] jbd2: Use str_plural() to fix Coccinelle warning
 2024-06-28 17:17 UTC  (2+ messages)

[syzbot] [ext4?] kernel BUG in ext4_write_inline_data
 2024-06-28  3:48 UTC  (2+ messages)
` [syzbot] "

[PATCH] jbd2: Add a comment for incorrect tag size
 2024-06-28  2:15 UTC  (5+ messages)

[PATCH 1/2] ext4: Reduce stack usage in ext4_mpage_readpages()
 2024-06-27 20:20 UTC  (3+ messages)
` [PATCH 2/2] ext4: Remove array of buffer_heads from mext_page_mkuptodate()

[PATCH] ext4: fix kernel segfault after iterator overflow
 2024-06-27 13:27 UTC  (2+ messages)

[PATCH 0/4] jbd2: Avoid infinite transaction commit loop
 2024-06-27  7:07 UTC  (16+ messages)
` [PATCH v2 1/4] jbd2: Make jbd2_journal_get_max_txn_bufs() internal
` [PATCH v2 2/4] jbd2: Precompute number of transaction descriptor blocks
` [PATCH v2 3/4] jbd2: Avoid infinite transaction commit loop
` [PATCH v2 4/4] jbd2: Drop pointless shrinker batch initialization

mostly remove _supported_fs
 2024-06-26  4:01 UTC  (7+ messages)
` [PATCH 5/8] generic/740: enable by default


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