summaryrefslogtreecommitdiff
path: root/fs/ext4/super.c
AgeCommit message (Expand)Author
2017-11-08ext4: do not use stripe_width if it is not setJan Kara
2017-09-27ext4: fix quota inconsistency during orphan cleanup for read-only mountszhangyi (F)
2017-09-27ext4: fix incorrect quotaoff if the quota feature is enabledzhangyi (F)
2017-03-26ext4: fix fencepost in s_first_meta_bg validationTheodore Ts'o
2017-03-12ext4: return EROFS if device is r/o and journal replay is neededTheodore Ts'o
2017-03-12ext4: preserve the needs_recovery flag when the journal is abortedTheodore Ts'o
2017-02-09ext4: validate s_first_meta_bg at mount timeEryu Guan
2017-01-06ext4: do not perform data journaling when data is encryptedSergey Karamov
2017-01-06ext4: add sanity checking to count_overhead()Theodore Ts'o
2017-01-06ext4: fix in-superblock mount options processingTheodore Ts'o
2017-01-06ext4: use more strict checks for inodes_per_block on mountTheodore Ts'o
2017-01-06ext4: don't lock buffer in ext4_commit_super if holding spinlockTheodore Ts'o
2016-11-19ext4: sanity check the block and cluster size at mount timeTheodore Ts'o
2016-10-12ext4: super.c: Update logging style using KERN_CONTJoe Perches
2016-09-30ext4: use journal inode to determine journal overheadEric Whitney
2016-09-30ext4: create function to read journal inodeEric Whitney
2016-09-05ext4: improve ext4lazyinit scalabilityDmitry Monakhov
2016-09-05ext4: enable quota enforcement based on mount optionsJan Kara
2016-08-29Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-08-01ext4: validate that metadata blocks do not overlap superblockTheodore Ts'o
2016-07-26Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2016-07-14ext4: short-cut orphan cleanup on errorVegard Nossum
2016-07-10ext4 crypto: migrate into vfs's crypto engineJaegeuk Kim
2016-07-05ext4: validate s_reserved_gdt_blocks on mountTheodore Ts'o
2016-07-04ext4: Fix WARN_ON_ONCE in ext4_commit_super()Pranay Kr. Srivastava
2016-07-03ext4: avoid modifying checksum fields directly during checksum verificationDaeho Jeong
2016-06-07fs: have ll_rw_block users pass in op and flags separatelyMike Christie
2016-05-17ext4: Add alignment check for DAX mountToshi Kani
2016-04-25ext4: fix races between changing inode journal mode and ext4_writepagesDaeho Jeong
2016-04-07Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-04-03ext4: ignore quota mount options if the quota feature is enabledTheodore Ts'o
2016-04-01ext4: avoid calling dquot_get_next_id() if quota is not enabledTheodore Ts'o
2016-04-01ext4: add lockdep annotations for i_data_semTheodore Ts'o
2016-03-21Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2016-03-12ext4: print ext4 mount option data_err=abort correctlyAles Novak
2016-03-08ext4: remove i_ioend_countJan Kara
2016-03-08ext4: use i_mutex to serialize unaligned AIO DIOJan Kara
2016-02-22ext4: kill ext4_mballoc_readyAndreas Gruenbacher
2016-02-22ext4: convert to mbcache2Jan Kara
2016-02-19ext4: Make Q_GETNEXTQUOTA work for quota in hidden inodesEric Sandeen
2016-02-09quota: Add support for ->get_nextdqblk() for VFS quotaJan Kara
2016-01-22wrappers for ->i_mutex accessAl Viro
2016-01-22Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov
2016-01-08ext4: add project quota supportLi Xi
2016-01-08ext4: adds project ID supportLi Xi
2015-12-07ext4: document lock orderingJan Kara
2015-12-07ext4: fix races between page faults and hole punchingJan Kara
2015-11-16ext2, ext4: warn when mounting with dax enabledDan Williams