linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-04 16:10:24 to 2021-08-14 14:24:47 UTC [more...]

[PATCH] ext4: Fix tune2fs checksum failure for mounted filesystem
 2021-08-14 14:24 UTC  (2+ messages)

[PATCH] ext4: fix fast commit alignment issues
 2021-08-14 14:14 UTC  (2+ messages)

[PATCH] ext4: stop return ENOSPC from ext4_issue_zeroout
 2021-08-14  2:15 UTC  (5+ messages)
    ` [PATCH] ext4: if zeroout fails fall back to splitting the extent node

[PATCH v2] mke2fs: warn about missing y2038 support when formatting fresh ext4 fs
 2021-08-13 20:31 UTC  (8+ messages)
      ` [PATCH -v4] "
      ` [PATCH -v5] "

[PATCH v5 00/23] File system wide monitoring
 2021-08-13 17:25 UTC  (36+ messages)
` [PATCH v5 04/23] fsnotify: Reserve mark bits for backends
` [PATCH v5 05/23] fanotify: Split superblock marks out to a new cache
` [PATCH v5 08/23] fsnotify: Add wrapper around fsnotify_add_event
` [PATCH v5 10/23] fsnotify: Allow events reported with an empty inode
` [PATCH v5 13/23] fanotify: Allow file handle encoding for unhashed events
` [PATCH v5 14/23] fanotify: Encode invalid file handler when no inode is provided
` [PATCH v5 15/23] fanotify: Require fid_mode for any non-fd event
` [PATCH v5 16/23] fanotify: Reserve UAPI bits for FAN_FS_ERROR
` [PATCH v5 18/23] fanotify: Handle FAN_FS_ERROR events
` [PATCH v5 19/23] fanotify: Report fid info for file related file system errors
` [PATCH v5 21/23] ext4: Send notifications on error
` [PATCH v5 23/23] docs: Document the FAN_FS_ERROR event

[PATCH] e2fsck: Make sure quota files are not referenced from dirs
 2021-08-13 16:52 UTC  (2+ messages)

[PATCH] tests: check quota file space usage does not get accounted
 2021-08-13 16:49 UTC  (3+ messages)

[PATCH 0/5 v5] ext4: Speedup orphan file handling
 2021-08-13 15:26 UTC  (13+ messages)
` [PATCH 1/5] ext4: Support for checksumming from journal triggers
` [PATCH 2/5] ext4: Move orphan inode handling into a separate file
` [PATCH 3/5] ext4: Speedup ext4 orphan inode handling
` [PATCH 4/5] ext4: Orphan file documentation
` [PATCH 5/5] ext4: Improve scalability of ext4 orphan file handling

[PATCH] ext4: reduce arguments of ext4_fc_add_dentry_tlv
 2021-08-13 14:56 UTC  (2+ messages)

[PATCH 0/3] ext4: fix a inode checksum error
 2021-08-13 13:44 UTC  (7+ messages)
