linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-02 20:25:24 to 2020-04-10 03:17:55 UTC [more...]

[PATCH] ext4: using matching invalidatepage in ext4_writepage
 2020-04-10  3:17 UTC  (2+ messages)

[PATCH V6 0/8] Enable per-file/per-directory DAX operations V6
 2020-04-10  0:27 UTC  (47+ messages)
` [PATCH V6 1/8] fs/xfs: Remove unnecessary initialization of i_rwsem
` [PATCH V6 2/8] fs: Remove unneeded IS_DAX() check
` [PATCH V6 3/8] fs/stat: Define DAX statx attribute
` [PATCH V6 4/8] fs/xfs: Make DAX mount option a tri-state
` [PATCH V6 5/8] fs/xfs: Create function xfs_inode_enable_dax()
` [PATCH V6 6/8] fs/xfs: Combine xfs_diflags_to_linux() and xfs_diflags_to_iflags()
` [PATCH V6 7/8] fs/xfs: Change xfs_ioctl_setattr_dax_invalidate() to xfs_ioctl_dax_check()
` [PATCH V6 8/8] Documentation/dax: Update Usage section

[PATCH v6 01/20] ext4: update docs for fast commit feature
 2020-04-09 22:01 UTC  (22+ messages)
` [PATCH v6 02/20] ext4: add handling for extended mount options
` [PATCH v6 03/20] ext4, jbd2: add fast commit initialization routines
` [PATCH v6 04/20] jbd2: add fast commit block tracker variables
` [PATCH v6 05/20] jbd2: disable fast commits if journal is empty
` [PATCH v6 06/20] jbd2: fast commit main commit path changes
` [PATCH v6 07/20] ext4: add generic diff tracking routines and range tracking
` [PATCH v6 08/20] ext4: add directory entry tracking routines
` [PATCH v6 09/20] ext4: add inode tracking and ineligible marking routines
` [PATCH v6 10/20] ext4: break ext4_unlink() and ext4_link()
` [PATCH v6 11/20] ext4: add fast commit track points
` [PATCH v6 12/20] ext4: add fast commit on-disk format structs
` [PATCH v6 13/20] jbd2: add new APIs for commit path of fast commits
` [PATCH v6 14/20] ext4: main commit routine for "
` [PATCH v6 15/20] jbd2: add fast commit recovery path support
` [PATCH v6 16/20] ext4: fast commit recovery path preparation
` [PATCH v6 17/20] ext4: add idempotent helpers to manipulate bitmaps
` [PATCH v6 18/20] ext4: disable certain features in replay path
` [PATCH v6 19/20] ext4: add fast commit "
` [PATCH v6 20/20] ext4: add debug mount option to test fast commit replay

[RFC 0/1] ext4: Fix mballoc race in freeing up group preallocations
 2020-04-09 18:45 UTC  (5+ messages)
` [RFC 1/1] ext4: Fix race in ext4_mb_discard_group_preallocations()

zram: Unable to handle kernel NULL pointer dereference at virtual address
 2020-04-09 15:50 UTC  (2+ messages)

[GIT PULL] iomap: bug fix for 5.7
 2020-04-09  4:55 UTC  (2+ messages)

[Bug 207165] New: Persistent ext4_search_dir: bad entry in directory: directory entry too close to block end
 2020-04-09  3:19 UTC  (2+ messages)
` [Bug 207165] "

[Bug 205609] New: Multiple bugs in __ext4_expand_extra_isize (OOB write and UAF write)
 2020-04-09  1:50 UTC  (3+ messages)
` [Bug 205609] "

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

[PATCH v2 1/3] ext4: return lblk from ext4_find_entry
 2020-04-08  9:31 UTC  (6+ messages)
` [PATCH v2 2/3] ext4: shrink directories on dentry delete
` [PATCH v2 3/3] ext4: reimplement ext4_empty_dir() using is_dirent_block_empty

[PATCH v10 00/12] Inline Encryption Support
 2020-04-08  4:18 UTC  (14+ messages)
` [PATCH v10 01/12] Documentation: Document the blk-crypto framework
` [PATCH v10 02/12] block: Keyslot Manager for Inline Encryption
` [PATCH v10 03/12] block: Inline encryption support for blk-mq
` [PATCH v10 04/12] block: Make blk-integrity preclude hardware inline encryption
` [PATCH v10 05/12] block: blk-crypto-fallback for Inline Encryption
` [PATCH v10 06/12] scsi: ufs: UFS driver v2.1 spec crypto additions
` [PATCH v10 07/12] scsi: ufs: UFS crypto API
` [PATCH v10 08/12] scsi: ufs: Add inline encryption support to UFS
` [PATCH v10 09/12] fs: introduce SB_INLINECRYPT
` [PATCH v10 10/12] fscrypt: add inline encryption support
` [PATCH v10 11/12] f2fs: "
` [PATCH v10 12/12] ext4: "

[PATCH 0/4] block: Add support for REQ_OP_ASSIGN_RANGE
 2020-04-08  4:10 UTC  (7+ messages)

[PATCH 0/4] e2fsprogs: fix and document the stable_inodes feature
 2020-04-08  3:11 UTC  (9+ messages)
` [PATCH 1/4] tune2fs: prevent changing UUID of fs with "
` [PATCH 4/4] tune2fs.8: document the "

[PATCH] xfs/XXX: Add xfs/XXX
 2020-04-07 18:30 UTC 

[PATCH v2] ext2: Silence lockdep warning about reclaim under xattr_sem
 2020-04-07 10:38 UTC  (6+ messages)

Use case for EXT4_INODE_HUGE_FILE / EXT4_HUGE_FILE_FL?
 2020-04-07  8:09 UTC  (3+ messages)

[PATCH 1/2] ext4: return lblk from ext4_find_entry
 2020-04-07  6:39 UTC  (6+ messages)
` [PATCH 2/2] ext4: shrink directories on dentry delete

spontaneous crash with "ext4: move ext4 bmap to use iomap infrastructure"
 2020-04-07  2:33 UTC  (4+ messages)

[PATCH V2 0/4] block: Add support for REQ_OP_ALLOCATE
 2020-04-06 22:21 UTC  (5+ messages)
` [PATCH V2 1/4] block: create payloadless issue bio helper
` [PATCH V2 2/4] block: Add support for REQ_OP_ALLOCATE
` [PATCH V2 3/4] loop: Forward REQ_OP_ALLOCATE into fallocate(0)
` [PATCH V2 4/4] ext4: Notify block device about alloc-assigned blk

[PATCH v2] ext4: use non-movable memory for superblock readahead
 2020-04-06 17:20 UTC  (3+ messages)

[GIT PULL] ext2 and udf cleanups and fixes for v5.7-rc1
 2020-04-06 16:45 UTC  (2+ messages)

[PATCH V5 00/12] Enable per-file/per-directory DAX operations V5
 2020-04-06 10:00 UTC  (23+ messages)

[PATCH] libext2fs: avoid pointer arithmetic on `void *`
 2020-04-06  0:43 UTC  (2+ messages)

ext4 recovery
 2020-04-05 16:10 UTC  (3+ messages)

WARNING in ext4_da_update_reserve_space
 2020-04-04 22:13 UTC  (3+ messages)

[GIT PULL] vfs: bug fix for 5.7
 2020-04-02 20:25 UTC  (2+ 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 NNTP newsgroup(s).