aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)AuthorFilesLines
2018-03-30ext4: don't show data=<mode> option if defaultedGravatar Tyson Nottingham 1-2/+5
2018-03-30ext4: omit init_itable=n in procfs when disabledGravatar Tyson Nottingham 1-1/+1
2018-03-30ext4: show more binary mount options in procfsGravatar Tyson Nottingham 1-3/+4
2018-03-30ext4: simplify kobject usageGravatar Tyson Nottingham 1-33/+12
2018-03-30ext4: remove unused parameters in sysfs codeGravatar Tyson Nottingham 1-15/+10
2018-03-30ext4: null out kobject* during sysfs cleanupGravatar Tyson Nottingham 1-0/+2
2018-03-29ext4: don't allow r/w mounts if metadata blocks overlap the superblockGravatar Theodore Ts'o 1-0/+6
2018-03-29ext4: always initialize the crc32c checksum driverGravatar Theodore Ts'o 1-9/+6
2018-03-29ext4: fail ext4_iget for root directory if unallocatedGravatar Theodore Ts'o 1-0/+6
2018-03-29ext4: limit xattr size to INT_MAXGravatar Eric Biggers 1-3/+6
2018-03-28fs: move I_DIRTY_INODE to fs.hGravatar Christoph Hellwig 1-2/+2
2018-03-26ext4: add validity checks for bitmap block numbersGravatar Theodore Ts'o 2-2/+21
2018-03-26ext4: fix comments in ext4_swap_extents()Gravatar zhenwei.pi 1-2/+2
2018-03-26ext4: use generic_writepages instead of __writepage/write_cache_pagesGravatar Goldwyn Rodrigues 1-14/+1
2018-03-22ext4: don't complain about incorrect features when probingGravatar Eric Sandeen 1-0/+12
2018-03-22ext4: remove EXT4_STATE_DIOREAD_LOCK flagGravatar Nikolay Borisov 6-54/+10
2018-03-22ext4: fix offset overflow on 32-bit archs in ext4_iomap_begin()Gravatar Jiri Slaby 1-1/+1
2018-03-22ext4: update i_disksize if direct write past ondisk sizeGravatar Eryu Guan 1-3/+5
2018-03-22ext4: protect i_disksize update by i_data_sem in direct write pathGravatar Eryu Guan 1-3/+2
2018-02-19ext4: don't update checksum of new initialized bitmapsGravatar Theodore Ts'o 2-46/+4
2018-02-18ext4: pass -ESHUTDOWN code to jbd2 layerGravatar Theodore Ts'o 1-2/+2
2018-02-18ext4: eliminate sleep from shutdown ioctlGravatar Theodore Ts'o 1-3/+1
2018-02-18ext4: shutdown should not prevent get_write_accessGravatar Theodore Ts'o 1-7/+0
2018-02-18ext4: add tracepoints for shutdown and file system errorsGravatar Theodore Ts'o 2-0/+5
2018-02-07Merge tag 'iversion-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-3/+3
2018-02-06Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-3/+6
2018-02-04Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 3-83/+22
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-5/+7
2018-02-03Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 25-165/+115
2018-02-01iversion: Rename make inode_cmp_iversion{+raw} to inode_eq_iversion{+raw}Gravatar Goffredo Baroncelli 2-3/+3
2018-01-31Merge tag 'docs-4.16' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-3/+0
2018-01-29Merge tag 'iversion-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 7-17/+28
2018-01-29ext4: convert to new i_version APIGravatar Jeff Layton 7-17/+26
2018-01-29fs: new API for handling inode->i_versionGravatar Jeff Layton 2-0/+2
2018-01-19ext4: auto disable dax instead of failing mountGravatar Dan Williams 1-3/+6
2018-01-15ext4: Define usercopy region in ext4_inode_cache slab cacheGravatar David Windsor 1-5/+7
2018-01-11fscrypt: remove 'ci' parameter from fscrypt_put_encryption_info()Gravatar Eric Biggers 1-3/+1
2018-01-11ext4: switch to fscrypt_get_symlink()Gravatar Eric Biggers 1-37/+6
2018-01-11ext4: switch to fscrypt ->symlink() helper functionsGravatar Eric Biggers 1-43/+15
2018-01-11ext4: create ext4_kset dynamicallyGravatar Riccardo Schirone 1-14/+25
2018-01-11ext4: create ext4_feat kobject dynamicallyGravatar Riccardo Schirone 1-11/+22
2018-01-11ext4: release kobject/kset even when init/register failGravatar Riccardo Schirone 1-4/+11
2018-01-11ext4: fix incorrect indentation of if statementGravatar Colin Ian King 1-3/+3
2018-01-11ext4: use 'sbi' instead of 'EXT4_SB(sb)'Gravatar Jun Piao 6-18/+18
2018-01-10ext4: save error to disk in __ext4_grp_locked_error()Gravatar Zhouyi Zhou 1-0/+1
2018-01-10ext4: fix a race in the ext4 shutdown pathGravatar Harshad Shirwadkar 1-4/+12
2018-01-09ext4: no need flush workqueue before destroying itGravatar piaojun 1-1/+0
2018-01-07ext4: fixed alignment and minor code cleanup in ext4.hGravatar Petros Koutoupis 1-11/+9
2018-01-07ext4: fix ENOSPC handling in DAX page fault handlerGravatar Jan Kara 1-2/+8
2018-01-07dax: pass detailed error code from dax_iomap_fault()Gravatar Jan Kara 1-1/+1