aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4/super.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-15fscrypt: eliminate ->prepare_context() operationGravatar Eric Biggers 1-6/+4
2017-02-20Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-9/+38
2017-02-15ext4: fix fencepost in s_first_meta_bg validationGravatar Theodore Ts'o 1-1/+1
2017-02-10ext4: do not use stripe_width if it is not setGravatar Jan Kara 1-2/+2
2017-02-08fscrypt: constify struct fscrypt_operationsGravatar Eric Biggers 1-2/+2
2017-02-05ext4: add EXT4_IOC_GOINGDOWN ioctlGravatar Theodore Ts'o 1-1/+1
2017-02-05ext4: add shutdown bit and check for itGravatar Theodore Ts'o 1-0/+21
2017-02-05ext4: return EROFS if device is r/o and journal replay is neededGravatar Theodore Ts'o 1-1/+2
2017-02-04ext4: preserve the needs_recovery flag when the journal is abortedGravatar Theodore Ts'o 1-2/+4
2017-01-11ext4: add debug_want_extra_isize mount optionGravatar Theodore Ts'o 1-2/+7
2017-01-08fscrypt: make fscrypt_operations.key_prefix a stringGravatar Eric Biggers 1-12/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+2
2016-12-14Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-49/+103
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2016-12-10ext4: do not perform data journaling when data is encryptedGravatar Sergey Karamov 1-0/+5
2016-12-05quota: constify struct path in quota_onGravatar Al Viro 1-2/+2
2016-12-03ext4: fix checks for data=ordered and journal_async_commit optionsGravatar Jan Kara 1-6/+15
2016-12-01ext4: validate s_first_meta_bg at mount timeGravatar Eryu Guan 1-0/+9
2016-11-26ext4: fix mmp use after free during unmountGravatar Eric Sandeen 1-1/+1
2016-11-21ext4: avoid lockdep warning when inheriting encryption contextGravatar Eric Biggers 1-10/+22
2016-11-20ext4: only set S_DAX if DAX is really supportedGravatar Jan Kara 1-0/+6
2016-11-19ext4: sanity check the block and cluster size at mount timeGravatar Theodore Ts'o 1-1/+16
2016-11-18ext4: add sanity checking to count_overhead()Gravatar Theodore Ts'o 1-3/+8
2016-11-18ext4: use more strict checks for inodes_per_block on mountGravatar Theodore Ts'o 1-9/+6
2016-11-18ext4: fix in-superblock mount options processingGravatar Theodore Ts'o 1-15/+23
2016-11-18ext4: sanity check the block and cluster size at mount timeGravatar Theodore Ts'o 1-1/+16
2016-11-14ext4: use current_time() for inode timestampsGravatar Deepa Dinamani 1-1/+1
2016-11-13ext4: don't lock buffer in ext4_commit_super if holding spinlockGravatar Theodore Ts'o 1-2/+3
2016-11-13ext4: allow ext4_truncate() to return an errorGravatar Theodore Ts'o 1-2/+4
2016-11-01block,fs: use REQ_* flags directlyGravatar Christoph Hellwig 1-1/+1
2016-10-12ext4: super.c: Update logging style using KERN_CONTGravatar Joe Perches 1-10/+11
2016-09-30ext4: use journal inode to determine journal overheadGravatar Eric Whitney 1-2/+17
2016-09-30ext4: create function to read journal inodeGravatar Eric Whitney 1-9/+23
2016-09-05ext4: improve ext4lazyinit scalabilityGravatar Dmitry Monakhov 1-10/+31
2016-09-05ext4: enable quota enforcement based on mount optionsGravatar Jan Kara 1-10/+24
2016-08-29Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+17
2016-08-01ext4: validate that metadata blocks do not overlap superblockGravatar Theodore Ts'o 1-1/+17
2016-07-26Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-29/+133
2016-07-14ext4: short-cut orphan cleanup on errorGravatar Vegard Nossum 1-0/+10
2016-07-10ext4 crypto: migrate into vfs's crypto engineGravatar Jaegeuk Kim 1-6/+91
2016-07-05ext4: validate s_reserved_gdt_blocks on mountGravatar Theodore Ts'o 1-0/+7
2016-07-04ext4: Fix WARN_ON_ONCE in ext4_commit_super()Gravatar Pranay Kr. Srivastava 1-14/+16
2016-07-03ext4: avoid modifying checksum fields directly during checksum verificationGravatar Daeho Jeong 1-9/+9
2016-06-07fs: have ll_rw_block users pass in op and flags separatelyGravatar Mike Christie 1-1/+1
2016-05-17ext4: Add alignment check for DAX mountGravatar Toshi Kani 1-9/+2
2016-04-25ext4: fix races between changing inode journal mode and ext4_writepagesGravatar Daeho Jeong 1-0/+4
2016-04-07Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-14/+47
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-2/+2
2016-04-03ext4: ignore quota mount options if the quota feature is enabledGravatar Theodore Ts'o 1-11/+11