summaryrefslogtreecommitdiffstats
path: root/fs/ext4
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'libnvdimm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-181-4/+6
|\
| * ext4: disable map_sync for async flushPankaj Gupta2019-07-061-4/+6
* | Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-blockLinus Torvalds2019-07-161-1/+1
|\ \
| * | blkcg, writeback: Rename wbc_account_io() to wbc_account_cgroup_owner()Tejun Heo2019-07-101-1/+1
| |/
* | Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/x...Linus Torvalds2019-07-131-38/+13Star
|\ \
| * | vfs: teach vfs_ioc_fssetxattr_check to check project id infoDarrick J. Wong2019-07-011-27/+0Star
| * | vfs: create a generic checking function for FS_IOC_FSSETXATTRDarrick J. Wong2019-07-011-8/+17
| * | vfs: create a generic checking and prep function for FS_IOC_SETFLAGSDarrick J. Wong2019-07-011-10/+3Star
| |/
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2019-07-1115-193/+347
|\ \
| * | ext4: fix coverity warning on error path of filename setupGabriel Krisman Bertazi2019-07-021-4/+9
| * | ext4: replace ktype default_attrs with default_groupsKimberly Brown2019-07-021-2/+4
| * | ext4: rename htree_inline_dir_to_tree() to ext4_inlinedir_to_tree()Theodore Ts'o2019-06-223-14/+14
| * | ext4: refactor initialize_dirent_tail()Theodore Ts'o2019-06-213-41/+26Star
| * | ext4: rename "dirent_csum" functions to use "dirblock"Theodore Ts'o2019-06-214-41/+35Star
| * | ext4: allow directory holesTheodore Ts'o2019-06-212-18/+46
| * | ext4: use jbd2_inode dirty range scopingRoss Zwisler2019-06-203-10/+18
| * | ext4: remove redundant assignment to nodeColin Ian King2019-06-201-1/+0Star
| * | ext4: optimize case-insensitive lookupsGabriel Krisman Bertazi2019-06-203-9/+75
| * | ext4: make __ext4_get_inode_loc plugzhangjs2019-06-201-0/+3
| * | ext4: clean up kerneldoc warnigns when building with W=1Theodore Ts'o2019-06-196-26/+24Star
| * | ext4: only set project inherit bit for directoryWang Shilong2019-06-102-1/+4
| * | ext4: enforce the immutable flag on open filesTheodore Ts'o2019-06-102-0/+15
| * | ext4: don't allow any modifications to an immutable fileDarrick J. Wong2019-06-101-1/+45
| * | ext4: gracefully handle ext4_break_layouts() failure during truncateJan Kara2019-05-301-31/+35
| |/
* | ext4: encrypt only up to last block in ext4_bio_write_page()Eric Biggers2019-05-281-1/+9
* | ext4: decrypt only the needed block in __ext4_block_zero_page_range()Chandan Rajendra2019-05-281-2/+1Star
* | ext4: decrypt only the needed blocks in ext4_block_write_begin()Chandan Rajendra2019-05-281-11/+18
* | ext4: clear BH_Uptodate flag on decryption errorChandan Rajendra2019-05-281-2/+6
* | fscrypt: support decrypting multiple filesystem blocks per pageEric Biggers2019-05-281-4/+3Star
* | fscrypt: support encrypting multiple filesystem blocks per pageEric Biggers2019-05-281-2/+2
* | fscrypt: simplify bounce page handlingEric Biggers2019-05-281-23/+13Star
|/
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-05-263-18/+19
|\
| * ext4: fix dcache lookup of !casefolded directoriesGabriel Krisman Bertazi2019-05-251-1/+1
| * ext4: do not delete unlinked inode from orphan list on failed truncateJan Kara2019-05-241-1/+1
| * ext4: wait for outstanding dio during truncate in nojournal modeJan Kara2019-05-241-12/+9Star
| * 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-111-1/+2
| * ext4: fix use-after-free in dx_release()Sahitya Tummala2019-05-111-1/+4
| * ext4: fix data corruption caused by overlapping unaligned and aligned IOLukas Czerner2019-05-111-0/+7
| * ext4: zero out the unused memory region in the extent tree blockSriram Rajagopalan2019-05-111-2/+15
* | Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2019-05-084-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-171-1/+1
* | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2019-05-0816-58/+432
|\ \ \ | | |/ | |/|