summaryrefslogtreecommitdiffstats
path: root/fs/ext3/super.c
AgeCommit message (Expand)Author
2015-05-18fs: ext3: super: fixed a space coding style issueAdir Kuhn
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-03-04quota: Make VFS quotas use new interface for getting quota infoJan Kara
2015-01-05ext3: destroy sbi mutexes in put_superFabian Frederick
2014-11-10ext3: Convert to private i_dquot fieldJan Kara
2014-10-22ext3: Don't check quota format when there are no quota filesJan Kara
2014-10-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2014-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axb...Tejun Heo
2014-09-17ext3: Don't use MAXQUOTAS valueJan Kara
2014-09-08percpu_counter: add @gfp to percpu_counter_init()Tejun Heo
2014-08-19ext3: Count internal journal as bsddf overhead in ext3_statfsChin-Tsung Cheng
2014-04-07Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o
2014-03-03ext3: Add __init macro to init_inodecacheFabian Frederick
2013-10-16ext3: Count journal as bsddf overhead in ext3_statfsEric Sandeen
2013-07-31ext3: allow specifying external journal by pathname mount optionEric Sandeen
2013-07-04ext3: Fix fsync error handling after filesystem abort.Dmitry Monakhov
2013-05-07make blkdev_put() return voidAl Viro
2013-04-29mm: make snapshotting pages for stable writes a per-bio operationDarrick J. Wong
2013-03-11ext3: Fix format string issuesLars-Peter Clausen
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman
2013-02-26Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2013-02-21block: optionally snapshot page contents to provide stable pages during writeDarrick J. Wong
2013-01-21ext3: Fix memory leak when quota options are specified multiple timesJan Kara
2012-12-13ext3: get rid of the duplicate code on ext3_fill_superZhao Hongjiang
2012-10-16Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2012-10-09ext3: drop lock/unlock superMarco Stornelli
2012-10-09ext3: fix return values on parse_options() failureZhao Hongjiang
2012-10-04Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-09-18userns: Convert struct dquot dq_id to be a struct kqidEric W. Biederman
2012-09-04ext3: Replace 0 with NULL for pointer in super.c fileSachin Kamat
2012-09-04ext3: don't clear orphan list on ro mount with errorsEric Sandeen
2012-08-04ext3: nuke write_super from commentsArtem Bityutskiy
2012-07-24Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2012-07-22quota: Move quota syncing to ->sync_fs methodJan Kara
2012-07-09ext3: force ro mount if ext3_setup_super() failsEric Sandeen
2012-05-25Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2012-05-15userns: Convert ext3 to use kuid/kgid where appropriateEric W. Biederman
2012-05-15ext3: Remove i_mutex use from ext3_quota_write()Jan Kara
2012-03-31ext3: move headers to fs/ext3/Al Viro
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro
2012-01-09Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2012-01-09ext3: replace ll_rw_block with other functionsZheng Liu
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro
2012-01-06vfs: prefer ->dentry->d_sb to ->mnt->mnt_sbAl Viro
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro