Linux Ext4 Filesystem Development
[Prev Page][Next Page]
- Re: [PATCH v6 04/13] drm/amdkfd: add SPM support for SVM, (continued)
- [PATCH v2] mke2fs: warn about missing y2038 support when formatting fresh ext4 fs,
Darrick J. Wong
- [PATCH v6 00/21] File system wide monitoring,
Gabriel Krisman Bertazi
- [PATCH v6 01/21] fsnotify: Don't insert unmergeable events in hashtable, Gabriel Krisman Bertazi
- [PATCH v6 02/21] fanotify: Fold event size calculation to its own function, Gabriel Krisman Bertazi
- [PATCH v6 03/21] fanotify: Split fsid check from other fid mode checks, Gabriel Krisman Bertazi
- [PATCH v6 04/21] fsnotify: Reserve mark flag bits for backends, Gabriel Krisman Bertazi
- [PATCH v6 05/21] fanotify: Split superblock marks out to a new cache, Gabriel Krisman Bertazi
- [PATCH v6 06/21] inotify: Don't force FS_IN_IGNORED, Gabriel Krisman Bertazi
- [PATCH v6 07/21] fsnotify: Add helper to detect overflow_event, Gabriel Krisman Bertazi
- [PATCH v6 08/21] fsnotify: Add wrapper around fsnotify_add_event, Gabriel Krisman Bertazi
- [PATCH v6 09/21] fsnotify: Allow events reported with an empty inode, Gabriel Krisman Bertazi
- [PATCH v6 10/21] fsnotify: Support FS_ERROR event type, Gabriel Krisman Bertazi
- [PATCH v6 11/21] fanotify: Allow file handle encoding for unhashed events, Gabriel Krisman Bertazi
- [PATCH v6 12/21] fanotify: Encode invalid file handle when no inode is provided, Gabriel Krisman Bertazi
- [PATCH v6 13/21] fanotify: Require fid_mode for any non-fd event, Gabriel Krisman Bertazi
- [PATCH v6 14/21] fanotify: Reserve UAPI bits for FAN_FS_ERROR, Gabriel Krisman Bertazi
- [PATCH v6 15/21] fanotify: Preallocate per superblock mark error event, Gabriel Krisman Bertazi
- [PATCH v6 16/21] fanotify: Handle FAN_FS_ERROR events, Gabriel Krisman Bertazi
- [PATCH v6 17/21] fanotify: Report fid info for file related file system errors, Gabriel Krisman Bertazi
- [PATCH v6 18/21] fanotify: Emit generic error info type for error event, Gabriel Krisman Bertazi
- [PATCH v6 19/21] ext4: Send notifications on error, Gabriel Krisman Bertazi
- [PATCH v6 20/21] samples: Add fs error monitoring example, Gabriel Krisman Bertazi
- [PATCH v6 21/21] docs: Document the FAN_FS_ERROR event, Gabriel Krisman Bertazi
- [PATCH] e2fsck: Make sure quota files are not referenced from dirs,
Jan Kara
- [PATCH] ext4: Make sure quota files are not grabbed accidentally,
Jan Kara
- [PATCH] ext4: Fix tune2fs checksum failure for mounted filesystem,
Jan Kara
- [PATCH v5 00/13] Support DEVICE_GENERIC memory in migrate_vma_*,
Alex Sierra
- [PATCH v5 01/13] ext4/xfs: add page refcount helper, Alex Sierra
- [PATCH v5 03/13] kernel: resource: lookup_resource as exported symbol, Alex Sierra
- [PATCH v5 02/13] mm: remove extra ZONE_DEVICE struct page refcount, Alex Sierra
- [PATCH v5 04/13] drm/amdkfd: add SPM support for SVM, Alex Sierra
- [PATCH v5 05/13] drm/amdkfd: generic type as sys mem on migration to ram, Alex Sierra
- [PATCH v5 06/13] include/linux/mm.h: helpers to check zone device generic type, Alex Sierra
- [PATCH v5 07/13] mm: add generic type support to migrate_vma helpers, Alex Sierra
- [PATCH v5 08/13] mm: call pgmap->ops->page_free for DEVICE_GENERIC pages, Alex Sierra
- [PATCH v5 10/13] lib: test_hmm add module param for zone device type, Alex Sierra
- [PATCH v5 09/13] lib: test_hmm add ioctl to get zone device type, Alex Sierra
- [PATCH v5 11/13] lib: add support for device generic type in test_hmm, Alex Sierra
- [PATCH v5 12/13] tools: update hmm-test to support device generic type, Alex Sierra
- [PATCH v5 13/13] tools: update test_hmm script to support SP config, Alex Sierra
- Re: [PATCH v5 00/13] Support DEVICE_GENERIC memory in migrate_vma_*, Christoph Hellwig
- [PATCH] mke2fs: warn about missing y2038 support when formatting fresh ext4 fs,
Darrick J. Wong
- [PATCH 0/5 v5] e2fsprogs: Support for orphan file feature,
Jan Kara
- [PATCH 0/5 v5] ext4: Speedup orphan file handling,
Jan Kara
- [PATCH 1/2] jbd2: fix clang warning in recovery.c,
Theodore Ts'o
- [PATCH 0/3] ext4: fix a inode checksum error,
Zhang Yi
- ext4lazyinit reads HDD data on mount since 5.13,
ValdikSS
- [ext4:dev] BUILD SUCCESS 877ba3f729fd3d8ef0e29bc2a55e57cfa54b2e43, kernel test robot
- [GIT PULL] ext4 fixes for v5.14-rc5,
Theodore Ts'o
- [PATCH 1/7] e2fsck: value stored to err is never read,
Lukas Czerner
- [PATCH RESEND] tests: skip u_direct_io if losetup fails,
Darrick J. Wong
- [PATCH] ext4: avoid huge mmp update interval value,
Pavel Skripkin
- [PATCH] ext4: add test to validate the large_dir feature,
Theodore Ts'o
- [kernel-5.11 regression] tune2fs fails after shutdown,
Boyang Xue
- [PATCH v5 00/23] File system wide monitoring,
Gabriel Krisman Bertazi
- [PATCH v5 01/23] fsnotify: Don't insert unmergeable events in hashtable, Gabriel Krisman Bertazi
- [PATCH v5 02/23] fanotify: Fold event size calculation to its own function, Gabriel Krisman Bertazi
- [PATCH v5 03/23] fanotify: Split fsid check from other fid mode checks, Gabriel Krisman Bertazi
- [PATCH v5 04/23] fsnotify: Reserve mark bits for backends, Gabriel Krisman Bertazi
- [PATCH v5 05/23] fanotify: Split superblock marks out to a new cache, Gabriel Krisman Bertazi
- [PATCH v5 06/23] inotify: Don't force FS_IN_IGNORED, Gabriel Krisman Bertazi
- [PATCH v5 07/23] fsnotify: Add helper to detect overflow_event, Gabriel Krisman Bertazi
- [PATCH v5 08/23] fsnotify: Add wrapper around fsnotify_add_event, Gabriel Krisman Bertazi
- [PATCH v5 09/23] fsnotify: Support passing argument to insert callback on add_event, Gabriel Krisman Bertazi
- [PATCH v5 10/23] fsnotify: Allow events reported with an empty inode, Gabriel Krisman Bertazi
- [PATCH v5 11/23] fsnotify: Support FS_ERROR event type, Gabriel Krisman Bertazi
- [PATCH v5 12/23] fanotify: Expose helper to estimate file handle encoding length, Gabriel Krisman Bertazi
- [PATCH v5 13/23] fanotify: Allow file handle encoding for unhashed events, Gabriel Krisman Bertazi
- [PATCH v5 14/23] fanotify: Encode invalid file handler when no inode is provided, Gabriel Krisman Bertazi
- [PATCH v5 15/23] fanotify: Require fid_mode for any non-fd event, Gabriel Krisman Bertazi
- [PATCH v5 16/23] fanotify: Reserve UAPI bits for FAN_FS_ERROR, Gabriel Krisman Bertazi
- [PATCH v5 17/23] fanotify: Preallocate per superblock mark error event, Gabriel Krisman Bertazi
- [PATCH v5 18/23] fanotify: Handle FAN_FS_ERROR events, Gabriel Krisman Bertazi
- [PATCH v5 19/23] fanotify: Report fid info for file related file system errors, Gabriel Krisman Bertazi
- [PATCH v5 20/23] fanotify: Emit generic error info type for error event, Gabriel Krisman Bertazi
- [PATCH v5 21/23] ext4: Send notifications on error, Gabriel Krisman Bertazi
- [PATCH v5 22/23] samples: Add fs error monitoring example, Gabriel Krisman Bertazi
- [PATCH v5 23/23] docs: Document the FAN_FS_ERROR event, Gabriel Krisman Bertazi
- [PATCH] ext4: stop return ENOSPC from ext4_issue_zeroout,
yangerkun
- [PATCH] tests: check quota file space usage does not get accounted,
Jan Kara
- [PATCH 0/7] Test the new fanotify FAN_FS_ERROR event,
Gabriel Krisman Bertazi
- [PATCH] ext4: fix directory index node split corruption,
Artem Blagodarenko
- [PATCH] fs: unicode: Add utf8-data module,
Shreeya Patel
- bug with large_dir in 5.12.17: patch from Denis, Carlos Carvalho
- [PATCH] fscrypt: document struct fscrypt_operations,
Eric Biggers
- [PATCH] tests: skip u_direct_io if losetup fails, Darrick J. Wong
- [ANNOUNCE] e2fsprogs v1.46.3, Theodore Ts'o
- [PATCH v3 00/12] e2fsprogs: some bugfixs,
wuguanghao
- [PATCH] ext4: reduce arguments of ext4_fc_add_dentry_tlv,
Guoqing Jiang
- Is labelling a mounted ext2/3/4 file system safe and supported?,
Mike Fleetwood
- Re: [PATCH V3 2/5] ext4: add new helper interface ext4_try_to_trim_range(), kernel test robot
- [PATCH V3 0/5] ext4: get discard out of jbd2 commit context,
Wang Jianchao
- Is it safe to use the bigalloc feature in the case of ext4 filesystem?,
Mikhail Morfikov
- bug with large_dir in 5.12.17,
Carlos Carvalho
[PATCHv2 0/9] xfstests: 64K blocksize related fixes,
Ritesh Harjani
- [PATCHv2 1/9] ext4/003: Fix this test on 64K platform for dax config, Ritesh Harjani
- [PATCHv2 2/9] ext4/027: Correct the right code of block and inode bitmap, Ritesh Harjani
- [PATCHv2 4/9] ext4/022: exclude this test for dax config on 64KB pagesize platform, Ritesh Harjani
- [PATCHv2 5/9] generic/031: Fix the test case for 64k blocksize config, Ritesh Harjani
- [PATCHv2 6/9] common/rc: Add _mkfs_dev_blocksized functionality, Ritesh Harjani
- [PATCHv2 8/9] common/attr: Cleanup end of line whitespaces issues, Ritesh Harjani
- [PATCHv2 3/9] ext4/306: Add -b blocksize parameter too to avoid failure with DAX config, Ritesh Harjani
- [PATCHv2 7/9] generic/620: Use _mkfs_dev_blocksized to use 4k bs, Ritesh Harjani
- [PATCHv2 9/9] common/attr: Reduce MAX_ATTRS to leave some overhead for 64K blocksize, Ritesh Harjani
- Re: [PATCHv2 0/9] xfstests: 64K blocksize related fixes, Eryu Guan
[PATCH v4 00/16] File system wide monitoring,
Gabriel Krisman Bertazi
- [PATCH v4 01/16] fsnotify: Don't insert unmergeable events in hashtable, Gabriel Krisman Bertazi
- [PATCH v4 02/16] fanotify: Fold event size calculation to its own function, Gabriel Krisman Bertazi
- [PATCH v4 03/16] fanotify: Split fsid check from other fid mode checks, Gabriel Krisman Bertazi
- [PATCH v4 08/16] fsnotify: pass arguments of fsnotify() in struct fsnotify_event_info, Gabriel Krisman Bertazi
- [PATCH v4 09/16] fsnotify: Add wrapper around fsnotify_add_event, Gabriel Krisman Bertazi
- [PATCH v4 11/16] fsnotify: Support FS_ERROR event type, Gabriel Krisman Bertazi
- [PATCH v4 16/16] docs: Document the FAN_FS_ERROR event, Gabriel Krisman Bertazi
- [PATCH v4 10/16] fsnotify: Support passing argument to insert callback on add_event, Gabriel Krisman Bertazi
- [PATCH v4 12/16] fsnotify: Introduce helpers to send error_events, Gabriel Krisman Bertazi
- [PATCH v4 06/16] inotify: Don't force FS_IN_IGNORED, Gabriel Krisman Bertazi
- [PATCH v4 04/16] fsnotify: Reserve mark bits for backends, Gabriel Krisman Bertazi
- [PATCH v4 07/16] fsnotify: Add helper to detect overflow_event, Gabriel Krisman Bertazi
- [PATCH v4 05/16] fanotify: Split superblock marks out to a new cache, Gabriel Krisman Bertazi
- [PATCH v4 13/16] fanotify: Introduce FAN_FS_ERROR event, Gabriel Krisman Bertazi
- [PATCH v4 15/16] samples: Add fs error monitoring example, Gabriel Krisman Bertazi
- [PATCH v4 14/16] ext4: Send notifications on error, Gabriel Krisman Bertazi
remove generic_block_fiemap,
Christoph Hellwig
[PATCH] ext4: flush s_error_work before journal destroy in ext4_fill_super,
yangerkun
[PATCH] ext4: Convert from atomic_t to refcount_t on ext4_io_end->count,
Xiyu Yang
[PATCH v2] vfs: only allow SETFLAGS to set DAX flag on files and dirs,
Jeffle Xu
[PATCH v4 00/13] Support DEVICE_GENERIC memory in migrate_vma_*,
Alex Sierra
- [PATCH v4 03/13] kernel: resource: lookup_resource as exported symbol, Alex Sierra
- [PATCH v4 04/13] drm/amdkfd: add SPM support for SVM, Alex Sierra
- [PATCH v4 01/13] ext4/xfs: add page refcount helper, Alex Sierra
- [PATCH v4 02/13] mm: remove extra ZONE_DEVICE struct page refcount, Alex Sierra
- [PATCH v4 05/13] drm/amdkfd: generic type as sys mem on migration to ram, Alex Sierra
- [PATCH v4 06/13] include/linux/mm.h: helpers to check zone device generic type, Alex Sierra
- [PATCH v4 08/13] mm: call pgmap->ops->page_free for DEVICE_GENERIC pages, Alex Sierra
- [PATCH v4 07/13] mm: add generic type support to migrate_vma helpers, Alex Sierra
- [PATCH v4 09/13] lib: test_hmm add ioctl to get zone device type, Alex Sierra
- [PATCH v4 10/13] lib: test_hmm add module param for zone device type, Alex Sierra
- [PATCH v4 11/13] lib: add support for device generic type in test_hmm, Alex Sierra
- [PATCH v4 12/13] tools: update hmm-test to support device generic type, Alex Sierra
- [PATCH v4 13/13] tools: update test_hmm script to support SP config, Alex Sierra
[PATCH v3 0/4] ext4: improve delalloc buffer write performance,
Zhang Yi
[PATCH] vfs: only allow SETFLAGS to set DAX flag on files and dirs,
Jeffle Xu
[PATCH 0/14 v10] fs: Hole punch vs page cache filling races,
Jan Kara
- [PATCH 06/14] ext2: Convert to using invalidate_lock, Jan Kara
- [PATCH 04/14] mm: Add functions to lock invalidate_lock for two mappings, Jan Kara
- [PATCH 09/14] xfs: Convert double locking of MMAPLOCK to use VFS helpers, Jan Kara
- [PATCH 01/14] mm: Fix comments mentioning i_mutex, Jan Kara
- [PATCH 05/14] ext4: Convert to use mapping->invalidate_lock, Jan Kara
- [PATCH 03/14] mm: Protect operations adding pages to page cache with invalidate_lock, Jan Kara
- [PATCH 07/14] xfs: Refactor xfs_isilocked(), Jan Kara
- [PATCH 14/14] cifs: Fix race between hole punch and page fault, Jan Kara
- [PATCH 02/14] documentation: Sync file_operations members with reality, Jan Kara
- [PATCH 11/14] f2fs: Convert to using invalidate_lock, Jan Kara
- [PATCH 13/14] ceph: Fix race between hole punch and page fault, Jan Kara
- [PATCH 08/14] xfs: Convert to use invalidate_lock, Jan Kara
- [PATCH 10/14] zonefs: Convert to using invalidate_lock, Jan Kara
- [PATCH 12/14] fuse: Convert to using invalidate_lock, Jan Kara
- Re: [PATCH 0/14 v10] fs: Hole punch vs page cache filling races, Christoph Hellwig
[PATCH RFC 13/13] ext4: simplify the printing with '%pD' specifier, Jia He
[PATCH v2 0/4] ext4: improve delalloc buffer write performance,
Zhang Yi
[PATCH] ext4: remove conflict comment from __ext4_forget,
Guoqing Jiang
[PATCH 0/1] Kernel oopses on ext2 filesystems after 782b76d7abdf,
Javier Pello
Regarding ext4 extent allocation strategy,
Shyam Prasad N
[PATCH -next] ext4: Fix access uninitialized 'retval' in kmmpd,
Ye Bin
[PATCH 0/14 v9] fs: Hole punch vs page cache filling races,
Jan Kara
- [PATCH 02/14] documentation: Sync file_operations members with reality, Jan Kara
- [PATCH 01/14] mm: Fix comments mentioning i_mutex, Jan Kara
- [PATCH 07/14] xfs: Refactor xfs_isilocked(), Jan Kara
- [PATCH 08/14] xfs: Convert to use invalidate_lock, Jan Kara
- [PATCH 04/14] mm: Add functions to lock invalidate_lock for two mappings, Jan Kara
- [PATCH 06/14] ext2: Convert to using invalidate_lock, Jan Kara
- [PATCH 09/14] xfs: Convert double locking of MMAPLOCK to use VFS helpers, Jan Kara
- [PATCH 03/14] mm: Protect operations adding pages to page cache with invalidate_lock, Jan Kara
- [PATCH 05/14] ext4: Convert to use mapping->invalidate_lock, Jan Kara
- [PATCH 11/14] f2fs: Convert to using invalidate_lock, Jan Kara
- [PATCH 12/14] fuse: Convert to using invalidate_lock, Jan Kara
- [PATCH 10/14] zonefs: Convert to using invalidate_lock, Jan Kara
- [PATCH 13/14] ceph: Fix race between hole punch and page fault, Jan Kara
- [PATCH 14/14] cifs: Fix race between hole punch and page fault, Jan Kara
[PATCH 0/9 v4] e2fsprogs: Support for orphan file feature,
Jan Kara
- [PATCH 3/9] e2image: Dump quota files, Jan Kara
- [PATCH 1/9] ext2fs: Drop HAS_SNAPSHOT feature, Jan Kara
- [PATCH 2/9] quota: Do not account space used by project quota file to quota, Jan Kara
- [PATCH 8/9] mke2fs: Add orphan_file feature into mke2fs.conf, Jan Kara
- [PATCH 4/9] libext2fs: Support for orphan file feature, Jan Kara
- [PATCH 6/9] e2fsck: Add support for handling orphan file, Jan Kara
- [PATCH 5/9] mke2fs: Add support for orphan_file feature, Jan Kara
- [PATCH 9/9] dumpe2fs, debugfs, e2image: Add support for orphan file, Jan Kara
- [PATCH 7/9] tune2fs: Add support for orphan_file feature, Jan Kara
[PATCH 0/5 v4] ext4: Speedup orphan file handling,
Jan Kara
[syzbot] KASAN: use-after-free Write in ext4_stop_mmpd, syzbot
[PATCH AUTOSEL 5.12 38/43] ext4: fix WARN_ON_ONCE(!buffer_uptodate) after an error writing the superblock, Sasha Levin
[PATCH v4] fs: forbid invalid project ID,
Wang Shilong
[ext4:dev] BUILD SUCCESS 0705e8d1e2207ceeb83dc6e1751b6b82718b353a, kernel test robot
[GIT PULL] ext4 fixes for v5.14-rc1,
Theodore Ts'o
jbd2: fix deadlock while checkpoint thread waits commit thread to finish (backport to 4.14),
Ivan Zahariev
[syzbot] memory leak in ext4_mb_new_blocks, syzbot
[PATCH] ext4: fix EXT4_IOC_CHECKPOINT,
Christoph Hellwig
[ext4:dev] BUILD SUCCESS 1a40ce3dd8532141fc19f3693e405c7a009caf82, kernel test robot
Re: [GIT PULL] Hole puch vs page cache filling races fixes for 5.14-rc1, Jan Kara
[PATCH] ext4: Fix comments and spaces to follow coding style,
Jan Gruber
[PATCH AUTOSEL 5.13 119/189] ext4: fix memory leak in ext4_fill_super, Sasha Levin
[RFC PATCH 0/4] ext4: improve delalloc buffer write performance,
Zhang Yi
Re: [RFC,2/2] xfstests: common/rc: add cluster size support for ext4,
JeffleXu
[ext4:dev] BUILD SUCCESS ef3130d1b0b8ca769252d6a722a2e59a00141383, kernel test robot
[PATCH] ext4: eliminate bogus error in ext4_data_block_valid_rcu(),
Tahsin Erdogan
[PATCH] ext4: fix flags validity checking for EXT4_IOC_CHECKPOINT,
Theodore Ts'o
[PATCH v3] fs: forbid invalid project ID,
Wang Shilong
[powerpc][5.13.0-next-20210701] Kernel crash while running ltp(chdir01) tests,
Sachin Sant
[mainline] [arm64] Internal error: Oops - percpu_counter_add_batch,
Naresh Kamboju
[PATCH 0/5] fscrypt: report correct st_size for encrypted symlinks,
Eric Biggers
[ext4:dev] BUILD SUCCESS 16aa4c9a1fbe763c147a964cdc1f5be8ed98ed13, kernel test robot
[GIT PULL] ext4 updates for v5.14,
Theodore Ts'o
[Bug 213627] New: Fail to read block descriptors data of ext4 filesystem,
bugzilla-daemon
[ext4:dev] BUILD REGRESSION d578b99443fde0968246cc7cbf3bc3016123c2f4, kernel test robot
[PATCH] jbd2: fix jbd2_journal_[un]register_shrinker undefined error,
Zhang Yi
[PATCH v2 01/12] profile_create_node: set magic before strdup(name) to avoid memory leak,
wuguanghao
- [PATCH v2 03/12] zap_sector: fix memory leak, wuguanghao
- [PATCH v2 06/12] append_pathname: check the value returned by realloc, wuguanghao
- [PATCH v2 12/12] ext2ed: fix potential NULL pointer dereference in dupstr(), wuguanghao
- [PATCH v2 09/12] lib/ss/error.c: check return value malloc in ss_name(), wuguanghao
- [PATCH v2 05/12] ss_create_invocation: fix memory leak and check whether NULL pointer, wuguanghao
- [PATCH v2 02/12] tdb_transaction_recover: fix memory leak, wuguanghao
- [PATCH v2 11/12] misc/lsattr: check whether path is NULL in lsattr_dir_proc(), wuguanghao
- [PATCH v2 08/12] misc: fix potential segmentation fault problem in scandir(), wuguanghao
- [PATCH v2 04/12] ss_add_info_dir: fix memory leak and check whether, wuguanghao
- [PATCH v2 07/12] argv_parse: check return value of malloc in argv_parse(), wuguanghao
- [PATCH v2 10/12] hashmap: change return value type of ext2fs_hashmap_add(), wuguanghao
- Re: [PATCH v2 01/12] profile_create_node: set magic before strdup(name) to avoid memory leak, Theodore Y. Ts'o
[ext4:dev 27/31] ERROR: modpost: "jbd2_journal_unregister_shrinker" undefined!,
kernel test robot
[Index of Archives]
[Kernel Announce]
[Reiser Filesystem Development]
[Linux XFS]
[Ceph FS]
[Linux NFS]
[Kernel Newbies]
[Linux RAID]
[IETF Annouce]
[Security]
[Netfilter]
[Bugtraq]