linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-17 13:44:48 to 2020-06-29 21:05:50 UTC [more...]

[PATCH v2 0/4] Inline Encryption Support for fscrypt
 2020-06-29 18:44 UTC  (7+ messages)
` [PATCH v2 1/4] fs: introduce SB_INLINECRYPT
` [PATCH v2 2/4] fscrypt: add inline encryption support
` [PATCH v2 3/4] f2fs: "
` [PATCH v2 4/4] ext4: "

[PATCH v2] ext4: fix direct I/O read error
 2020-06-29  6:26 UTC  (3+ messages)

[PATCH v3] ext4: fix direct I/O read error
 2020-06-29  9:45 UTC 

[PATCH v2] ext4: lost matching-pair of trace in ext4_unlink
 2020-06-29 19:22 UTC  (2+ messages)

[PATCH] ext4: lost matching-pair of trace in ext4_truncate
 2020-06-29 19:38 UTC  (2+ messages)

[PATCH] ext4: fix direct I/O read error
 2020-06-29 15:58 UTC  (2+ messages)

[PATCH] ext4: lost matching-pair of trace in ext4_unlink
 2020-06-28 22:05 UTC  (2+ messages)

[PATCH] ext4: fix direct I/O read error
 2020-06-28 12:42 UTC 

[PATCH] tune2fs: allow remove VERITY
 2020-06-26 18:56 UTC  (6+ messages)

[PATCH] ext2: initialize quota info in ext2_xattr_set()
 2020-06-26  5:49 UTC 

[BUG] invalid superblock checksum possibly due to race
 2020-06-24 23:56 UTC 

[PATCH] ext2: remove nocheck option
 2020-06-24 12:11 UTC  (2+ messages)

[PATCH v9 0/4] Prepare for upcoming Casefolding/Encryption patches
 2020-06-24  6:04 UTC  (13+ messages)
` [PATCH v9 1/4] unicode: Add utf8_casefold_hash
` [PATCH v9 2/4] fs: Add standard casefolding support
` [PATCH v9 3/4] f2fs: Use generic "
` [PATCH v9 4/4] ext4: "

[PATCH 0/4] Inline Encryption Support for fscrypt
 2020-06-24  0:55 UTC  (23+ messages)
` [PATCH 1/4] fs: introduce SB_INLINECRYPT
        ` [f2fs-dev] "
` [PATCH 2/4] fscrypt: add inline encryption support
` [PATCH 3/4] f2fs: "

[PATCH v2] fcntl: Add 32bit filesystem mode
 2020-06-23 10:08 UTC  (2+ messages)

[PATCH] fs: i_version mntopt gets visible through /proc/mounts
 2020-06-22 22:03 UTC  (29+ messages)

[PATCH v3 1/2] ext4: introduce EXT4_BG_WAS_TRIMMED to optimize trim
 2020-06-22 17:20 UTC  (5+ messages)
