- d7f5f1b Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 3 years, 9 months ago
- 64395d9 ext4: initialize ret to suppress smatch warning by Theodore Ts'o · 3 years, 9 months ago
- 512c15e ext4: stop inode update before return by Pan Bian · 4 years ago
- 8210bb2 ext4: fix rename whiteout with fast commit by Harshad Shirwadkar · 3 years, 10 months ago
- 2a4ae3b ext4: fix timer use-after-free on failed mount by Jan Kara · 3 years, 10 months ago
- 7d8bd3c ext4: fix potential error in ext4_do_update_inode by Shijie Luo · 3 years, 10 months ago
- 6b22489 ext4: do not try to set xattr into ea_inode if value is empty by zhangyi (F) · 3 years, 10 months ago
- 5dccdc5 ext4: do not iput inode under running transaction in ext4_rename() by zhangyi (F) · 3 years, 10 months ago
- b7ff91f ext4: find old entry again if failed to rename whiteout by zhangyi (F) · 3 years, 10 months ago
- f053cf7 ext4: fix error handling in ext4_end_enable_verity() by Eric Biggers · 3 years, 10 months ago
- a8affc0 block: rename BIO_MAX_PAGES to BIO_MAX_VECS by Christoph Hellwig · 3 years, 10 months ago
- c915fb8 ext4: fix bh ref count on error paths by Zhaolong Zhang · 3 years, 10 months ago
- f91436d fs/ext4: fix integer overflow in s_log_groups_per_flex by Sabyrzhan Tasbolatov · 3 years, 10 months ago
- 163f0ec1 ext4: add reclaim checks to xattr code by Jan Kara · 3 years, 10 months ago
- efc6134 ext4: shrink race window in ext4_should_retry_alloc() by Eric Whitney · 3 years, 10 months ago
- 3ab6608 Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 10 months ago
- 5f7136d block: Add bio_max_segs by Matthew Wilcox (Oracle) · 4 years ago
- 6f9972b 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
- 7d6beb7 Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 3 years, 10 months ago
- d61c6a5 Merge tag 'lazytime_for_v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 3 years, 10 months ago
- 582cd91 Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 10 months ago
- 4f016a3 Merge tag 'iomap-5.12-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 3 years, 10 months ago
- 0a76945 ext4: add .kunitconfig fragment to enable ext4-specific tests by Daniel Latypov · 3 years, 11 months ago
- 302fdad ext: EXT4_KUNIT_TESTS should depend on EXT4_FS instead of selecting it by Geert Uytterhoeven · 4 years ago
- 3258386 ext4: reset retry counter when ext4_alloc_file_blocks() makes progress by Eric Whitney · 4 years ago
- e17fe65 fs-verity: add FS_IOC_READ_VERITY_METADATA ioctl by Eric Biggers · 4 years ago
- b5776e7 ext4: fix potential htree index checksum corruption by Theodore Ts'o · 3 years, 11 months ago
- c6c818e ext4: factor out htree rep invariant check by Vinicius Tinti · 4 years ago
- 96e7c02d ext4: Change list_for_each* to list_for_each_entry* by Daejun Park · 4 years ago
- 027f14f ext4: don't try to processed freed blocks until mballoc is initialized by Theodore Ts'o · 4 years ago
- 59ebc7f ext4: use DEFINE_MUTEX() for mutex lock by Zheng Yongjun · 4 years ago
- c6bf3f0 block: use an on-stack bio in blkdev_issue_flush by Christoph Hellwig · 4 years ago
- 14f3db5 ext4: support idmapped mounts by Christian Brauner · 4 years ago
- 549c729 fs: make helpers idmap mount aware by Christian Brauner · 4 years ago
- 0d56a45 stat: handle idmapped mounts by Christian Brauner · 4 years ago
- e65ce2a acl: handle idmapped mounts by Christian Brauner · 4 years ago
- 2f221d6 attr: handle idmapped mounts by Christian Brauner · 4 years ago
- 21cb47b inode: make init and permission helpers idmapped mount aware by Christian Brauner · 4 years ago
- 2f63296 iomap: pass a flags argument to iomap_dio_rw by Christoph Hellwig · 4 years ago
- 0bc9bc1 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 4 years ago
- e9f5335 ext4: remove expensive flush on fast commit by Daejun Park · 4 years ago
- 6b4b8e6 ext4: fix bug for rename with RENAME_WHITEOUT by yangerkun · 4 years ago
- 31e203e ext4: fix wrong list_splice in ext4_fc_cleanup by Daejun Park · 4 years ago
- 23dd561 ext4: use IS_ERR instead of IS_ERR_OR_NULL and set inode null when IS_ERR by Yi Li · 4 years ago
- ed296c6 ext4: simplify i_state checks in __ext4_update_other_inode_time() by Eric Biggers · 4 years ago
- e2728c5 fs: don't call ->dirty_inode for lazytime timestamp updates by Eric Biggers · 4 years ago
- 555a6e8 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 4 years ago
- 5a3b590 ext4: don't leak old mountpoint samples by Theodore Ts'o · 4 years ago
- a3f5cf1 ext4: drop ext4_handle_dirty_super() by Jan Kara · 4 years ago
- dfd56c2 ext4: fix superblock checksum failure when setting password salt by Jan Kara · 4 years ago
- e92ad03 ext4: use sbi instead of EXT4_SB(sb) in ext4_update_super() by Jan Kara · 4 years ago
- 2d01ddc ext4: save error info to sb through journal if available by Jan Kara · 4 years ago
- 05c2c00 ext4: protect superblock modifications with a buffer lock by Jan Kara · 4 years ago
- 4392fbc ext4: drop sync argument of ext4_commit_super() by Jan Kara · 4 years ago
- be99393 ext4: remove unnecessary wbc parameter from ext4_bio_write_page by Lei Chen · 4 years, 1 month ago
- e789ca0 ext4: combine ext4_handle_error() and save_error_info() by Jan Kara · 4 years ago
- 82ef137 ext4: avoid s_mb_prefetch to be zero in individual scenarios by Chunguang Xu · 4 years, 1 month ago
- c92dc85 ext4: defer saving error info from atomic context by Jan Kara · 4 years, 1 month 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 ago
- 02a7780 ext4: simplify ext4 error translation by Jan Kara · 4 years, 1 month ago
- 4067662 ext4: move functions in super.c by Jan Kara · 4 years, 1 month ago
- 014c9ca ext4: make ext4_abort() use __ext4_error() by Jan Kara · 4 years, 1 month ago
- 93c20bc ext4: standardize error message in ext4_protect_reserved_inode() by Jan Kara · 4 years, 1 month ago
- 81414b4 ext4: remove redundant sb checksum recomputation by Jan Kara · 4 years, 1 month ago
- b08070e ext4: don't remount read-only with errors=continue on reboot by Jan Kara · 4 years, 1 month ago
- 46e294e ext4: fix deadlock with fs freezing and EA inodes by Jan Kara · 4 years, 1 month ago
- 941ba12 ext4: make fast_commit.h byte identical with e2fsprogs/fast_commit.h by Harshad Shirwadkar · 4 years, 1 month ago
- 5a150bd ext4: fix fall-through warnings for Clang by Gustavo A. R. Silva · 4 years, 1 month ago
- b1b7dce ext4: add docs about fast commit idempotence by Harshad Shirwadkar · 4 years, 1 month ago
- 03505c5 ext4: remove the unused EXT4_CURRENT_REV macro by Kaixu Xia · 4 years, 2 months ago
- bc18546 ext4: fix an IS_ERR() vs NULL check by Dan Carpenter · 4 years, 2 months ago
- c920076 ext4: check for invalid block size early when mounting a file system by Theodore Ts'o · 4 years, 1 month ago
- cca4155 ext4: fix a memory leak of ext4_free_data by Chunguang Xu · 4 years, 2 months ago
- ac7ac46 Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years ago
- 706451d Merge tag 'linux-kselftest-kunit-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 4 years ago
- 7c7fdaf Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 4 years, 1 month ago
- 41fca96 ext4: delete nonsensical (commented-out) code inside ext4_xattr_block_set() by Chunguang Xu · 4 years, 2 months ago
- 8041ac6 ext4: update ext4_data_block_valid related comments by Chunguang Xu · 4 years, 2 months ago
- ce3cca3 ext4: simplify the code of mb_find_order_for_block by Chunguang Xu · 4 years, 2 months ago
- 6bd97bf ext4: remove redundant mb_regenerate_buddy() by Chunguang Xu · 4 years, 2 months ago
- 837c23f ext4: use ASSERT() to replace J_ASSERT() by Chunguang Xu · 4 years, 2 months ago
- ca9b404 ext4: print quota journalling mode on (re-)mount by Roman Anufriev · 4 years, 2 months ago
- f177ee0 ext4: add helpers for checking whether quota can be enabled/is journalled by Roman Anufriev · 4 years, 2 months ago
- face525 ext4: remove redundant assignment of variable ex by Colin Ian King · 4 years, 2 months ago
- 46bac53 ext4: remove the null check of bio_vec page by Xianting Tian · 4 years, 2 months ago
- 7b721e6 ext4: remove redundant operation that set bh to NULL by Kaixu Xia · 4 years, 2 months ago
- bb9cd91 fscrypt: Have filesystems handle their d_ops by Daniel Rosenberg · 4 years, 1 month ago
- ec0caa97 fscrypt: introduce fscrypt_prepare_readdir() by Eric Biggers · 4 years, 1 month ago
- 91d0d89 ext4: don't call fscrypt_get_encryption_info() from dx_show_leaf() by Eric Biggers · 4 years, 1 month ago
- 65f6251 ext4: remove ext4_dir_open() by Eric Biggers · 4 years, 1 month ago
- 5f6b99d fs: ext4: Modify inode-test.c to use KUnit parameterized testing feature by Arpitha Raghunandan · 4 years, 1 month ago
- 8446fe9 block: switch partition lookup to use struct block_device by Christoph Hellwig · 4 years, 1 month ago
- 040f04b fs: simplify freeze_bdev/thaw_bdev by Christoph Hellwig · 4 years, 1 month ago
- 75d18cd ext4: prevent creating duplicate encrypted filenames by Eric Biggers · 4 years, 1 month ago
- f902b216 ext4: fix bogus warning in ext4_update_dx_flag() by Jan Kara · 4 years, 1 month ago
- 704c231 ext4: drop fast_commit from /proc/mounts by Theodore Ts'o · 4 years, 1 month ago
- d196e229 Revert "ext4: fix superblock checksum calculation race" by Theodore Ts'o · 4 years, 2 months ago
- a72b38ee ext4: handle dax mount option collision by Harshad Shirwadkar · 4 years, 2 months ago
- fa329e273 ext4: fix sparse warnings in fast_commit code by Theodore Ts'o · 4 years, 2 months ago
- 99c880d ext4: cleanup fast commit mount options by Harshad Shirwadkar · 4 years, 2 months ago