summaryrefslogtreecommitdiffstats
path: root/fs/ext4
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iversion-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-02-072-3/+3
|\
| * iversion: Rename make inode_cmp_iversion{+raw} to inode_eq_iversion{+raw}Goffredo Baroncelli2018-02-012-3/+3
* | Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-061-3/+6
|\ \
| * | ext4: auto disable dax instead of failing mountDan Williams2018-01-191-3/+6
* | | Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-02-043-83/+22
|\ \ \
| * | | fscrypt: remove 'ci' parameter from fscrypt_put_encryption_info()Eric Biggers2018-01-111-3/+1
| * | | ext4: switch to fscrypt_get_symlink()Eric Biggers2018-01-111-37/+6
| * | | ext4: switch to fscrypt ->symlink() helper functionsEric Biggers2018-01-111-43/+15
| |/ /
* | | Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-031-5/+7
|\ \ \
| * | | ext4: Define usercopy region in ext4_inode_cache slab cacheDavid Windsor2018-01-151-5/+7
* | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2018-02-0325-165/+115
|\ \ \ \ | |_|_|/ |/| | |
| * | | ext4: create ext4_kset dynamicallyRiccardo Schirone2018-01-111-14/+25
| * | | ext4: create ext4_feat kobject dynamicallyRiccardo Schirone2018-01-111-11/+22
| * | | ext4: release kobject/kset even when init/register failRiccardo Schirone2018-01-111-4/+11
| * | | ext4: fix incorrect indentation of if statementColin Ian King2018-01-111-3/+3
| * | | ext4: use 'sbi' instead of 'EXT4_SB(sb)'Jun Piao2018-01-116-18/+18
| * | | ext4: save error to disk in __ext4_grp_locked_error()Zhouyi Zhou2018-01-101-0/+1
| * | | ext4: fix a race in the ext4 shutdown pathHarshad Shirwadkar2018-01-101-4/+12
| * | | ext4: no need flush workqueue before destroying itpiaojun2018-01-091-1/+0
| * | | ext4: fixed alignment and minor code cleanup in ext4.hPetros Koutoupis2018-01-071-11/+9
| * | | ext4: fix ENOSPC handling in DAX page fault handlerJan Kara2018-01-071-2/+8
| * | | dax: pass detailed error code from dax_iomap_fault()Jan Kara2018-01-071-1/+1
| * | | ext4: fix up remaining files with SPDX cleanupsTheodore Ts'o2017-12-1717-108/+17
| | |/ | |/|
* | | Merge tag 'docs-4.16' of git://git.lwn.net/linuxLinus Torvalds2018-01-311-3/+0
|\ \ \
| * | | fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.atAdam Borowski2018-01-011-3/+0
| | |/ | |/|
* | | Merge tag 'iversion-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-01-297-17/+28
|\ \ \ | |_|/ |/| |
| * | ext4: convert to new i_version APIJeff Layton2018-01-297-17/+26
| * | fs: new API for handling inode->i_versionJeff Layton2018-01-292-0/+2
| |/
* | ext4: fix crash when a directory's i_size is too smallChandan Rajendra2017-12-111-0/+4
* | ext4: add missing error check in __ext4_new_inode()Theodore Ts'o2017-12-101-0/+2
* | ext4: fix fdatasync(2) after fallocate(2) operationEryu Guan2017-12-031-0/+1
* | ext4: support fast symlinks from ext3 file systemsAndi Kleen2017-12-031-0/+9
|/
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-272-28/+28
* Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-11-171-43/+43
|\
| * ext4: take handling of EXT4_IOC_GROUP_ADD into a helper, get rid of set_fs()Al Viro2017-11-101-43/+43
* | Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-11-172-6/+35
|\ \
| * | fs, dax: unify IOMAP_F_DIRTY read vs write handling policy in the dax coreDan Williams2017-11-131-1/+1
| * | ext4: Support for synchronous DAX faultsJan Kara2017-11-032-1/+29
| * | ext4: Simplify error handling in ext4_dax_huge_fault()Jan Kara2017-11-031-6/+7
| * | dax: Allow dax_iomap_fault() to return pfnJan Kara2017-11-031-1/+1
| |/
* | mm, pagevec: remove cold parameter for pagevecsMel Gorman2017-11-151-3/+3
* | mm: remove nr_pages argument from pagevec_lookup_{,range}_tag()Jan Kara2017-11-151-1/+1
* | ext4: use pagevec_lookup_range_tag()Jan Kara2017-11-151-12/+2
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-11-1412-479/+245
|\ \
| * | ext4: improve smp scalability for inode generationTheodore Ts'o2017-11-084-12/+4
| * | ext4: add support for online resizing with bigallocharshads2017-10-294-58/+84
| * | ext4: mention noload when recovering on read-only deviceSimon Ruderich2017-10-181-1/+2
| * | ext4: convert timers to use timer_setup()Kees Cook2017-10-181-9/+5
| * | ext4: remove duplicate extended attributes defsRoss Zwisler2017-10-121-37/+0
| * | ext4: add ext4_should_use_dax()Ross Zwisler2017-10-121-3/+16
OpenPOWER on IntegriCloud