` [PATCH 1/3] ext4: move inode eio simulation behind io completeion
` [PATCH 2/3] ext4: remove an unnecessary if statement in __ext4_get_inode_loc()
` [PATCH 3/3] ext4: prevent getting empty inode buffer

[PATCH v6 00/21] File system wide monitoring
 2021-08-13  9:35 UTC  (34+ messages)
` [PATCH v6 01/21] fsnotify: Don't insert unmergeable events in hashtable
` [PATCH v6 02/21] fanotify: Fold event size calculation to its own function
` [PATCH v6 03/21] fanotify: Split fsid check from other fid mode checks
` [PATCH v6 04/21] fsnotify: Reserve mark flag bits for backends
` [PATCH v6 05/21] fanotify: Split superblock marks out to a new cache
` [PATCH v6 06/21] inotify: Don't force FS_IN_IGNORED
` [PATCH v6 07/21] fsnotify: Add helper to detect overflow_event
` [PATCH v6 08/21] fsnotify: Add wrapper around fsnotify_add_event
` [PATCH v6 09/21] fsnotify: Allow events reported with an empty inode
` [PATCH v6 10/21] fsnotify: Support FS_ERROR event type
` [PATCH v6 11/21] fanotify: Allow file handle encoding for unhashed events
` [PATCH v6 12/21] fanotify: Encode invalid file handle when no inode is provided
` [PATCH v6 13/21] fanotify: Require fid_mode for any non-fd event
` [PATCH v6 14/21] fanotify: Reserve UAPI bits for FAN_FS_ERROR
` [PATCH v6 15/21] fanotify: Preallocate per superblock mark error event
` [PATCH v6 16/21] fanotify: Handle FAN_FS_ERROR events
` [PATCH v6 17/21] fanotify: Report fid info for file related file system errors
` [PATCH v6 18/21] fanotify: Emit generic error info type for error event
` [PATCH v6 19/21] ext4: Send notifications on error
` [PATCH v6 20/21] samples: Add fs error monitoring example
` [PATCH v6 21/21] docs: Document the FAN_FS_ERROR event

[PATCH v6 00/13] Support DEVICE_GENERIC memory in migrate_vma_*
 2021-08-13  6:31 UTC  (14+ messages)
` [PATCH v6 01/13] ext4/xfs: add page refcount helper
` [PATCH v6 02/13] mm: remove extra ZONE_DEVICE struct page refcount
` [PATCH v6 03/13] kernel: resource: lookup_resource as exported symbol
` [PATCH v6 04/13] drm/amdkfd: add SPM support for SVM
` [PATCH v6 05/13] drm/amdkfd: generic type as sys mem on migration to ram
` [PATCH v6 06/13] include/linux/mm.h: helpers to check zone device generic type
` [PATCH v6 07/13] mm: add generic type support to migrate_vma helpers
` [PATCH v6 08/13] mm: call pgmap->ops->page_free for DEVICE_GENERIC pages
` [PATCH v6 09/13] lib: test_hmm add ioctl to get zone device type
` [PATCH v6 10/13] lib: test_hmm add module param for "
` [PATCH v6 11/13] lib: add support for device generic type in test_hmm
` [PATCH v6 12/13] tools: update hmm-test to support device generic type
` [PATCH v6 13/13] tools: update test_hmm script to support SP config

[PATCH v5 00/13] Support DEVICE_GENERIC memory in migrate_vma_*
 2021-08-13  5:18 UTC  (16+ messages)
` [PATCH v5 01/13] ext4/xfs: add page refcount helper
` [PATCH v5 02/13] mm: remove extra ZONE_DEVICE struct page refcount
` [PATCH v5 03/13] kernel: resource: lookup_resource as exported symbol
` [PATCH v5 04/13] drm/amdkfd: add SPM support for SVM
` [PATCH v5 05/13] drm/amdkfd: generic type as sys mem on migration to ram
` [PATCH v5 06/13] include/linux/mm.h: helpers to check zone device generic type
` [PATCH v5 07/13] mm: add generic type support to migrate_vma helpers
` [PATCH v5 08/13] mm: call pgmap->ops->page_free for DEVICE_GENERIC pages
` [PATCH v5 09/13] lib: test_hmm add ioctl to get zone device type
` [PATCH v5 10/13] lib: test_hmm add module param for "
` [PATCH v5 11/13] lib: add support for device generic type in test_hmm
` [PATCH v5 12/13] tools: update hmm-test to support device generic type
` [PATCH v5 13/13] tools: update test_hmm script to support SP config

[PATCH V3 0/5] ext4: get discard out of jbd2 commit context
 2021-08-12 19:46 UTC  (5+ messages)
` [PATCH V3 2/5] ext4: add new helper interface ext4_try_to_trim_range()
` [PATCH V3 4/5] ext4: get discard out of jbd2 commit kthread contex

[PATCH] mke2fs: warn about missing y2038 support when formatting fresh ext4 fs
 2021-08-12 15:05 UTC  (4+ messages)

