summaryrefslogtreecommitdiff
path: root/fs/ext4/super.c
AgeCommit message (Expand)Author
2018-02-06Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-02-04Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-02-03Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2018-01-29ext4: convert to new i_version APIJeff Layton
2018-01-19ext4: auto disable dax instead of failing mountDan Williams
2018-01-15ext4: Define usercopy region in ext4_inode_cache slab cacheDavid Windsor
2018-01-11fscrypt: remove 'ci' parameter from fscrypt_put_encryption_info()Eric Biggers
2018-01-11ext4: use 'sbi' instead of 'EXT4_SB(sb)'Jun Piao
2018-01-10ext4: save error to disk in __ext4_grp_locked_error()Zhouyi Zhou
2018-01-09ext4: no need flush workqueue before destroying itpiaojun
2017-12-17ext4: fix up remaining files with SPDX cleanupsTheodore Ts'o
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-11-14Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2017-11-14Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-08ext4: improve smp scalability for inode generationTheodore Ts'o
2017-10-18fscrypt: remove unneeded empty fscrypt_operations structsEric Biggers
2017-10-18fscrypt: remove ->is_encrypted()Eric Biggers
2017-10-18fs, fscrypt: add an S_ENCRYPTED inode flagEric Biggers
2017-10-18Convert fs/*/* to SB_I_VERSIONMatthew Garrett
2017-10-18ext4: mention noload when recovering on read-only deviceSimon Ruderich
2017-10-18ext4: convert timers to use timer_setup()Kees Cook
2017-10-12ext4: add sanity check for encryption + DAXRoss Zwisler
2017-10-12ext4: prevent data corruption with inline data + DAXRoss Zwisler
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2017-09-11Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-09-07Merge branch 'quota_scaling' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-09-05ext4: fix null pointer dereference on sbiColin Ian King
2017-08-31ext4: perform dax_device lookup at mountDan Williams
2017-08-24ext4: fix quota inconsistency during orphan cleanup for read-only mountszhangyi (F)
2017-08-24ext4: fix incorrect quotaoff if the quota feature is enabledzhangyi (F)
2017-08-17quota: Reduce contention on dq_data_lockJan Kara
2017-08-17ext4: Disable dirty list tracking of dquots when journalling quotasJan Kara
2017-08-17quota: Convert dqio_mutex to rwsemJan Kara
2017-07-30ext4: remove unused metadata accounting variablesEric Whitney
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells
2017-07-09Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2017-07-09Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-07-06ext4: fix __ext4_new_inode() journal credits calculationTahsin Erdogan
2017-07-03Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuidLinus Torvalds
2017-06-23fscrypt: make ->dummy_context() return boolEric Biggers
2017-06-23ext4: forbid encrypting root directoryEric Biggers
2017-06-22ext4: send parallel discards on commit completionsDaeho Jeong
2017-06-22ext4: add nombcache mount optionTahsin Erdogan
2017-06-22quota: add get_inode_usage callback to transfer multi-inode chargesTahsin Erdogan
2017-06-22ext4: xattr inode deduplicationTahsin Erdogan
2017-06-22ext2, ext4: make mb block cache names more explicitTahsin Erdogan
2017-06-21ext4: improve journal credit handling in set xattr pathsTahsin Erdogan
2017-06-05fs: switch ->s_uuid to uuid_tChristoph Hellwig
2017-05-24ext4: fix quota charging for shared xattr blocksTahsin Erdogan