summaryrefslogtreecommitdiffstats
path: root/fs/ext4
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'entropy'Linus Torvalds2019-09-291-0/+3
|\
| * Revert "Revert "ext4: make __ext4_get_inode_loc plug""Linus Torvalds2019-09-291-0/+3
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2019-09-2113-275/+830
|\ \
| * | ext4: fix kernel oops caused by spurious casefold flagTheodore Ts'o2019-09-034-6/+10
| * | ext4: fix integer overflow when calculating commit intervalzhangyi (F)2019-08-281-0/+7
| * | ext4: use percpu_counters for extent_status cache hits/missesYang Guo2019-08-282-15/+26
| * | ext4: fix potential use after free after remounting with noblock_validityzhangyi (F)2019-08-282-52/+147
| * | ext4: fix punch hole for inline_data file systemsTheodore Ts'o2019-08-231-0/+9
| * | ext4: rework reserved cluster accounting when invalidating pagesEric Whitney2019-08-224-161/+353
| * | ext4: treat buffers with write errors as containing valid dataZhangXiaoxu2019-08-222-2/+15
| * | ext4: fix warning inside ext4_convert_unwritten_extents_endioRakesh Pandit2019-08-221-2/+2
| * | ext4: set error return correctly when ext4_htree_store_dirent failsColin Ian King2019-08-121-1/+1
| * | ext4: drop legacy pre-1970 encoding workaroundTheodore Ts'o2019-08-121-14/+1
| * | ext4: add new ioctl EXT4_IOC_GET_ES_CACHETheodore Ts'o2019-08-116-11/+182
| * | ext4: add a new ioctl EXT4_IOC_GETSTATETheodore Ts'o2019-08-112-0/+28
| * | ext4: add a new ioctl EXT4_IOC_CLEAR_ES_CACHETheodore Ts'o2019-08-114-0/+40
| * | ext4: remove unnecessary error checkShi Siyuan2019-08-111-2/+0
| * | ext4: fix warning when turn on dioread_nolock and inline_datayangerkun2019-08-111-9/+9
* | | Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p...Linus Torvalds2019-09-192-3/+22
|\ \ \
| * | | ext4: Reduce ext4 timestamp warningsDeepa Dinamani2019-09-041-3/+1
| * | | ext4: Initialize timestamps limitsDeepa Dinamani2019-08-302-3/+24
| |/ /
* | | Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...Linus Torvalds2019-09-189-53/+645
|\ \ \
| * | | ext4: add fs-verity read supportEric Biggers2019-08-124-36/+188
| * | | ext4: add basic fs-verity supportEric Biggers2019-08-128-17/+457
| |/ /
* | | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2019-09-182-0/+35
|\ \ \ | |_|/ |/| |
| * | ext4 crypto: fix to check feature status before get policyChao Yu2019-08-311-0/+2
| * | ext4: wire up new fscrypt ioctlsEric Biggers2019-08-122-0/+33
| |/
* / Revert "ext4: make __ext4_get_inode_loc plug"Linus Torvalds2019-09-151-3/+0
|/
* 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-051-4/+6
* | Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-blockLinus Torvalds2019-07-151-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-121-38/+13
|\ \
| * | vfs: teach vfs_ioc_fssetxattr_check to check project id infoDarrick J. Wong2019-07-011-27/+0
| * | 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/+3
| |/
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2019-07-1015-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-213-14/+14
| * | ext4: refactor initialize_dirent_tail()Theodore Ts'o2019-06-213-41/+26
| * | ext4: rename "dirent_csum" functions to use "dirblock"Theodore Ts'o2019-06-214-41/+35
| * | ext4: allow directory holesTheodore Ts'o2019-06-202-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/+0
| * | ext4: optimize case-insensitive lookupsGabriel Krisman Bertazi2019-06-193-9/+75
| * | ext4: make __ext4_get_inode_loc plugzhangjs2019-06-191-0/+3
| * | ext4: clean up kerneldoc warnigns when building with W=1Theodore Ts'o2019-06-196-26/+24
| * | ext4: only set project inherit bit for directoryWang Shilong2019-06-102-1/+4
| * | ext4: enforce the immutable flag on open filesTheodore Ts'o2019-06-092-0/+15