aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-17Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+10
2015-02-16ext4: add DAX functionalityRoss Zwisler1-1/+38
2015-02-12Merge 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-20fs: export inode_to_bdi and use it in favor of mapping->backing_dev_infoChristoph Hellwig1-1/+1
2015-01-06Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus 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/tytso/ext4Linus Torvalds1-22/+29
2014-11-25ext4: forbid journal_async_commit in data=ordered modeJan Kara1-0/+6
2014-11-25ext4: don't count external journal blocks as overheadEric Sandeen1-2/+2
2014-11-25ext4: create nojournal_checksum mount optionDarrick J. Wong1-1/+12
2014-11-25ext4: cleanup GFP flags inside resize pathDmitry Monakhov1-1/+1
2014-11-25ext4: limit number of scanned extents in status tree shrinkerJan Kara1-0/+1
2014-11-25ext4: move handling of list of shrinkable inodes into extent status codeJan Kara1-1/+0
2014-11-25ext4: change LRU to round-robin in extent status tree shrinkerZheng Liu1-4/+3
2014-11-20ext4: kill ext4_kvfree()Al Viro1-14/+5
2014-11-10ext4: Convert to private i_dquot fieldJan Kara1-0/+8
2014-10-30ext4: remove extent status procfs files if journal load failsDarrick J. Wong1-2/+3
2014-10-30ext4: disallow changing journal_csum option during remountDarrick J. Wong1-0/+8
2014-10-30ext4: enable journal checksum when metadata checksum feature enabledDarrick J. Wong1-0/+4
2014-10-20Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-117/+128
2014-10-14ext4: check s_chksum_driver when looking for bg csum presenceDarrick J. Wong1-0/+4
2014-10-13ext4: Replace open coded mdata csum feature to helper functionDmitry Monakhov1-10/+5
2014-10-05ext4: add ext4_iget_normal() which is to be used for dir tree lookupsTheodore Ts'o1-1/+1
2014-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block into for-3.18Tejun Heo1-2/+3
2014-09-18ext4: fold ext4_nojournal_sops into ext4_sopsTheodore Ts'o1-26/+1
2014-09-18ext4: support freezing ext2 (nojournal) file systemsTheodore Ts'o1-11/+16
2014-09-18ext4: fold ext4_sync_fs_nojournal() into ext4_sync_fs()Theodore Ts'o1-23/+13
2014-09-18ext4: don't check quota format when there are no quota filesJan Kara1-7/+0
2014-09-16ext4: explicitly inform user about orphan list cleanupDmitry Monakhov1-1/+1
2014-09-11ext4: validate external journal superblock checksumDarrick J. Wong1-0/+9
2014-09-11jbd2: fix journal checksum feature flag handlingDarrick J. Wong1-5/+6
2014-09-11ext4: provide separate operations for sysfs feature filesLukas Czerner1-1/+17
2014-09-11ext4: add sysfs entry showing whether the fs contains errorsLukas Czerner1-0/+31
2014-09-11ext4: don't use MAXQUOTAS valueJan Kara1-11/+11
2014-09-08percpu_counter: add @gfp to percpu_counter_init()Tejun Heo1-5/+9
2014-09-04ext4: use non-movable memory for the ext4 superblockGioh Kim1-3/+3
2014-09-01ext4: track extent status tree shrinker delay staticticsZheng Liu1-8/+3
2014-09-01ext4: enable block_validity by defaultDarrick J. Wong1-2/+2
2014-08-29ext4: convert ext4_bread() to use the ERR_PTR conventionTheodore Ts'o1-10/+8
2014-08-28jbd2: fix descriptor block size handling errors with journal_csumDarrick J. Wong1-2/+3
2014-07-15ext4: rearrange initialization to fix EXT4FS_DEBUGTheodore Ts'o1-49/+39
2014-07-11ext4: revert commit which was causing fs corruption after journal replaysTheodore Ts'o1-27/+24
2014-07-05ext4: disable synchronous transaction batching if max_batch_time==0Eric Sandeen1-2/+0
2014-07-05ext4: clarify error count warning messagesTheodore Ts'o1-3/+4
2014-05-12ext4: add missing BUFFER_TRACE before ext4_journal_get_write_accessliang xie1-0/+1
2014-05-12ext4: remove unnecessary double parenthesesLukas Czerner1-1/+1
2014-05-12ext4: make local functions staticStephen Hemminger1-2/+2
2014-05-12ext4: find the group descriptors on a 1k-block bigalloc,meta_bg filesystemDarrick J. Wong1-0/+10