aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-2/+3
2013-03-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-18/+43
2013-03-02ext4: enable quotas before orphan cleanupJan Kara1-10/+10
2013-03-02ext4: don't allow quota mount options when quota feature enabledJan Kara1-7/+26
2013-03-02ext4: convert number of blocks to clusters properlyLukas Czerner1-1/+1
2013-03-02ext4: fix possible memory leak in ext4_remount()Wei Yongjun1-0/+1
2013-03-02ext4: use percpu counter for extent cache countTheodore Ts'o1-0/+5
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2013-02-18ext4: reclaim extents from extent status treeZheng Liu1-0/+7
2013-02-18ext4: remove single extent cacheZheng Liu1-1/+0
2013-02-08ext4: pass context information to jbd2__journal_start()Theodore Ts'o1-5/+5
2013-02-08ext4: move the jbd2 wrapper functions out of super.cTheodore Ts'o1-105/+2
2013-02-02ext4: check incompatible mount options while mounting ext2/3Theodore Ts'o1-12/+35
2013-02-02ext4: print error when argument of inode_readahead_blk is invalidJan Kara1-5/+4
2013-02-02ext4: make mount option parsing loop more logicalJan Kara1-117/+113
2013-02-02ext4: move several mount options to standard handling loopJan Kara1-31/+38
2013-01-28ext4: remove unnecessary NULL pointer checkGuo Chao1-5/+1
2013-01-28ext4: move work from io_end to inodeJan Kara1-0/+1
2013-01-28ext4: Always use ext4_bio_write_page() for writeoutJan Kara1-5/+2
2013-01-24ext4: fix memory leak when quota options are specified multiple timesChen Gang1-23/+29
2013-01-24ext4: release sysfs kobject when failing to enable quotas on mountTheodore Ts'o1-4/+8
2013-01-13ext4: trigger the lazy inode table initialization after resizeTheodore Ts'o1-10/+11
2012-12-27ext4: lock i_mutex when truncating orphan inodesTheodore Ts'o1-0/+2
2012-12-25ext4: do not try to write superblock on ro remount w/o journalMichael Tokarev1-1/+1
2012-12-25ext4: include journal blocks in df overhead calcsEric Sandeen1-0/+4
2012-12-20ext4: check dioread_nolock on remountJan Kara1-11/+11
2012-12-10ext4: ensure Inode flags consistency are checked at build timeCarlos Maiolino1-0/+1
2012-12-10ext4: Remove CONFIG_EXT4_FS_XATTRTao Ma1-9/+0
2012-12-10ext4: remove redundant initialization in ext4_fill_super()Guo Chao1-1/+0
2012-12-10ext4: remove redundant code in ext4_alloc_inode()Guo Chao1-1/+0
2012-11-28ext4: rationalize ext4_extents.h inclusionTheodore Ts'o1-2/+1
2012-11-28ext4: fixed potential NULL dereference in ext4_calculate_overhead()Vahram Martirosyan1-1/+0
2012-11-08ext4: let ext4 maintain extent status treeZheng Liu1-1/+11
2012-11-08ext4: initialize extent status treeZheng Liu1-0/+2
2012-11-08ext4: fix error handling in ext4_fill_super()Lukas Czerner1-8/+8
2012-11-08ext4: notify when discard is not supportedLukas Czerner1-0/+8
2012-11-08ext4: get rid of redundant code in ext4_fill_super()Zhao Hongjiang1-3/+0
2012-11-08ext4: fix overhead calculations in ext4_stats, againEric Sandeen1-1/+1
2012-10-23Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-4/+5
2012-10-15ext4: fix undefined bit shift result in ext4_fill_flex_infoLukas Czerner1-1/+1
2012-10-10ext4: fix metadata checksum calculation for the superblockTheodore Ts'o1-3/+4
2012-10-08Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-32/+60
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+5
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov1-0/+5
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+1
2012-09-28ext4: give i_aiodio_unwritten a more appropriate nameDmitry Monakhov1-1/+1
2012-09-28ext4: ext4_inode_info dietDmitry Monakhov1-1/+0
2012-09-27ext4: convert to use leXX_add_cpu()Wei Yongjun1-1/+1
2012-09-26ext4: don't clear orphan list on ro mount with errorsEric Sandeen1-2/+4