aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4
Commit message (Expand)AuthorAge
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-05-25
|\
| * ext4: fix dcache lookup of !casefolded directoriesGabriel Krisman Bertazi2019-05-24
| * ext4: do not delete unlinked inode from orphan list on failed truncateJan Kara2019-05-23
| * ext4: wait for outstanding dio during truncate in nojournal modeJan Kara2019-05-23
| * ext4: don't perform block validity checks on the journal inodeTheodore Ts'o2019-05-22
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-21
* | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-05-19
|\|
| * ext4: avoid panic during forced reboot due to aborted journalJan Kara2019-05-17
| * ext4: fix block validity checks for journal inodes using indirect blocksTheodore Ts'o2019-05-15
| * ext4: fix miscellaneous sparse warningsTheodore Ts'o2019-05-12
| * ext4: unsigned int compared against zeroColin Ian King2019-05-10
| * ext4: fix use-after-free in dx_release()Sahitya Tummala2019-05-10
| * ext4: fix data corruption caused by overlapping unaligned and aligned IOLukas Czerner2019-05-10
| * ext4: zero out the unused memory region in the extent tree blockSriram Rajagopalan2019-05-10
* | Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2019-05-08
|\ \
| * | fscrypt: cache decrypted symlink target in ->i_linkEric Biggers2019-04-17
| * | fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertextEric Biggers2019-04-17
| * | fscrypt: drop inode argument from fscrypt_get_ctx()Eric Biggers2019-04-16
* | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2019-05-08
|\ \ \ | | |/ | |/|
| * | ext4: export /sys/fs/ext4/feature/casefold if Unicode support is presentTheodore Ts'o2019-05-06
| * | ext4: fix ext4_show_options for file systems w/o journalDebabrata Banerjee2019-04-30
| * | ext4: Support case-insensitive file name lookupsGabriel Krisman Bertazi2019-04-25
| * | ext4: include charset encoding information in the superblockGabriel Krisman Bertazi2019-04-25
| * | ext4: actually request zeroing of inode table after growKirill Tkhai2019-04-25
| * | ext4: cond_resched in work-heavy group loopsKhazhismel Kumykov2019-04-25
| * | ext4: fix use-after-free race with debug_want_extra_isizeBarret Rhoden2019-04-25
| * | ext4: avoid drop reference to iloc.bh twicePan Bian2019-04-25
| * | ext4: ignore e_value_offs for xattrs with value-in-ea-inodeTheodore Ts'o2019-04-10
| * | ext4: protect journal inode's blocks using block_validityTheodore Ts'o2019-04-09
| * | ext4: use BUG() instead of BUG_ON(1)Arnd Bergmann2019-04-07
| * | ext4: fix prefetchw of NULL pageLiu Xiang2019-04-07
| * | ext4: remove incorrect comment for NEXT_ORPHAN()Eric Biggers2019-04-06
| * | ext4: make sanity check in mballoc more strictJan Kara2019-04-06
| |/
* | Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds2019-05-07
|\ \
| * | block: remove the i argument to bio_for_each_segment_allChristoph Hellwig2019-04-30
| * | block: remove CONFIG_LBDAFChristoph Hellwig2019-04-06
| |/
* | Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-05-07
|\ \
| * | ext4: make use of ->free_inode()Al Viro2019-05-01
| |/
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-05-06
|\ \ | |/ |/|
| * crypto: shash - remove shash_desc::flagsEric Biggers2019-04-25
* | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-03-24
|\ \ | |/ |/|
| * ext4: prohibit fstrim in norecovery modeDarrick J. Wong2019-03-23
| * ext4: cleanup bh release code in ext4_ind_remove_space()zhangyi (F)2019-03-23
| * ext4: brelse all indirect buffer in ext4_ind_remove_space()zhangyi (F)2019-03-23
| * ext4: report real fs size after failed resizeLukas Czerner2019-03-15
| * ext4: add missing brelse() in add_new_gdb_meta_bg()Lukas Czerner2019-03-15
| * ext4: remove useless ext4_pin_inode()Jason Yan2019-03-14
| * ext4: avoid panic during forced rebootJan Kara2019-03-14
| * ext4: fix data corruption caused by unaligned direct AIOLukas Czerner2019-03-14
| * ext4: fix NULL pointer dereference while journal is abortedJiufei Xue2019-03-14