linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-19 05:09:27 to 2020-05-29 02:44:14 UTC [more...]

[PATCH 0/2 v2] jbd2: Fix leaked transaction credits
 2020-05-29  2:44 UTC  (6+ messages)
` [PATCH 1/2] ext4: Drop ext4_journal_free_reserved()
` [PATCH 2/2] jbd2: Avoid leaking transaction credits when unreserving handle

[PATCHv5 0/5] Improve ext4 handling of ENOSPC with multi-threaded use-case
 2020-05-29  2:40 UTC  (7+ messages)
` [PATCHv5 1/5] ext4: mballoc: Add blocks to PA list under same spinlock after allocating blocks
` [PATCHv5 2/5] ext4: mballoc: Refactor ext4_mb_discard_preallocations()
` [PATCHv5 3/5] ext4: mballoc: Introduce pcpu seqcnt for freeing PA to improve ENOSPC handling
` [PATCHv5 4/5] ext4: mballoc: Refactor ext4_mb_good_group()
` [PATCHv5 5/5] ext4: mballoc: Use lock for checking free blocks while retrying

mm: mkfs.ext4 invoked oom-killer on i386 - pagecache_get_page
 2020-05-29  1:56 UTC  (32+ messages)

[PATCH v13 00/12] Inline Encryption Support
 2020-05-28 21:54 UTC  (3+ messages)
` [PATCH v13 10/12] fscrypt: add inline encryption support

[PATCH v3 0/6] Enable as many KUnit tests as possible
 2020-05-28 19:13 UTC  (4+ messages)

[PATCH v3 1/6] kunit: Kconfig: enable a KUNIT_ALL_TESTS fragment
 2020-05-28 19:04 UTC  (2+ messages)

[PATCH V5 0/9] Enable ext4 support for per-file/directory DAX operations
 2020-05-28 15:00 UTC  (10+ messages)
` [PATCH V5 1/9] fs/ext4: Narrow scope of DAX check in setflags
` [PATCH V5 2/9] fs/ext4: Disallow verity if inode is DAX
` [PATCH V5 3/9] fs/ext4: Change EXT4_MOUNT_DAX to EXT4_MOUNT_DAX_ALWAYS
` [PATCH V5 4/9] fs/ext4: Update ext4_should_use_dax()
` [PATCH V5 5/9] fs/ext4: Only change S_DAX on inode load
` [PATCH V5 6/9] fs/ext4: Make DAX mount option a tri-state
` [PATCH V5 7/9] fs/ext4: Remove jflag variable
` [PATCH V5 8/9] fs/ext4: Introduce DAX inode flag
` [PATCH V5 9/9] Documentation/dax: Update DAX enablement for ext4

[PATCH 1/2] ext4: mballoc - prefetching for bitmaps
 2020-05-28 14:47 UTC  (4+ messages)

[PATCH] ext4: add casefold flag to EXT4_INODE_* flags
 2020-05-28 14:26 UTC  (2+ messages)

[RFC 00/16] ext4: mballoc/extents: Code cleanup and debug improvements
 2020-05-28 14:20 UTC  (4+ messages)
` [RFC 16/16] ext4: Add process name and pid in ext4_msg()

[PATCH 00/10] ext4: fix inconsistency since reading old metadata from disk
 2020-05-28 13:23 UTC  (13+ messages)
` [PATCH 01/10] ext4: move inode eio simulation behind io completeion
` [PATCH 02/10] fs: pick out ll_rw_one_block() helper function
` [PATCH 03/10] ext4: add ext4_sb_getblk*() wrapper functions
` [PATCH 04/10] ext4: replace sb_getblk() with ext4_sb_getblk_locked()
` [PATCH 05/10] ext4: replace sb_bread*() with ext4_sb_bread*()
` [PATCH 06/10] ext4: replace sb_getblk() with ext4_sb_getblk()
` [PATCH 07/10] ext4: switch to use ext4_sb_getblk_locked() in ext4_getblk()
` [PATCH 08/10] ext4: replace sb_breadahead() with ext4_sb_breadahead()
` [PATCH 09/10] ext4: abort the filesystem while freeing the write error io buffer
` [PATCH 10/10] ext4: remove unused parameter in jbd2_journal_try_to_free_buffers()

