summaryrefslogtreecommitdiffstats
path: root/fs/ext4/ext4.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* ext4: remove redundant check buffer_uptodate()Joseph Qi2021-06-171-1/+1
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2021-04-301-22/+85
|\
| * ext4: make prefetch_block_bitmaps defaultHarshad Shirwadkar2021-04-091-1/+1
| * ext4: add proc files to monitor new structuresHarshad Shirwadkar2021-04-091-0/+1
| * ext4: improve cr 0 / cr 1 group scanningHarshad Shirwadkar2021-04-091-2/+19
| * ext4: add mballoc stats proc fileHarshad Shirwadkar2021-04-091-0/+5
| * ext4: drop s_mb_bal_lock and convert protected fields to atomicHarshad Shirwadkar2021-04-091-3/+2
| * ext4: optimize match for casefolded encrypted dirsDaniel Rosenberg2021-04-051-8/+9
| * ext4: handle casefolding with encryptionDaniel Rosenberg2021-04-051-8/+48
* | ext4: convert to fileattrMiklos Szeredi2021-04-121-9/+3
|/
* ext4: fix rename whiteout with fast commitHarshad Shirwadkar2021-03-211-0/+2
* ext4: shrink race window in ext4_should_retry_alloc()Eric Whitney2021-03-061-0/+1
* ext4: support idmapped mountsChristian Brauner2021-01-241-6/+7
* fs: make helpers idmap mount awareChristian Brauner2021-01-241-3/+6
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2020-12-241-19/+58
|\
| * ext4: remove unnecessary wbc parameter from ext4_bio_write_pageLei Chen2020-12-221-1/+0
| * ext4: defer saving error info from atomic contextJan Kara2020-12-221-0/+21