summaryrefslogtreecommitdiffstats
path: root/fs/ext4 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | ext4: add new ext4_mark_group_bitmap_corrupted() helperWang Shilong2018-05-125-48/+52
| * | | ext4: fix wrong return value in ext4_read_inode_bitmap()Wang Shilong2018-05-121-1/+1
| * | | ext4: use raw i_version value for ea_inodeEryu Guan2018-05-101-2/+22
| * | | ext4: use XATTR_CREATE in ext4_initxattrs()Eryu Guan2018-05-101-1/+1
| * | | ext4: make function ‘ext4_getfsmap_find_fixed_metadata’ staticMathieu Malaterre2018-05-101-2/+2
| |/ /
* | | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-043-66/+14
|\ \ \ | |_|/ |/| |
| * | ext4: simplify procfs codeChristoph Hellwig2018-05-163-66/+14
| |/
* | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2018-05-211-4/+2
|\ \ | |/ |/|
| * do d_instantiate/unlock_new_inode combinations safelyAl Viro2018-05-111-4/+2
* | Merge tag 'for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-04-293-9/+17
|\ \ | |/ |/|
| * ext4: add MODULE_SOFTDEP to ensure crc32c is included in the initramfsTheodore Ts'o2018-04-261-0/+1
| * ext4: fix bitmap position validationLukas Czerner2018-04-241-4/+5
| * ext4: prevent right-shifting extents beyond EXT_MAX_BLOCKSEric Biggers2018-04-121-5/+11
* | Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-04-101-11/+31
|\ \
| * | ext4, dax: introduce ext4_dax_aopsDan Williams2018-03-301-11/+31
* | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-04-061-2/+2
|\ \ \ | |_|/ |/| |
| * | fs: move I_DIRTY_INODE to fs.hChristoph Hellwig2018-03-281-2/+2
| |/
* | ext4: force revalidation of directory pointer after seekdir(2)Theodore Ts'o2018-04-021-3/+5
* | ext4: add extra checks to ext4_xattr_block_get()Theodore Ts'o2018-03-312-7/+30
* | ext4: add bounds checking to ext4_xattr_find_entry()Theodore Ts'o2018-03-311-11/+17
* | ext4: move call to ext4_error() into ext4_xattr_check_block()Theodore Ts'o2018-03-301-33/+27
* | ext4: don't show data=<mode> option if defaultedTyson Nottingham2018-03-301-2/+5
* | ext4: omit init_itable=n in procfs when disabledTyson Nottingham2018-03-301-1/+1
* | ext4: show more binary mount options in procfsTyson Nottingham2018-03-301-3/+4
* | ext4: simplify kobject usageTyson Nottingham2018-03-301-33/+12
* | ext4: remove unused parameters in sysfs codeTyson Nottingham2018-03-301-15/+10
* | ext4: null out kobject* during sysfs cleanupTyson Nottingham2018-03-301-0/+2
* | ext4: don't allow r/w mounts if metadata blocks overlap the superblockTheodore Ts'o2018-03-301-0/+6
* | ext4: always initialize the crc32c checksum driverTheodore Ts'o2018-03-301-9/+6
* | ext4: fail ext4_iget for root directory if unallocatedTheodore Ts'o2018-03-301-0/+6
* | ext4: limit xattr size to INT_MAXEric Biggers2018-03-291-3/+6
* | ext4: add validity checks for bitmap block numbersTheodore Ts'o2018-03-272-2/+21
* | ext4: fix comments in ext4_swap_extents()zhenwei.pi2018-03-261-2/+2
* | ext4: use generic_writepages instead of __writepage/write_cache_pagesGoldwyn Rodrigues2018-03-261-14/+1
* | ext4: don't complain about incorrect features when probingEric Sandeen2018-03-221-0/+12
* | ext4: remove EXT4_STATE_DIOREAD_LOCK flagNikolay Borisov2018-03-226-54/+10
* | ext4: fix offset overflow on 32-bit archs in ext4_iomap_begin()Jiri Slaby2018-03-221-1/+1
* | ext4: update i_disksize if direct write past ondisk sizeEryu Guan2018-03-221-3/+5
* | ext4: protect i_disksize update by i_data_sem in direct write pathEryu Guan2018-03-221-3/+2
* | ext4: don't update checksum of new initialized bitmapsTheodore Ts'o2018-02-192-46/+4
* | ext4: pass -ESHUTDOWN code to jbd2 layerTheodore Ts'o2018-02-191-2/+2
* | ext4: eliminate sleep from shutdown ioctlTheodore Ts'o2018-02-191-3/+1
* | ext4: shutdown should not prevent get_write_accessTheodore Ts'o2018-02-191-7/+0
* | ext4: add tracepoints for shutdown and file system errorsTheodore Ts'o2018-02-192-0/+5
|/
* 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-201-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-121-3/+1