` [PATCH 2/2] ext4: avoid trimming block group if only few blocks freed
  ` [PATCH v2 "

[PATCH] ext2: delay discarding block reservation
 2020-06-22  1:25 UTC 

[Bug 208271] New: Occurred when tried to create an ext4 filesystem on an exfat micro-sd. Trace is in dexcription
 2020-06-21 20:40 UTC  (2+ messages)
` [Bug 208271] Occurred when tried to create an ext4 filesystem on an exfat micro-sd. Trace is in description

[PATCH] jbd2: add the missing unlock_buffer() in the error path of jbd2_write_superblock()
 2020-06-20  6:19 UTC 

[PATCH v3 0/5] ext4: fix inconsistency since async write metadata buffer error
 2020-06-20  2:54 UTC  (6+ messages)
` [PATCH v3 1/5] ext4: abort the filesystem if failed to async write metadata buffer
` [PATCH v3 2/5] ext4: remove ext4_buffer_uptodate()
` [PATCH v3 3/5] ext4: remove write io error check before read inode block
` [PATCH v3 4/5] jbd2: abort journal if free a async write error metadata buffer
` [PATCH v3 5/5] jbd2: remove unused parameter in jbd2_journal_try_to_free_buffers()

[PATCH 1/2] ext4: mballoc - prefetching for bitmaps
 2020-06-19 18:23 UTC  (5+ messages)

[PATCH 0/1] ext4: fix potential negative array index in do_split
 2020-06-19 13:53 UTC  (12+ messages)
` [PATCH 1/1] ext4: fix potential negative array index in do_split()

[RFC PATCH 0/2] gfs2 readahead regression in v5.8-rc1
 2020-06-19 11:55 UTC  (4+ messages)
` [PATCH 1/2] fs: Add IOCB_CACHED flag for generic_file_read_iter
` [PATCH 2/2] gfs2: Rework read and page fault locking

[PATCH v2] Valgrind reported error messages like following:
 2020-06-19  2:30 UTC  (2+ messages)

[PATCH v3] ext2fs: fix to avoid invalid memory access
 2020-06-19  2:29 UTC 

[PATCH] ext2fs: fix to avoid invalid memory access
 2020-06-18 19:58 UTC  (2+ messages)

[PATCH v11 00/25] Change readahead API
 2020-06-18 16:40 UTC  (9+ messages)
` [PATCH v11 16/25] fs: Convert mpage_readpages to mpage_readahead
  ` [Cluster-devel] "

[RFC PATCH v2 00/51] introduce parallel fsck to e2fsck pass1
 2020-06-18 15:27 UTC  (52+ messages)
` [RFC PATCH v2 01/51] e2fsck: cleanup struct e2fsck_struct
` [RFC PATCH v2 02/51] e2fsck: remove unused fs_ext_attr_inodes/blocks
` [RFC PATCH v2 03/51] e2fsck: add -m option for multithread
` [RFC PATCH v2 04/51] e2fsck: copy context when using multi-thread fsck
` [RFC PATCH v2 05/51] e2fsck: copy fs "
` [RFC PATCH v2 06/51] e2fsck: copy dblist "
` [RFC PATCH v2 07/51] e2fsck: clear icache "
` [RFC PATCH v2 08/51] e2fsck: add assert when copying context
` [RFC PATCH v2 09/51] e2fsck: copy bitmaps "
` [RFC PATCH v2 10/51] e2fsck: copy badblocks when copying fs
` [RFC PATCH v2 11/51] e2fsck: open io-channel "
` [RFC PATCH v2 12/51] e2fsck: create logs for mult-threads
` [RFC PATCH v2 13/51] e2fsck: create one thread to fsck
` [RFC PATCH v2 14/51] e2fsck: add start/end group for thread
` [RFC PATCH v2 15/51] e2fsck: split groups to different threads
` [RFC PATCH v2 16/51] e2fsck: print thread log properly
` [RFC PATCH v2 17/51] e2fsck: merge bitmaps after thread completes
` [RFC PATCH v2 18/51] e2fsck: do not change global variables
` [RFC PATCH v2 19/51] e2fsck: optimize the inserting of dir_info_db
` [RFC PATCH v2 20/51] e2fsck: merge dir_info after thread finishes
` [RFC PATCH v2 21/51] e2fsck: rbtree bitmap for dir
` [RFC PATCH v2 22/51] e2fsck: merge badblocks after thread finishes
` [RFC PATCH v2 23/51] e2fsck: merge icounts "
` [RFC PATCH v2 24/51] e2fsck: merge dblist "
` [RFC PATCH v2 25/51] e2fsck: add debug codes for multiple threds
` [RFC PATCH v2 26/51] e2fsck: merge counts when threads finish
` [RFC PATCH v2 27/51] LU-8465 e2fsck: merge fs flags "
` [RFC PATCH v2 28/51] e2fsck: merge dx_dir_info
` [RFC PATCH v2 29/51] e2fsck: make threads splitting aware of flex_bg
` [RFC PATCH v2 30/51] e2fsck: merge dirs_to_hash when threads finish
` [RFC PATCH v2 31/51] e2fsck: merge context flags properly
` [RFC PATCH v2 32/51] e2fsck: split and merge quota context
` [RFC PATCH v2 33/51] e2fsck: serialize fix operations
` [RFC PATCH v2 34/51] e2fsck: move some fixes out of parallel pthreads
` [RFC PATCH v2 35/51] e2fsck: split and merge invalid bitmaps
` [RFC PATCH v2 36/51] e2fsck: fix to protect EA checking
` [RFC PATCH v2 37/51] e2fsck: allow admin specify number of threads
` [RFC PATCH v2 38/51] e2fsck: kickoff mutex lock for block found map
` [RFC PATCH v2 39/51] e2fsck: fix readahead for pfsck of pass1
` [RFC PATCH v2 40/51] e2fsck: kick off ea mutex lock from pfsck
` [RFC PATCH v2 41/51] e2fsck: merge encrypted_files after threads finish
` [RFC PATCH v2 42/51] e2fsck: merge inode_bad_map "
` [RFC PATCH v2 43/51] e2fsck: simplify e2fsck context merging codes
` [RFC PATCH v2 44/51] e2fsck: merge options after threads finish
` [RFC PATCH v2 45/51] e2fsck: reset lost_and_found "
` [RFC PATCH v2 46/51] LU-8465 e2fsck: merge extent depth count "
` [RFC PATCH v2 47/51] e2fsck: only set E2F_FLAG_ALLOC_OK if all threads succeed
` [RFC PATCH v2 48/51] e2fsck: only setup threads if -m option required
` [RFC PATCH v2 49/51] e2fsck: wait fix thread finish before checking
` [RFC PATCH v2 50/51] e2fsck: fix to free icache leak
` [RFC PATCH v2 51/51] e2fsck: fix to avoid too much memory allocation for pfsck

mm: mkfs.ext4 invoked oom-killer on i386 - pagecache_get_page
 2020-06-18 14:59 UTC  (23+ messages)

[PATCH v2 0/5] ext4: fix inconsistency since reading old metadata from disk
 2020-06-18  7:02 UTC  (7+ messages)
` [PATCH v2 1/5] fs: add bdev writepage hook to block device
` [PATCH v2 3/5] ext4: detect metadata async write error when getting journal's write access

[PATCH AUTOSEL 5.7 330/388] ext4: handle ext4_mark_inode_dirty errors
 2020-06-18  1:07 UTC  (2+ messages)
` [PATCH AUTOSEL 5.7 331/388] ext4: don't block for O_DIRECT if IOCB_NOWAIT is set


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