summaryrefslogtreecommitdiffstats
path: root/fs/ext4/ext4.h
Commit message (Expand)AuthorAgeFilesLines
* 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
| * 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
* | ext4: fix inode dirty check in case of fast commitsHarshad Shirwadkar2020-11-061-3/+0
* | ext4: fixup ext4_fc_track_* functions' signatureHarshad Shirwadkar2020-11-061-6/+10
* | ext4: describe fast_commit feature flagsHarshad Shirwadkar2020-11-061-0/+7
|/
* ext4: use generic casefolding supportDaniel Rosenberg2020-10-281-12/+0
* ext4: use s_mount_flags instead of s_mount_state for fast commit stateHarshad Shirwadkar2020-10-281-4/+4
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2020-10-221-10/+126
|\
| * ext4: add fast commit stats in procfsHarshad Shirwadkar2020-10-211-1/+1
| * ext4: fast commit recovery pathHarshad Shirwadkar2020-10-211-0/+26