Linux-ext4 Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-12 21:55:41 to 2021-06-23 23:21:38 UTC [more...]

[PATCH] ext4: use ext4_grp_locked_error in mb_find_extent
 2021-06-23 23:21 UTC 

[PATCH v3 0/8] Support DEVICE_GENERIC memory in migrate_vma_*
 2021-06-23 21:49 UTC  (17+ messages)
` [PATCH v3 1/8] ext4/xfs: add page refcount helper
` [PATCH v3 2/8] mm: remove extra ZONE_DEVICE struct page refcount
` [PATCH v3 3/8] kernel: resource: lookup_resource as exported symbol
` [PATCH v3 4/8] drm/amdkfd: add SPM support for SVM
` [PATCH v3 5/8] drm/amdkfd: generic type as sys mem on migration to ram
` [PATCH v3 6/8] include/linux/mm.h: helpers to check zone device generic type
` [PATCH v3 7/8] mm: add generic type support to migrate_vma helpers
` [PATCH v3 8/8] mm: call pgmap->ops->page_free for DEVICE_GENERIC pages

[PATCH V2 1/7] ext4: remove the 'group' parameter of ext4_trim_extent
 2021-06-23 19:49 UTC  (7+ messages)
        ` [PATCH V2 5/7] ext4: get buddy cache after insert successfully
          ` [PATCH V2 7/7] ext4: get discard out of jbd2 commit kthread contex

Potential regression with iomap DIO for 4k writes
 2021-06-23 16:04 UTC  (4+ messages)

[RFC PATCH] ext4: remove conflict comment from __ext4_forget
 2021-06-23  8:58 UTC 

[PATCH v5 1/3] ext4: add discard/zeroout flags to journal flush
 2021-06-23  1:38 UTC  (4+ messages)
` [PATCH v5 2/3] ext4: add ioctl EXT4_IOC_CHECKPOINT

Do we need to unrevert "fs: do not prefault sys_write() user buffer pages"?
 2021-06-22 22:31 UTC  (25+ messages)

[PATCH 0/14 v8] fs: Hole punch vs page cache filling races
 2021-06-22 17:34 UTC  (35+ messages)
` [PATCH 01/14] mm: Fix comments mentioning i_mutex
` [PATCH 02/14] documentation: Sync file_operations members with reality
` [PATCH 03/14] mm: Protect operations adding pages to page cache with invalidate_lock
` [PATCH 04/14] mm: Add functions to lock invalidate_lock for two mappings
` [PATCH 05/14] ext4: Convert to use mapping->invalidate_lock
` [PATCH 06/14] ext2: Convert to using invalidate_lock
` [PATCH 07/14] xfs: Refactor xfs_isilocked()
` [PATCH 08/14] xfs: Convert to use invalidate_lock
` [PATCH 09/14] xfs: Convert double locking of MMAPLOCK to use VFS helpers
` [PATCH 10/14] zonefs: Convert to using invalidate_lock
` [PATCH 11/14] f2fs: "
` [PATCH 12/14] fuse: "
` [PATCH 13/14] ceph: Fix race between hole punch and page fault
` [PATCH 14/14] cifs: "

[GIT PULL] fs: Hole punch fixes
 2021-06-22 10:05 UTC 

[RFC PATCH v4 0/8] ext4, jbd2: fix 3 issues about bdev_try_to_free_page()
 2021-06-22  8:24 UTC  (4+ messages)

How capacious and well-indexed are ext4, xfs and btrfs directories?
 2021-06-22  0:50 UTC  (5+ messages)

[Bug 213539] New: KASAN: use-after-free Write in ext4_put_super
 2021-06-21 15:17 UTC  (2+ messages)
` [Bug 213539] "

[PATCH] ext4: Fix loff_t overflow in ext4_max_bitmap_size()
 2021-06-19  1:41 UTC  (3+ messages)

[PATCH 0/9] kvmxfstests: Add 64K related configs for Power
 2021-06-18 11:10 UTC  (10+ messages)
