summaryrefslogtreecommitdiffstats
path: root/fs/ext4/super.c
Commit message (Expand)AuthorAgeFilesLines
* fscrypt: make fscrypt_operations.key_prefix a stringEric Biggers2017-01-081-12/+1Star
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-181-2/+2
|\
| * quota: constify struct path in quota_onAl Viro2016-12-061-2/+2
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2016-12-141-49/+103
|\ \
| * | ext4: do not perform data journaling when data is encryptedSergey Karamov2016-12-101-0/+5
| * | ext4: fix checks for data=ordered and journal_async_commit optionsJan Kara2016-12-031-6/+15
| * | ext4: validate s_first_meta_bg at mount timeEryu Guan2016-12-011-0/+9
| * | ext4: fix mmp use after free during unmountEric Sandeen2016-11-261-1/+1
| * | ext4: avoid lockdep warning when inheriting encryption contextEric Biggers2016-11-211-10/+22
| * | ext4: only set S_DAX if DAX is really supportedJan Kara2016-11-201-0/+6
| * | ext4: add sanity checking to count_overhead()Theodore Ts'o2016-11-181-3/+8
| * | ext4: use more strict checks for inodes_per_block on mountTheodore Ts'o2016-11-181-9/+6Star
| * | ext4: fix in-superblock mount options processingTheodore Ts'o2016-11-181-15/+23
| * | ext4: sanity check the block and cluster size at mount timeTheodore Ts'o2016-11-181-1/+16
| * | ext4: use current_time() for inode timestampsDeepa Dinamani2016-11-151-1/+1
| * | ext4: don't lock buffer in ext4_commit_super if holding spinlockTheodore Ts'o2016-11-141-2/+3
| * | ext4: allow ext4_truncate() to return an errorTheodore Ts'o2016-11-141-2/+4
* | | Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds2016-12-131-1/+1
|\ \ \ | |_|/ |/| |
| * | block,fs: use REQ_* flags directlyChristoph Hellwig2016-11-011-1/+1
* | | ext4: sanity check the block and cluster size at mount timeTheodore Ts'o2016-11-201-1/+16
| |/ |/|
* | ext4: super.c: Update logging style using KERN_CONTJoe Perches2016-10-131-10/+11
|/
* ext4: use journal inode to determine journal overheadEric Whitney2016-09-301-2/+17
* ext4: create function to read journal inodeEric Whitney2016-09-301-9/+23
* ext4: improve ext4lazyinit scalabilityDmitry Monakhov2016-09-061-10/+31
* ext4: enable quota enforcement based on mount optionsJan Kara2016-09-061-10/+24
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-08-291-1/+17
|\
| * ext4: validate that metadata blocks do not overlap superblockTheodore Ts'o2016-08-011-1/+17
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2016-07-271-29/+133
|\|
| * ext4: short-cut orphan cleanup on errorVegard Nossum2016-07-151-0/+10
| * ext4 crypto: migrate into vfs's crypto engineJaegeuk Kim2016-07-101-6/+91
| * ext4: validate s_reserved_gdt_blocks on mountTheodore Ts'o2016-07-061-0/+7
| * ext4: Fix WARN_ON_ONCE in ext4_commit_super()Pranay Kr. Srivastava2016-07-041-14/+16
| * ext4: avoid modifying checksum fields directly during checksum verificationDaeho Jeong2016-07-031-9/+9
* | fs: have ll_rw_block users pass in op and flags separatelyMike Christie2016-06-071-1/+1
|/
* ext4: Add alignment check for DAX mountToshi Kani2016-05-171-9/+2Star
* ext4: fix races between changing inode journal mode and ext4_writepagesDaeho Jeong2016-04-261-0/+4
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-04-081-14/+47
|\
| * ext4: ignore quota mount options if the quota feature is enabledTheodore Ts'o2016-04-031-11/+11
| * ext4: avoid calling dquot_get_next_id() if quota is not enabledTheodore Ts'o2016-04-011-1/+13
| * ext4: add lockdep annotations for i_data_semTheodore Ts'o2016-04-011-2/+23
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-2/+2
|/
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2016-03-211-1/+3
|\
| * ext4: Make Q_GETNEXTQUOTA work for quota in hidden inodesEric Sandeen2016-02-191-1/+2
| * quota: Add support for ->get_nextdqblk() for VFS quotaJan Kara2016-02-091-0/+1
* | ext4: print ext4 mount option data_err=abort correctlyAles Novak2016-03-131-2/+8
* | ext4: remove i_ioend_countJan Kara2016-03-091-1/+0Star
* | ext4: use i_mutex to serialize unaligned AIO DIOJan Kara2016-03-091-4/+1Star
* | ext4: kill ext4_mballoc_readyAndreas Gruenbacher2016-02-231-10/+4Star
* | ext4: convert to mbcache2Jan Kara2016-02-221-2/+5
|/