summaryrefslogtreecommitdiffstats
path: root/fs/ext4/super.c
Commit message (Expand)AuthorAgeFilesLines
* fs: create and use seq_show_option for escapingKees Cook2015-09-041-2/+2
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2015-09-031-12/+38
|\
| * Revert "ext4: remove block_device_ejected"Theodore Ts'o2015-08-161-1/+17
| * ext4: ratelimit the file system mounted messageTheodore Ts'o2015-08-151-3/+6
| * ext4: don't manipulate recovery flag when freezing no-journal fsEric Sandeen2015-08-151-4/+8
| * ext4, jbd2: add REQ_FUA flag when recording an error in the superblockDaeho Jeong2015-07-231-1/+2
| * ext4: reject journal options for ext2 mountsCarlos Maiolino2015-07-211-3/+3
| * ext4: implement cgroup writeback supportTejun Heo2015-07-211-0/+2
* | fs: Remove ext3 filesystem driverJan Kara2015-07-231-12/+2
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-041-1/+1
|\
| * vfs: add file_path() helperMiklos Szeredi2015-06-231-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-06-261-3/+1
|\ \
| * | fs/ext4/super.c: use strreplace() in ext4_fill_super()Rasmus Villemoes2015-06-251-3/+1
* | | Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-251-0/+1
|\ \ \
| * | | writeback: separate out include/linux/backing-dev-defs.hTejun Heo2015-06-021-0/+1
| | |/ | |/|
* | | ext4: set lazytime on remount if MS_LAZYTIME is set by mountTheodore Ts'o2015-06-231-0/+3
* | | ext4: prevent ext4_quota_write() from failing due to ENOSPCTheodore Ts'o2015-06-211-1/+7
* | | ext4: call sync_blockdev() before invalidate_bdev() in put_super()Theodore Ts'o2015-06-201-0/+1
* | | ext4: improve warning directory handling messagesAndreas Dilger2015-06-151-2/+23
* | | ext4 crypto: fail the mount if blocksize != pagesizeTheodore Ts'o2015-06-121-1/+9
* | | ext4 crypto: release crypto resource on module exitChao Yu2015-05-311-0/+1
* | | ext4 crypto: use per-inode tfm structureTheodore Ts'o2015-05-311-1/+1
* | | ext4: clean up superblock encryption mode fieldsTheodore Ts'o2015-05-181-5/+0
* | | ext4 crypto: reorganize how we store keys in the inodeTheodore Ts'o2015-05-181-2/+5
* | | ext4 crypto: separate kernel and userspace structure for the keyTheodore Ts'o2015-05-181-1/+1
| |/ |/|
* | ext4: don't save the error information if the block device is read-onlyTheodore Ts'o2015-05-141-0/+2
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-261-3/+3
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-3/+3
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2015-04-191-19/+37
|\ \
| * | ext4 crypto: enable encryption feature flagTheodore Ts'o2015-04-161-1/+28
| * | ext4 crypto: add ext4 encryption facilitiesMichael Halcrow2015-04-121-0/+8
| * | ext4: remove block_device_ejectedChristoph Hellwig2015-04-021-17/+1
| * | ext4: remove unused header filesSheng Yong2015-04-021-1/+0
| |/
* | quota: Make VFS quotas use new interface for getting quota infoJan Kara2015-03-041-1/+1
|/
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2015-02-221-18/+13
|\
| * ext4: ignore journal checksum on remount; don't failEric Sandeen2015-02-121-3/+2
| * ext4: remove duplicate remount check for JOURNAL_CHECKSUM changeEric Sandeen2015-02-121-11/+0
| * ext4: support read-only imagesDarrick J. Wong2015-02-121-1/+9
| * ext4: change to use setup_timer() instead of init_timer()Jan Mrazek2015-01-261-3/+2
* | Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2015-02-171-0/+10
|\ \
| * | ext4: add optimization for the lazytime mount optionTheodore Ts'o2015-02-051-0/+10
| |/
* | ext4: add DAX functionalityRoss Zwisler2015-02-161-1/+38
* | Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds2015-02-121-1/+1
|\ \
| * | fs: export inode_to_bdi and use it in favor of mapping->backing_dev_infoChristoph Hellwig2015-01-201-1/+1
| |/
* | ext4: Use generic helpers for quotaon and quotaoffJan Kara2015-01-301-41/+1
|/
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-01-061-1/+1
|\
| * ext4: remove spurious KERN_INFO from ext4_warning callJakub Wilk2015-01-021-1/+1
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-12-121-22/+29
|\ \ | |/
| * ext4: forbid journal_async_commit in data=ordered modeJan Kara2014-11-251-0/+6
| * ext4: don't count external journal blocks as overheadEric Sandeen2014-11-251-2/+2
OpenPOWER on IntegriCloud