summaryrefslogtreecommitdiffstats
path: root/fs/ext4/super.c
Commit message (Expand)AuthorAgeFilesLines
* ext4: fix check to prevent initializing reserved inodesTheodore Ts'o2018-08-031-7/+1
* ext4: fix false negatives *and* false positives in ext4_check_descriptors()Theodore Ts'o2018-08-031-3/+2
* dax: change bdev_dax_supported() to support boolean returnsDave Jiang2018-07-111-2/+1
* fs: allow per-device dax status checking for filesystemsDarrick J. Wong2018-07-111-1/+1
* ext4: check superblock mapped prior to committingJon Derrick2018-07-111-0/+8
* ext4: add more mount time checks of the superblockTheodore Ts'o2018-07-111-11/+26
* ext4: add more inode number paranoia checksTheodore Ts'o2018-07-111-0/+5
* ext4: only look at the bg_flags field if it is validTheodore Ts'o2018-07-111-1/+10
* ext4: make sure bitmaps and the inode table don't overlap with bg descriptorsTheodore Ts'o2018-07-111-0/+25
* ext4: add MODULE_SOFTDEP to ensure crc32c is included in the initramfsTheodore Ts'o2018-04-261-0/+1
* 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: don't allow r/w mounts if metadata blocks overlap the superblockTheodore Ts'o2018-03-291-0/+6
* ext4: always initialize the crc32c checksum driverTheodore Ts'o2018-03-291-9/+6
* ext4: don't complain about incorrect features when probingEric Sandeen2018-03-221-0/+12
* ext4: remove EXT4_STATE_DIOREAD_LOCK flagNikolay Borisov2018-03-221-7/+5
* ext4: add tracepoints for shutdown and file system errorsTheodore Ts'o2018-02-181-0/+4
* 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-041-3/+1
|\ \
| * | fscrypt: remove 'ci' parameter from fscrypt_put_encryption_info()Eric Biggers2018-01-111-3/+1
| |/
* | 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-031-4/+5
|\ \
| * | ext4: use 'sbi' instead of 'EXT4_SB(sb)'Jun Piao2018-01-111-3/+3
| * | ext4: save error to disk in __ext4_grp_locked_error()Zhouyi Zhou2018-01-101-0/+1
| * | ext4: no need flush workqueue before destroying itpiaojun2018-01-091-1/+0
| * | ext4: fix up remaining files with SPDX cleanupsTheodore Ts'o2017-12-171-0/+1
| |/
* / ext4: convert to new i_version APIJeff Layton2018-01-291-1/+2
|/
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-26/+26
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-11-141-12/+15
|\
| * ext4: improve smp scalability for inode generationTheodore Ts'o2017-11-081-2/+0
| * 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: add sanity check for encryption + DAXRoss Zwisler2017-10-121-0/+3
| * ext4: prevent data corruption with inline data + DAXRoss Zwisler2017-10-121-0/+5
* | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-141-7/+8
|\ \
| * | fscrypt: remove unneeded empty fscrypt_operations structsEric Biggers2017-10-181-3/+2
| * | fscrypt: remove ->is_encrypted()Eric Biggers2017-10-181-2/+0
| * | fs, fscrypt: add an S_ENCRYPTED inode flagEric Biggers2017-10-181-2/+6
| |/
* / Convert fs/*/* to SB_I_VERSIONMatthew Garrett2017-10-181-2/+2
|/
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-141-28/+25
|\
| * VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-171-28/+25
* | Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-09-111-0/+4
|\ \
| * | ext4: fix null pointer dereference on sbiColin Ian King2017-09-051-1/+1
| * | ext4: perform dax_device lookup at mountDan Williams2017-08-311-0/+4
* | | Merge branch 'quota_scaling' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-09-071-12/+14
|\ \ \
| * | | quota: Reduce contention on dq_data_lockJan Kara2017-08-171-2/+2
| * | | ext4: Disable dirty list tracking of dquots when journalling quotasJan Kara2017-08-171-1/+8