linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-16 05:10:27 to 2021-01-07 14:03:27 UTC [more...]

[PATCH 00/13] lazytime fixes and cleanups
 2021-01-07 14:02 UTC  (19+ messages)
` [PATCH 01/13] fs: avoid double-writing inodes on lazytime expiration
` [PATCH 02/13] gfs2: don't worry about I_DIRTY_TIME in gfs2_fsync()
` [PATCH 03/13] fs: only specify I_DIRTY_TIME when needed in generic_update_time()
` [PATCH 04/13] fat: only specify I_DIRTY_TIME when needed in fat_update_time()
` [PATCH 05/13] fs: don't call ->dirty_inode for lazytime timestamp updates
` [PATCH 06/13] fs: pass only I_DIRTY_INODE flags to ->dirty_inode
` [PATCH 07/13] fs: correctly document the inode dirty flags
` [PATCH 08/13] ext4: simplify i_state checks in __ext4_update_other_inode_time()
` [PATCH 09/13] fs: drop redundant checks from __writeback_single_inode()
` [PATCH 10/13] fs: clean up __mark_inode_dirty() a bit
` [PATCH 11/13] fs: add a lazytime_expired method
` [PATCH 12/13] xfs: remove a stale comment from xfs_file_aio_write_checks()
` [PATCH 13/13] xfs: implement lazytime_expired

Aarch64 EXT4FS inode checksum failures - seems to be weak memory ordering issues
 2021-01-07 13:37 UTC  (15+ messages)

fallocate(FALLOC_FL_ZERO_RANGE_BUT_REALLY) to avoid unwritten extents?
 2021-01-06 23:40 UTC  (10+ messages)

[PATCH] ext4: Remove expensive flush on fast commit
 2021-01-06 22:05 UTC  (3+ messages)

[PATCH] Use IS_ERR instead of IS_ERR_OR_NULL and set inode null when IS_ERR
 2021-01-06 13:02 UTC  (2+ messages)

[PATCH] e2fsck: Avoid changes on recovery flags when jbd2_journal_recover() failed
 2021-01-05 23:06 UTC  (8+ messages)

[PATCH] ext4: Fix wrong list_splice in ext4_fc_cleanup
 2021-01-05 22:10 UTC  (2+ messages)

[PATCH] ext4: Change list_for_each to list_for_each_entry
 2021-01-05 21:56 UTC  (2+ messages)

[LSFMMBPF 2021] A status update
 2021-01-05 20:30 UTC  (3+ messages)

[PATCH 0/8] Superblock Notifications
 2021-01-05 19:52 UTC  (6+ messages)
` [PATCH 4/8] vfs: Add superblock notifications

[PATCHv3 1/2] common/rc: swapon should not fail for given FS in _require_scratch_swapfile()
 2021-01-05 19:05 UTC  (4+ messages)
` [PATCHv3 2/2] generic/496: ext4 and xfs supports swapon on fallocated file

[PATCH] ext2: implement ->page_mkwrite
 2021-01-05 17:53 UTC  (5+ messages)
` [RFC PATCH] ext2: ext2_page_mkwrite() can be static

[PATCH v3] ext4: fix bug for rename with RENAME_WHITEOUT
 2021-01-05 14:27 UTC  (2+ messages)

[PATCHv2 1/2] common/rc: Add whitelisted FS support in _require_scratch_swapfile()
 2021-01-05 11:00 UTC  (6+ messages)
` [PATCHv2 2/2] generic/496: Add whitelisted FS support for swapon test

kernel BUG at fs/ext4/ext4.h:LINE!
 2021-01-05  6:39 UTC 

[PATCH v2] ext4: fix bug for rename with RENAME_WHITEOUT
 2021-01-05  5:58 UTC  (5+ messages)

[xfstests RFC PATCH] generic: test for lazytime timestamp updates
 2021-01-05  0:58 UTC 

[PATCH] fs/inode.c: make inode_init_always() initialize i_ino to 0
 2021-01-04 19:10 UTC  (6+ messages)

[PATCH] ext2: discard block reservation on last writable file release
 2021-01-04 14:01 UTC  (2+ messages)

discard and data=writeback
 2020-12-31  1:32 UTC  (5+ messages)
    `  "
        `  "

[PATCH 4.19 0/4] fscrypt: prevent creating duplicate encrypted filenames
 2020-12-30 15:42 UTC  (6+ messages)
` [PATCH 4.19 1/4] fscrypt: add fscrypt_is_nokey_name()
` [PATCH 4.19 2/4] ext4: prevent creating duplicate encrypted filenames
` [PATCH 4.19 3/4] f2fs: "
` [PATCH 4.19 4/4] ubifs: "

[PATCH 5.4 0/4] fscrypt: prevent creating duplicate encrypted filenames
 2020-12-30 15:39 UTC  (6+ messages)
` [PATCH 5.4 1/4] fscrypt: add fscrypt_is_nokey_name()
` [PATCH 5.4 2/4] ext4: prevent creating duplicate encrypted filenames
` [PATCH 5.4 3/4] f2fs: "
` [PATCH 5.4 4/4] ubifs: "

[PATCH AUTOSEL 5.10 27/31] ext4: check for invalid block size early when mounting a file system
 2020-12-30 13:03 UTC  (2+ messages)
` [PATCH AUTOSEL 5.10 30/31] ext4: avoid s_mb_prefetch to be zero in individual scenarios

[PATCH] ext4: fix bug for rename with RENAME_WHITEOUT
 2020-12-29  8:57 UTC  (2+ messages)

improved performance in case of data journaling
 2020-12-28  4:06 UTC  (6+ messages)

[GIT PULL] ext4 updates for v5.11-rc1
 2020-12-24 22:22 UTC  (2+ messages)