` [PATCH 1/9] ext4/cfg/dax: Fix for 64K pagesize platform
` [PATCH 2/9] ext4/cfg/64K: Add a 64K related config file
` [PATCH 3/9] ext4/cfg/fast_commit: Add explicit 4k bs option
` [PATCH 4/9] ext4/cfg/fast_commit_64K: Add a config file to test fast_commit with 64K bs
` [PATCH 5/9] xfs/cfg/dax: Fix this config to work on 64K pagesize platform too
` [PATCH 6/9] xfs/cfg/64K: Add a config file with 64K blocksize
` [PATCH 7/9] btrfs/cfg: Add 4k and 64k related configs
` [PATCH 8/9] runtests.sh: Fix when SCRATCH_DEV_POOL is passed
` [PATCH 9/9] xfstests-packages: Add some more packages

[PATCH] use local variables ei instead of invoking function EXT4_I
 2021-06-17 20:23 UTC  (2+ messages)

[PATCH] ext4: fix avefreec in find_group_orlov
 2021-06-17 20:21 UTC  (2+ messages)

[PATCH 0/2] ext4: fix two minor mistakes in ext4_es_scan()
 2021-06-17 20:17 UTC  (5+ messages)
` [PATCH 1/2] ext4: remove check for zero nr_to_scan "
` [PATCH 2/2] ext4: correct the cache_nr in tracepoint ext4_es_shrink_exit

[PATCH 0/8] Replace some bad characters on documents
 2021-06-17 19:35 UTC  (4+ messages)
` [PATCH 6/8] docs: filesystems: ext4: blockgroup.rst: replace some characters

[PATCH v2] ext4: remove set but rewrite variables
 2021-06-17 15:01 UTC  (2+ messages)

[PATCH] ext4: return error code when ext4_fill_flex_info() fails
 2021-06-17 14:52 UTC  (2+ messages)

[PATCH] ext4: cleanup in-core orphan list if ext4_truncate() failed to get a transaction handle
 2021-06-17 14:50 UTC  (2+ messages)

[PATCH 0/4 v3] ext4: Speedup orphan file handling
 2021-06-17 12:40 UTC  (12+ messages)
` [PATCH 1/4] ext4: Support for checksumming from journal triggers
` [PATCH 2/4] ext4: Move orphan inode handling into a separate file
` [PATCH 3/4] ext4: Speedup ext4 orphan inode handling
` [PATCH 4/4] ext4: Improve scalability of ext4 orphan file handling

[PATCH] ext4: fix memory leak in ext4_fill_super
 2021-06-17  1:15 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2] ext4: fix kernel infoleak via ext4_extent_header
 2021-06-16 23:45 UTC  (2+ messages)

[PATCH] ext4: Remove redundant assignment to error
 2021-06-16 23:30 UTC  (2+ messages)

[PATCH v2] ext4: remove redundant check buffer_uptodate()
 2021-06-16 23:26 UTC  (2+ messages)

[syzbot] INFO: task hung in ext4_fill_super
 2021-06-16 18:28 UTC  (3+ messages)

[PATCH v2 00/14] File system wide monitoring
 2021-06-16 13:04 UTC  (25+ messages)
` [PATCH v2 01/14] fsnotify: Don't call insert hook for overflow events
` [PATCH v2 02/14] fanotify: Fold event size calculation to its own function
` [PATCH v2 03/14] fanotify: Split fsid check from other fid mode checks
` [PATCH v2 04/14] fanotify: Split superblock marks out to a new cache
` [PATCH v2 05/14] inotify: Don't force FS_IN_IGNORED
` [PATCH v2 06/14] fsnotify: Add helper to detect overflow_event
` [PATCH v2 07/14] fsnotify: pass arguments of fsnotify() in struct fsnotify_event_info
` [PATCH v2 08/14] fsnotify: Support passing argument to insert callback on add_event
` [PATCH v2 09/14] fsnotify: Support FS_ERROR event type
` [PATCH v2 10/14] fsnotify: Introduce helpers to send error_events
` [PATCH v2 11/14] fanotify: Introduce FAN_FS_ERROR event
` [PATCH v2 12/14] ext4: Send notifications on error
` [PATCH v2 13/14] samples: Add fs error monitoring example
` [PATCH v2 14/14] Documentation: Document the FAN_FS_ERROR event

