- b82a96c fs: remove noop_set_page_dirty() by Matthew Wilcox (Oracle) · 3 years, 7 months ago
- 20e41d9 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 3 years, 7 months ago
- e71f99f ext4: Only advertise encrypted_casefold when encryption and unicode are enabled by Daniel Rosenberg · 3 years, 8 months ago
- 63e7f12 ext4: fix no-key deletion for encrypt+casefold by Daniel Rosenberg · 3 years, 8 months ago
- afd09b6 ext4: fix memory leak in ext4_fill_super by Alexey Makhalov · 3 years, 8 months ago
- a7ba36b ext4: fix fast commit alignment issues by Harshad Shirwadkar · 3 years, 8 months ago
- 082cd4e ext4: fix bug on in ext4_es_cache_extent as ext4_split_extent_at failed by Ye Bin · 3 years, 9 months ago
- b45f189 ext4: fix accessing uninit percpu counter variable with fast_commit by Ritesh Harjani · 3 years, 9 months ago
- a8867f4 ext4: fix memory leak in ext4_mb_init_backend on error path. by Phillip Potter · 3 years, 9 months ago
- 27787ba Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 3 years, 9 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, 9 months ago
- 3644286 Merge tag 'fsnotify_for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 3 years, 9 months ago
- 820c4ba Merge tag 'netfs-lib-20210426' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 3 years, 9 months ago
- 34a456e Merge tag 'fs.idmapped.helpers.v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 3 years, 9 months ago
- a4f7fae Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 3 years, 9 months ago
- fcd9ae4 mm/filemap: Pass the file_ra_state in the ractl by Matthew Wilcox (Oracle) · 3 years, 9 months ago
- 6c09127 ext4: wipe ext4_dir_entry2 upon file deletion by Leah Rumancik · 3 years, 9 months ago
- 5899593 ext4: Fix occasional generic/418 failure by Jan Kara · 3 years, 9 months ago
- 9591c3a fs: introduce a wrapper uuid_to_fsid() by Amir Goldstein · 3 years, 10 months ago
- 80e5d1ff5 useful constants: struct qstr for ".." by Al Viro · 3 years, 9 months ago
- 4811d99 ext4: allow the dax flag to be set and cleared on inline directories by Theodore Ts'o · 3 years, 9 months ago
- 4db5c2e ext4: convert to fileattr by Miklos Szeredi · 3 years, 9 months ago
- fcdf3c3 ext4: fix debug format string warning by Arnd Bergmann · 3 years, 9 months ago
- 666245d ext4: fix trailing whitespace by Jack Qiu · 3 years, 9 months ago
- 3088e5a ext4: fix various seppling typos by Bhaskar Chowdhury · 3 years, 10 months ago
- e1262cd ext4: fix error return code in ext4_fc_perform_commit() by Xu Yihang · 3 years, 9 months ago
- 6810fad ext4: fix ext4_error_err save negative errno into superblock by Ye Bin · 3 years, 10 months ago
- f88f146 ext4: fix error code in ext4_commit_super by Fengnan Chang · 3 years, 10 months ago
- ac2f7ca ext4: always panic when errors=panic is specified by Ye Bin · 3 years, 10 months ago
- 3cd4617 ext4: delete redundant uptodate check for buffer by Yang Guo · 3 years, 10 months ago
- 72ffb49 ext4: do not set SB_ACTIVE in ext4_orphan_cleanup() by Zhang Yi · 3 years, 10 months ago
- 21175ca ext4: make prefetch_block_bitmaps default by Harshad Shirwadkar · 3 years, 10 months ago
- f68f406 ext4: add proc files to monitor new structures by Harshad Shirwadkar · 3 years, 10 months ago
- 196e402 ext4: improve cr 0 / cr 1 group scanning by Harshad Shirwadkar · 3 years, 10 months ago
- 4b68f6d ext4: add MB_NUM_ORDERS macro by Harshad Shirwadkar · 3 years, 10 months ago
- a6c75ea ext4: add mballoc stats proc file by Harshad Shirwadkar · 3 years, 10 months ago
- b237e30 ext4: add ability to return parsed options from parse_options by Harshad Shirwadkar · 3 years, 10 months ago
- 67d2518 ext4: drop s_mb_bal_lock and convert protected fields to atomic by Harshad Shirwadkar · 3 years, 10 months ago
- a149d2a ext4: fix check to prevent false positive report of incorrect used inodes by Zhang Yi · 3 years, 10 months ago
- 4f0f586 treewide: Change list_sort to use const pointers by Sami Tolvanen · 3 years, 9 months ago
- 1ae98e2 ext4: optimize match for casefolded encrypted dirs by Daniel Rosenberg · 3 years, 10 months ago
- 471fbbe ext4: handle casefolding with encryption by Daniel Rosenberg · 3 years, 10 months ago
- 400086d ext4: remove unnecessary braces in fs/ext4/dir.c by Milan Djurovic · 3 years, 10 months ago
- bd256fd ext4: use memcpy_to_page() in pagecache_write() by Chaitanya Kulkarni · 4 years ago
- 4d93874 ext4: use memcpy_from_page() in pagecache_read() by Chaitanya Kulkarni · 4 years ago
- db99855 fs: introduce two inode i_{u,g}id initialization helpers by Christian Brauner · 3 years, 10 months ago
- a65e58e fs: document and rename fsid helpers by Christian Brauner · 3 years, 10 months ago
- d7f5f1b Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 3 years, 10 months ago
- 64395d9 ext4: initialize ret to suppress smatch warning by Theodore Ts'o · 3 years, 10 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, 11 months ago
- 5dccdc5 ext4: do not iput inode under running transaction in ext4_rename() by zhangyi (F) · 3 years, 11 months ago
- b7ff91f ext4: find old entry again if failed to rename whiteout by zhangyi (F) · 3 years, 11 months ago
- f053cf7 ext4: fix error handling in ext4_end_enable_verity() by Eric Biggers · 3 years, 11 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, 11 months ago
- f91436d fs/ext4: fix integer overflow in s_log_groups_per_flex by Sabyrzhan Tasbolatov · 3 years, 11 months ago
- 163f0ec1 ext4: add reclaim checks to xattr code by Jan Kara · 3 years, 11 months ago
- efc6134 ext4: shrink race window in ext4_should_retry_alloc() by Eric Whitney · 4 years ago
- 3ab6608 Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 11 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, 11 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, 11 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, 11 months ago
- 582cd91 Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 11 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, 11 months ago
- 0a76945 ext4: add .kunitconfig fragment to enable ext4-specific tests by Daniel Latypov · 4 years 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 · 4 years 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, 1 month 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, 1 month ago
- 23dd561 ext4: use IS_ERR instead of IS_ERR_OR_NULL and set inode null when IS_ERR by Yi Li · 4 years, 1 month 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, 1 month ago
- 5a3b590 ext4: don't leak old mountpoint samples by Theodore Ts'o · 4 years, 1 month ago
- a3f5cf1 ext4: drop ext4_handle_dirty_super() by Jan Kara · 4 years, 1 month ago
- dfd56c2 ext4: fix superblock checksum failure when setting password salt by Jan Kara · 4 years, 1 month ago
- e92ad03 ext4: use sbi instead of EXT4_SB(sb) in ext4_update_super() by Jan Kara · 4 years, 1 month ago
- 2d01ddc ext4: save error info to sb through journal if available by Jan Kara · 4 years, 1 month ago
- 05c2c00 ext4: protect superblock modifications with a buffer lock by Jan Kara · 4 years, 1 month ago