summaryrefslogtreecommitdiff
path: root/fs/ext4
Commit message (Expand)AuthorAge
* Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-04-10
|\
| * ext4, dax: introduce ext4_dax_aopsDan Williams2018-03-30
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-04-06
|\ \
| * | fs: move I_DIRTY_INODE to fs.hChristoph Hellwig2018-03-28
| |/
* | ext4: force revalidation of directory pointer after seekdir(2)Theodore Ts'o2018-04-01
* | ext4: add extra checks to ext4_xattr_block_get()Theodore Ts'o2018-03-30
* | ext4: add bounds checking to ext4_xattr_find_entry()Theodore Ts'o2018-03-30
* | ext4: move call to ext4_error() into ext4_xattr_check_block()Theodore Ts'o2018-03-30
* | ext4: don't show data=<mode> option if defaultedTyson Nottingham2018-03-30
* | ext4: omit init_itable=n in procfs when disabledTyson Nottingham2018-03-30
* | ext4: show more binary mount options in procfsTyson Nottingham2018-03-30
* | ext4: simplify kobject usageTyson Nottingham2018-03-30
* | ext4: remove unused parameters in sysfs codeTyson Nottingham2018-03-30
* | ext4: null out kobject* during sysfs cleanupTyson Nottingham2018-03-30
* | ext4: don't allow r/w mounts if metadata blocks overlap the superblockTheodore Ts'o2018-03-29
* | ext4: always initialize the crc32c checksum driverTheodore Ts'o2018-03-29
* | ext4: fail ext4_iget for root directory if unallocatedTheodore Ts'o2018-03-29
* | ext4: limit xattr size to INT_MAXEric Biggers2018-03-29
* | ext4: add validity checks for bitmap block numbersTheodore Ts'o2018-03-26
* | ext4: fix comments in ext4_swap_extents()zhenwei.pi2018-03-26
* | ext4: use generic_writepages instead of __writepage/write_cache_pagesGoldwyn Rodrigues2018-03-26
* | ext4: don't complain about incorrect features when probingEric Sandeen2018-03-22
* | ext4: remove EXT4_STATE_DIOREAD_LOCK flagNikolay Borisov2018-03-22
* | ext4: fix offset overflow on 32-bit archs in ext4_iomap_begin()Jiri Slaby2018-03-22
* | ext4: update i_disksize if direct write past ondisk sizeEryu Guan2018-03-22
* | ext4: protect i_disksize update by i_data_sem in direct write pathEryu Guan2018-03-22
* | ext4: don't update checksum of new initialized bitmapsTheodore Ts'o2018-02-19
* | ext4: pass -ESHUTDOWN code to jbd2 layerTheodore Ts'o2018-02-18
* | ext4: eliminate sleep from shutdown ioctlTheodore Ts'o2018-02-18
* | ext4: shutdown should not prevent get_write_accessTheodore Ts'o2018-02-18
* | ext4: add tracepoints for shutdown and file system errorsTheodore Ts'o2018-02-18
|/
* Merge tag 'iversion-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-02-07
|\
| * iversion: Rename make inode_cmp_iversion{+raw} to inode_eq_iversion{+raw}Goffredo Baroncelli2018-02-01
* | Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-06
|\ \
| * | ext4: auto disable dax instead of failing mountDan Williams2018-01-19
* | | Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-02-04
|\ \ \
| * | | fscrypt: remove 'ci' parameter from fscrypt_put_encryption_info()Eric Biggers2018-01-11
| * | | ext4: switch to fscrypt_get_symlink()Eric Biggers2018-01-11
| * | | ext4: switch to fscrypt ->symlink() helper functionsEric Biggers2018-01-11
| |/ /
* | | Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-03
|\ \ \
| * | | ext4: Define usercopy region in ext4_inode_cache slab cacheDavid Windsor2018-01-15
* | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2018-02-03
|\ \ \ \ | |_|_|/ |/| | |
| * | | ext4: create ext4_kset dynamicallyRiccardo Schirone2018-01-11
| * | | ext4: create ext4_feat kobject dynamicallyRiccardo Schirone2018-01-11
| * | | ext4: release kobject/kset even when init/register failRiccardo Schirone2018-01-11
| * | | ext4: fix incorrect indentation of if statementColin Ian King2018-01-11
| * | | ext4: use 'sbi' instead of 'EXT4_SB(sb)'Jun Piao2018-01-11
| * | | ext4: save error to disk in __ext4_grp_locked_error()Zhouyi Zhou2018-01-10
| * | | ext4: fix a race in the ext4 shutdown pathHarshad Shirwadkar2018-01-10
| * | | ext4: no need flush workqueue before destroying itpiaojun2018-01-09