aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/super.c
Commit message (Expand)AuthorAge
* ext4: fix fencepost in s_first_meta_bg validationTheodore Ts'o2017-03-26
* ext4: return EROFS if device is r/o and journal replay is neededTheodore Ts'o2017-03-12
* ext4: preserve the needs_recovery flag when the journal is abortedTheodore Ts'o2017-03-12
* ext4: validate s_first_meta_bg at mount timeEryu Guan2017-02-09
* ext4: do not perform data journaling when data is encryptedSergey Karamov2017-01-06
* ext4: add sanity checking to count_overhead()Theodore Ts'o2017-01-06
* ext4: fix in-superblock mount options processingTheodore Ts'o2017-01-06
* ext4: use more strict checks for inodes_per_block on mountTheodore Ts'o2017-01-06
* ext4: don't lock buffer in ext4_commit_super if holding spinlockTheodore Ts'o2017-01-06
* ext4: sanity check the block and cluster size at mount timeTheodore Ts'o2016-11-19
* ext4: super.c: Update logging style using KERN_CONTJoe Perches2016-10-12
* ext4: use journal inode to determine journal overheadEric Whitney2016-09-30
* ext4: create function to read journal inodeEric Whitney2016-09-30
* ext4: improve ext4lazyinit scalabilityDmitry Monakhov2016-09-05
* ext4: enable quota enforcement based on mount optionsJan Kara2016-09-05
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-08-29
|\
| * ext4: validate that metadata blocks do not overlap superblockTheodore Ts'o2016-08-01
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2016-07-26
|\|
| * ext4: short-cut orphan cleanup on errorVegard Nossum2016-07-14
| * ext4 crypto: migrate into vfs's crypto engineJaegeuk Kim2016-07-10
| * ext4: validate s_reserved_gdt_blocks on mountTheodore Ts'o2016-07-05
| * ext4: Fix WARN_ON_ONCE in ext4_commit_super()Pranay Kr. Srivastava2016-07-04
| * ext4: avoid modifying checksum fields directly during checksum verificationDaeho Jeong2016-07-03
* | fs: have ll_rw_block users pass in op and flags separatelyMike Christie2016-06-07
|/
* ext4: Add alignment check for DAX mountToshi Kani2016-05-17
* ext4: fix races between changing inode journal mode and ext4_writepagesDaeho Jeong2016-04-25
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-04-07
|\
| * ext4: ignore quota mount options if the quota feature is enabledTheodore Ts'o2016-04-03
| * ext4: avoid calling dquot_get_next_id() if quota is not enabledTheodore Ts'o2016-04-01
| * ext4: add lockdep annotations for i_data_semTheodore Ts'o2016-04-01
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-04
|/
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2016-03-21
|\
| * ext4: Make Q_GETNEXTQUOTA work for quota in hidden inodesEric Sandeen2016-02-19
| * quota: Add support for ->get_nextdqblk() for VFS quotaJan Kara2016-02-09
* | ext4: print ext4 mount option data_err=abort correctlyAles Novak2016-03-12
* | ext4: remove i_ioend_countJan Kara2016-03-08
* | ext4: use i_mutex to serialize unaligned AIO DIOJan Kara2016-03-08
* | ext4: kill ext4_mballoc_readyAndreas Gruenbacher2016-02-22
* | ext4: convert to mbcache2Jan Kara2016-02-22
|/
* wrappers for ->i_mutex accessAl Viro2016-01-22
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2016-01-22
|\
| * ext4: add project quota supportLi Xi2016-01-08
| * ext4: adds project ID supportLi Xi2016-01-08
| * ext4: document lock orderingJan Kara2015-12-07
| * ext4: fix races between page faults and hole punchingJan Kara2015-12-07
* | kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-14
|/
* ext2, ext4: warn when mounting with dax enabledDan Williams2015-11-16
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-07
|\
| * mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-06
* | ext4: do not allow journal_opts for fs w/o journalDmitry Monakhov2015-10-18