summaryrefslogtreecommitdiffstats
path: root/fs/ext4
Commit message (Expand)AuthorAgeFilesLines
...
| * | | ext4: Move orphan inode handling into a separate fileJan Kara2021-08-305-363/+375
| * | | ext4: Support for checksumming from journal triggersJan Kara2021-08-3015-127/+258
| * | | ext4: fix race writing to an inline_data file while its xattrs are changingTheodore Ts'o2021-08-301-0/+6
| | |/ | |/|
| * | ext4: fix sparse warningsTheodore Ts'o2021-08-302-6/+25
| * | ext4: Make sure quota files are not grabbed accidentallyJan Kara2021-08-301-2/+6
| * | ext4: fix e2fsprogs checksum failure for mounted filesystemJan Kara2021-08-301-0/+8
| * | ext4: if zeroout fails fall back to splitting the extent nodeTheodore Ts'o2021-08-301-2/+3
| * | ext4: reduce arguments of ext4_fc_add_dentry_tlvGuoqing Jiang2021-08-301-18/+9
| * | ext4: flush background discard kwork when retry allocationWang Jianchao2021-08-303-3/+13
| * | ext4: get discard out of jbd2 commit kthread contexWang Jianchao2021-08-302-25/+78
| * | ext4: remove the repeated comment of ext4_trim_all_freeWang Jianchao2021-08-121-6/+1
| * | ext4: add new helper interface ext4_try_to_trim_range()Wang Jianchao2021-08-121-45/+57
| * | ext4: remove the 'group' parameter of ext4_trim_extentWang Jianchao2021-08-121-5/+4
| |/
* | Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-09-022-2/+5
|\ \
| * | vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi2021-08-182-2/+5
| |/
* | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2021-08-311-1/+11
|\ \
| * | ext4: report correct st_size for encrypted symlinksEric Biggers2021-07-251-1/+11
* | | Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-08-307-70/+50
|\ \ \ | |_|/ |/| |
| * | ext4: Convert to use mapping->invalidate_lockJan Kara2021-07-137-70/+50
| |/
* | ext4: fix potential htree corruption when growing large_dir directoriesTheodore Ts'o2021-08-061-1/+1
* | ext4: remove conflicting comment from __ext4_forgetGuoqing Jiang2021-07-231-3/+0
* | ext4: fix potential uninitialized access to retval in kmmpdYe Bin2021-07-231-1/+1
|/
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-07-096-37/+51
|\
| * ext4: inline jbd2_journal_[un]register_shrinker()Theodore Ts'o2021-07-081-8/+0
| * ext4: fix flags validity checking for EXT4_IOC_CHECKPOINTTheodore Ts'o2021-07-081-1/+1
| * ext4: fix possible UAF when remounting r/o a mmp-protected file systemTheodore Ts'o2021-07-082-17/+20
| * ext4: use ext4_grp_locked_error in mb_find_extentStephen Brennan2021-07-011-4/+5
| * ext4: fix WARN_ON_ONCE(!buffer_uptodate) after an error writing the superblockYe Bin2021-07-012-3/+11
| * Revert "ext4: consolidate checks for resize of bigalloc into ext4_resize_begin"Theodore Ts'o2021-06-302-4/+14
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2021-06-3015-118/+155
|\|
| * ext4: notify sysfs on errors_count value changeJonathan Davies2021-06-293-0/+8
| * ext4: remove bdev_try_to_free_page() callbackZhang Yi2021-06-241-21/+0
| * jbd2,ext4: add a shrinker to release checkpointed buffersZhang Yi2021-06-241-0/+8
| * ext4: no need to verify new add extent blockyangerkun2021-06-241-0/+1
| * ext4: add check to prevent attempting to resize an fs with sparse_super2Josh Triplett2021-06-241-0/+4
| * ext4: consolidate checks for resize of bigalloc into ext4_resize_beginJosh Triplett2021-06-242-14/+5
| * ext4: remove duplicate definition of ext4_xattr_ibody_inline_set()Ritesh Harjani2021-06-243-34/+9
| * ext4: fsmap: fix the block/inode bitmap commentRitesh Harjani2021-06-241-2/+2
| * ext4: fix comment for s_hash_unsignedEric Biggers2021-06-241-1/+1
| * ext4: use local variable ei instead of EXT4_I() macrochenyichong2021-06-221-1/+1
| * ext4: fix avefreec in find_group_orlovPan Dong2021-06-221-6/+5
| * ext4: correct the cache_nr in tracepoint ext4_es_shrink_exitZhang Yi2021-06-221-0/+1
| * ext4: remove check for zero nr_to_scan in ext4_es_scan()Zhang Yi2021-06-221-3/+0
| * ext4: remove set but rewrite variablesTian Tao2021-06-221-1/+1
| * ext4: add ioctl EXT4_IOC_CHECKPOINTLeah Rumancik2021-06-222-0/+64
| * ext4: add discard/zeroout flags to journal flushLeah Rumancik2021-06-223-8/+8
| * ext4: return error code when ext4_fill_flex_info() failsYang Yingliang2021-06-171-0/+1
| * ext4: cleanup in-core orphan list if ext4_truncate() failed to get a transact...Zhang Yi2021-06-171-1/+8
| * ext4: fix kernel infoleak via ext4_extent_headerAnirudh Rayabharam2021-06-171-0/+3
| * ext4: fix memory leak in ext4_fill_superPavel Skripkin2021-06-173-21/+21