summaryrefslogtreecommitdiff
path: root/fs/ext4/super.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-20ext2, ext4: warn when mounting with dax enabledDan Williams1-1/+5
2015-12-15ext4, jbd2: ensure entering into panic after recording an error in superblockDaeho Jeong1-2/+10
2015-09-05fs: create and use seq_show_option for escapingKees Cook1-2/+2
2015-09-03Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-12/+38
2015-08-16Revert "ext4: remove block_device_ejected"Theodore Ts'o1-1/+17
2015-08-15ext4: ratelimit the file system mounted messageTheodore Ts'o1-3/+6
2015-08-15ext4: don't manipulate recovery flag when freezing no-journal fsEric Sandeen1-4/+8
2015-07-23fs: Remove ext3 filesystem driverJan Kara1-12/+2
2015-07-23ext4, jbd2: add REQ_FUA flag when recording an error in the superblockDaeho Jeong1-1/+2
2015-07-22ext4: reject journal options for ext2 mountsCarlos Maiolino1-3/+3
2015-07-22ext4: implement cgroup writeback supportTejun Heo1-0/+2
2015-07-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2015-06-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-3/+1
2015-06-26fs/ext4/super.c: use strreplace() in ext4_fill_super()Rasmus Villemoes1-3/+1
2015-06-26Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2015-06-24vfs: add file_path() helperMiklos Szeredi1-1/+1
2015-06-23ext4: set lazytime on remount if MS_LAZYTIME is set by mountTheodore Ts'o1-0/+3
2015-06-21ext4: prevent ext4_quota_write() from failing due to ENOSPCTheodore Ts'o1-1/+7
2015-06-21ext4: call sync_blockdev() before invalidate_bdev() in put_super()Theodore Ts'o1-0/+1
2015-06-15ext4: improve warning directory handling messagesAndreas Dilger1-2/+23
2015-06-13ext4 crypto: fail the mount if blocksize != pagesizeTheodore Ts'o1-1/+9
2015-06-02writeback: separate out include/linux/backing-dev-defs.hTejun Heo1-0/+1
2015-05-31ext4 crypto: release crypto resource on module exitChao Yu1-0/+1
2015-05-31ext4 crypto: use per-inode tfm structureTheodore Ts'o1-1/+1
2015-05-18ext4: clean up superblock encryption mode fieldsTheodore Ts'o1-5/+0
2015-05-18ext4 crypto: reorganize how we store keys in the inodeTheodore Ts'o1-2/+5
2015-05-18ext4 crypto: separate kernel and userspace structure for the keyTheodore Ts'o1-1/+1
2015-05-15ext4: don't save the error information if the block device is read-onlyTheodore Ts'o1-0/+2
2015-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+3
2015-04-20Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-19/+37
2015-04-16ext4 crypto: enable encryption feature flagTheodore Ts'o1-1/+28
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-3/+3
2015-04-12ext4 crypto: add ext4 encryption facilitiesMichael Halcrow1-0/+8
2015-04-03ext4: remove block_device_ejectedChristoph Hellwig1-17/+1
2015-04-03ext4: remove unused header filesSheng Yong1-1/+0
2015-03-04quota: Make VFS quotas use new interface for getting quota infoJan Kara1-1/+1
2015-02-23Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-18/+13
2015-02-18Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-0/+10
2015-02-17ext4: add DAX functionalityRoss Zwisler1-1/+38
2015-02-13ext4: ignore journal checksum on remount; don't failEric Sandeen1-3/+2
2015-02-13ext4: remove duplicate remount check for JOURNAL_CHECKSUM changeEric Sandeen1-11/+0
2015-02-13ext4: support read-only imagesDarrick J. Wong1-1/+9
2015-02-13Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2015-02-05ext4: add optimization for the lazytime mount optionTheodore Ts'o1-0/+10
2015-01-30ext4: Use generic helpers for quotaon and quotaoffJan Kara1-41/+1
2015-01-26ext4: change to use setup_timer() instead of init_timer()Jan Mrazek1-3/+2
2015-01-21fs: export inode_to_bdi and use it in favor of mapping->backing_dev_infoChristoph Hellwig1-1/+1
2015-01-07Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2015-01-02ext4: remove spurious KERN_INFO from ext4_warning callJakub Wilk1-1/+1
2014-12-12Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-22/+29