[PATCH V4 0/8] Enable ext4 support for per-file/directory DAX operations
 2020-05-28  9:41 UTC  (19+ messages)
` [PATCH V4 1/8] fs/ext4: Narrow scope of DAX check in setflags
` [PATCH V4 2/8] fs/ext4: Disallow verity if inode is DAX
` [PATCH V4 3/8] fs/ext4: Change EXT4_MOUNT_DAX to EXT4_MOUNT_DAX_ALWAYS
` [PATCH V4 4/8] fs/ext4: Update ext4_should_use_dax()
` [PATCH V4 5/8] fs/ext4: Only change S_DAX on inode load
` [PATCH V4 6/8] fs/ext4: Make DAX mount option a tri-state
` [PATCH V4 7/8] fs/ext4: Introduce DAX inode flag
` [PATCH V4 8/8] Documentation/dax: Update DAX enablement for ext4

[Bug 109331] New: EXT4-fs (sda1): couldn't mount as ext3 due to feature incompatibilities
 2020-05-28  4:55 UTC  (2+ messages)
` [Bug 109331] "

/fs/ext4/namei.c ext4_find_dest_de()
 2020-05-28  1:12 UTC  (4+ messages)

[PATCH 1/2] e2fsprogs: add EXT2_FLAG_BG_WAS_TRIMMED to optimize fstrim
 2020-05-27 19:29 UTC  (4+ messages)
` [PATCH 2/2] tune2fs: add clear_was_trimmed option
` [PATCH v2] ext4: introduce EXT4_BG_WAS_TRIMMED to optimize trim

[PATCH] ext4: introduce EXT4_BG_WAS_TRIMMED to optimize trim
 2020-05-27 19:11 UTC  (10+ messages)

[PATCH] vfs, afs, ext4: Make the inode hash table RCU searchable
 2020-05-27 16:06 UTC  (5+ messages)

fiemap cleanups v4
 2020-05-26 16:25 UTC  (15+ messages)
` [PATCH 1/9] ext4: split _ext4_fiemap
` [PATCH 2/9] ext4: remove the call to fiemap_check_flags in ext4_fiemap
` [PATCH 3/9] fs: mark __generic_block_fiemap static
` [PATCH 4/9] fs: move the fiemap definitions out of fs.h
` [PATCH 5/9] iomap: fix the iomap_fiemap prototype
` [PATCH 6/9] fs: move fiemap range validation into the file systems instances
` [PATCH 7/9] fs: handle FIEMAP_FLAG_SYNC in fiemap_prep
` [PATCH 8/9] fs: remove the access_ok() check in ioctl_fiemap
` [PATCH 9/9] ext4: remove the access_ok() check in ext4_ioctl_get_es_cache

[PATCH] ext4, jbd2: switch to use completion variable instead of JBD2_REC_ERR
 2020-05-26 14:20 UTC 

trying to make sense out of kernel oops generated in ext4 subsystem while kernel was experiencing high memory pressure
 2020-05-26  3:22 UTC 

[PATCH v2] ext4: support xattr gnu.* namespace for the Hurd
 2020-05-25 19:39 UTC 

[PATCH] fscrypt: add support for IV_INO_LBLK_32 policies
 2020-05-25 15:33 UTC  (5+ messages)

[PATCH] ext4: Avoid unnecessary transaction starts during writeback
 2020-05-25  8:12 UTC 

[PATCH] ext4: don't block for O_DIRECT if IOCB_NOWAIT is set
 2020-05-24 22:53 UTC 

[PATCH] ext4: add comment for ext4_dir_entry_2 file_type member
 2020-05-23  5:12 UTC  (2+ messages)

[PATCH 1/2] ext2: fix incorrect i_op for special inode
 2020-05-22 13:11 UTC  (3+ messages)
