Linux-ext4 Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-19 21:18:54 to 2023-06-28 10:49:56 UTC [more...]

[PATCH v7 0/2] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache
 2023-06-28 10:48 UTC 

[PATCH] mm: increase usage of folio_next_index() helper
 2023-06-28  4:54 UTC  (2+ messages)

Question regarding the use of CRC32c for checksumming
 2023-06-28  4:52 UTC  (2+ messages)

[PATCH v2 00/12] multiblock allocator improvements
 2023-06-28  1:33 UTC  (5+ messages)
` [PATCH v2 09/12] ext4: Ensure ext4_mb_prefetch_fini() is called for all prefetched BGs

packed_meta_blocks=1 incompatible with resize2fs?
 2023-06-28  0:03 UTC  (3+ messages)

[syzbot] [ext4?] KASAN: use-after-free Read in ext4_find_extent (3)
 2023-06-27 16:16 UTC 

[GIT PULL] ext4 updates for 6.5
 2023-06-27 15:36 UTC 

[PATCH] quota: fix race condition between dqput() and dquot_mark_dquot_dirty()
 2023-06-27 14:06 UTC  (11+ messages)

[tytso-ext4:dev] BUILD SUCCESS 2ef6c32a914b85217b44a0a2418e830e520b085e
 2023-06-27 13:42 UTC 

mkfs.ext4 failed when orphan_file is enabled
 2023-06-27 10:57 UTC  (4+ messages)

[tytso-ext4:dev] BUILD SUCCESS 6bb438fa0aac4c08acd626d408cb6d4b745df7fd
 2023-06-27  1:20 UTC 

[PATCH v10 00/25] DEPT(Dependency Tracker)
 2023-06-27  0:27 UTC  (28+ messages)
` [PATCH v10 01/25] llist: Move llist_{head,node} definition to types.h
` [PATCH v10 02/25] dept: Implement Dept(Dependency Tracker)
` [PATCH v10 03/25] dept: Add single event dependency tracker APIs
` [PATCH v10 04/25] dept: Add lock "
` [PATCH v10 05/25] dept: Tie to Lockdep and IRQ tracing
` [PATCH v10 06/25] dept: Add proc knobs to show stats and dependency graph
` [PATCH v10 07/25] dept: Apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v10 08/25] dept: Apply sdt_might_sleep_{start,end}() to PG_{locked,writeback} wait
` [PATCH v10 09/25] dept: Apply sdt_might_sleep_{start,end}() to swait
` [PATCH v10 10/25] dept: Apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v10 11/25] dept: Apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v10 12/25] dept: Distinguish each syscall context from another
` [PATCH v10 13/25] dept: Distinguish each work "
` [PATCH v10 14/25] dept: Add a mechanism to refill the internal memory pools on running out
` [PATCH v10 15/25] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread
` [PATCH v10 16/25] dept: Apply sdt_might_sleep_{start,end}() to dma fence wait
` [PATCH v10 17/25] dept: Track timeout waits separately with a new Kconfig
` [PATCH v10 18/25] dept: Apply timeout consideration to wait_for_completion()/complete()
` [PATCH v10 19/25] dept: Apply timeout consideration to swait
` [PATCH v10 20/25] dept: Apply timeout consideration to waitqueue wait
` [PATCH v10 21/25] dept: Apply timeout consideration to hashed-waitqueue wait
` [PATCH v10 22/25] dept: Apply timeout consideration to dma fence wait
` [PATCH v10 23/25] dept: Record the latest one out of consecutive waits of the same class
` [PATCH v10 24/25] dept: Make Dept able to work with an external wgen
` [PATCH v10 25/25] dept: Track the potential waits of PG_{locked,writeback}

[GIT PULL] fsverity updates for 6.5
 2023-06-26 20:02 UTC  (2+ messages)

[PATCH] jbd2: correct the end of the journal recovery scan range
 2023-06-26 15:05 UTC  (2+ messages)

[RESEND PATCH v3 0/2] clean up block_commit_write
 2023-06-26 13:41 UTC  (9+ messages)
` [RESEND PATCH v3 1/2] fs/buffer: "
` [RESEND PATCH v3 2/2] fs: convert block_commit_write to return void

[bug report] tune2fs: filesystem inconsistency occurs by concurrent write
 2023-06-26 11:56 UTC  (3+ messages)

[PATCH v3 0/6] jbd2: fix several checkpoint inconsistent issues
 2023-06-26  7:36 UTC  (9+ messages)
` [PATCH v3 4/6] jbd2: Fix wrongly judgement for buffer head removing while doing checkpoint

