Age | Commit message (Expand) | Author |
2019-06-09 | ext4: enforce the immutable flag on open files | Theodore Ts'o |
2019-06-09 | ext4: don't allow any modifications to an immutable file | Darrick J. Wong |
2019-05-30 | ext4: gracefully handle ext4_break_layouts() failure during truncate | Jan Kara |
2019-05-28 | ext4: encrypt only up to last block in ext4_bio_write_page() | Eric Biggers |
2019-05-28 | ext4: decrypt only the needed block in __ext4_block_zero_page_range() | Chandan Rajendra |
2019-05-28 | ext4: decrypt only the needed blocks in ext4_block_write_begin() | Chandan Rajendra |
2019-05-28 | ext4: clear BH_Uptodate flag on decryption error | Chandan Rajendra |
2019-05-28 | fscrypt: support decrypting multiple filesystem blocks per page | Eric Biggers |
2019-05-28 | fscrypt: support encrypting multiple filesystem blocks per page | Eric Biggers |
2019-05-28 | fscrypt: simplify bounce page handling | Eric Biggers |
2019-05-25 | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2019-05-24 | ext4: fix dcache lookup of !casefolded directories | Gabriel Krisman Bertazi |
2019-05-23 | ext4: do not delete unlinked inode from orphan list on failed truncate | Jan Kara |
2019-05-23 | ext4: wait for outstanding dio during truncate in nojournal mode | Jan Kara |
2019-05-22 | ext4: don't perform block validity checks on the journal inode | Theodore Ts'o |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner |
2019-05-19 | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2019-05-17 | ext4: avoid panic during forced reboot due to aborted journal | Jan Kara |
2019-05-15 | ext4: fix block validity checks for journal inodes using indirect blocks | Theodore Ts'o |
2019-05-12 | ext4: fix miscellaneous sparse warnings | Theodore Ts'o |
2019-05-10 | ext4: unsigned int compared against zero | Colin Ian King |
2019-05-10 | ext4: fix use-after-free in dx_release() | Sahitya Tummala |
2019-05-10 | ext4: fix data corruption caused by overlapping unaligned and aligned IO | Lukas Czerner |
2019-05-10 | ext4: zero out the unused memory region in the extent tree block | Sriram Rajagopalan |
2019-05-07 | Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt | Linus Torvalds |
2019-05-07 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds |
2019-05-07 | Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-block | Linus Torvalds |
2019-05-07 | Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds |
2019-05-06 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds |
2019-05-06 | ext4: export /sys/fs/ext4/feature/casefold if Unicode support is present | Theodore Ts'o |
2019-05-01 | ext4: make use of ->free_inode() | Al Viro |
2019-04-30 | ext4: fix ext4_show_options for file systems w/o journal | Debabrata Banerjee |
2019-04-30 | block: remove the i argument to bio_for_each_segment_all | Christoph Hellwig |
2019-04-25 | ext4: Support case-insensitive file name lookups | Gabriel Krisman Bertazi |
2019-04-25 | ext4: include charset encoding information in the superblock | Gabriel Krisman Bertazi |
2019-04-25 | ext4: actually request zeroing of inode table after grow | Kirill Tkhai |
2019-04-25 | ext4: cond_resched in work-heavy group loops | Khazhismel Kumykov |
2019-04-25 | ext4: fix use-after-free race with debug_want_extra_isize | Barret Rhoden |
2019-04-25 | ext4: avoid drop reference to iloc.bh twice | Pan Bian |
2019-04-25 | crypto: shash - remove shash_desc::flags | Eric Biggers |
2019-04-17 | fscrypt: cache decrypted symlink target in ->i_link | Eric Biggers |
2019-04-17 | fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertext | Eric Biggers |
2019-04-16 | fscrypt: drop inode argument from fscrypt_get_ctx() | Eric Biggers |
2019-04-10 | ext4: ignore e_value_offs for xattrs with value-in-ea-inode | Theodore Ts'o |
2019-04-09 | ext4: protect journal inode's blocks using block_validity | Theodore Ts'o |
2019-04-07 | ext4: use BUG() instead of BUG_ON(1) | Arnd Bergmann |
2019-04-07 | ext4: fix prefetchw of NULL page | Liu Xiang |
2019-04-06 | ext4: remove incorrect comment for NEXT_ORPHAN() | Eric Biggers |
2019-04-06 | ext4: make sanity check in mballoc more strict | Jan Kara |
2019-04-06 | block: remove CONFIG_LBDAF | Christoph Hellwig |