aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4/super.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-26Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-29/+133
2016-07-14ext4: short-cut orphan cleanup on errorGravatar Vegard Nossum 1-0/+10
2016-07-10ext4 crypto: migrate into vfs's crypto engineGravatar Jaegeuk Kim 1-6/+91
2016-07-05ext4: validate s_reserved_gdt_blocks on mountGravatar Theodore Ts'o 1-0/+7
2016-07-04ext4: Fix WARN_ON_ONCE in ext4_commit_super()Gravatar Pranay Kr. Srivastava 1-14/+16
2016-07-03ext4: avoid modifying checksum fields directly during checksum verificationGravatar Daeho Jeong 1-9/+9
2016-06-07fs: have ll_rw_block users pass in op and flags separatelyGravatar Mike Christie 1-1/+1
2016-05-17ext4: Add alignment check for DAX mountGravatar Toshi Kani 1-9/+2
2016-04-25ext4: fix races between changing inode journal mode and ext4_writepagesGravatar Daeho Jeong 1-0/+4
2016-04-07Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-14/+47
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-2/+2
2016-04-03ext4: ignore quota mount options if the quota feature is enabledGravatar Theodore Ts'o 1-11/+11
2016-04-01ext4: avoid calling dquot_get_next_id() if quota is not enabledGravatar Theodore Ts'o 1-1/+13
2016-04-01ext4: add lockdep annotations for i_data_semGravatar Theodore Ts'o 1-2/+23
2016-03-21Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 1-1/+3
2016-03-12ext4: print ext4 mount option data_err=abort correctlyGravatar Ales Novak 1-2/+8
2016-03-08ext4: remove i_ioend_countGravatar Jan Kara 1-1/+0
2016-03-08ext4: use i_mutex to serialize unaligned AIO DIOGravatar Jan Kara 1-4/+1
2016-02-22ext4: kill ext4_mballoc_readyGravatar Andreas Gruenbacher 1-10/+4
2016-02-22ext4: convert to mbcache2Gravatar Jan Kara 1-2/+5
2016-02-19ext4: Make Q_GETNEXTQUOTA work for quota in hidden inodesGravatar Eric Sandeen 1-1/+2
2016-02-09quota: Add support for ->get_nextdqblk() for VFS quotaGravatar Jan Kara 1-0/+1
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-2/+2
2016-01-22Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-5/+92
2016-01-14kmemcg: account certain kmem allocations to memcgGravatar Vladimir Davydov 1-1/+1
2016-01-08ext4: add project quota supportGravatar Li Xi 1-5/+60
2016-01-08ext4: adds project ID supportGravatar Li Xi 1-0/+1
2015-12-07ext4: document lock orderingGravatar Jan Kara 1-0/+30
2015-12-07ext4: fix races between page faults and hole punchingGravatar Jan Kara 1-0/+1
2015-11-16ext2, ext4: warn when mounting with dax enabledGravatar Dan Williams 1-1/+5
2015-11-07Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+1
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Gravatar Mel Gorman 1-1/+1
2015-10-18ext4: do not allow journal_opts for fs w/o journalGravatar Dmitry Monakhov 1-2/+29
2015-10-18ext4: explicit mount options parsing cleanupGravatar Dmitry Monakhov 1-2/+6
2015-10-18ext4, jbd2: ensure entering into panic after recording an error in superblockGravatar Daeho Jeong 1-2/+10
2015-10-17ext4: clean up feature test macros with predicate functionsGravatar Darrick J. Wong 1-94/+71
2015-10-17ext4: call out CRC and corruption errors with specific error codesGravatar Darrick J. Wong 1-1/+9
2015-10-17ext4: store checksum seed in superblockGravatar Darrick J. Wong 1-1/+3
2015-09-23ext4: move procfs registration code to fs/ext4/sysfs.cGravatar Theodore Ts'o 1-38/+3
2015-09-23ext4: move sysfs code from super.c to fs/ext4/sysfs.cGravatar Theodore Ts'o 1-409/+17
2015-09-04fs: create and use seq_show_option for escapingGravatar Kees Cook 1-2/+2
2015-09-03Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-12/+38
2015-08-16Revert "ext4: remove block_device_ejected"Gravatar Theodore Ts'o 1-1/+17
2015-08-15ext4: ratelimit the file system mounted messageGravatar Theodore Ts'o 1-3/+6
2015-08-15ext4: don't manipulate recovery flag when freezing no-journal fsGravatar Eric Sandeen 1-4/+8
2015-07-23fs: Remove ext3 filesystem driverGravatar Jan Kara 1-12/+2
2015-07-23ext4, jbd2: add REQ_FUA flag when recording an error in the superblockGravatar Daeho Jeong 1-1/+2
2015-07-21ext4: reject journal options for ext2 mountsGravatar Carlos Maiolino 1-3/+3
2015-07-21ext4: implement cgroup writeback supportGravatar Tejun Heo 1-0/+2
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1