[PATCH v3 0/2] clean up block_commit_write
 2023-06-26  5:58 UTC  (4+ messages)
` [PATCH v3 1/2] fs/buffer: "
` [PATCH v3 2/2] fs: convert block_commit_write to return void

[PATCH 00/29] use refcount+RCU method to implement lockless slab shrink
 2023-06-25  3:15 UTC  (51+ messages)
` [PATCH 01/29] mm: shrinker: add shrinker::private_data field
    ` [External] "
` [PATCH 02/29] mm: vmscan: introduce some helpers for dynamically allocating shrinker
` [PATCH 03/29] drm/i915: dynamically allocate the i915_gem_mm shrinker
` [PATCH 04/29] drm/msm: dynamically allocate the drm-msm_gem shrinker
` [PATCH 05/29] drm/panfrost: dynamically allocate the drm-panfrost shrinker
` [PATCH 06/29] dm: dynamically allocate the dm-bufio shrinker
` [PATCH 07/29] dm zoned: dynamically allocate the dm-zoned-meta shrinker
` [PATCH 08/29] md/raid5: dynamically allocate the md-raid5 shrinker
` [PATCH 09/29] bcache: dynamically allocate the md-bcache shrinker
` [PATCH 10/29] vmw_balloon: dynamically allocate the vmw-balloon shrinker
` [PATCH 11/29] virtio_balloon: dynamically allocate the virtio-balloon shrinker
` [PATCH 12/29] mbcache: dynamically allocate the mbcache shrinker
` [PATCH 13/29] ext4: dynamically allocate the ext4-es shrinker
` [PATCH 14/29] jbd2,ext4: dynamically allocate the jbd2-journal shrinker
` [PATCH 15/29] NFSD: dynamically allocate the nfsd-client shrinker
` [PATCH 16/29] NFSD: dynamically allocate the nfsd-reply shrinker
` [PATCH 17/29] xfs: dynamically allocate the xfs-buf shrinker
` [PATCH 18/29] xfs: dynamically allocate the xfs-inodegc shrinker
` [PATCH 19/29] xfs: dynamically allocate the xfs-qm shrinker
` [PATCH 20/29] zsmalloc: dynamically allocate the mm-zspool shrinker
` [PATCH 21/29] fs: super: dynamically allocate the s_shrink
` [PATCH 22/29] drm/ttm: introduce pool_shrink_rwsem
` [PATCH 23/29] mm: shrinker: add refcount and completion_wait fields
` [PATCH 24/29] mm: vmscan: make global slab shrink lockless
` [PATCH 25/29] mm: vmscan: make memcg "
` [PATCH 26/29] mm: shrinker: make count and scan in shrinker debugfs lockless
` [PATCH 27/29] mm: vmscan: hold write lock to reparent shrinker nr_deferred
` [PATCH 28/29] mm: shrinkers: convert shrinker_rwsem to mutex
` [PATCH 29/29] mm: shrinker: move shrinker-related code into a separate file

[syzbot] [ext4?] general protection fault in ext4_put_io_end_defer
 2023-06-25  2:21 UTC 

RO mount of ext4 filesystem causes writes
 2023-06-24 19:39 UTC  (9+ messages)

[PATCH] ext4: Free data blocks directly for ordered journal
 2023-06-24 15:52 UTC 

[PATCH] ext4: Fix warning in blkdev_put()
 2023-06-23 14:27 UTC  (3+ messages)

