summaryrefslogtreecommitdiff
path: root/fs/ext4/super.c
Commit message (Expand)AuthorAge
* ext4: forbid encrypting root directoryEric Biggers2017-06-23
* ext4: send parallel discards on commit completionsDaeho Jeong2017-06-22
* ext4: add nombcache mount optionTahsin Erdogan2017-06-22
* quota: add get_inode_usage callback to transfer multi-inode chargesTahsin Erdogan2017-06-22
* ext4: xattr inode deduplicationTahsin Erdogan2017-06-22
* ext2, ext4: make mb block cache names more explicitTahsin Erdogan2017-06-22
* ext4: improve journal credit handling in set xattr pathsTahsin Erdogan2017-06-21
* ext4: fix quota charging for shared xattr blocksTahsin Erdogan2017-05-24
* ext4: clear lockdep subtype for quota files on quota offJan Kara2017-05-21
* Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-12
|\
| * block, dax: move "select DAX" from BLOCK to FS_DAXDan Williams2017-05-08
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-05-08
|\ \
| * | mm: introduce kv[mz]alloc helpersMichal Hocko2017-05-08
* | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-05-08
|\ \ \ | |/ / |/| |
| * | ext4: mark superblock writes synchronous for nobarrier mountsJan Kara2017-05-04
| * | ext4: preload block group descriptorsAndrew Perepechko2017-04-30
| * | ext4: support GETFSMAP ioctlsDarrick J. Wong2017-04-30
| * | ext4: constify static data that is never modifiedEric Biggers2017-04-29
| |/
* | Merge branch 'generic' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/...Linus Torvalds2017-05-03
|\ \ | |/ |/|
| * ext4: Improve comments in ext4_quota_{on|off}()Jan Kara2017-04-24
| * ext4: Set flags on quota files directlyJan Kara2017-04-19
* | fscrypt: eliminate ->prepare_context() operationEric Biggers2017-03-15
|/
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-02-20
|\
| * ext4: fix fencepost in s_first_meta_bg validationTheodore Ts'o2017-02-15
| * ext4: do not use stripe_width if it is not setJan Kara2017-02-10
| * ext4: add EXT4_IOC_GOINGDOWN ioctlTheodore Ts'o2017-02-05
| * ext4: add shutdown bit and check for itTheodore Ts'o2017-02-05
| * ext4: return EROFS if device is r/o and journal replay is neededTheodore Ts'o2017-02-05
| * ext4: preserve the needs_recovery flag when the journal is abortedTheodore Ts'o2017-02-04
| * ext4: add debug_want_extra_isize mount optionTheodore Ts'o2017-01-11
* | fscrypt: constify struct fscrypt_operationsEric Biggers2017-02-08
|/
* fscrypt: make fscrypt_operations.key_prefix a stringEric Biggers2017-01-08
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-17
|\
| * quota: constify struct path in quota_onAl Viro2016-12-05
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2016-12-14
|\ \
| * | ext4: do not perform data journaling when data is encryptedSergey Karamov2016-12-10
| * | ext4: fix checks for data=ordered and journal_async_commit optionsJan Kara2016-12-03
| * | ext4: validate s_first_meta_bg at mount timeEryu Guan2016-12-01
| * | ext4: fix mmp use after free during unmountEric Sandeen2016-11-26
| * | ext4: avoid lockdep warning when inheriting encryption contextEric Biggers2016-11-21
| * | ext4: only set S_DAX if DAX is really supportedJan Kara2016-11-20
| * | ext4: add sanity checking to count_overhead()Theodore Ts'o2016-11-18
| * | ext4: use more strict checks for inodes_per_block on mountTheodore Ts'o2016-11-18
| * | ext4: fix in-superblock mount options processingTheodore Ts'o2016-11-18
| * | ext4: sanity check the block and cluster size at mount timeTheodore Ts'o2016-11-18
| * | ext4: use current_time() for inode timestampsDeepa Dinamani2016-11-14
| * | ext4: don't lock buffer in ext4_commit_super if holding spinlockTheodore Ts'o2016-11-13
| * | ext4: allow ext4_truncate() to return an errorTheodore Ts'o2016-11-13
* | | Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds2016-12-13
|\ \ \ | |_|/ |/| |