Linux-ext4 Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-06 19:49:12 to 2021-07-19 17:44:03 UTC [more...]

[PATCH v2] vfs: only allow SETFLAGS to set DAX flag on files and dirs
 2021-07-19 17:43 UTC  (2+ messages)

[PATCH v3 14/15] samples: Add fs error monitoring example
 2021-07-19 14:36 UTC  (3+ messages)

[PATCH v2 01/12] profile_create_node: set magic before strdup(name) to avoid memory leak
 2021-07-19 11:08 UTC  (27+ messages)
` [PATCH v2 02/12] tdb_transaction_recover: fix "
` [PATCH v2 03/12] zap_sector: "
` [PATCH v2 04/12] ss_add_info_dir: fix memory leak and check whether
` [PATCH v2 05/12] ss_create_invocation: fix memory leak and check whether NULL pointer
` [PATCH v2 06/12] append_pathname: check the value returned by realloc
` [PATCH v2 07/12] argv_parse: check return value of malloc in argv_parse()
` [PATCH v2 08/12] misc: fix potential segmentation fault problem in scandir()
` [PATCH v2 09/12] lib/ss/error.c: check return value malloc in ss_name()
` [PATCH v2 10/12] hashmap: change return value type of ext2fs_hashmap_add()
` [PATCH v2 11/12] misc/lsattr: check whether path is NULL in lsattr_dir_proc()
` [PATCH v2 12/12] ext2ed: fix potential NULL pointer dereference in dupstr()

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

[PATCH] ext4: Convert from atomic_t to refcount_t on ext4_io_end->count
 2021-07-19  5:59 UTC 

[PATCH] vfs: only allow SETFLAGS to set DAX flag on files and dirs
 2021-07-19  1:47 UTC  (3+ messages)

[PATCH v3 0/8] Support DEVICE_GENERIC memory in migrate_vma_*
 2021-07-17 19:54 UTC  (6+ messages)

[PATCH 0/14 v10] fs: Hole punch vs page cache filling races
 2021-07-16 16:57 UTC  (18+ 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: "

[PATCH v3 0/4] ext4: improve delalloc buffer write performance
 2021-07-16 14:57 UTC  (6+ messages)
` [PATCH v3 1/4] ext4: check and update i_disksize properly
` [PATCH v3 2/4] ext4: correct the error path of ext4_write_inline_data_end()
` [PATCH v3 3/4] ext4: factor out write end code of inline file
` [PATCH v3 4/4] ext4: drop unnecessary journal handle in delalloc write

[PATCH v2 0/4] ext4: improve delalloc buffer write performance
 2021-07-16 12:04 UTC  (10+ messages)
` [PATCH v2 1/4] ext4: check and update i_disksize properly
` [PATCH v2 2/4] ext4: correct the error path of ext4_write_inline_data_end()
` [PATCH v2 3/4] ext4: factor out write end code of inline file
` [PATCH v2 4/4] ext4: drop unnecessary journal handle in delalloc write

[syzbot] INFO: task hung in ext4_put_super
 2021-07-16 11:20 UTC  (3+ messages)

[PATCH 0/1] Kernel oopses on ext2 filesystems after 782b76d7abdf
 2021-07-15 16:18 UTC  (10+ messages)
` [PATCH 1/1] fs/ext2: Avoid page_address on pages returned by ext2_get_page
        ` [PATCH v2] "

[PATCH RFC 13/13] ext4: simplify the printing with '%pD' specifier
 2021-07-15  3:15 UTC 

ext4_xattr_ibody_find:2180: inode #2669312: comm systemd-journal: corrupted in-inode xattr
 2021-07-14 17:56 UTC  (4+ messages)

[PATCH] ext4: remove conflict comment from __ext4_forget
 2021-07-14  5:59 UTC 

[RFC PATCH] ext4: remove conflict comment from __ext4_forget
 2021-07-14  5:52 UTC  (3+ messages)

[PATCH v4] fs: forbid invalid project ID
 2021-07-14  5:04 UTC  (4+ messages)

Regarding ext4 extent allocation strategy
 2021-07-14  0:37 UTC  (5+ messages)

[PATCH 0/14 v9] fs: Hole punch vs page cache filling races
 2021-07-13 12:35 UTC  (20+ 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: "

[PATCH 0/9 v4] e2fsprogs: Support for orphan file feature
 2021-07-13  8:11 UTC  (12+ 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 -next] ext4: Fix access uninitialized 'retval' in kmmpd
 2021-07-13  2:27 UTC 

[PATCH 0/5 v4] ext4: Speedup orphan file handling
 2021-07-12 15:40 UTC  (6+ 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

jbd2: fix deadlock while checkpoint thread waits commit thread to finish (backport to 4.14)
 2021-07-12  9:04 UTC  (4+ messages)

[syzbot] KASAN: use-after-free Write in ext4_stop_mmpd
 2021-07-12  4:44 UTC 

[PATCH AUTOSEL 5.12 38/43] ext4: fix WARN_ON_ONCE(!buffer_uptodate) after an error writing the superblock
 2021-07-10 23:49 UTC 

[RFC PATCH 0/4] ext4: improve delalloc buffer write performance
 2021-07-10  8:13 UTC  (11+ messages)
` [RFC PATCH 1/4] ext4: check and update i_disksize properly
` [RFC PATCH 3/4] ext4: factor out write end code of inline file
` [RFC PATCH 4/4] ext4: drop unnecessary journal handle in delalloc write