[PATCH 0/3] ext4: Fix data corruption when extending DIO write races with buffered read
 2021-06-16 12:22 UTC  (3+ messages)
` [PATCH 3/3] ext4: Fix overflow in ext4_iomap_alloc()

[PATCH 0/9 v3] e2fsprogs: Support for orphan file feature
 2021-06-16 10:57 UTC  (10+ messages)
` [PATCH 1/9] ext2fs: Drop HAS_SNAPSHOT feature
` [PATCH 2/9] quota: Do not account space used by project quota file to quota
` [PATCH 3/9] e2image: Dump quota files
` [PATCH 4/9] libext2fs: Support for orphan file feature
` [PATCH 5/9] mke2fs: Add support for orphan_file feature
` [PATCH 6/9] e2fsck: Add support for handling orphan file
` [PATCH 7/9] tune2fs: Add support for orphan_file feature
` [PATCH 8/9] mke2fs: Add orphan_file feature into mke2fs.conf
` [PATCH 9/9] dumpe2fs, debugfs, e2image: Add support for orphan file

[PATCH 0/6] e2fsprogs: fix compiler warnings introduced since v1.45.4
 2021-06-16  4:53 UTC  (7+ messages)
` [PATCH 1/6] libext2fs: improve jbd_debug() implementation
` [PATCH 2/6] e2fsck: sync fc_do_one_pass() changes from kernel
` [PATCH 3/6] mke2fs: use ext2fs_get_device_size2() on all platforms
` [PATCH 4/6] Fix -Wunused-parameter warnings
` [PATCH 5/6] Fix -Wunused-variable warnings
` [PATCH 6/6] libext2fs: fix a -Wunused-label warning

[PATCH v8 4/4] fs: unicode: Add utf8 module and a unicode layer
 2021-06-16  4:09 UTC  (10+ messages)

[PATCH V2 00/12] e2fsprogs: some bugfixs and some code cleanups
 2021-06-15 11:27 UTC  (3+ messages)

[PATCH RFC v2] ext4:fix warning in mark_buffer_dirty as IO error when mount with errors=continue
 2021-06-15  9:05 UTC 

[PATCH] tune2fs: Update overhead when toggling journal feature
 2021-06-15  7:52 UTC  (3+ messages)

[PATCH RFC] ext4:fix warning in mark_buffer_dirty as IO error when mount with errors=continue
 2021-06-15  3:27 UTC 

[PATCH 0/9] 64K blocksize related fixes
 2021-06-14 16:40 UTC  (11+ messages)
` [PATCH 1/9] ext4/003: Fix this test on 64K platform for dax config
` [PATCH 2/9] ext4/027: Correct the right code of block and inode bitmap
` [PATCH 3/9] ext4/306: Add -b blocksize parameter too to avoid failure with DAX config
` [PATCH 4/9] ext4/022: exclude this test for dax config on 64KB pagesize platform
` [PATCH 5/9] generic/031: Fix the test case for 64k blocksize config
` [PATCH 6/9] gitignore: Add 031.out file to .gitignore
` [PATCH 7/9] generic/620: Remove -b blocksize option for ext4
` [PATCH 8/9] common/attr: Cleanup end of line whitespaces issues
` [PATCH 9/9] common/attr: Reduce MAX_ATTRS to leave some overhead for 64K blocksize

[PATCH] e2fsck: fix last mount/write time when e2fsck is forced
 2021-06-14 13:27 UTC 

[syzbot] kernel BUG in mpage_prepare_extent_to_map
 2021-06-13  3:32 UTC  (3+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).