aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-18Merge tag 'libnvdimm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-4/+6
2019-07-15Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2019-07-12Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-38/+13
2019-07-10Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds15-193/+347
2019-07-10blkcg, writeback: Rename wbc_account_io() to wbc_account_cgroup_owner()Tejun Heo1-1/+1
2019-07-05ext4: disable map_sync for async flushPankaj Gupta1-4/+6
2019-07-02ext4: fix coverity warning on error path of filename setupGabriel Krisman Bertazi1-4/+9
2019-07-02ext4: replace ktype default_attrs with default_groupsKimberly Brown1-2/+4
2019-07-01vfs: teach vfs_ioc_fssetxattr_check to check project id infoDarrick J. Wong1-27/+0
2019-07-01vfs: create a generic checking function for FS_IOC_FSSETXATTRDarrick J. Wong1-8/+17
2019-07-01vfs: create a generic checking and prep function for FS_IOC_SETFLAGSDarrick J. Wong1-10/+3
2019-06-21ext4: rename htree_inline_dir_to_tree() to ext4_inlinedir_to_tree()Theodore Ts'o3-14/+14
2019-06-21ext4: refactor initialize_dirent_tail()Theodore Ts'o3-41/+26
2019-06-21ext4: rename "dirent_csum" functions to use "dirblock"Theodore Ts'o4-41/+35
2019-06-20ext4: allow directory holesTheodore Ts'o2-18/+46
2019-06-20ext4: use jbd2_inode dirty range scopingRoss Zwisler3-10/+18
2019-06-20ext4: remove redundant assignment to nodeColin Ian King1-1/+0
2019-06-19ext4: optimize case-insensitive lookupsGabriel Krisman Bertazi3-9/+75
2019-06-19ext4: make __ext4_get_inode_loc plugzhangjs1-0/+3
2019-06-19ext4: clean up kerneldoc warnigns when building with W=1Theodore Ts'o6-26/+24
2019-06-10ext4: only set project inherit bit for directoryWang Shilong2-1/+4
2019-06-09ext4: enforce the immutable flag on open filesTheodore Ts'o2-0/+15
2019-06-09ext4: don't allow any modifications to an immutable fileDarrick J. Wong1-1/+45
2019-05-30ext4: gracefully handle ext4_break_layouts() failure during truncateJan Kara1-31/+35
2019-05-28ext4: encrypt only up to last block in ext4_bio_write_page()Eric Biggers1-1/+9
2019-05-28ext4: decrypt only the needed block in __ext4_block_zero_page_range()Chandan Rajendra1-2/+1
2019-05-28ext4: decrypt only the needed blocks in ext4_block_write_begin()Chandan Rajendra1-11/+18
2019-05-28ext4: clear BH_Uptodate flag on decryption errorChandan Rajendra1-2/+6
2019-05-28fscrypt: support decrypting multiple filesystem blocks per pageEric Biggers1-4/+3
2019-05-28fscrypt: support encrypting multiple filesystem blocks per pageEric Biggers1-2/+2
2019-05-28fscrypt: simplify bounce page handlingEric Biggers1-23/+13
2019-05-25Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds3-18/+19
2019-05-24ext4: fix dcache lookup of !casefolded directoriesGabriel Krisman Bertazi1-1/+1
2019-05-23ext4: do not delete unlinked inode from orphan list on failed truncateJan Kara1-1/+1
2019-05-23ext4: wait for outstanding dio during truncate in nojournal modeJan Kara1-12/+9
2019-05-22ext4: don't perform block validity checks on the journal inodeTheodore Ts'o1-4/+8
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-19Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds7-8/+37
2019-05-17ext4: avoid panic during forced reboot due to aborted journalJan Kara1-1/+1
2019-05-15ext4: fix block validity checks for journal inodes using indirect blocksTheodore Ts'o1-0/+5
2019-05-12ext4: fix miscellaneous sparse warningsTheodore Ts'o3-3/+3
2019-05-10ext4: unsigned int compared against zeroColin Ian King1-1/+2
2019-05-10ext4: fix use-after-free in dx_release()Sahitya Tummala1-1/+4
2019-05-10ext4: fix data corruption caused by overlapping unaligned and aligned IOLukas Czerner1-0/+7
2019-05-10ext4: zero out the unused memory region in the extent tree blockSriram Rajagopalan1-2/+15
2019-05-07Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds4-40/+101
2019-05-07Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds16-58/+432
2019-05-07Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds4-31/+9
2019-05-07Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+2
2019-05-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+0