summaryrefslogtreecommitdiffstats
path: root/fs/ext4/ext4.h
Commit message (Expand)AuthorAgeFilesLines
* ext4: only allow test_dummy_encryption when supportedEric Biggers2022-06-091-6/+0
* ext4: fix use-after-free in ext4_search_dirYe Bin2022-04-271-0/+4
* ext4: fix fallocate to use file_modified to update permissions consistentlyDarrick J. Wong2022-04-271-1/+1
* ext4: fast commit may miss file actionsXin Yin2022-03-081-4/+1
* ext4: fast commit may not fallback for ineligible commitXin Yin2022-03-081-1/+2
* ext4: simplify updating of fast commit statsHarshad Shirwadkar2022-03-081-1/+0
* ext4: drop ineligible txn start stop APIsHarshad Shirwadkar2022-03-081-4/+2
* ext4: prevent used blocks from being allocated during fast commit replayXin Yin2022-02-081-0/+3
* ext4: destroy ext4_fc_dentry_cachep kmemcache on module removalSebastian Andrzej Siewior2022-01-271-0/+1
* 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
| * ext4: make ext4_abort() use __ext4_error()Jan Kara2020-12-171-17/+12
| * ext4: remove the unused EXT4_CURRENT_REV macroKaixu Xia2020-12-171-1/+0
| * ext4: use ASSERT() to replace J_ASSERT()Chunguang Xu2020-12-031-0/+10
| * ext4: add helpers for checking whether quota can be enabled/is journalledRoman Anufriev2020-12-031-0/+15
* | Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-171-4/+0
|\ \ | |/ |/|
| * fscrypt: Have filesystems handle their d_opsDaniel Rosenberg2020-12-021-4/+0
* | ext4: fix bogus warning in ext4_update_dx_flag()Jan Kara2020-11-191-1/+2
* | ext4: handle dax mount option collisionHarshad Shirwadkar2020-11-111-3/+3
* | ext4: make s_mount_flags modifications atomicHarshad Shirwadkar2020-11-061-11/+29