[PATCH v2 -next] ext4: use DEFINE_MUTEX() for mutex lock
 2020-12-24 13:22 UTC 

discard and data=writeback
 2020-12-24 10:53 UTC  (11+ messages)

memory leak in ext4_multi_mount_protect
 2020-12-24  9:55 UTC 

[PATCH -next] ext4: use DEFINE_MUTEX (and mutex_init() had been too late)
 2020-12-24  1:55 UTC  (2+ messages)

[ext4:dev] BUILD SUCCESS 5a3b590d4b2db187faa6f06adc9a53d6199fb1f9
 2020-12-23  6:20 UTC 

e2fsprogs: Add windows IO manager
 2020-12-22 18:15 UTC  (4+ messages)
` [PATCH 1/3] Add a Windows implementation of the "
` [PATCH 2/3] Code adaptation to use the Windows "
` [PATCH 3/3] Compile the io implementation according to os

general protection fault in ext4_commit_super
 2020-12-22 18:13 UTC  (3+ messages)

WARNING: ODEBUG bug in ext4_fill_super (2)
 2020-12-22 11:33 UTC  (2+ messages)

set_page_dirty vs truncate
 2020-12-21 14:58 UTC  (3+ messages)

WARNING in ext4_evict_inode
 2020-12-20  3:44 UTC 

[PATCH] libfs: Fix DIO mode aligment
 2020-12-19  4:31 UTC  (6+ messages)

[ext4:dev] BUILD SUCCESS 739c541bd3ea1f5943284542abb855116632a84b
 2020-12-18  6:35 UTC 

[RFC PATCH v3 00/61] Introduce parallel fsck to e2fsck pass1
 2020-12-18  1:27 UTC  (10+ messages)
` [RFC PATCH v3 02/61] e2fsck: copy context when using multi-thread fsck
` [RFC PATCH v3 31/61] e2fsck: split and merge invalid bitmaps
` [RFC PATCH v3 37/61] e2fsck: merge options after threads finish

[PATCH] ext4: Don't leak old mountpoint samples
 2020-12-17 21:15 UTC  (4+ messages)

[GIT PULL] ext2, reiserfs, quota and writeback fixes and cleanups for 5.11-rc1
 2020-12-17 20:21 UTC  (2+ messages)

[PATCH v3 00/12] e2fsprogs: improve case-insensitive fs
 2020-12-17 17:35 UTC  (13+ messages)
` [PATCH v3 01/12] tune2fs: Allow enabling casefold feature after fs creation
` [PATCH v3 02/12] tune2fs: Fix casefold+encrypt error message
` [PATCH v3 03/12] ext2fs: Add method to validate casefolded strings
` [PATCH v3 04/12] ext2fs: Implement faster CI comparison of strings
` [PATCH v3 05/12] e2fsck: Add new problem for encoded name check
` [PATCH v3 06/12] e2fsck: Fix entries with invalid encoded characters
` [PATCH v3 07/12] e2fsck: Support casefold directories when rehashing
` [PATCH v3 08/12] dict: Support comparison with context
` [PATCH v3 09/12] e2fsck: Detect duplicated casefolded direntries for rehash
` [PATCH v3 10/12] e2fsck: Add option to force encoded filename verification
` [PATCH v3 11/12] e2fsck.8.in: Document check_encoding extended option
` [PATCH v3 12/12] tests: f_bad_fname: Test fixes of invalid filenames and duplicates

[PATCH 0/8 v2 PARTIAL] ext4: Fix error handling
 2020-12-17 16:08 UTC  (17+ messages)
` [PATCH 1/8] ext4: Combine ext4_handle_error() and save_error_info()
` [PATCH 2/8] ext4: Drop sync argument of ext4_commit_super()
` [PATCH 3/8] ext4: Protect superblock modifications with a buffer lock
` [PATCH 4/8] ext4: Save error info to sb through journal if available
` [PATCH 5/8] ext4: Use sbi instead of EXT4_SB(sb) in ext4_update_super()
` [PATCH 6/8] ext4: Fix deadlock with fs freezing and EA inodes
` [PATCH 7/8] ext4: Fix superblock checksum failure when setting password salt
` [PATCH 8/8] ext4: Drop ext4_handle_dirty_super()

[PATCH RESEND 4/8] ext4: add the gdt block of meta_bg to system_zone
 2020-12-17 16:01 UTC  (2+ messages)

[PATCH] ext4: fix -Wstringop-truncation warnings
 2020-12-17  7:00 UTC  (3+ messages)

[PATCH] fs: ext4: remove unnecessary wbc parameter from ext4_bio_write_page
 2020-12-17  6:25 UTC  (2+ messages)

[PATCH v2] ext4: avoid s_mb_prefetch to be zero in individual scenarios
 2020-12-17  6:14 UTC  (2+ messages)

[PATCH 000/141] Fix fall-through warnings for Clang
 2020-12-17  3:47 UTC  (3+ messages)
` [PATCH 031/141] ext4: "

[ext4:dev] BUILD SUCCESS 9f08aedbfeebb4ac266c7f67ca5a412a53d43441
 2020-12-16 17:45 UTC 

[PATCH 00/12] ext4: Various fixes of ext4 handling of fs errors
 2020-12-16 10:24 UTC  (13+ messages)
` [PATCH 05/12] ext4: Move functions in super.c
` [PATCH 06/12] ext4: Simplify ext4 error translation
` [PATCH 07/12] ext4: Defer saving error info from atomic context
` [PATCH 08/12] ext4: Combine ext4_handle_error() and save_error_info()

[PATCH] mke2fs.8: Improve valid block size documentation
 2020-12-16 10:22 UTC  (5+ messages)

[PATCH] mke2fs.8: Improve valid block size documentation
 2020-12-16 10:22 UTC 


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