Linux Ext4 Filesystem Development
[Prev Page][Next Page]
- [PATCH v3 00/15] File system wide monitoring,
Gabriel Krisman Bertazi
- [PATCH v3 01/15] fsnotify: Don't insert unmergeable events in hashtable, Gabriel Krisman Bertazi
- [PATCH v3 02/15] fanotify: Fold event size calculation to its own function, Gabriel Krisman Bertazi
- [PATCH v3 03/15] fanotify: Split fsid check from other fid mode checks, Gabriel Krisman Bertazi
- [PATCH v3 04/15] fanotify: Split superblock marks out to a new cache, Gabriel Krisman Bertazi
- [PATCH v3 05/15] inotify: Don't force FS_IN_IGNORED, Gabriel Krisman Bertazi
- [PATCH v3 06/15] fsnotify: Add helper to detect overflow_event, Gabriel Krisman Bertazi
- [PATCH v3 07/15] fsnotify: pass arguments of fsnotify() in struct fsnotify_event_info, Gabriel Krisman Bertazi
- [PATCH v3 08/15] fsnotify: Support passing argument to insert callback on add_event, Gabriel Krisman Bertazi
- [PATCH v3 09/15] fsnotify: Always run the merge hook, Gabriel Krisman Bertazi
- [PATCH v3 10/15] fsnotify: Support FS_ERROR event type, Gabriel Krisman Bertazi
- [PATCH v3 11/15] fsnotify: Introduce helpers to send error_events, Gabriel Krisman Bertazi
- [PATCH v3 12/15] fanotify: Introduce FAN_FS_ERROR event, Gabriel Krisman Bertazi
- [PATCH v3 13/15] ext4: Send notifications on error, Gabriel Krisman Bertazi
- [PATCH v3 14/15] samples: Add fs error monitoring example, Gabriel Krisman Bertazi
- [PATCH v3 15/15] docs: Document the FAN_FS_ERROR event, Gabriel Krisman Bertazi
- Re: [PATCH v3 00/15] File system wide monitoring, Amir Goldstein
- [PATCH 0/2] Fix use-after-free about sbi->s_mmp_tsk,
Ye Bin
- [GIT PULL] fscrypt updates for 5.14,
Eric Biggers
- [PATCH v2] fs: forbid invalid project ID,
Wang Shilong
- [PATCH] ext4: forbid U32_MAX project ID,
Wang Shilong
- [ext4:dev] BUILD SUCCESS f9505c72b2ee80cb68af95449a5215906130e3be, kernel test robot
- [PATCH] ext4: use ext4_grp_locked_error in mb_find_extent,
Stephen Brennan
- [RFC PATCH] ext4: remove conflict comment from __ext4_forget,
Guoqing Jiang
- Do we need to unrevert "fs: do not prefault sys_write() user buffer pages"?,
David Howells
- [GIT PULL] fs: Hole punch fixes, Jan Kara
- [Bug 213539] New: KASAN: use-after-free Write in ext4_put_super,
bugzilla-daemon
- [PATCH 0/9] kvmxfstests: Add 64K related configs for Power,
Ritesh Harjani
- [PATCH 1/9] ext4/cfg/dax: Fix for 64K pagesize platform, Ritesh Harjani
- [PATCH 2/9] ext4/cfg/64K: Add a 64K related config file, Ritesh Harjani
- [PATCH 3/9] ext4/cfg/fast_commit: Add explicit 4k bs option, Ritesh Harjani
- [PATCH 4/9] ext4/cfg/fast_commit_64K: Add a config file to test fast_commit with 64K bs, Ritesh Harjani
- [PATCH 5/9] xfs/cfg/dax: Fix this config to work on 64K pagesize platform too, Ritesh Harjani
- [PATCH 6/9] xfs/cfg/64K: Add a config file with 64K blocksize, Ritesh Harjani
- [PATCH 7/9] btrfs/cfg: Add 4k and 64k related configs, Ritesh Harjani
- [PATCH 8/9] runtests.sh: Fix when SCRATCH_DEV_POOL is passed, Ritesh Harjani
- [PATCH 9/9] xfstests-packages: Add some more packages., Ritesh Harjani
- Re: [PATCH 0/9] kvmxfstests: Add 64K related configs for Power, Theodore Ts'o
- [PATCH v3 0/8] Support DEVICE_GENERIC memory in migrate_vma_*,
Alex Sierra
- [PATCH v3 1/8] ext4/xfs: add page refcount helper, Alex Sierra
- [PATCH v3 2/8] mm: remove extra ZONE_DEVICE struct page refcount, Alex Sierra
- [PATCH v3 3/8] kernel: resource: lookup_resource as exported symbol, Alex Sierra
- [PATCH v3 4/8] drm/amdkfd: add SPM support for SVM, Alex Sierra
- [PATCH v3 5/8] drm/amdkfd: generic type as sys mem on migration to ram, Alex Sierra
- [PATCH v3 6/8] include/linux/mm.h: helpers to check zone device generic type, Alex Sierra
- [PATCH v3 7/8] mm: add generic type support to migrate_vma helpers, Alex Sierra
- [PATCH v3 8/8] mm: call pgmap->ops->page_free for DEVICE_GENERIC pages, Alex Sierra
- Re: [PATCH v3 0/8] Support DEVICE_GENERIC memory in migrate_vma_*, Sierra Guiza, Alejandro (Alex)
- Re: [PATCH v3 0/8] Support DEVICE_GENERIC memory in migrate_vma_*, Theodore Ts'o
- [PATCH 0/9 v3] e2fsprogs: Support for orphan file feature,
Jan Kara
- [PATCH 2/9] quota: Do not account space used by project quota file to quota, Jan Kara
- [PATCH 1/9] ext2fs: Drop HAS_SNAPSHOT feature, Jan Kara
- [PATCH 3/9] e2image: Dump quota files, Jan Kara
- [PATCH 8/9] mke2fs: Add orphan_file feature into mke2fs.conf, Jan Kara
- [PATCH 7/9] tune2fs: Add support for orphan_file feature, Jan Kara
- [PATCH 4/9] libext2fs: Support for orphan file feature, Jan Kara
- [PATCH 9/9] dumpe2fs, debugfs, e2image: Add support for orphan file, 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 0/4 v3] ext4: Speedup orphan file handling,
Jan Kara
- [syzbot] INFO: task hung in ext4_fill_super,
syzbot
- [PATCH 0/8] Replace some bad characters on documents,
Mauro Carvalho Chehab
- [PATCH 0/6] e2fsprogs: fix compiler warnings introduced since v1.45.4,
Eric Biggers
- [PATCH v2 00/14] File system wide monitoring,
Gabriel Krisman Bertazi
- [PATCH v2 01/14] fsnotify: Don't call insert hook for overflow events, Gabriel Krisman Bertazi
- [PATCH v2 02/14] fanotify: Fold event size calculation to its own function, Gabriel Krisman Bertazi
- [PATCH v2 03/14] fanotify: Split fsid check from other fid mode checks, Gabriel Krisman Bertazi
- [PATCH v2 04/14] fanotify: Split superblock marks out to a new cache, Gabriel Krisman Bertazi
- [PATCH v2 05/14] inotify: Don't force FS_IN_IGNORED, Gabriel Krisman Bertazi
- [PATCH v2 06/14] fsnotify: Add helper to detect overflow_event, Gabriel Krisman Bertazi
- [PATCH v2 07/14] fsnotify: pass arguments of fsnotify() in struct fsnotify_event_info, Gabriel Krisman Bertazi
- [PATCH v2 08/14] fsnotify: Support passing argument to insert callback on add_event, Gabriel Krisman Bertazi
- [PATCH v2 09/14] fsnotify: Support FS_ERROR event type, Gabriel Krisman Bertazi
- [PATCH v2 10/14] fsnotify: Introduce helpers to send error_events, Gabriel Krisman Bertazi
- [PATCH v2 11/14] fanotify: Introduce FAN_FS_ERROR event, Gabriel Krisman Bertazi
- [PATCH v2 12/14] ext4: Send notifications on error, Gabriel Krisman Bertazi
- [PATCH v2 13/14] samples: Add fs error monitoring example, Gabriel Krisman Bertazi
- [PATCH v2 14/14] Documentation: Document the FAN_FS_ERROR event, Gabriel Krisman Bertazi
- [PATCH 0/14 v8] fs: Hole punch vs page cache filling races,
Jan Kara
- [PATCH 04/14] mm: Add functions to lock invalidate_lock for two mappings, Jan Kara
- [PATCH 08/14] xfs: Convert to use invalidate_lock, Jan Kara
- [PATCH 01/14] mm: Fix comments mentioning i_mutex, Jan Kara
- [PATCH 03/14] mm: Protect operations adding pages to page cache with invalidate_lock, Jan Kara
- [PATCH 06/14] ext2: 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 12/14] fuse: Convert to using invalidate_lock, Jan Kara
- [PATCH 05/14] ext4: Convert to use mapping->invalidate_lock, Jan Kara
- [PATCH 10/14] zonefs: Convert to using invalidate_lock, Jan Kara
- [PATCH 11/14] f2fs: Convert to using invalidate_lock, Jan Kara
- [PATCH 07/14] xfs: Refactor xfs_isilocked(), Jan Kara
- [PATCH 02/14] documentation: Sync file_operations members with reality, Jan Kara
- [PATCH 09/14] xfs: Convert double locking of MMAPLOCK to use VFS helpers, Jan Kara
- [PATCH RFC v2] ext4:fix warning in mark_buffer_dirty as IO error when mount with errors=continue,
Ye Bin
- [PATCH RFC] ext4:fix warning in mark_buffer_dirty as IO error when mount with errors=continue, Ye Bin
- [PATCH] tune2fs: Update overhead when toggling journal feature,
Jan Kara
- [PATCH] e2fsck: fix last mount/write time when e2fsck is forced,
Lukas Czerner
- [PATCH 0/9] 64K blocksize related fixes,
Ritesh Harjani
- [PATCH 1/9] ext4/003: Fix this test on 64K platform for dax config, Ritesh Harjani
- [PATCH 2/9] ext4/027: Correct the right code of block and inode bitmap, Ritesh Harjani
- [PATCH 3/9] ext4/306: Add -b blocksize parameter too to avoid failure with DAX config, Ritesh Harjani
- [PATCH 4/9] ext4/022: exclude this test for dax config on 64KB pagesize platform, Ritesh Harjani
- [PATCH 5/9] generic/031: Fix the test case for 64k blocksize config, Ritesh Harjani
- [PATCH 6/9] gitignore: Add 031.out file to .gitignore, Ritesh Harjani
- [PATCH 7/9] generic/620: Remove -b blocksize option for ext4, Ritesh Harjani
- [PATCH 8/9] common/attr: Cleanup end of line whitespaces issues, Ritesh Harjani
- [PATCH 9/9] common/attr: Reduce MAX_ATTRS to leave some overhead for 64K blocksize, Ritesh Harjani
- Re: [PATCH 0/9] 64K blocksize related fixes, Ritesh Harjani
- Parallel fsck current status, Theodore Ts'o
- [PATCH] ext4: notify sysfs on errors_count value change,
Jonathan Davies
- [PATCH v2 resend] ext4: fix kernel infoleak via ext4_extent_header, Anirudh Rayabharam
- [RFC PATCH v4 0/8] ext4, jbd2: fix 3 issues about bdev_try_to_free_page(),
Zhang Yi
- [RFC PATCH v4 1/8] jbd2: remove the out label in __jbd2_journal_remove_checkpoint(), Zhang Yi
- [RFC PATCH v4 2/8] jbd2: ensure abort the journal if detect IO error when writing original buffer back, Zhang Yi
- [RFC PATCH v4 3/8] jbd2: don't abort the journal when freeing buffers, Zhang Yi
- [RFC PATCH v4 4/8] jbd2: remove redundant buffer io error checks, Zhang Yi
- [RFC PATCH v4 6/8] jbd2: simplify journal_clean_one_cp_list(), Zhang Yi
- [RFC PATCH v4 7/8] ext4: remove bdev_try_to_free_page() callback, Zhang Yi
- [RFC PATCH v4 5/8] jbd2,ext4: add a shrinker to release checkpointed buffers, Zhang Yi
- [RFC PATCH v4 8/8] fs: remove bdev_try_to_free_page callback, Zhang Yi
- Re: [RFC PATCH v4 0/8] ext4, jbd2: fix 3 issues about bdev_try_to_free_page(), Christoph Hellwig
- [PATCH] ext4: no need to verify new add extent block,
yangerkun
- mke2fs with size limit and default discard will discard data after size limit, Josh Triplett
- [PATCH] jbd2: clean up misleading comments for jbd2_fc_release_bufs,
yangerkun
- [PATCH 1/2] fs: ext4: Consolidate checks for resize of bigalloc into ext4_resize_begin,
Josh Triplett
- [PATCH] ext4: fix input checking in fs/jbd2/journal.c,
Leah Rumancik
- [Bug 213357] New: chattr +e writes invalid checksum to extent block,
bugzilla-daemon
- [PATCH 0/14 v7] fs: Hole punch vs page cache filling races,
Jan Kara
- [PATCH 04/14] mm: Add functions to lock invalidate_lock for two mappings, Jan Kara
- [PATCH 02/14] documentation: Sync file_operations members with reality, Jan Kara
- [PATCH 03/14] mm: Protect operations adding pages to page cache with invalidate_lock, Jan Kara
- [PATCH 01/14] mm: Fix comments mentioning i_mutex, Jan Kara
- [PATCH 06/14] ext2: Convert to using invalidate_lock, Jan Kara
- [PATCH 10/14] zonefs: Convert to using invalidate_lock, Jan Kara
- [PATCH 14/14] cifs: Fix race between hole punch and page fault, Jan Kara
- [PATCH 05/14] ext4: Convert to use mapping->invalidate_lock, Jan Kara
- [PATCH 07/14] xfs: Refactor xfs_isilocked(), Jan Kara
- [PATCH 08/14] xfs: Convert to use invalidate_lock, Jan Kara
- [PATCH 13/14] ceph: Fix race between hole punch and page fault, Jan Kara
- [PATCH 12/14] fuse: Convert to using invalidate_lock, Jan Kara
- [PATCH 11/14] f2fs: Convert to using invalidate_lock, Jan Kara
- [PATCH 09/14] xfs: Convert double locking of MMAPLOCK to use VFS helpers, Jan Kara
- Re: [PATCH 0/14 v7] fs: Hole punch vs page cache filling races, Jan Kara
- [ext4:dev 40/42] fs/jbd2/journal.c:1718 __jbd2_journal_erase() warn: maybe use && instead of &, Dan Carpenter
- [ext4:dev] BUILD SUCCESS WITH WARNING a492dedb708d287aac857c6799f6f364f3d914b3, kernel test robot
- [GIT PULL] ext4 fixes for v5.13,
Theodore Ts'o
- [PATCH v2] fscrypt: fix derivation of SipHash keys on big endian CPUs,
Eric Biggers
- [PATCH] ext4: Fix loff_t overflow in ext4_max_bitmap_size(),
Ritesh Harjani
- [PATCH v9 0/9] add support for direct I/O with fscrypt using blk-crypto,
Satya Tangirala
[ext4:dev] BUILD SUCCESS 7bbbf7c385ed724ed64a924062a81c3bf06ae2c6, kernel test robot
[PATCH v3] ext4/309: add test for ext4_dir_entry2 wipe,
Leah Rumancik
[PATCH v2] ext4: Correct encrypted_casefolding sysfs entry,
Daniel Rosenberg
[PATCH] ext4: Remove duplicate definition of ext4_xattr_ibody_inline_set(),
Ritesh Harjani
Potential regression with iomap DIO for 4k writes,
Gabriel Krisman Bertazi
[v2] ext4/310: test journal checkpoint ioctl,
Leah Rumancik
[PATCH] ext4: Correct encrypted_casefold sysfs entry,
Daniel Rosenberg
[PATCH] e2fsck: fix ".." more gracefully if possible,
Andreas Dilger
[syzbot] kernel BUG in mpage_prepare_extent_to_map,
syzbot
[PATCH] ext4: fsmap: Fix the block/inode bitmap comment,
Ritesh Harjani
[PATCH V2 00/12] e2fsprogs: some bugfixs and some code cleanups,
Wu Guanghao
Check for CAP_SYS_ADMIN before thaw/freeze block device, tianyu zhou
[PATCH] e2fsck: replay all commits except broken ones,
Artem Blagodarenko
ext4_xattr_ibody_find:2180: inode #2669312: comm systemd-journal: corrupted in-inode xattr,
Peter Geis
[PATCH] ext4: fix comment for s_hash_unsigned,
Eric Biggers
[PATCH] fscrypt: don't ignore minor_hash when hash is 0,
Eric Biggers
[PATCH] fscrypt: fix derivation of SipHash keys on big endian CPUs,
Eric Biggers
generic/475 failure/BUG on 5.13-rc3 running adv test case,
Eric Whitney
[RFC PATCH v3 0/8] ext4, jbd2: fix 3 issues about bdev_try_to_free_page(),
Zhang Yi
[PATCH V2 7/7] ext4: get discard out of jbd2 commit kthread contex,
Wang Jianchao
[PATCH V2 6/7] ext4: use bb_free_root to get the free data entry, Wang Jianchao
[PATCH V2 5/7] ext4: get buddy cache after insert successfully,
Wang Jianchao
[PATCH V2 4/7] ext4: add new helper interface ext4_insert_free_data,
Wang Jianchao
[PATCH V2 3/7] ext4: remove the repeated comment of ext4_trim_all_free,
Wang Jianchao
[PATCH V2 2/7] ext4: add new helper interface ext4_try_to_trim_range(),
Wang Jianchao
[PATCH V2 0/7] ext4: get discard out of jbd2 commit kthread, Wang Jianchao
[PATCH V2 1/7] ext4: remove the 'group' parameter of ext4_trim_extent,
Wang Jianchao
[PATCH] use local variables ei instead of invoking function EXT4_I,
chenyichong
[PATCH 0/13 v6] fs: Hole punch vs page cache filling races,
Jan Kara
- [PATCH 02/13] documentation: Sync file_operations members with reality, Jan Kara
- [PATCH 01/13] mm: Fix comments mentioning i_mutex, Jan Kara
- [PATCH 04/13] mm: Add functions to lock invalidate_lock for two mappings, Jan Kara
- [PATCH 03/13] mm: Protect operations adding pages to page cache with invalidate_lock, Jan Kara
- [PATCH 09/13] zonefs: Convert to using invalidate_lock, Jan Kara
- [PATCH 07/13] xfs: Convert to use invalidate_lock, Jan Kara
- [PATCH 10/13] f2fs: Convert to using invalidate_lock, Jan Kara
- [PATCH 08/13] xfs: Convert double locking of MMAPLOCK to use VFS helpers, Jan Kara
- [PATCH 13/13] cifs: Fix race between hole punch and page fault, Jan Kara
- [PATCH 11/13] fuse: Convert to using invalidate_lock, Jan Kara
- [PATCH 06/13] ext2: Convert to using invalidate_lock, Jan Kara
- [PATCH 12/13] ceph: Fix race between hole punch and page fault, Jan Kara
- [PATCH 05/13] ext4: Convert to use mapping->invalidate_lock, Jan Kara
[PATCH] ext4: fix avefreec in find_group_orlov,
Pan Dong
[PATCH 00/12] e2fsprogs: some bugfixs and some code cleanups,
Wu Guanghao
- [PATCH 01/12] profile_create_node: set magic before strdup(name) to avoid memory leak, Wu Guanghao
- [PATCH 02/12] tdb_transaction_recover: fix memory leak, Wu Guanghao
- [PATCH 03/12] zap_sector: fix memory leak, Wu Guanghao
- [PATCH 04/12] ss_add_info_dir: fix memory leak and check whether,NULL pointer, Wu Guanghao
- [PATCH 05/12] ss_create_invocation: fix memory leak and check whether NULL pointer, Wu Guanghao
- [PATCH 06/12] append_pathname: check the value returned by realloc to avoid segfault, Wu Guanghao
- [PATCH 07/12] argv_parse: check return value of malloc in argv_parse(), Wu Guanghao
- [PATCH 08/12] misc: fix potential segmentation fault problem in, scandir(), Wu Guanghao
- [PATCH 09/12] lib/ss/error.c: check return value malloc in ss_name(), Wu Guanghao
- [PATCH 10/12] hashmap: change return value type of, ext2fs_hashmap_add(), Wu Guanghao
- [PATCH 11/12] misc/lsattr: check whether path is NULL in, lsattr_dir_proc(), Wu Guanghao
- [PATCH 12/12] ext2ed: fix potential NULL pointer dereference in, dupstr(), Wu Guanghao
[PATCH 0/2] ext4: fix two minor mistakes in ext4_es_scan(),
Zhang Yi
[PATCH] ext4: Fix no-key deletion for encrypt+casefold,
Daniel Rosenberg
[PATCH 5.4] ext4: fix error handling in ext4_end_enable_verity(),
Eric Biggers
[PATCH 00/11] File system wide monitoring,
Gabriel Krisman Bertazi
- [PATCH 01/11] fanotify: Fold event size calculation to its own function, Gabriel Krisman Bertazi
- [PATCH 02/11] fanotify: Split fsid check from other fid mode checks, Gabriel Krisman Bertazi
- [PATCH 03/11] fanotify: Simplify directory sanity check in DFID_NAME mode, Gabriel Krisman Bertazi
- [PATCH 04/11] fanotify: Expose fanotify_mark, Gabriel Krisman Bertazi
- [PATCH 05/11] inotify: Don't force FS_IN_IGNORED, Gabriel Krisman Bertazi
- [PATCH 06/11] fsnotify: Support FS_ERROR event type, Gabriel Krisman Bertazi
- [PATCH 07/11] fsnotify: Introduce helpers to send error_events, Gabriel Krisman Bertazi
- [PATCH 08/11] fanotify: Introduce FAN_ERROR event, Gabriel Krisman Bertazi
- [PATCH 09/11] ext4: Send notifications on error, Gabriel Krisman Bertazi
- [PATCH 10/11] samples: Add fs error monitoring example, Gabriel Krisman Bertazi
- [PATCH 11/11] Documentation: Document the FAN_ERROR event, Gabriel Krisman Bertazi
- Re: [PATCH 00/11] File system wide monitoring, Amir Goldstein
- Re: [PATCH 00/11] File system wide monitoring, Theodore Y. Ts'o
- Re: [PATCH 00/11] File system wide monitoring, Ian Kent
[PATCH 1/1] fs: ext4: namei: trivial: Fix a couple of small whitespace issues,
Lee Jones
[PATCH v2] ext4: remove set but rewrite variables,
Tian Tao
[PATCH] ext4: fix fast commit alignment issues,
Harshad Shirwadkar
[PATCH] ext4/310: test journal checkpoint ioctl,
Leah Rumancik
[Bug 213137] New: NVMe device file system corruption immediately after mkfs,
bugzilla-daemon
[PATCH v5 1/3] ext4: add discard/zeroout flags to journal flush,
Leah Rumancik
[PATCH v2] ext4/309: add test for ext4_dir_entry2 wipe,
Leah Rumancik
How capacious and well-indexed are ext4, xfs and btrfs directories?,
David Howells
[syzbot] INFO: task hung in ext4_put_super,
syzbot
[PATCH] ext4: get discard out of jbd2 commit kthread,
Wang Jianchao
[PATCH] ext4: remove set but rewrite variables,
Tian Tao
[PATCH v3 00/16] Replace some bad characters on documents,
Mauro Carvalho Chehab
[Index of Archives]
[Kernel Announce]
[Reiser Filesystem Development]
[Linux XFS]
[Ceph FS]
[Linux NFS]
[Kernel Newbies]
[Linux RAID]
[IETF Annouce]
[Security]
[Netfilter]
[Bugtraq]