summaryrefslogtreecommitdiffstats
path: root/fs/ext4
Commit message (Expand)AuthorAgeFilesLines
* ext4: fix potential use after free after remounting with noblock_validityzhangyi (F)2019-10-072-52/+147
* ext4: fix punch hole for inline_data file systemsTheodore Ts'o2019-10-051-0/+9
* ext4: fix warning inside ext4_convert_unwritten_extents_endioRakesh Pandit2019-10-051-2/+2
* ext4: allow directory holesTheodore Ts'o2019-07-282-18/+46
* ext4: use jbd2_inode dirty range scopingRoss Zwisler2019-07-283-10/+18
* ext4: enforce the immutable flag on open filesTheodore Ts'o2019-07-282-0/+15
* ext4: don't allow any modifications to an immutable fileDarrick J. Wong2019-07-281-1/+45
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-05-253-18/+19
|\
| * ext4: fix dcache lookup of !casefolded directoriesGabriel Krisman Bertazi2019-05-241-1/+1
| * ext4: do not delete unlinked inode from orphan list on failed truncateJan Kara2019-05-231-1/+1
| * ext4: wait for outstanding dio during truncate in nojournal modeJan Kara2019-05-231-12/+9
| * ext4: don't perform block validity checks on the journal inodeTheodore Ts'o2019-05-221-4/+8
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-05-197-8/+37
|\|
| * ext4: avoid panic during forced reboot due to aborted journalJan Kara2019-05-171-1/+1
| * ext4: fix block validity checks for journal inodes using indirect blocksTheodore Ts'o2019-05-151-0/+5
| * ext4: fix miscellaneous sparse warningsTheodore Ts'o2019-05-123-3/+3
| * ext4: unsigned int compared against zeroColin Ian King2019-05-101-1/+2
| * ext4: fix use-after-free in dx_release()Sahitya Tummala2019-05-101-1/+4
| * ext4: fix data corruption caused by overlapping unaligned and aligned IOLukas Czerner2019-05-101-0/+7
| * ext4: zero out the unused memory region in the extent tree blockSriram Rajagopalan2019-05-101-2/+15
* | Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2019-05-074-40/+101
|\ \
| * | fscrypt: cache decrypted symlink target in ->i_linkEric Biggers2019-04-171-0/+3
| * | fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertextEric Biggers2019-04-172-39/+99
| * | fscrypt: drop inode argument from fscrypt_get_ctx()Eric Biggers2019-04-161-1/+1
* | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2019-05-0716-58/+432
|\ \ \ | | |/ | |/|
| * | ext4: export /sys/fs/ext4/feature/casefold if Unicode support is presentTheodore Ts'o2019-05-061-0/+6
| * | ext4: fix ext4_show_options for file systems w/o journalDebabrata Banerjee2019-04-301-1/+1
| * | ext4: Support case-insensitive file name lookupsGabriel Krisman Bertazi2019-04-259-21/+221
| * | ext4: include charset encoding information in the superblockGabriel Krisman Bertazi2019-04-252-1/+105
| * | ext4: actually request zeroing of inode table after growKirill Tkhai2019-04-251-1/+1
| * | ext4: cond_resched in work-heavy group loopsKhazhismel Kumykov2019-04-252-0/+3
| * | ext4: fix use-after-free race with debug_want_extra_isizeBarret Rhoden2019-04-251-24/+34
| * | ext4: avoid drop reference to iloc.bh twicePan Bian2019-04-251-0/+1
| * | ext4: ignore e_value_offs for xattrs with value-in-ea-inodeTheodore Ts'o2019-04-101-1/+1
| * | ext4: protect journal inode's blocks using block_validityTheodore Ts'o2019-04-092-0/+52
| * | ext4: use BUG() instead of BUG_ON(1)Arnd Bergmann2019-04-072-4/+4
| * | ext4: fix prefetchw of NULL pageLiu Xiang2019-04-071-1/+2
| * | ext4: remove incorrect comment for NEXT_ORPHAN()Eric Biggers2019-04-061-3/+0
| * | ext4: make sanity check in mballoc more strictJan Kara2019-04-061-1/+1
| |/
* | Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds2019-05-074-31/+9
|\ \
| * | block: remove the i argument to bio_for_each_segment_allChristoph Hellwig2019-04-302-4/+2
| * | block: remove CONFIG_LBDAFChristoph Hellwig2019-04-062-27/+7
| |/
* | Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-05-071-3/+2
|\ \
| * | ext4: make use of ->free_inode()Al Viro2019-05-011-3/+2
| |/
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-05-061-1/+0
|\ \ | |/ |/|
| * crypto: shash - remove shash_desc::flagsEric Biggers2019-04-251-1/+0
* | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-03-247-59/+58
|\ \ | |/ |/|
| * ext4: prohibit fstrim in norecovery modeDarrick J. Wong2019-03-231-0/+7
| * ext4: cleanup bh release code in ext4_ind_remove_space()zhangyi (F)2019-03-231-25/+22