summaryrefslogtreecommitdiffstats
path: root/fs/ext4/ext4.h
Commit message (Expand)AuthorAgeFilesLines
* ext4: use buckets for cr 1 block scan instead of rbtreeJan Kara2022-09-211-5/+5
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-08-041-2/+14
|\
| * ext4: add ioctls to get/set the ext4 superblock uuidJeremy Bongio2022-08-021-0/+11
| * ext4: update the s_overhead_clusters in the backup sb's when resizingTheodore Ts'o2022-08-021-2/+2
| * ext4: fix reading leftover inlined symlinksZhang Yi2022-08-021-0/+1
* | fs/ext4: Use the new blk_opf_t typeBart Van Assche2022-07-141-4/+4
|/
* Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-05-241-2/+0
|\
| * ext4: Use scoped memory APIs in ext4_write_begin()Matthew Wilcox (Oracle)2022-05-081-1/+0
| * ext4: Use scoped memory APIs in ext4_da_write_begin()Matthew Wilcox (Oracle)2022-05-081-1/+0
* | ext4: only allow test_dummy_encryption when supportedEric Biggers2022-05-241-6/+0
* | ext4: refactor and move ext4_ioctl_get_encryption_pwsalt()Ritesh Harjani2022-05-211-0/+8
* | ext4: cleanup function defs from ext4.h into crypto.cRitesh Harjani2022-05-211-64/+5
* | ext4: move ext4 crypto code to its own file crypto.cRitesh Harjani2022-05-211-0/+3
* | ext4: add nowait mode for ext4_getblk()Zhang Yi2022-05-171-0/+2
|/
* ext4: update the cached overhead value in the superblockTheodore Ts'o2022-04-141-0/+1
* ext4: fix use-after-free in ext4_search_dirYe Bin2022-04-121-0/+4
* ext4: fix fallocate to use file_modified to update permissions consistentlyDarrick J. Wong2022-04-121-1/+1
* ext4: improve fast_commit performance and scalabilityRitesh Harjani2022-03-021-0/+2
* ext4: add ext4_sb_block_valid() refactored out of ext4_inode_block_valid()Ritesh Harjani2022-02-251-0/+3
* ext4: rename ext4_set_bits to mb_set_bitsRitesh Harjani2022-02-251-1/+1
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-02-061-8/+9
|\
| * fs/ext4: fix comments mentioning i_mutexhongnanli2022-02-031-3/+3
| * ext4: fast commit may miss file actionsXin Yin2022-02-031-4/+1
| * ext4: fast commit may not fallback for ineligible commitXin Yin2022-02-031-1/+2
| * ext4: prevent used blocks from being allocated during fast commit replayXin Yin2022-02-031-0/+3
* | unicode: clean up the Kconfig symbol confusionChristoph Hellwig2022-01-201-7/+7
* | Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-121-0/+1
|\ \ | |/ |/|
| * dax: return the partition offset from fs_dax_get_by_bdevChristoph Hellwig2021-12-041-0/+1
* | ext4: use BUG_ON instead of if condition followed by BUGxu xin2022-01-101-2/+1
* | ext4: change s_last_trim_minblks type to unsigned longLukas Czerner2022-01-101-1/+1
* | ext4: implement support for get/set fs labelLukas Czerner2022-01-101-1/+8
* | ext4: destroy ext4_fc_dentry_cachep kmemcache on module removalSebastian Andrzej Siewior2022-01-101-0/+1
* | ext4: simplify updating of fast commit statsHarshad Shirwadkar2021-12-231-1/+0
* | ext4: drop ineligible txn start stop APIsHarshad Shirwadkar2021-12-231-4/+2
|/
* ext4: convert from atomic_t to refcount_t on ext4_io_end->countXiyu Yang2021-11-041-1/+2
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-10-031-3/+0
|\
| * Merge branch 'delalloc-buffer-write' into devTheodore Ts'o2021-09-091-3/+0
| |\
| | * ext4: factor out write end code of inline fileZhang Yi2021-09-041-3/+0
* | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2021-09-021-11/+97
|\| |
| * | ext4: Improve scalability of ext4 orphan file handlingJan Kara2021-08-301-2/+1
| * | ext4: Speedup ext4 orphan inode handlingJan Kara2021-08-301-7/+62
| * | ext4: Move orphan inode handling into a separate fileJan Kara2021-08-301-2/+9
| * | ext4: Support for checksumming from journal triggersJan Kara2021-08-301-2/+24
| |/
| * ext4: flush background discard kwork when retry allocationWang Jianchao2021-08-301-0/+1
| * ext4: get discard out of jbd2 commit kthread contexWang Jianchao2021-08-301-0/+2
* | ext4: Convert to use mapping->invalidate_lockJan Kara2021-07-131-10/+0
|/
* ext4: notify sysfs on errors_count value changeJonathan Davies2021-06-291-0/+1
* ext4: fix comment for s_hash_unsignedEric Biggers2021-06-241-1/+1
* ext4: add ioctl EXT4_IOC_CHECKPOINTLeah Rumancik2021-06-221-0/+9
* ext4: fix memory leak in ext4_fill_superPavel Skripkin2021-06-171-0/+4