summaryrefslogtreecommitdiff
path: root/fs/ext4/super.c
AgeCommit message (Expand)Author
2016-05-04ext4: fix races between page faults and hole punchingJan Kara
2016-04-20ext4: ignore quota mount options if the quota feature is enabledTheodore Ts'o
2016-04-20ext4: add lockdep annotations for i_data_semTheodore Ts'o
2015-11-16ext2, ext4: warn when mounting with dax enabledDan Williams
2015-11-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman
2015-10-18ext4: do not allow journal_opts for fs w/o journalDmitry Monakhov
2015-10-18ext4: explicit mount options parsing cleanupDmitry Monakhov
2015-10-18ext4, jbd2: ensure entering into panic after recording an error in superblockDaeho Jeong
2015-10-17ext4: clean up feature test macros with predicate functionsDarrick J. Wong
2015-10-17ext4: call out CRC and corruption errors with specific error codesDarrick J. Wong
2015-10-17ext4: store checksum seed in superblockDarrick J. Wong
2015-09-23ext4: move procfs registration code to fs/ext4/sysfs.cTheodore Ts'o
2015-09-23ext4: move sysfs code from super.c to fs/ext4/sysfs.cTheodore Ts'o
2015-09-04fs: create and use seq_show_option for escapingKees Cook
2015-09-03Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2015-08-16Revert "ext4: remove block_device_ejected"Theodore Ts'o
2015-08-15ext4: ratelimit the file system mounted messageTheodore Ts'o
2015-08-15ext4: don't manipulate recovery flag when freezing no-journal fsEric Sandeen
2015-07-23fs: Remove ext3 filesystem driverJan Kara
2015-07-23ext4, jbd2: add REQ_FUA flag when recording an error in the superblockDaeho Jeong
2015-07-21ext4: reject journal options for ext2 mountsCarlos Maiolino
2015-07-21ext4: implement cgroup writeback supportTejun Heo
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-06-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-06-25fs/ext4/super.c: use strreplace() in ext4_fill_super()Rasmus Villemoes
2015-06-25Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-06-23vfs: add file_path() helperMiklos Szeredi
2015-06-23ext4: set lazytime on remount if MS_LAZYTIME is set by mountTheodore Ts'o
2015-06-21ext4: prevent ext4_quota_write() from failing due to ENOSPCTheodore Ts'o
2015-06-20ext4: call sync_blockdev() before invalidate_bdev() in put_super()Theodore Ts'o
2015-06-15ext4: improve warning directory handling messagesAndreas Dilger
2015-06-12ext4 crypto: fail the mount if blocksize != pagesizeTheodore Ts'o
2015-06-02writeback: separate out include/linux/backing-dev-defs.hTejun Heo
2015-05-31ext4 crypto: release crypto resource on module exitChao Yu
2015-05-31ext4 crypto: use per-inode tfm structureTheodore Ts'o
2015-05-18ext4: clean up superblock encryption mode fieldsTheodore Ts'o
2015-05-18ext4 crypto: reorganize how we store keys in the inodeTheodore Ts'o
2015-05-18ext4 crypto: separate kernel and userspace structure for the keyTheodore Ts'o
2015-05-14ext4: don't save the error information if the block device is read-onlyTheodore Ts'o
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-19Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2015-04-16ext4 crypto: enable encryption feature flagTheodore Ts'o
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-04-12ext4 crypto: add ext4 encryption facilitiesMichael Halcrow
2015-04-02ext4: remove block_device_ejectedChristoph Hellwig
2015-04-02ext4: remove unused header filesSheng Yong
2015-03-04quota: Make VFS quotas use new interface for getting quota infoJan Kara
2015-02-22Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2015-02-17Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds