summaryrefslogtreecommitdiffstats
path: root/fs/ext4/super.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-04-081-14/+47
|\
| * ext4: ignore quota mount options if the quota feature is enabledTheodore Ts'o2016-04-031-11/+11
| * ext4: avoid calling dquot_get_next_id() if quota is not enabledTheodore Ts'o2016-04-011-1/+13
| * ext4: add lockdep annotations for i_data_semTheodore Ts'o2016-04-011-2/+23
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-2/+2
|/
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2016-03-211-1/+3
|\
| * ext4: Make Q_GETNEXTQUOTA work for quota in hidden inodesEric Sandeen2016-02-191-1/+2
| * quota: Add support for ->get_nextdqblk() for VFS quotaJan Kara2016-02-091-0/+1
* | ext4: print ext4 mount option data_err=abort correctlyAles Novak2016-03-131-2/+8
* | ext4: remove i_ioend_countJan Kara2016-03-091-1/+0Star
* | ext4: use i_mutex to serialize unaligned AIO DIOJan Kara2016-03-091-4/+1Star
* | ext4: kill ext4_mballoc_readyAndreas Gruenbacher2016-02-231-10/+4Star
* | ext4: convert to mbcache2Jan Kara2016-02-221-2/+5
|/
* wrappers for ->i_mutex accessAl Viro2016-01-231-2/+2
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2016-01-221-5/+92
|\
| * ext4: add project quota supportLi Xi2016-01-081-5/+60
| * ext4: adds project ID supportLi Xi2016-01-081-0/+1
| * ext4: document lock orderingJan Kara2015-12-071-0/+30
| * ext4: fix races between page faults and hole punchingJan Kara2015-12-071-0/+1
* | kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-151-1/+1
|/
* ext2, ext4: warn when mounting with dax enabledDan Williams2015-11-161-1/+5
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-071-1/+1
|\
| * mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-071-1/+1
* | ext4: do not allow journal_opts for fs w/o journalDmitry Monakhov2015-10-191-2/+29
* | ext4: explicit mount options parsing cleanupDmitry Monakhov2015-10-191-2/+6
* | ext4, jbd2: ensure entering into panic after recording an error in superblockDaeho Jeong2015-10-181-2/+10
* | ext4: clean up feature test macros with predicate functionsDarrick J. Wong2015-10-171-94/+71Star
* | ext4: call out CRC and corruption errors with specific error codesDarrick J. Wong2015-10-171-1/+9
* | ext4: store checksum seed in superblockDarrick J. Wong2015-10-171-1/+3
* | ext4: move procfs registration code to fs/ext4/sysfs.cTheodore Ts'o2015-09-231-38/+3Star
* | ext4: move sysfs code from super.c to fs/ext4/sysfs.cTheodore Ts'o2015-09-231-409/+17Star
|/
* fs: create and use seq_show_option for escapingKees Cook2015-09-051-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-221-3/+3
| * ext4: implement cgroup writeback supportTejun Heo2015-07-221-0/+2
* | fs: Remove ext3 filesystem driverJan Kara2015-07-231-12/+2Star
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-051-1/+1
|\
| * vfs: add file_path() helperMiklos Szeredi2015-06-241-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-06-261-3/+1Star
|\ \
| * | fs/ext4/super.c: use strreplace() in ext4_fill_super()Rasmus Villemoes2015-06-261-3/+1Star
* | | Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-261-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-211-0/+1
* | | ext4: improve warning directory handling messagesAndreas Dilger2015-06-151-2/+23