Linux-ext4 Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-22 09:00:29 to 2023-06-30 03:21:28 UTC [more...]

[PATCH v7 0/2] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache
 2023-06-30  3:20 UTC  (5+ messages)
` [PATCH v7 1/2] mm: Merge folio_has_private()/filemap_release_folio() call pairs
` [PATCH v7 2/2] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache
  ` [Linux-cachefs] "

[GIT PULL] ext4 updates for 6.5
 2023-06-29 20:51 UTC  (2+ messages)

[PATCH] ext4: Replace CR_FAST macro with inline function for readability
 2023-06-29 14:41 UTC  (3+ messages)

[PATCH v2 0/7] quota: fix race condition between dqput() and dquot_mark_dquot_dirty()
 2023-06-29 14:33 UTC  (21+ messages)
` [PATCH v2 1/7] quota: factor out dquot_write_dquot()
` [PATCH v2 2/7] quota: add new global dquot list releasing_dquots
` [PATCH v2 3/7] quota: rename dquot_active() to inode_dquot_active()
` [PATCH v2 4/7] quota: add new helper dquot_active()
` [PATCH v2 5/7] quota: fix dqput() to follow the guarantees dquot_srcu should provide
` [PATCH v2 6/7] quota: simplify drop_dquot_ref()
` [PATCH v2 7/7] quota: remove unused function put_dquot_list()

Słowa kluczowe do wypozycjonowania
 2023-06-29  7:30 UTC 

[PATCH v5 0/8] cleanups and unit test for mballoc
 2023-06-29 14:40 UTC  (9+ messages)
` [PATCH v5 1/8] ext4: factor out codes to update block bitmap and group descriptor on disk from ext4_mb_mark_bb
` [PATCH v5 2/8] ext4: call ext4_mb_mark_group_bb in ext4_free_blocks_simple
` [PATCH v5 3/8] ext4: extent ext4_mb_mark_group_bb to support allocation under journal
` [PATCH v5 4/8] ext4: call ext4_mb_mark_group_bb in ext4_mb_mark_diskspace_used
` [PATCH v5 5/8] ext4: call ext4_mb_mark_group_bb in ext4_mb_clear_bb
` [PATCH v5 6/8] ext4: call ext4_mb_mark_group_bb in ext4_group_add_blocks
` [PATCH v5 7/8] ext4: add some kunit stub for mballoc kunit test
` [PATCH v5 8/8] ext4: add first unit test for ext4_mb_new_blocks_simple in mballoc

[syzbot] [ext4?] KASAN: slab-use-after-free Read in __ext4_iget
 2023-06-29  4:28 UTC  (2+ messages)

[PATCH 00/13] fixes and cleanups to ext4 resize
 2023-06-29 12:00 UTC  (14+ messages)
` [PATCH 01/13] ext4: correct offset of gdb backup in non meta_bg group to update_backups
` [PATCH 02/13] ext4: add missed brelse in update_backups
` [PATCH 03/13] ext4: correct return value of ext4_convert_meta_bg
` [PATCH 04/13] ext4: remove gdb backup copy for meta bg in setup_new_flex_group_blocks
` [PATCH 05/13] ext4: fix typo "
` [PATCH 06/13] ext4: remove redundant check of count
` [PATCH 07/13] ext4: remove commented code in reserve_backup_gdb
` [PATCH 08/13] ext4: calculate free_clusters_count in cluster unit in verify_group_input
` [PATCH 09/13] ext4: remove EXT4FS_DEBUG defination in resize.c
` [PATCH 10/13] ext4: use saved local variable sbi instead of EXT4_SB(sb)
` [PATCH 11/13] ext4: correct gdblock calculation in add_new_gdb_meta_bg to support non first group
` [PATCH 12/13] ext4: remove unnecessary check for avoiding multiple update_backups in ext4_flex_group_add
` [PATCH 13/13] ext4: remove unnecessary initialization of count2 in set_flexbg_block_bitmap

[syzbot] [ext4?] general protection fault in ext4_put_io_end_defer
 2023-06-29  3:57 UTC  (2+ messages)

[syzbot] [ext4?] UBSAN: shift-out-of-bounds in ext4_handle_clustersize
 2023-06-29  3:35 UTC  (2+ messages)

[syzbot] [ext4?] KASAN: use-after-free Read in ext4_find_extent (3)
 2023-06-29  3:18 UTC  (2+ messages)

[e2fsprogs PATCH] resize2fs: use directio when reading superblock
 2023-06-28 23:02 UTC  (6+ messages)

packed_meta_blocks=1 incompatible with resize2fs?
 2023-06-28 21:41 UTC  (6+ messages)

Question regarding the use of CRC32c for checksumming
 2023-06-28 18:58 UTC  (3+ messages)

[PATCH] ext4: Fix unttached inode after power cut with orphan file feature enabled
 2023-06-28 14:48 UTC  (2+ messages)

[Bug 217605] New: unttached inode after power cut with orphan file feature enabled
 2023-06-28 13:20 UTC  (5+ messages)
` [Bug 217605] "

[PATCH] mm: increase usage of folio_next_index() helper
 2023-06-28  4:54 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

[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  (41+ 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 05/29] drm/panfrost: dynamically allocate the drm-panfrost 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

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 01/79] fs: add ctime accessors infrastructure
 2023-06-23 12:41 UTC  (2+ messages)
    ` [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  (3+ messages)
` [PATCH 05/29] drm/panfrost: dynamically allocate the drm-panfrost shrinker

[PATCH 0/1] iomap regression for aio dio 4k writes
 2023-06-23  3:02 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).