linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-07 10:39:42 to 2023-06-20 01:50:45 UTC [more...]

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

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

[PATCH v2 0/5] clean up block_commit_write
 2023-06-19 21:18 UTC  (6+ 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-19 13:44 UTC 

[PATCH] merge extent blocks when possible
 2023-06-19 13:20 UTC 

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

[PATCH] quota: fix race condition between dqput() and dquot_mark_dquot_dirty()
 2023-06-19  6:44 UTC  (3+ messages)

[RFC PATCH] ext4: improve discard efficiency
 2023-06-19  3:13 UTC  (2+ messages)

[syzbot] [ext4?] WARNING in ext4_file_write_iter
 2023-06-17  8:28 UTC 

[syzbot] [ext4?] WARNING in ext4_iomap_begin (2)
 2023-06-17  3:29 UTC 

[syzbot] [ext4?] INFO: task hung in __writeback_inodes_sb_nr (6)
 2023-06-17  0:33 UTC 

[PATCH AUTOSEL 5.10 9/9] ext4: enable the lazy init thread when remounting read/write
 2023-06-16 19:41 UTC  (2+ messages)

[PATCH 0/11] ext4: Cleanup read-only and fs aborted checks
 2023-06-16 16:50 UTC  (12+ messages)
` [PATCH 01/11] ext4: Remove pointless sb_rdonly() checks from freezing code
` [PATCH 02/11] ext4: Use sb_rdonly() helper for checking read-only flag
` [PATCH 03/11] ext4: Make ext4_forced_shutdown() take struct super_block
` [PATCH 04/11] ext4: Make 'abort' mount option handling standard
` [PATCH 05/11] ext4: Drop EXT4_MF_FS_ABORTED flag
` [PATCH 06/11] ext4: Avoid starting transaction on read-only fs in ext4_quota_off()
` [PATCH 07/11] ext4: Warn on read-only filesystem in ext4_journal_check_start()
` [PATCH 08/11] ext4: Drop read-only check in ext4_init_inode_table()
` [PATCH 09/11] ext4: Drop read-only check in ext4_write_inode()
` [PATCH 10/11] ext4: Drop read-only check from ext4_force_commit()
` [PATCH 11/11] ext4: Replace read-only check for shutdown check in mmp code

[syzbot] [ext4?] UBSAN: shift-out-of-bounds in ext2_fill_super (2)
 2023-06-16 15:49 UTC  (5+ messages)

[PATCH AUTOSEL 5.10 12/14] Revert "ext4: don't clear SB_RDONLY when remounting r/w until quota is re-enabled"
 2023-06-16 10:27 UTC  (2+ messages)
` [PATCH AUTOSEL 5.10 13/14] ext4: only check dquot_initialize_needed() when debugging

[PATCH AUTOSEL 4.19 6/6] ext4: only check dquot_initialize_needed() when debugging
 2023-06-16 10:28 UTC 

[PATCH AUTOSEL 4.14 5/5] ext4: only check dquot_initialize_needed() when debugging
 2023-06-16 10:28 UTC 

[PATCH AUTOSEL 5.4 8/8] ext4: only check dquot_initialize_needed() when debugging
 2023-06-16 10:28 UTC 

[PATCH AUTOSEL 5.15 13/16] Revert "ext4: don't clear SB_RDONLY when remounting r/w until quota is re-enabled"
 2023-06-16 10:27 UTC  (2+ messages)
` [PATCH AUTOSEL 5.15 14/16] ext4: only check dquot_initialize_needed() when debugging

[PATCH AUTOSEL 6.1 23/26] Revert "ext4: don't clear SB_RDONLY when remounting r/w until quota is re-enabled"
 2023-06-16 10:26 UTC  (2+ messages)
` [PATCH AUTOSEL 6.1 24/26] ext4: only check dquot_initialize_needed() when debugging

[PATCH AUTOSEL 6.3 26/30] Revert "ext4: don't clear SB_RDONLY when remounting r/w until quota is re-enabled"
 2023-06-16 10:25 UTC  (2+ messages)
` [PATCH AUTOSEL 6.3 27/30] ext4: only check dquot_initialize_needed() when debugging

[PATCH -next] ext4: Remove used function ext4_journal_callback_try_del()
 2023-06-16 10:15 UTC 

[GIT PULL] ext4 fixes for 6.4-rc7
 2023-06-15 23:10 UTC  (2+ messages)

[PATCH] ext4: enable nowait async buffered writes
 2023-06-15 23:07 UTC  (2+ messages)

[PATCH v9 00/14] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
 2023-06-15 20:48 UTC  (5+ messages)
` [PATCH v9 02/14] mm: move page zone helpers from mm.h to mmzone.h

[tytso-ext4:dev] BUILD SUCCESS 63ec000b35a3c6cbb42b2e545c7c18f3d36159d6
 2023-06-15 17:16 UTC 

[PATCH v3 0/2] ext4: fix quotas leak in __ext4_fill_super()
 2023-06-15 14:59 UTC  (2+ messages)

[PATCH v5 0/3] ext4, jbd2: journal cycled record transactions between each mount
 2023-06-15 14:59 UTC  (2+ messages)

[PATCH v3 0/6] ext4: Fix stale buffer loading from last failed
 2023-06-15 14:59 UTC  (5+ messages)

[PATCH] Revert "ext4: remove unnecessary check in ext4_bg_num_gdb_nometa"
 2023-06-15 14:59 UTC  (2+ messages)

[PATCH v2] ext4: allow concurrent unaligned dio overwrites
 2023-06-15 14:59 UTC  (2+ messages)

[PATCH] ext4: Drop the call to ext4_error() from ext4_get_group_info()
 2023-06-15 14:59 UTC  (2+ messages)

[PATCH AUTOSEL 5.15 10/10] ext4: enable the lazy init thread when remounting read/write
 2023-06-15 11:38 UTC 

[PATCH AUTOSEL 6.1 15/16] ext4: enable the lazy init thread when remounting read/write
 2023-06-15 11:38 UTC 

[PATCH AUTOSEL 6.3 18/19] ext4: enable the lazy init thread when remounting read/write
 2023-06-15 11:37 UTC 

Fwd: Remounting ext4 filesystem from ro to rw fails when quotas are enabled
 2023-06-15 10:01 UTC  (6+ messages)
  ` [PATCH 1/2] Revert "ext4: don't clear SB_RDONLY when remounting r/w until quota is re-enabled"
    ` [PATCH 2/2] ext4: only check dquot_initialize_needed() when debugging

Słowa kluczowe do wypozycjonowania
 2023-06-15  9:26 UTC 

[PATCH] jbd2: skip reading super block if it has been verified
 2023-06-15  8:22 UTC  (3+ messages)

[syzbot] [ext4?] KASAN: slab-use-after-free Read in check_igot_inode
 2023-06-15  7:27 UTC 

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

[syzbot] [ext4?] possible deadlock in dquot_commit (2)
 2023-06-14 20:47 UTC 

[syzbot] [ext4?] BUG: sleeping function called from invalid context in ext4_update_super
 2023-06-14 19:38 UTC  (10+ messages)

Fwd: ext4_check_descriptors: Block bitmap for group 0 overlaps block group descriptors
 2023-06-14 12:11 UTC  (2+ messages)

[PATCH -next] jbd2: remove unused function '__cp_buffer_busy'
 2023-06-14  9:34 UTC  (2+ messages)

[Bug 217551] New: Unable to umount block device
 2023-06-14  9:28 UTC  (4+ messages)
` [Bug 217551] "

[PATCH v4 0/9] fs: implement multigrain timestamps
 2023-06-14  6:29 UTC  (9+ messages)
` [PATCH v4 2/9] fs: add infrastructure for multigrain inode i_m/ctime

[PATCH] ext4: fix a data race on EXT4_I(inode)->i_disksize
 2023-06-13 21:25 UTC 

[RFCv2 0/5] ext4: misc left over folio changes
 2023-06-13 20:43 UTC  (15+ messages)
` [RFCv2 2/5] ext4: Remove PAGE_SIZE assumption of folio from mpage_submit_folio

[PATCH 0/7] A few patches to improve ext4 balloc
 2023-06-13 14:46 UTC  (4+ messages)
` [PATCH 4/7] ext4: remove unnecessary check in ext4_bg_num_gdb_nometa

[PATCH] ext2: Drop fragment support
 2023-06-13 10:30 UTC 

[Bug 217529] New: Remounting ext4 filesystem from ro to rw fails when quotas are enabled
 2023-06-13  8:57 UTC  (3+ messages)
` [Bug 217529] "

[PATCH] ext4: set FMODE_CAN_ODIRECT instead of a dummy direct_IO method
 2023-06-13 13:57 UTC  (4+ messages)

[syzbot] [ext4?] kernel BUG in ext4_split_extent_at (2)
 2023-06-13  5:51 UTC 

RO mount of ext4 filesystem causes writes
 2023-06-13  4:48 UTC  (3+ messages)

[PATCH v4 00/12] ext4: fix WARNING in ext4_da_update_reserve_space
 2023-06-13  1:36 UTC  (8+ messages)
` [PATCH v4 10/12] ext4: make ext4_es_insert_delayed_block() return void

[tytso-ext4:origin] BUILD SUCCESS dea9d8f7643fab07bf89a1155f1f94f37d096a5e
 2023-06-12 19:55 UTC 

[tytso-ext4:dev] BUILD SUCCESS 11761ed6026e17cc6ac378eb46eff79b9c6f256a
 2023-06-12 16:04 UTC 

[PATCH] ext4: Make running and commit transaction have their own freed_data_list
 2023-06-12 14:33 UTC  (2+ messages)

[linux-next:master] [splice] 2cb1e08985: stress-ng.sendfile.ops_per_sec 11.6% improvement
 2023-06-12 12:25 UTC  (2+ messages)

[syzbot] [ext4?] WARNING: locking bug in ext4_move_extents
 2023-06-11  2:02 UTC  (2+ messages)

[e2fsprogs PATCH] resize2fs: use directio when reading superblock
 2023-06-10  2:11 UTC  (5+ messages)

[PATCH v7 0/5] Introduce provisioning primitives
 2023-06-09 21:54 UTC  (18+ messages)

[PATCH v7 0/5] Introduce provisioning primitives
 2023-06-09 20:00 UTC  (7+ messages)
` [PATCH v7 2/5] block: "
` [PATCH v7 4/5] dm-thin: Add REQ_OP_PROVISION support

[GIT PULL] ext4 regression fix for 6.4-rc6
 2023-06-09 16:40 UTC  (2+ messages)

[tytso-ext4:dev] BUILD SUCCESS df0ef7efd6b647e1d8c09d802c79de7b70059059
 2023-06-09 16:30 UTC 

[PATCH v3] ext4: Add a uapi header for ext4 userspace APIs
 2023-06-09 13:03 UTC  (2+ messages)

[PATCH v2 00/12] multiblock allocator improvements
 2023-06-09 10:57 UTC  (8+ messages)
` [PATCH v2 11/12] ext4: Add allocation criteria 1.5 (CR1_5)
` [PATCH v2 12/12] ext4: Give symbolic names to mballoc criterias

[PATCH] ext4: fix off by one issue in ext4_mb_choose_next_group_best_avail()
 2023-06-09 10:34 UTC 

[PATCH] ext4: Fix traditional comparison using max/min method
 2023-06-09  1:48 UTC  (3+ messages)

[PATCH v2 0/7] Support negative dentries on case-insensitive ext4 and f2fs
 2023-06-07 18:35 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH v6 0/2] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache
 2023-06-07 18:26 UTC  (4+ messages)
` [Linux-cachefs] "


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