` [PATCH 2/2] ext2: code cleanup by removing ifdef macro surrounding

[ext4:dev] BUILD SUCCESS 875145e328872198c8c3b9db376f97d40185810f
 2020-05-22 11:07 UTC 

fix fiemap for ext4 bitmap files (+ cleanups) v3
 2020-05-22  6:35 UTC  (7+ messages)

[PATCH 0/5] ext4/overlayfs: fiemap related fixes
 2020-05-22  4:56 UTC  (4+ messages)

[PATCH] ext4: fix partial cluster initialization when splitting extent
 2020-05-22  4:18 UTC 

[PATCH RFC] ext4: fix partial cluster initialization when splitting extent
 2020-05-22  4:15 UTC  (2+ messages)

[PATCH] ext4: fix race between ext4_sync_parent() and rename()
 2020-05-22  3:34 UTC  (2+ messages)

[PATCH RFC] ext4: fix partial cluster initialization when splitting extent
 2020-05-22  3:09 UTC  (6+ messages)

[PATCH 0/2] jbd2: Fix leaked transaction credits
 2020-05-22  0:12 UTC  (5+ messages)
` [PATCH 2/2] jbd2: Avoid leaking transaction credits when unreserving handle

[GIT PULL] fixes for 5.7
 2020-05-21 20:55 UTC  (2+ messages)

[PATCH] /fs/ext4/ext4.h add a comment to ext4_dir_entry_2
 2020-05-21 17:20 UTC  (2+ messages)

[PATCH] ext4: avoid ext4_error()'s caused by ENOMEM in the truncate path
 2020-05-21 16:55 UTC  (2+ messages)

[PATCH] ext4: Fix a typo in a comment
 2020-05-21 15:02 UTC  (2+ messages)

[PATCH 0/4] ext4: clean up ext4_ext_handle_unwritten_extents()
 2020-05-21 14:59 UTC  (2+ messages)

[PATCH V3 0/8] Enable ext4 support for per-file/directory DAX operations
 2020-05-21 10:24 UTC  (18+ messages)
` [PATCH V3 1/8] fs/ext4: Narrow scope of DAX check in setflags
` [PATCH V3 2/8] fs/ext4: Disallow verity if inode is DAX
` [PATCH V3 3/8] fs/ext4: Change EXT4_MOUNT_DAX to EXT4_MOUNT_DAX_ALWAYS
` [PATCH V3 4/8] fs/ext4: Update ext4_should_use_dax()
` [PATCH V3 5/8] fs/ext4: Only change S_DAX on inode load
` [PATCH V3 6/8] fs/ext4: Make DAX mount option a tri-state
` [PATCH V3 7/8] fs/ext4: Introduce DAX inode flag
` [PATCH V3 8/8] Documentation/dax: Update DAX enablement for ext4

[PATCH 2/2] ext4: mballoc - limit scanning of uninitialized groups
 2020-05-21  7:04 UTC  (2+ messages)

[PATCH 0/4] fscrypt: make '-o test_dummy_encryption' support v2 policies
 2020-05-20 22:55 UTC  (6+ messages)
` [PATCH 3/4] fscrypt: support test_dummy_encryption=v2

[PATCH 0/2] fs-verity: misc cleanups
 2020-05-20 22:52 UTC  (2+ messages)

[PATCH 0/3] fscrypt: misc cleanups
 2020-05-20 22:51 UTC  (2+ messages)

[PATCH 2/2] ext4: skip non-loaded groups at cr=0/1
 2020-05-20 19:59 UTC  (7+ messages)

kernel BUG at fs/inode.c:531!
 2020-05-20 16:39 UTC 

[PATCH 0/9] Enable ext4 support for per-file/directory DAX operations
 2020-05-20 13:11 UTC  (7+ messages)
` [PATCH 3/9] fs/ext4: Disallow encryption if inode is DAX

[PATCH] ext4: handle ext4_mark_inode_dirty errors
 2020-05-19 19:31 UTC  (3+ messages)
` [PATCH v3] ext4: don't ignore return values from ext4_ext_dirty()

[GIT PULL] Unicode updates for v5.8
 2020-05-19  5:09 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).