aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext3/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-08percpu_counter: add @gfp to percpu_counter_init()Tejun Heo1-3/+3
2014-08-19ext3: Count internal journal as bsddf overhead in ext3_statfsChin-Tsung Cheng1-2/+3
2014-04-07Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-1/+1
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o1-0/+2
2014-03-03ext3: Add __init macro to init_inodecacheFabian Frederick1-1/+1
2013-10-16ext3: Count journal as bsddf overhead in ext3_statfsEric Sandeen1-0/+4
2013-07-31ext3: allow specifying external journal by pathname mount optionEric Sandeen1-0/+43
2013-07-04ext3: Fix fsync error handling after filesystem abort.Dmitry Monakhov1-1/+12
2013-05-07make blkdev_put() return voidAl Viro1-7/+4
2013-04-29mm: make snapshotting pages for stable writes a per-bio operationDarrick J. Wong1-1/+0
2013-03-11ext3: Fix format string issuesLars-Peter Clausen1-2/+2
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2013-02-26Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-21/+30
2013-02-21block: optionally snapshot page contents to provide stable pages during writeDarrick J. Wong1-0/+1
2013-01-21ext3: Fix memory leak when quota options are specified multiple timesJan Kara1-21/+30
2012-12-13ext3: get rid of the duplicate code on ext3_fill_superZhao Hongjiang1-3/+0
2012-10-16Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-2/+2
2012-10-09ext3: drop lock/unlock superMarco Stornelli1-6/+0
2012-10-09ext3: fix return values on parse_options() failureZhao Hongjiang1-2/+2
2012-10-04Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-3/+5
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-18userns: Convert struct dquot dq_id to be a struct kqidEric W. Biederman1-1/+1
2012-09-04ext3: Replace 0 with NULL for pointer in super.c fileSachin Kamat1-1/+1
2012-09-04ext3: don't clear orphan list on ro mount with errorsEric Sandeen1-2/+4
2012-08-04ext3: nuke write_super from commentsArtem Bityutskiy1-11/+0
2012-07-24Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-1/+2
2012-07-22quota: Move quota syncing to ->sync_fs methodJan Kara1-0/+5
2012-07-09ext3: force ro mount if ext3_setup_super() failsEric Sandeen1-1/+2
2012-05-25Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-5/+1
2012-05-15userns: Convert ext3 to use kuid/kgid where appropriateEric W. Biederman1-10/+25
2012-05-15ext3: Remove i_mutex use from ext3_quota_write()Jan Kara1-5/+1
2012-03-31ext3: move headers to fs/ext3/Al Viro1-14/+4
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-2/+1
2012-01-09Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-7/+8
2012-01-09ext3: replace ll_rw_block with other functionsZheng Liu1-5/+5
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro1-2/+2
2012-01-06vfs: prefer ->dentry->d_sb to ->mnt->mnt_sbAl Viro1-1/+1
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2011-11-09ext3: call ext3_mark_recovery_complete() when recovery is really neededEryu Guan1-2/+3
2011-08-17ext3: remove deprecated oldallocLukas Czerner1-4/+4
2011-08-17ext3: fix message in ext3_remount for rw-remount caseToshiyuki Okajima1-2/+2
2011-07-26Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds1-0/+13
2011-07-20ext3: make ext3 mount default to barrier=1Christoph Hellwig1-0/+2
2011-06-25ext3: Add fixed tracepointsLukas Czerner1-0/+13
2011-05-26ext3: add cleancache supportDan Magenheimer1-0/+2
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-17Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds1-0/+7