[kernel-5.11 regression] tune2fs fails after shutdown
 2021-08-12 13:38 UTC  (4+ messages)

[PATCH] ext4: Make sure quota files are not grabbed accidentally
 2021-08-12 13:31 UTC 

[PATCH 1/7] e2fsck: value stored to err is never read
 2021-08-11 17:33 UTC  (16+ messages)
` [PATCH 2/7] ext2fs: initialize retval before using it
` [PATCH 3/7] e2fsprogs: fix unexpected NULL variable
` [PATCH 4/7] e2fsprogs: remove augmented rbtree functionality
` [PATCH 5/7] libss: handle memory allcation failure in ss_help()
` [PATCH 6/7] libss: Add missing error handling for fdopen()
` [PATCH 7/7] mkquota: Fix potental NULL pointer dereference

[PATCH 0/5 v5] e2fsprogs: Support for orphan file feature
 2021-08-11 10:30 UTC  (6+ messages)
` [PATCH 1/5] libext2fs: "
` [PATCH 2/5] mke2fs: Add support for orphan_file feature
` [PATCH 3/5] e2fsck: Add support for handling orphan file
` [PATCH 4/5] tune2fs: Add support for orphan_file feature
` [PATCH 5/5] dumpe2fs, debugfs, e2image: Add support for orphan file

[PATCH 1/2] jbd2: fix clang warning in recovery.c
 2021-08-10 18:14 UTC  (2+ messages)
` [PATCH 2/2] jbd2: clean up two gcc -Wall warnings "

Potential regression with iomap DIO for 4k writes
 2021-08-10 15:28 UTC  (5+ messages)

[PATCH 0/5 v4] ext4: Speedup orphan file handling
 2021-08-10 13:15 UTC  (4+ messages)
` [PATCH 2/5] ext4: Move orphan inode handling into a separate file

ext4lazyinit reads HDD data on mount since 5.13
 2021-08-09 19:34 UTC  (6+ messages)

ext4lazyinit reads HDD data on mount since 5.13
 2021-08-08 22:51 UTC 

[PATCH] ext4: add test to validate the large_dir feature
 2021-08-08 13:57 UTC  (2+ messages)

[PATCHv2 0/9] xfstests: 64K blocksize related fixes
 2021-08-08 13:32 UTC  (9+ messages)
` [PATCHv2 5/9] generic/031: Fix the test case for 64k blocksize config
` [PATCHv2 7/9] generic/620: Use _mkfs_dev_blocksized to use 4k bs

[PATCH] fs: unicode: Add utf8-data module
 2021-08-07 16:55 UTC  (2+ messages)

[PATCH] fscrypt: document struct fscrypt_operations
 2021-08-07  6:30 UTC  (2+ messages)

[ext4:dev] BUILD SUCCESS 877ba3f729fd3d8ef0e29bc2a55e57cfa54b2e43
 2021-08-07  5:07 UTC 

[GIT PULL] ext4 fixes for v5.14-rc5
 2021-08-06 20:11 UTC  (2+ messages)

[PATCH RESEND] tests: skip u_direct_io if losetup fails
 2021-08-06 15:23 UTC  (2+ messages)

[PATCH] ext4: avoid huge mmp update interval value
 2021-08-06 10:20 UTC  (5+ messages)

[syzbot] INFO: task hung in ext4_fill_super
 2021-08-06 10:14 UTC  (5+ messages)

[PATCH 0/7] Test the new fanotify FAN_FS_ERROR event
 2021-08-05 21:50 UTC  (6+ messages)
` [PATCH 6/7] syscalls/fanotify20: Test file event with broken inode

[PATCH 0/9 v4] e2fsprogs: Support for orphan file feature
 2021-08-05 15:00 UTC  (4+ messages)
` [PATCH 8/9] mke2fs: Add orphan_file feature into mke2fs.conf

bug with large_dir in 5.12.17
 2021-08-05 14:39 UTC  (5+ 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).