aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4/super.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-26Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-3/+1
2015-06-25fs/ext4/super.c: use strreplace() in ext4_fill_super()Gravatar Rasmus Villemoes 1-3/+1
2015-06-25Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+1
2015-06-23vfs: add file_path() helperGravatar Miklos Szeredi 1-1/+1
2015-06-23ext4: set lazytime on remount if MS_LAZYTIME is set by mountGravatar Theodore Ts'o 1-0/+3
2015-06-21ext4: prevent ext4_quota_write() from failing due to ENOSPCGravatar Theodore Ts'o 1-1/+7
2015-06-20ext4: call sync_blockdev() before invalidate_bdev() in put_super()Gravatar Theodore Ts'o 1-0/+1
2015-06-15ext4: improve warning directory handling messagesGravatar Andreas Dilger 1-2/+23
2015-06-12ext4 crypto: fail the mount if blocksize != pagesizeGravatar Theodore Ts'o 1-1/+9
2015-06-02writeback: separate out include/linux/backing-dev-defs.hGravatar Tejun Heo 1-0/+1
2015-05-31ext4 crypto: release crypto resource on module exitGravatar Chao Yu 1-0/+1
2015-05-31ext4 crypto: use per-inode tfm structureGravatar Theodore Ts'o 1-1/+1
2015-05-18ext4: clean up superblock encryption mode fieldsGravatar Theodore Ts'o 1-5/+0
2015-05-18ext4 crypto: reorganize how we store keys in the inodeGravatar Theodore Ts'o 1-2/+5
2015-05-18ext4 crypto: separate kernel and userspace structure for the keyGravatar Theodore Ts'o 1-1/+1
2015-05-14ext4: don't save the error information if the block device is read-onlyGravatar Theodore Ts'o 1-0/+2
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-3/+3
2015-04-19Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-19/+37
2015-04-16ext4 crypto: enable encryption feature flagGravatar Theodore Ts'o 1-1/+28
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-3/+3
2015-04-12ext4 crypto: add ext4 encryption facilitiesGravatar Michael Halcrow 1-0/+8
2015-04-02ext4: remove block_device_ejectedGravatar Christoph Hellwig 1-17/+1
2015-04-02ext4: remove unused header filesGravatar Sheng Yong 1-1/+0
2015-03-04quota: Make VFS quotas use new interface for getting quota infoGravatar Jan Kara 1-1/+1
2015-02-22Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-18/+13
2015-02-17Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Gravatar Linus Torvalds 1-0/+10
2015-02-16ext4: add DAX functionalityGravatar Ross Zwisler 1-1/+38
2015-02-12ext4: ignore journal checksum on remount; don't failGravatar Eric Sandeen 1-3/+2
2015-02-12ext4: remove duplicate remount check for JOURNAL_CHECKSUM changeGravatar Eric Sandeen 1-11/+0
2015-02-12ext4: support read-only imagesGravatar Darrick J. Wong 1-1/+9
2015-02-12Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2015-02-05ext4: add optimization for the lazytime mount optionGravatar Theodore Ts'o 1-0/+10
2015-01-30ext4: Use generic helpers for quotaon and quotaoffGravatar Jan Kara 1-41/+1
2015-01-26ext4: change to use setup_timer() instead of init_timer()Gravatar Jan Mrazek 1-3/+2
2015-01-20fs: export inode_to_bdi and use it in favor of mapping->backing_dev_infoGravatar Christoph Hellwig 1-1/+1
2015-01-06Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2015-01-02ext4: remove spurious KERN_INFO from ext4_warning callGravatar Jakub Wilk 1-1/+1
2014-12-12Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-22/+29
2014-11-25ext4: forbid journal_async_commit in data=ordered modeGravatar Jan Kara 1-0/+6
2014-11-25ext4: don't count external journal blocks as overheadGravatar Eric Sandeen 1-2/+2
2014-11-25ext4: create nojournal_checksum mount optionGravatar Darrick J. Wong 1-1/+12
2014-11-25ext4: cleanup GFP flags inside resize pathGravatar Dmitry Monakhov 1-1/+1
2014-11-25ext4: limit number of scanned extents in status tree shrinkerGravatar Jan Kara 1-0/+1
2014-11-25ext4: move handling of list of shrinkable inodes into extent status codeGravatar Jan Kara 1-1/+0
2014-11-25ext4: change LRU to round-robin in extent status tree shrinkerGravatar Zheng Liu 1-4/+3
2014-11-20ext4: kill ext4_kvfree()Gravatar Al Viro 1-14/+5
2014-11-10ext4: Convert to private i_dquot fieldGravatar Jan Kara 1-0/+8
2014-10-30ext4: remove extent status procfs files if journal load failsGravatar Darrick J. Wong 1-2/+3
2014-10-30ext4: disallow changing journal_csum option during remountGravatar Darrick J. Wong 1-0/+8
2014-10-30ext4: enable journal checksum when metadata checksum feature enabledGravatar Darrick J. Wong 1-0/+4