aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)AuthorFilesLines
2019-07-18Merge tag 'libnvdimm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-4/+6
2019-07-15Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2019-07-12Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/x...Gravatar Linus Torvalds 1-38/+13
2019-07-10Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 15-193/+347
2019-07-10blkcg, writeback: Rename wbc_account_io() to wbc_account_cgroup_owner()Gravatar Tejun Heo 1-1/+1
2019-07-05ext4: disable map_sync for async flushGravatar Pankaj Gupta 1-4/+6
2019-07-02ext4: fix coverity warning on error path of filename setupGravatar Gabriel Krisman Bertazi 1-4/+9
2019-07-02ext4: replace ktype default_attrs with default_groupsGravatar Kimberly Brown 1-2/+4
2019-07-01vfs: teach vfs_ioc_fssetxattr_check to check project id infoGravatar Darrick J. Wong 1-27/+0
2019-07-01vfs: create a generic checking function for FS_IOC_FSSETXATTRGravatar Darrick J. Wong 1-8/+17
2019-07-01vfs: create a generic checking and prep function for FS_IOC_SETFLAGSGravatar Darrick J. Wong 1-10/+3
2019-06-21ext4: rename htree_inline_dir_to_tree() to ext4_inlinedir_to_tree()Gravatar Theodore Ts'o 3-14/+14
2019-06-21ext4: refactor initialize_dirent_tail()Gravatar Theodore Ts'o 3-41/+26
2019-06-21ext4: rename "dirent_csum" functions to use "dirblock"Gravatar Theodore Ts'o 4-41/+35
2019-06-20ext4: allow directory holesGravatar Theodore Ts'o 2-18/+46
2019-06-20ext4: use jbd2_inode dirty range scopingGravatar Ross Zwisler 3-10/+18
2019-06-20ext4: remove redundant assignment to nodeGravatar Colin Ian King 1-1/+0
2019-06-19ext4: optimize case-insensitive lookupsGravatar Gabriel Krisman Bertazi 3-9/+75
2019-06-19ext4: make __ext4_get_inode_loc plugGravatar zhangjs 1-0/+3
2019-06-19ext4: clean up kerneldoc warnigns when building with W=1Gravatar Theodore Ts'o 6-26/+24
2019-06-10ext4: only set project inherit bit for directoryGravatar Wang Shilong 2-1/+4
2019-06-09ext4: enforce the immutable flag on open filesGravatar Theodore Ts'o 2-0/+15
2019-06-09ext4: don't allow any modifications to an immutable fileGravatar Darrick J. Wong 1-1/+45
2019-05-30ext4: gracefully handle ext4_break_layouts() failure during truncateGravatar Jan Kara 1-31/+35
2019-05-28ext4: encrypt only up to last block in ext4_bio_write_page()Gravatar Eric Biggers 1-1/+9
2019-05-28ext4: decrypt only the needed block in __ext4_block_zero_page_range()Gravatar Chandan Rajendra 1-2/+1
2019-05-28ext4: decrypt only the needed blocks in ext4_block_write_begin()Gravatar Chandan Rajendra 1-11/+18
2019-05-28ext4: clear BH_Uptodate flag on decryption errorGravatar Chandan Rajendra 1-2/+6
2019-05-28fscrypt: support decrypting multiple filesystem blocks per pageGravatar Eric Biggers 1-4/+3
2019-05-28fscrypt: support encrypting multiple filesystem blocks per pageGravatar Eric Biggers 1-2/+2
2019-05-28fscrypt: simplify bounce page handlingGravatar Eric Biggers 1-23/+13
2019-05-25Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 3-18/+19
2019-05-24ext4: fix dcache lookup of !casefolded directoriesGravatar Gabriel Krisman Bertazi 1-1/+1
2019-05-23ext4: do not delete unlinked inode from orphan list on failed truncateGravatar Jan Kara 1-1/+1
2019-05-23ext4: wait for outstanding dio during truncate in nojournal modeGravatar Jan Kara 1-12/+9
2019-05-22ext4: don't perform block validity checks on the journal inodeGravatar Theodore Ts'o 1-4/+8
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-05-19Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 7-8/+37
2019-05-17ext4: avoid panic during forced reboot due to aborted journalGravatar Jan Kara 1-1/+1
2019-05-15ext4: fix block validity checks for journal inodes using indirect blocksGravatar Theodore Ts'o 1-0/+5
2019-05-12ext4: fix miscellaneous sparse warningsGravatar Theodore Ts'o 3-3/+3
2019-05-10ext4: unsigned int compared against zeroGravatar Colin Ian King 1-1/+2
2019-05-10ext4: fix use-after-free in dx_release()Gravatar Sahitya Tummala 1-1/+4
2019-05-10ext4: fix data corruption caused by overlapping unaligned and aligned IOGravatar Lukas Czerner 1-0/+7
2019-05-10ext4: zero out the unused memory region in the extent tree blockGravatar Sriram Rajagopalan 1-2/+15
2019-05-07Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptGravatar Linus Torvalds 4-40/+101
2019-05-07Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 16-58/+432
2019-05-07Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 4-31/+9
2019-05-07Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-3/+2
2019-05-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-1/+0