- f6b1a1c ext4: fix use-after-free in ext4_ext_shift_extents by Baokun Li · 2 years, 5 months ago
- 9761070 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 2 years, 4 months ago
- 0d043351 ext4: fix fortify warning in fs/ext4/fast_commit.c:1551 by Theodore Ts'o · 2 years, 4 months ago
- 9f2a1d9 ext4: fix wrong return err in ext4_load_and_init_journal() by Jason Yan · 2 years, 4 months ago
- 1b8f787 ext4: fix warning in 'ext4_da_release_space' by Ye Bin · 2 years, 5 months ago
- 17a0bc9 ext4: fix BUG_ON() when directory entry has invalid rec_len by Luís Henriques · 2 years, 5 months ago
- bb2282c fs/ext4/super.c: remove unused `deprecated_msg' by Andrew Morton · 2 years, 5 months ago
- 9a8c5b0 ext4: update the backup superblock's at the end of the online resize by Theodore Ts'o · 2 years, 4 months ago
- f1947d7 Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/crng/random by Linus Torvalds · 2 years, 5 months ago
- 5e714bf Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 2 years, 5 months ago
- 4fa0e3f ext4,f2fs: fix readahead of verity data by Matthew Wilcox (Oracle) · 2 years, 5 months ago
- a251c17 treewide: use get_random_u32() when possible by Jason A. Donenfeld · 2 years, 5 months ago
- 8b3ccbc treewide: use prandom_u32_max() when possible, part 2 by Jason A. Donenfeld · 2 years, 5 months ago
- 81895a6 treewide: use prandom_u32_max() when possible, part 1 by Jason A. Donenfeld · 2 years, 5 months ago
- f721d24 Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 2 years, 5 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
- 438b2cd Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 2 years, 5 months ago
- 1b45cc5 ext4: fix potential out of bound read in ext4_fc_replay_scan() by Ye Bin · 2 years, 5 months ago
- dcc5827 ext4: factor out ext4_fc_get_tl() by Ye Bin · 2 years, 5 months ago
- fdc2a3c ext4: introduce EXT4_FC_TAG_BASE_LEN helper by Ye Bin · 2 years, 5 months ago
- 7ff5fdd ext4: factor out ext4_free_ext_path() by Ye Bin · 2 years, 5 months ago
- b6a750c ext4: remove unnecessary drop path references in mext_check_coverage() by Ye Bin · 2 years, 5 months ago
- 27cd497 ext4: update 'state->fc_regions_size' after successful memory allocation by Ye Bin · 2 years, 6 months ago
- 7069d10 ext4: fix potential memory leak in ext4_fc_record_regions() by Ye Bin · 2 years, 6 months ago
- 9305721 ext4: fix potential memory leak in ext4_fc_record_modified_inode() by Ye Bin · 2 years, 6 months ago
- 78ed935 ext4: remove redundant checking in ext4_ioctl_checkpoint by Guoqing Jiang · 2 years, 6 months ago
- 3df11e2 ext4: move DIOREAD_NOLOCK setting to ext4_set_def_opts() by Jason Yan · 2 years, 6 months ago
- c8267c5 ext4: remove useless local variable 'blocksize' by Jason Yan · 2 years, 6 months ago
- a7a79c2 ext4: unify the ext4 super block loading operation by Jason Yan · 2 years, 6 months ago
- a5991e5 ext4: factor out ext4_journal_data_mode_check() by Jason Yan · 2 years, 6 months ago
- 9c1dd22 ext4: factor out ext4_load_and_init_journal() by Jason Yan · 2 years, 6 months ago
- a4e6a51 ext4: factor out ext4_group_desc_init() and ext4_group_desc_free() by Jason Yan · 2 years, 6 months ago
- bc62dbf ext4: factor out ext4_geometry_check() by Jason Yan · 2 years, 6 months ago
- d7f3542 ext4: factor out ext4_check_feature_compatibility() by Jason Yan · 2 years, 6 months ago
- b26458d ext4: factor out ext4_init_metadata_csum() by Jason Yan · 2 years, 6 months ago
- 39c135b ext4: factor out ext4_encoding_init() by Jason Yan · 2 years, 6 months ago
- 0e495f7 ext4: factor out ext4_inode_info_init() by Jason Yan · 2 years, 6 months ago
- f7314a6 ext4: factor out ext4_fast_commit_init() by Jason Yan · 2 years, 6 months ago
- 4a8557b ext4: factor out ext4_handle_clustersize() by Jason Yan · 2 years, 6 months ago
- 5f6d662 ext4: factor out ext4_set_def_opts() by Jason Yan · 2 years, 6 months ago
- a5fc511 ext4: remove cantfind_ext4 error handler by Jason Yan · 2 years, 6 months ago
- 43bd6f1 ext4: goto right label 'failed_mount3a' by Jason Yan · 2 years, 6 months ago
- e64e6ca ext4: adjust fast commit disable judgement order in ext4_fc_track_inode by Ye Bin · 2 years, 6 months ago
- b7b80a3 ext4: factor out ext4_fc_disabled() by Ye Bin · 2 years, 6 months ago
- ccbf8ee ext4: fix miss release buffer head in ext4_fc_write_inode by Ye Bin · 2 years, 6 months ago
- 7177dd0 ext4: fix dir corruption when ext4_dx_add_entry() fails by Zhihao Cheng · 2 years, 6 months ago
- ebd5d23 ext4: remove ext4_inline_data_fiemap() declaration by Gaosheng Cui · 2 years, 6 months ago
- a642c2c ext4: fix i_version handling in ext4 by Jeff Layton · 2 years, 6 months ago
- d1052d2 ext4: place buffer head allocation before handle start by Jinke Han · 2 years, 6 months ago
- 0b73284 ext4: ext4_read_bh_lock() should submit IO if the buffer isn't uptodate by Zhang Yi · 2 years, 6 months ago
- 1ff2030 ext4: unconditionally enable the i_version counter by Jeff Layton · 2 years, 6 months ago
- 50f094a ext4: don't increase iversion counter for ea_inodes by Lukas Czerner · 2 years, 6 months ago
- 61a1d87 ext4: fix check for block being out of directory size by Jan Kara · 2 years, 7 months ago
- 3b57549 ext4: make ext4_lazyinit_thread freezable by Lalith Rajendran · 2 years, 7 months ago
- f9c1f24 ext4: fix null-ptr-deref in ext4_write_info by Baokun Li · 2 years, 7 months ago
- 426d15a ext4: don't run ext4lazyinit for read-only filesystems by Josh Triplett · 2 years, 7 months ago
- 2d544ec ext4: remove deprecated noacl/nouser_xattr options by Yang Xu · 2 years, 7 months ago
- 4bb26f2 ext4: avoid crash when inline data creation follows DIO write by Jan Kara · 2 years, 7 months ago
- d412df5 ext4: minor defrag code improvements by Eric Whitney · 2 years, 8 months ago
- df3cb75 ext4: continue to expand file system when the target size doesn't reach by Jerry Lee 李修賢 · 2 years, 8 months ago
- a078dff ext4: fixup possible uninitialized variable access in ext4_mb_choose_next_group_cr1() by Jan Kara · 2 years, 5 months ago
- 863f144 vfs: open inside ->tmpfile() by Miklos Szeredi · 2 years, 5 months ago
- 80fa46d ext4: limit the number of retries after discarding preallocations blocks by Theodore Ts'o · 2 years, 6 months ago
- 29a5b8a ext4: fix bug in extents parsing when eh_entries == 0 and eh_depth > 0 by Luís Henriques · 2 years, 7 months ago
- 83e80a6 ext4: use buckets for cr 1 block scan instead of rbtree by Jan Kara · 2 years, 6 months ago
- a9f2a29 ext4: use locality group preallocation for small closed files by Jan Kara · 2 years, 6 months ago
- 613c5a8 ext4: make directory inode spreading reflect flexbg size by Jan Kara · 2 years, 6 months ago
- 1940265 ext4: avoid unnecessary spreading of allocations among groups by Jan Kara · 2 years, 6 months ago
- 4fca50d ext4: make mballoc try target group first even with mb_optimize_scan by Jan Kara · 2 years, 6 months ago
- 8434ef1 ext4: support STATX_DIOALIGN by Eric Biggers · 2 years, 6 months ago
- 53dd3f8 fscrypt: change fscrypt_dio_supported() to prepare for STATX_DIOALIGN by Eric Biggers · 2 years, 6 months ago
- 14db0b3 fscrypt: stop using PG_error to track error status by Eric Biggers · 2 years, 7 months ago
- 6614a3c Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 2 years, 7 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
- f006540 Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecache by Linus Torvalds · 2 years, 7 months ago
- d95efb1 ext4: add ioctls to get/set the ext4 superblock uuid by Jeremy Bongio · 2 years, 8 months ago
- 69cb8e9 ext4: avoid resizing to a partial cluster size by Kiselev, Oleg · 2 years, 8 months ago
- 026d0d2 ext4: reduce computation of overhead during resize by Kiselev, Oleg · 2 years, 8 months ago
- 1e1c2b8 ext4: block range must be validated before use in ext4_mb_clear_bb() by Lukas Czerner · 2 years, 8 months ago
- 65f8b80 ext4: fix race when reusing xattr blocks by Jan Kara · 2 years, 8 months ago
- fd48e9a ext4: unindent codeblock in ext4_xattr_block_set() by Jan Kara · 2 years, 8 months ago
- 6bc0d63 ext4: remove EA inode entry from mbcache on inode eviction by Jan Kara · 2 years, 8 months ago
- b8a04fe ext4: make sure ext4_append() always allocates new block by Lukas Czerner · 2 years, 8 months ago
- 65f8ea4 ext4: check if directory block is within i_size by Lukas Czerner · 2 years, 8 months ago
- 3fa5d23 ext4: reflect mb_optimize_scan value in options file by Ojaswin Mujoo · 2 years, 8 months ago
- b24e77e ext4: avoid remove directory when directory is corrupted by Ye Bin · 2 years, 9 months ago
- c64a929 ext4: aligned '*' in comments by Jiang Jian · 2 years, 9 months ago
- 07ea7a6 ext4: recover csum seed of tmp_inode after migrating to extents by Li Lingfeng · 2 years, 9 months ago
- 51ae846 ext4: fix warning in ext4_iomap_begin as race between bmap and write by Ye Bin · 2 years, 9 months ago
- fd7e672 ext4: correct the misjudgment in ext4_iget_extra_inode by Baokun Li · 2 years, 9 months ago
- c9fd167 ext4: correct max_inline_xattr_value_size computing by Baokun Li · 2 years, 9 months ago
- 67d7d8a ext4: fix use-after-free in ext4_xattr_set_entry by Baokun Li · 2 years, 9 months ago
- 179b141 ext4: add EXT4_INODE_HAS_XATTR_SPACE macro in xattr.h by Baokun Li · 2 years, 9 months ago
- 7f0d8e1 ext4: fix extent status tree race in writeback error recovery path by Eric Whitney · 2 years, 9 months ago
- 4978c65 ext4: use ext4_debug() instead of jbd_debug() by Jan Kara · 2 years, 9 months ago
- 218a694 ext4: reuse order and buddy in mb_mark_used when buddy split by hanjinke · 2 years, 9 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
- de394a8 ext4: update s_overhead_clusters in the superblock during an on-line resize by Theodore Ts'o · 2 years, 8 months ago
- 5a57bca ext4: fix reading leftover inlined symlinks by Zhang Yi · 2 years, 8 months ago