[PATCH 28/79] ext2: switch to new ctime accessors
 2023-06-23 12:41 UTC  (4+ messages)
  ` [PATCH 29/79] ext4: "
    ` [PATCH 01/79] fs: add ctime accessors infrastructure
    ` [PATCH 00/79] fs: new accessors for inode->i_ctime

[PATCH 00/29] use refcount+RCU method to implement lockless slab shrink
 2023-06-23 10:01 UTC  (16+ messages)
` [PATCH 01/29] mm: shrinker: add shrinker::private_data field
` [PATCH 02/29] mm: vmscan: introduce some helpers for dynamically allocating shrinker
` [PATCH 03/29] drm/i915: dynamically allocate the i915_gem_mm shrinker
` [PATCH 04/29] drm/msm: dynamically allocate the drm-msm_gem shrinker
` [PATCH 05/29] drm/panfrost: dynamically allocate the drm-panfrost shrinker
` [PATCH 06/29] dm: dynamically allocate the dm-bufio shrinker
` [PATCH 07/29] dm zoned: dynamically allocate the dm-zoned-meta shrinker
` [PATCH 08/29] md/raid5: dynamically allocate the md-raid5 shrinker
` [PATCH 09/29] bcache: dynamically allocate the md-bcache shrinker
` [PATCH 10/29] vmw_balloon: dynamically allocate the vmw-balloon shrinker
` [PATCH 11/29] virtio_balloon: dynamically allocate the virtio-balloon shrinker
` [PATCH 12/29] mbcache: dynamically allocate the mbcache shrinker
` [PATCH 13/29] ext4: dynamically allocate the ext4-es shrinker
` [PATCH 14/29] jbd2,ext4: dynamically allocate the jbd2-journal shrinker

[PATCH 0/1] iomap regression for aio dio 4k writes
 2023-06-23  3:02 UTC  (12+ messages)
` [PATCH 1/1] For DIO writes with no mapped pages for inode, skip deferring completion

[syzbot] [ext4?] UBSAN: shift-out-of-bounds in ext4_handle_clustersize
 2023-06-22 12:01 UTC 

[PATCH 00/29] use refcount+RCU method to implement lockless slab shrink
 2023-06-22  8:31 UTC  (4+ messages)
` [PATCH 01/29] mm: shrinker: add shrinker::private_data field
` [PATCH 02/29] mm: vmscan: introduce some helpers for dynamically allocating shrinker
` [External] [PATCH 00/29] use refcount+RCU method to implement lockless slab shrink

[PATCH 0/2] fs: Fixup bdev_mark_dead callbacks for ext4 and xfs
 2023-06-21 16:26 UTC  (6+ messages)
` [PATCH 1/2] ext4: Fix crash in ext4_bdev_mark_dead()
` [PATCH 2/2] xfs: "

[PATCH AUTOSEL 5.10 9/9] ext4: enable the lazy init thread when remounting read/write
 2023-06-20 22:25 UTC  (4+ messages)

[PATCH 0/1] allow mke2fs to understand tarballs as input
 2023-06-20 12:16 UTC  (2+ messages)
` [PATCH 1/1] mke2fs: the -d option can now handle tarball input

[PATCH v2 0/5] clean up block_commit_write
 2023-06-20 12:19 UTC  (13+ messages)
` [PATCH v2 1/5] fs/buffer: "
` [PATCH v2 2/5] ext4: No need to check return value of block_commit_write()
` [PATCH v2 3/5] fs/ocfs2: "
` [PATCH v2 4/5] udf: "
` [PATCH v2 5/5] fs/buffer.c: convert block_commit_write to return void

[PATCH] fs: ext4: Fix traditional comparison using max/min method
 2023-06-20  2:22 UTC  (2+ messages)

[PATCH v4 00/19] Fixes, cleanups and unit test for mballoc
 2023-06-20  1:50 UTC  (7+ messages)
` [PATCH v4 13/19] ext4: call ext4_mb_mark_group_bb in ext4_free_blocks_simple

[PATCH v2] jbd2: skip reading super block if it has been verified
 2023-06-20  1:12 UTC  (5+ messages)


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 read-only IMAP folder(s) and NNTP newsgroup(s).