summaryrefslogtreecommitdiffstats
path: root/fs/ext4/super.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | quota: Convert dqio_mutex to rwsemJan Kara2017-08-171-9/+4
| |/ /
* | | ext4: fix quota inconsistency during orphan cleanup for read-only mountszhangyi (F)2017-08-241-7/+31
* | | ext4: fix incorrect quotaoff if the quota feature is enabledzhangyi (F)2017-08-241-3/+3
|/ /
* / ext4: remove unused metadata accounting variablesEric Whitney2017-07-301-2/+0
|/
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-07-091-26/+83
|\
| * ext4: fix __ext4_new_inode() journal credits calculationTahsin Erdogan2017-07-061-1/+2
| * ext4: forbid encrypting root directoryEric Biggers2017-06-231-0/+9
| * ext4: send parallel discards on commit completionsDaeho Jeong2017-06-221-0/+3
| * ext4: add nombcache mount optionTahsin Erdogan2017-06-221-11/+23