- debe436 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 3 years, 2 months ago
- 2acda75 Merge tag 'fsnotify_for_v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 3 years, 2 months ago
- 124e7c6 ext4: fix error code saved on super block during file system abort by Gabriel Krisman Bertazi · 3 years, 2 months ago
- 1ebf217 ext4: inline data inode fast commit replay fixes by Harshad Shirwadkar · 3 years, 2 months ago
- 6c31a68 ext4: commit inline data during fast commit by Harshad Shirwadkar · 3 years, 2 months ago
- afcc4e3 ext4: scope ret locally in ext4_try_to_trim_range() by Lukas Bulwahn · 3 years, 4 months ago
- 3bbef91 ext4: remove an unused variable warning with CONFIG_QUOTA=n by Austin Kim · 3 years, 4 months ago
- d4ffeeb ext4: fix boolreturn.cocci warnings in fs/ext4/name.c by Jing Yangyang · 3 years, 4 months ago
- de01f48 ext4: prevent getting empty inode buffer by Zhang Yi · 3 years, 4 months ago
- 9a1bf32 ext4: move ext4_fill_raw_inode() related functions by Zhang Yi · 3 years, 4 months ago
- 664bd38 ext4: factor out ext4_fill_raw_inode() by Zhang Yi · 3 years, 4 months ago
- 0f2f87d ext4: prevent partial update of the extent blocks by Zhang Yi · 3 years, 4 months ago
- 9c6e071 ext4: check for inconsistent extents between index and leaf block by Zhang Yi · 3 years, 4 months ago
- 8dd27fe ext4: check for out-of-order index extents in ext4_valid_extent_entries() by Zhang Yi · 3 years, 4 months ago
- 31d21d2 ext4: convert from atomic_t to refcount_t on ext4_io_end->count by Xiyu Yang · 3 years, 5 months ago
- 1811bc4 ext4: refresh the ext4_ext_path struct after dropping i_data_sem. by yangerkun · 3 years, 4 months ago
- 4268496 ext4: ensure enough credits in ext4_ext_shift_path_extents by yangerkun · 3 years, 4 months ago
- 83c5688 ext4: correct the left/middle/right debug message for binsearch by yangerkun · 3 years, 4 months ago
- 39fec68 ext4: fix lazy initialization next schedule time computation in more granular unit by Shaoying Xu · 3 years, 4 months ago
- 3eda41d Revert "ext4: enforce buffer head state assertion in ext4_da_map_blocks" by Eric Whitney · 3 years, 3 months ago
- c03098d Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 3 years, 2 months ago
- cd3e8ea Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 3 years, 2 months ago
- 9a089b2 ext4: Send notifications on error by Gabriel Krisman Bertazi · 3 years, 2 months ago
- 4fdccaa iomap: Add done_before argument to iomap_dio_rw by Andreas Gruenbacher · 3 years, 5 months ago
- 5513b24 ext4: use sb_bdev_nr_blocks by Christoph Hellwig · 3 years, 2 months ago
- 3e08773 block: switch polling to be bio based by Christoph Hellwig · 3 years, 3 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, 3 months ago
- f2c77973 ext4: recheck buffer uptodate bit under buffer lock by Zhang Yi · 3 years, 4 months ago
- 42cb447 ext4: fix potential infinite loop in ext4_dx_readdir() by yangerkun · 3 years, 4 months ago
- bb9464e ext4: flush s_error_work before journal destroy in ext4_fill_super by yangerkun · 3 years, 3 months ago
- 75ca6ad ext4: fix loff_t overflow in ext4_max_bitmap_size() by Ritesh Harjani · 3 years, 7 months ago
- 6fed839 ext4: fix reserved space counter leakage by Jeffle Xu · 3 years, 4 months ago
- a2c2f08 ext4: limit the number of blocks in one ADD_RANGE TLV by Hou Tao · 3 years, 4 months ago
- 4373b3d fscrypt: remove fscrypt_operations::max_namelen by Eric Biggers · 3 years, 4 months ago
- 2e5fd48 Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 3 years, 4 months ago
- 948ca5f ext4: enforce buffer head state assertion in ext4_da_map_blocks by Eric Whitney · 3 years, 4 months ago
- 0add491 ext4: remove extent cache entries when truncating inline data by Eric Whitney · 3 years, 4 months ago
- 11ef08c Merge branch 'delalloc-buffer-write' into dev by Theodore Ts'o · 3 years, 4 months ago
- cc88323 ext4: drop unnecessary journal handle in delalloc write by Zhang Yi · 3 years, 6 months ago
- 6984aef ext4: factor out write end code of inline file by Zhang Yi · 3 years, 6 months ago
- 55ce2f6 ext4: correct the error path of ext4_write_inline_data_end() by Zhang Yi · 3 years, 6 months ago
- 4df031f ext4: check and update i_disksize properly by Zhang Yi · 3 years, 6 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, 4 months ago
- 815409a Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 3 years, 4 months ago
- 1fd95c0 ext4: add error checking to ext4_ext_replay_set_iblocks() by Theodore Ts'o · 3 years, 4 months ago
- cd35820 Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 3 years, 4 months ago
- baaae979 ext4: make the updating inode data procedure atomic by Zhang Yi · 3 years, 4 months ago
- 8e33fad ext4: remove an unnecessary if statement in __ext4_get_inode_loc() by Zhang Yi · 3 years, 4 months ago
- 0904c9a ext4: move inode eio simulation behind io completeion by Zhang Yi · 3 years, 4 months ago
- 4a79a98 ext4: Improve scalability of ext4 orphan file handling by Jan Kara · 3 years, 5 months ago
- 02f310f ext4: Speedup ext4 orphan inode handling by Jan Kara · 3 years, 5 months ago
- 25c6d98 ext4: Move orphan inode handling into a separate file by Jan Kara · 3 years, 5 months ago
- 188c299 ext4: Support for checksumming from journal triggers by Jan Kara · 3 years, 5 months ago
- a5fda11 ext4: fix sparse warnings by Theodore Ts'o · 3 years, 5 months ago
- a54c461 ext4: fix race writing to an inline_data file while its xattrs are changing by Theodore Ts'o · 3 years, 4 months ago
- bd2c38c ext4: Make sure quota files are not grabbed accidentally by Jan Kara · 3 years, 5 months ago
- b2bbb92 ext4: fix e2fsprogs checksum failure for mounted filesystem by Jan Kara · 3 years, 5 months ago
- 308c57c ext4: if zeroout fails fall back to splitting the extent node by Theodore Ts'o · 3 years, 5 months ago
- facec45 ext4: reduce arguments of ext4_fc_add_dentry_tlv by Guoqing Jiang · 3 years, 5 months ago
- 5036ab8 ext4: flush background discard kwork when retry allocation by Wang Jianchao · 3 years, 4 months ago
- 55cdd0a ext4: get discard out of jbd2 commit kthread contex by Wang Jianchao · 3 years, 5 months ago
- aa99f3c Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 3 years, 4 months ago
- bdd3c50 dax: remove bdev_dax_supported by Christoph Hellwig · 3 years, 4 months ago
- 0cad624 vfs: add rcu argument to ->get_acl() callback by Miklos Szeredi · 3 years, 4 months ago
- b6f5558 ext4: remove the repeated comment of ext4_trim_all_free by Wang Jianchao · 3 years, 5 months ago
- 6920b39 ext4: add new helper interface ext4_try_to_trim_range() by Wang Jianchao · 3 years, 5 months ago
- bd2eea8 ext4: remove the 'group' parameter of ext4_trim_extent by Wang Jianchao · 3 years, 5 months ago
- 877ba3f ext4: fix potential htree corruption when growing large_dir directories by Theodore Ts'o · 3 years, 5 months ago
- 8c4bca1 ext4: report correct st_size for encrypted symlinks by Eric Biggers · 3 years, 6 months ago
- 73dc707 ext4: remove conflicting comment from __ext4_forget by Guoqing Jiang · 3 years, 6 months ago
- b665414 ext4: fix potential uninitialized access to retval in kmmpd by Ye Bin · 3 years, 6 months ago
- d4f5258 ext4: Convert to use mapping->invalidate_lock by Jan Kara · 3 years, 11 months ago
- e49d68c Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 3 years, 6 months ago
- 0705e8d ext4: inline jbd2_journal_[un]register_shrinker() by Theodore Ts'o · 3 years, 6 months ago
- 0955901 ext4: fix flags validity checking for EXT4_IOC_CHECKPOINT by Theodore Ts'o · 3 years, 6 months ago
- 61bb4a1 ext4: fix possible UAF when remounting r/o a mmp-protected file system by Theodore Ts'o · 3 years, 6 months ago
- cd84bbb ext4: use ext4_grp_locked_error in mb_find_extent by Stephen Brennan · 3 years, 6 months ago
- 558d645 ext4: fix WARN_ON_ONCE(!buffer_uptodate) after an error writing the superblock by Ye Bin · 3 years, 7 months ago
- a6ecc2a 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
- 8813587 Revert "ext4: consolidate checks for resize of bigalloc into ext4_resize_begin" by Theodore Ts'o · 3 years, 6 months ago
- d578b99 ext4: notify sysfs on errors_count value change by Jonathan Davies · 3 years, 7 months ago
- b82a96c fs: remove noop_set_page_dirty() by Matthew Wilcox (Oracle) · 3 years, 6 months ago
- 3b672e3 ext4: remove bdev_try_to_free_page() callback by Zhang Yi · 3 years, 7 months ago
- 4ba3fcd jbd2,ext4: add a shrinker to release checkpointed buffers by Zhang Yi · 3 years, 7 months ago
- 0caaefb ext4: no need to verify new add extent block by yangerkun · 3 years, 7 months ago
- b148918 ext4: add check to prevent attempting to resize an fs with sparse_super2 by Josh Triplett · 3 years, 7 months ago
- e9f9f61 ext4: consolidate checks for resize of bigalloc into ext4_resize_begin by Josh Triplett · 3 years, 7 months ago
- 310c097 ext4: remove duplicate definition of ext4_xattr_ibody_inline_set() by Ritesh Harjani · 3 years, 7 months ago
- ee00d6b ext4: fsmap: fix the block/inode bitmap comment by Ritesh Harjani · 3 years, 7 months ago
- 6d2424a ext4: fix comment for s_hash_unsigned by Eric Biggers · 3 years, 7 months ago
- f9505c7 ext4: use local variable ei instead of EXT4_I() macro by chenyichong · 3 years, 7 months ago
- c89849c ext4: fix avefreec in find_group_orlov by Pan Dong · 3 years, 7 months ago
- 4fb7c70 ext4: correct the cache_nr in tracepoint ext4_es_shrink_exit by Zhang Yi · 3 years, 7 months ago
- e5e7010 ext4: remove check for zero nr_to_scan in ext4_es_scan() by Zhang Yi · 3 years, 7 months ago
- b2d2e75 ext4: remove set but rewrite variables by Tian Tao · 3 years, 7 months ago
- 351a0a3 ext4: add ioctl EXT4_IOC_CHECKPOINT by Leah Rumancik · 3 years, 7 months ago
- 01d5d96 ext4: add discard/zeroout flags to journal flush by Leah Rumancik · 3 years, 7 months ago
- 8f6840c ext4: return error code when ext4_fill_flex_info() fails by Yang Yingliang · 3 years, 8 months ago
- b9a037b ext4: cleanup in-core orphan list if ext4_truncate() failed to get a transaction handle by Zhang Yi · 3 years, 8 months ago
- ce3aba4 ext4: fix kernel infoleak via ext4_extent_header by Anirudh Rayabharam · 3 years, 8 months ago