regression: data corruption with ext4 on LUKS on nvme with torvalds master
 2021-07-09 20:45 UTC  (3+ messages)

[GIT PULL] ext4 fixes for v5.14-rc1
 2021-07-09 17:41 UTC  (2+ messages)

[PATCH 0/9] 64K blocksize related fixes
 2021-07-09  5:12 UTC  (16+ messages)
` [PATCH 1/9] ext4/003: Fix this test on 64K platform for dax config
` [PATCH 5/9] generic/031: Fix the test case for 64k blocksize config
` [PATCH 7/9] generic/620: Remove -b blocksize option for ext4
` [PATCH 9/9] common/attr: Reduce MAX_ATTRS to leave some overhead for 64K blocksize

[ext4:dev] BUILD SUCCESS 0705e8d1e2207ceeb83dc6e1751b6b82718b353a
 2021-07-09  1:00 UTC 

[PATCH 0/4 v3] ext4: Speedup orphan file handling
 2021-07-08 18:30 UTC  (4+ messages)
` [PATCH 4/4] ext4: Improve scalability of ext4 "

[PATCH v3 00/15] File system wide monitoring
 2021-07-08 12:25 UTC  (27+ messages)
` [PATCH v3 01/15] fsnotify: Don't insert unmergeable events in hashtable
` [PATCH v3 02/15] fanotify: Fold event size calculation to its own function
` [PATCH v3 03/15] fanotify: Split fsid check from other fid mode checks
` [PATCH v3 04/15] fanotify: Split superblock marks out to a new cache
` [PATCH v3 05/15] inotify: Don't force FS_IN_IGNORED
` [PATCH v3 06/15] fsnotify: Add helper to detect overflow_event
` [PATCH v3 07/15] fsnotify: pass arguments of fsnotify() in struct fsnotify_event_info
` [PATCH v3 08/15] fsnotify: Support passing argument to insert callback on add_event
` [PATCH v3 10/15] fsnotify: Support FS_ERROR event type
` [PATCH v3 11/15] fsnotify: Introduce helpers to send error_events

[PATCH] ext4: fix EXT4_IOC_CHECKPOINT
 2021-07-08  5:13 UTC  (3+ messages)

[syzbot] memory leak in ext4_mb_new_blocks
 2021-07-07 14:53 UTC 

[PATCH 1/2] ext4: Fix use-after-free about sbi->s_mmp_tsk
 2021-07-07  9:30 UTC  (5+ messages)
` [PATCH -v3] ext4: fix possible UAF when remounting r/o a mmp-protected file system
    ` [PATCH -v4] "

[PATCH] e2fsck: fix last mount/write time when e2fsck is forced
 2021-07-07  8:51 UTC  (4+ messages)

[ext4:dev] BUILD SUCCESS 1a40ce3dd8532141fc19f3693e405c7a009caf82
 2021-07-07  5:35 UTC 

[PATCH] ext4: Fix comments and spaces to follow coding style
 2021-07-07  5:25 UTC  (3+ messages)

[PATCH 0/6] e2fsprogs: fix compiler warnings introduced since v1.45.4
 2021-07-07  3:14 UTC  (13+ 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] tune2fs: Update overhead when toggling journal feature
 2021-07-07  2:28 UTC  (2+ messages)

[PATCH v3] fs: forbid invalid project ID
 2021-07-06 22:06 UTC  (2+ messages)

[PATCH] e2fsck: fix ".." more gracefully if possible
 2021-07-06 20:19 UTC  (2+ messages)

[GIT PULL] Hole puch vs page cache filling races fixes for 5.14-rc1
 2021-07-06 20:17 UTC 


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