- 59205c8 ext4: switch to using ext4_do_writepages() for ordered data writeout by Jan Kara · 2 years, 3 months ago
- dff4ac7 ext4: move keep_towrite handling to ext4_bio_write_page() by Jan Kara · 2 years, 3 months ago
- 4c0d577 ext4: don't set up encryption key during jbd2 transaction by Eric Biggers · 2 years, 4 months ago
- 3bf678a ext4: fix undefined behavior in bit shift for ext4_check_flag_values by Gaosheng Cui · 2 years, 4 months ago
- 63b1e9b ext4: add EXT4_IGET_BAD flag to prevent unexpected bad inode by Baokun Li · 2 years, 4 months ago
- bc32a63 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 2 years, 5 months ago
- 725737e Merge tag 'statx-dioalign-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux by Linus Torvalds · 2 years, 5 months ago
- 7ff5fdd ext4: factor out ext4_free_ext_path() by Ye Bin · 2 years, 5 months ago
- ebd5d23 ext4: remove ext4_inline_data_fiemap() declaration by Gaosheng Cui · 2 years, 6 months ago
- 83e80a6 ext4: use buckets for cr 1 block scan instead of rbtree by Jan Kara · 2 years, 6 months ago
- 8434ef1 ext4: support STATX_DIOALIGN by Eric Biggers · 2 years, 6 months ago
- 9daee913 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 2 years, 7 months ago
- d95efb1 ext4: add ioctls to get/set the ext4 superblock uuid by Jeremy Bongio · 2 years, 7 months ago
- 827891a ext4: update the s_overhead_clusters in the backup sb's when resizing by Theodore Ts'o · 2 years, 8 months ago
- 5a57bca ext4: fix reading leftover inlined symlinks by Zhang Yi · 2 years, 8 months ago
- 67c0f556 fs/ext4: Use the new blk_opf_t type by Bart Van Assche · 2 years, 8 months ago
- fdaf9a5 Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecache by Linus Torvalds · 2 years, 9 months ago
- 5f41fda ext4: only allow test_dummy_encryption when supported by Eric Biggers · 2 years, 10 months ago
- 72f63f4 ext4: refactor and move ext4_ioctl_get_encryption_pwsalt() by Ritesh Harjani · 2 years, 10 months ago
- 3030b59 ext4: cleanup function defs from ext4.h into crypto.c by Ritesh Harjani · 2 years, 10 months ago
- b1241c8 ext4: move ext4 crypto code to its own file crypto.c by Ritesh Harjani · 2 years, 10 months ago
- 9558cf1 ext4: add nowait mode for ext4_getblk() by Zhang Yi · 2 years, 10 months ago
- 832ee62 ext4: Use scoped memory APIs in ext4_write_begin() by Matthew Wilcox (Oracle) · 3 years ago
- 36d116e ext4: Use scoped memory APIs in ext4_da_write_begin() by Matthew Wilcox (Oracle) · 3 years ago
- eb70542 ext4: update the cached overhead value in the superblock by Theodore Ts'o · 2 years, 11 months ago
- c186f08 ext4: fix use-after-free in ext4_search_dir by Ye Bin · 3 years ago
- ad5cd4f ext4: fix fallocate to use file_modified to update permissions consistently by Darrick J. Wong · 3 years ago
- b3998b3 ext4: improve fast_commit performance and scalability by Ritesh Harjani · 3 years ago
- 6bc6c2b ext4: add ext4_sb_block_valid() refactored out of ext4_inode_block_valid() by Ritesh Harjani · 3 years, 1 month ago
- 123e301 ext4: rename ext4_set_bits to mb_set_bits by Ritesh Harjani · 3 years, 1 month ago
- d8ad2ce Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 3 years, 1 month ago
- f340b3d fs/ext4: fix comments mentioning i_mutex by hongnanli · 3 years, 1 month ago
- bdc8a53 ext4: fast commit may miss file actions by Xin Yin · 3 years, 2 months ago
- e85c81b ext4: fast commit may not fallback for ineligible commit by Xin Yin · 3 years, 2 months ago
- 599ea31 ext4: prevent used blocks from being allocated during fast commit replay by Xin Yin · 3 years, 2 months ago
- 5298d4b unicode: clean up the Kconfig symbol confusion by Christoph Hellwig · 3 years, 1 month ago
- 3acbdbf Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 3 years, 2 months ago
- a2e3965 ext4: use BUG_ON instead of if condition followed by BUG by xu xin · 3 years, 2 months ago
- 2327fb2e ext4: change s_last_trim_minblks type to unsigned long by Lukas Czerner · 3 years, 4 months ago
- bbc605c ext4: implement support for get/set fs label by Lukas Czerner · 3 years, 3 months ago
- ab047d5 ext4: destroy ext4_fc_dentry_cachep kmemcache on module removal by Sebastian Andrzej Siewior · 3 years, 2 months ago
- 0915e46 ext4: simplify updating of fast commit stats by Harshad Shirwadkar · 3 years, 2 months ago
- 7bbbe24 ext4: drop ineligible txn start stop APIs by Harshad Shirwadkar · 3 years, 2 months ago
- cd913c7 dax: return the partition offset from fs_dax_get_by_bdev by Christoph Hellwig · 3 years, 3 months ago
- 31d21d2 ext4: convert from atomic_t to refcount_t on ext4_io_end->count by Xiyu Yang · 3 years, 8 months ago
- ca3cef4 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 3 years, 5 months ago
- 11ef08c Merge branch 'delalloc-buffer-write' into dev by Theodore Ts'o · 3 years, 6 months ago
- 6984aef ext4: factor out write end code of inline file by Zhang Yi · 3 years, 8 months ago
- 111c1aa Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 3 years, 6 months ago
- 4a79a98 ext4: Improve scalability of ext4 orphan file handling by Jan Kara · 3 years, 7 months ago
- 02f310f ext4: Speedup ext4 orphan inode handling by Jan Kara · 3 years, 7 months ago
- 25c6d98 ext4: Move orphan inode handling into a separate file by Jan Kara · 3 years, 7 months ago
- 188c299 ext4: Support for checksumming from journal triggers by Jan Kara · 3 years, 7 months ago
- 5036ab8 ext4: flush background discard kwork when retry allocation by Wang Jianchao · 3 years, 6 months ago
- 55cdd0a ext4: get discard out of jbd2 commit kthread contex by Wang Jianchao · 3 years, 7 months ago
- d4f5258 ext4: Convert to use mapping->invalidate_lock by Jan Kara · 4 years, 1 month ago
- d578b99 ext4: notify sysfs on errors_count value change by Jonathan Davies · 3 years, 9 months ago
- 6d2424a ext4: fix comment for s_hash_unsigned by Eric Biggers · 3 years, 9 months ago
- 351a0a3 ext4: add ioctl EXT4_IOC_CHECKPOINT by Leah Rumancik · 3 years, 10 months ago
- 618f003 ext4: fix memory leak in ext4_fill_super by Pavel Skripkin · 3 years, 10 months ago
- 5c68015 ext4: remove redundant check buffer_uptodate() by Joseph Qi · 3 years, 10 months ago
- 9f67672 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 3 years, 10 months ago
- 4db5c2e ext4: convert to fileattr by Miklos Szeredi · 4 years ago
- 21175ca ext4: make prefetch_block_bitmaps default by Harshad Shirwadkar · 4 years ago
- f68f406 ext4: add proc files to monitor new structures by Harshad Shirwadkar · 4 years ago
- 196e402 ext4: improve cr 0 / cr 1 group scanning by Harshad Shirwadkar · 4 years ago
- a6c75ea ext4: add mballoc stats proc file by Harshad Shirwadkar · 4 years ago
- 67d2518 ext4: drop s_mb_bal_lock and convert protected fields to atomic by Harshad Shirwadkar · 4 years ago
- 1ae98e2 ext4: optimize match for casefolded encrypted dirs by Daniel Rosenberg · 4 years ago
- 471fbbe ext4: handle casefolding with encryption by Daniel Rosenberg · 4 years ago
- 8210bb2 ext4: fix rename whiteout with fast commit by Harshad Shirwadkar · 4 years ago
- efc6134 ext4: shrink race window in ext4_should_retry_alloc() by Eric Whitney · 4 years ago
- 14f3db5 ext4: support idmapped mounts by Christian Brauner · 4 years, 1 month ago
- 549c729 fs: make helpers idmap mount aware by Christian Brauner · 4 years, 1 month ago
- 555a6e8 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 4 years, 2 months ago
- be99393 ext4: remove unnecessary wbc parameter from ext4_bio_write_page by Lei Chen · 4 years, 3 months ago
- c92dc85 ext4: defer saving error info from atomic context by Jan Kara · 4 years, 3 months ago
- ff49c86 Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 4 years, 3 months ago
- 014c9ca ext4: make ext4_abort() use __ext4_error() by Jan Kara · 4 years, 3 months ago
- 03505c5 ext4: remove the unused EXT4_CURRENT_REV macro by Kaixu Xia · 4 years, 4 months ago
- 837c23f ext4: use ASSERT() to replace J_ASSERT() by Chunguang Xu · 4 years, 4 months ago
- f177ee0 ext4: add helpers for checking whether quota can be enabled/is journalled by Roman Anufriev · 4 years, 4 months ago
- bb9cd91 fscrypt: Have filesystems handle their d_ops by Daniel Rosenberg · 4 years, 3 months ago
- f902b216 ext4: fix bogus warning in ext4_update_dx_flag() by Jan Kara · 4 years, 3 months ago
- a72b38ee ext4: handle dax mount option collision by Harshad Shirwadkar · 4 years, 4 months ago
- 9b5f6c9 ext4: make s_mount_flags modifications atomic by Harshad Shirwadkar · 4 years, 4 months ago
- 1ceecb5 ext4: fix inode dirty check in case of fast commits by Harshad Shirwadkar · 4 years, 4 months ago
- a80f7fc ext4: fixup ext4_fc_track_* functions' signature by Harshad Shirwadkar · 4 years, 4 months ago
- a44ad68 ext4: describe fast_commit feature flags by Harshad Shirwadkar · 4 years, 4 months ago
- f8f4acb ext4: use generic casefolding support by Daniel Rosenberg · 4 years, 4 months ago
- ababea7 ext4: use s_mount_flags instead of s_mount_state for fast commit state by Harshad Shirwadkar · 4 years, 4 months ago
- 96485e4 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 4 years, 4 months ago
- ce8c59d ext4: add fast commit stats in procfs by Harshad Shirwadkar · 4 years, 5 months ago
- 8016e29 ext4: fast commit recovery path by Harshad Shirwadkar · 4 years, 5 months ago
- aa75f4d ext4: main fast-commit commit path by Harshad Shirwadkar · 4 years, 5 months ago
- 6866d7b ext4 / jbd2: add fast commit initialization by Harshad Shirwadkar · 4 years, 5 months ago
- 995a3ed ext4: add fast_commit feature and handling for extended mount options by Harshad Shirwadkar · 4 years, 5 months ago
- 8394a6a ext4: introduce ext4_sb_bread_unmovable() to replace sb_bread_unmovable() by zhangyi (F) · 4 years, 5 months ago
- 5df1d41 ext4: introduce ext4_sb_breadahead_unmovable() to replace sb_breadahead_unmovable() by zhangyi (F) · 4 years, 5 months ago
- fa491b1 ext4: introduce new metadata buffer read helpers by zhangyi (F) · 4 years, 5 months ago