summaryrefslogtreecommitdiff
path: root/fs/ext4
Commit message (Expand)AuthorAgeFilesLines
...
| * | | ext4: Add support for blocksize < pagesize in dioread_nolockRitesh Harjani2019-10-224-29/+82
| * | | ext4: Refactor mpage_map_and_submit_buffers functionRitesh Harjani2019-10-221-42/+83
| * | | ext4: Add API to bring in support for unwritten io_end_vec conversionRitesh Harjani2019-10-223-19/+32
| * | | ext4: keep uniform naming convention for io & io_end variablesRitesh Harjani2019-10-221-27/+28
| |/ /
* | | Merge tag 'iomap-5.5-merge-11' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-11-301-1/+1
|\ \ \ | | |/ | |/|
| * | iomap: use a srcmap for a read-modify-write I/OGoldwyn Rodrigues2019-10-211-1/+1
| |/
* | Merge tag 'linux-kselftest-5.5-rc1-kunit' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2019-11-253-0/+290
|\ \
| * | ext4: add kunit test for decoding extended timestampsIurii Zaikin2019-10-233-0/+290
| |/
* | Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...Linus Torvalds2019-11-251-1/+4
|\ \
| * | ext4: support STATX_ATTR_VERITYEric Biggers2019-11-131-1/+4
| |/
* | ext4: add support for IV_INO_LBLK_64 encryption policiesEric Biggers2019-11-062-0/+16
|/
* 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