summaryrefslogtreecommitdiff
path: root/fs/ext4
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-10-037-199/+182
|\
| * ext4: recheck buffer uptodate bit under buffer lockZhang Yi2021-10-011-0/+6
| * ext4: fix potential infinite loop in ext4_dx_readdir()yangerkun2021-10-011-3/+3
| * ext4: flush s_error_work before journal destroy in ext4_fill_superyangerkun2021-10-011-1/+4
| * ext4: fix loff_t overflow in ext4_max_bitmap_size()Ritesh Harjani2021-10-011-5/+5
| * ext4: fix reserved space counter leakageJeffle Xu2021-10-012-0/+11
| * ext4: limit the number of blocks in one ADD_RANGE TLVHou Tao2021-10-011-0/+6
| * ext4: enforce buffer head state assertion in ext4_da_map_blocksEric Whitney2021-09-091-6/+9
| * ext4: remove extent cache entries when truncating inline dataEric Whitney2021-09-091-0/+19
| * Merge branch 'delalloc-buffer-write' into devTheodore Ts'o2021-09-093-179/+105
| |\
| | * ext4: drop unnecessary journal handle in delalloc writeZhang Yi2021-09-041-55/+5
| | * ext4: factor out write end code of inline fileZhang Yi2021-09-043-109/+84
| | * ext4: correct the error path of ext4_write_inline_data_end()Zhang Yi2021-09-042-12/+10
| | * ext4: check and update i_disksize properlyZhang Yi2021-09-041-16/+18
| * | ext4: add error checking to ext4_ext_replay_set_iblocks()Theodore Ts'o2021-09-021-5/+14
* | | Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-09-091-1/+2
|\ \ \
| * | | dax: remove bdev_dax_supportedChristoph Hellwig2021-08-261-1/+2
* | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2021-09-0220-708/+1321
|\ \ \ \ | | |/ / | |/| |
| * | | ext4: make the updating inode data procedure atomicZhang Yi2021-08-301-16/+28
| * | | ext4: remove an unnecessary if statement in __ext4_get_inode_loc()Zhang Yi2021-08-301-84/+78
| * | | ext4: move inode eio simulation behind io completeionZhang Yi2021-08-301-3/+1
| * | | ext4: Improve scalability of ext4 orphan file handlingJan Kara2021-08-302-27/+53
| * | | ext4: Speedup ext4 orphan inode handlingJan Kara2021-08-304-52/+394
| * | | 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