aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext3/super.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-23fs: Remove ext3 filesystem driverJan Kara1-3165/+0
2015-05-18fs: ext3: super: fixed a space coding style issueAdir Kuhn1-1/+1
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+3
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-3/+3
2015-03-04quota: Make VFS quotas use new interface for getting quota infoJan Kara1-1/+1
2015-01-05ext3: destroy sbi mutexes in put_superFabian Frederick1-0/+2
2014-11-10ext3: Convert to private i_dquot fieldJan Kara1-0/+10
2014-10-22ext3: Don't check quota format when there are no quota filesJan Kara1-7/+0
2014-10-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-7/+7
2014-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axb...Tejun Heo1-2/+3
2014-09-17ext3: Don't use MAXQUOTAS valueJan Kara1-7/+7
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/jac...Linus 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/jac...Linus 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/jac...Linus 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/jac...Linus Torvalds1-3/+5
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus 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/ebi...Linus 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/jac...Linus 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/jac...Linus 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/jac...Linus 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/jac...Linus 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/jac...Linus Torvalds1-0/+7
2011-03-15ext3: Copy fs UUID to superblock.Aneesh Kumar K.V1-0/+1
2011-02-28ext3: skip orphan cleanup on rocompat fsAmir Goldstein1-0/+7
2011-01-21Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-18/+7
2011-01-13Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-10/+2
2011-01-12quota: Fix deadlock during path resolutionJan Kara1-18/+7
2011-01-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-22/+42
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+8
2011-01-06ext3: Return error code from generic_check_addressableDarrick J. Wong1-2/+4
2011-01-06fs/ext3/super.c: Use printf extension %pVJoe Perches1-19/+37
2011-01-06ext3: don't update sb journal_devnum when RO devMaciej Żenczykowski1-1/+1
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-11-13block: clean up blkdev_get() wrappers and their usersTejun Heo1-1/+1
2010-11-13block: make blkdev_get/put() handle exclusive accessTejun Heo1-10/+2
2010-10-29new helper: mount_bdev()Al Viro1-4/+4
2010-10-27Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-9/+32
2010-10-28ext3: Use DIV_ROUND_UP() on group desc block countingNamhyung Kim1-2/+1
2010-10-28ext3: Return proper error code on ext3_fill_super()Namhyung Kim1-0/+2
2010-10-28ext3: Remove unnecessary casts on bh->b_dataNamhyung Kim1-3/+3
2010-10-28ext3: Cleanup ext3_setup_super()Namhyung Kim1-3/+3
2010-10-28ext3/jbd: Avoid WARN() messages when failing to write the superblockDarrick J. Wong1-1/+23
2010-10-22Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-13/+0
2010-10-04BKL: Remove BKL from ext3_put_super() and ext3_remount()Jan Blunck1-9/+0
2010-10-04BKL: Remove BKL from ext3 fill_super()Jan Blunck1-12/+1
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superJan Blunck1-1/+8
2010-09-10ext3/ext4: Factor out disk addressability checkPatrick J. LoPresti1-2/+2
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-13/+1
2010-08-09convert ext3 to ->evict_inode()Al Viro1-13/+1
2010-07-21ext3: remove vestiges of nobh supportChristoph Hellwig1-13/+4
2010-05-24quota: rename default quotactl methods to dquot_Christoph Hellwig1-10/+10
2010-05-24quota: drop remount argument to ->quota_on and ->quota_offChristoph Hellwig1-6/+3
2010-05-24quota: move unmount handling into the filesystemChristoph Hellwig1-0/+2
2010-05-24quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappersChristoph Hellwig1-5/+3
2010-05-24quota: move remount handling into the filesystemChristoph Hellwig1-0/+11
2010-05-21ext3: make barrier options consistent with ext4Eric Sandeen1-7/+26
2010-05-21ext3: init statistics after journal recovery v2Dmitry Monakhov1-23/+21
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-03-05dquot: cleanup dquot initialize routineChristoph Hellwig1-3/+2
2010-03-05dquot: cleanup dquot drop routineChristoph Hellwig1-2/+1
2010-03-05dquot: move dquot drop responsibility into the filesystemChristoph Hellwig1-0/+2
2010-03-05dquot: cleanup dquot transfer routineChristoph Hellwig1-1/+0
2010-03-05dquot: cleanup inode allocation / freeing routinesChristoph Hellwig1-2/+0
2010-03-05dquot: cleanup space allocation / freeing routinesChristoph Hellwig1-2/+0
2010-03-05ext3: quota_write cross block boundary behaviourDmitry Monakhov1-35/+34
2010-03-05ext3: trivial quota cleanupDmitry Monakhov1-54/+67
2010-03-05ext3: mount flags manipulation cleanupDmitry Monakhov1-27/+20
2010-02-05fix ext3/ext4 comment typo compain -> complainThadeu Lima de Souza Cascardo1-1/+1
2009-12-23ext3: Replace lock/unlock_super() with an explicit lock for resizingEric Sandeen1-0/+1
2009-12-23ext3: Replace lock/unlock_super() with an explicit lock for the orphan listEric Sandeen1-0/+1
2009-12-23ext3: ext3_mark_recovery_complete() doesn't need to use lock_superEric Sandeen1-8/+0
2009-12-23ext3: Remove outdated comment about lock_super()Eric Sandeen1-8/+1
2009-12-10ext3: Support for vfsv1 quota formatJan Kara1-6/+24
2009-12-10ext3: Unify log messages in ext3Alexey Fisher1-205/+227
2009-12-10ext3: make "norecovery" an alias for "noload"Eric Sandeen1-0/+4
2009-12-10ext3: Don't update the superblock in ext3_statfs()Eric Sandeen1-2/+0
2009-11-11ext3: Wait for proper transaction commit on fsyncJan Kara1-0/+2
2009-10-13ext3: Don't update superblock write time when filesystem is read-onlyTheodore Ts'o1-1/+12
2009-09-22const: make struct super_block::s_qcop constAlexey Dobriyan1-1/+1
2009-09-22const: make struct super_block::dq_op constAlexey Dobriyan1-1/+1
2009-08-24ext3: Improve error message that changing journaling mode on remount is not p...Jan Kara1-13/+27
2009-06-24switch ext3 to inode->i_aclAl Viro1-16/+0
2009-06-19block: rename CONFIG_LBD to CONFIG_LBDAFBartlomiej Zolnierkiewicz1-1/+1
2009-06-11Push BKL down into ->remount_fs()Alessio Igor Bogani1-0/+4
2009-06-11Push lock_super() into the ->remount_fs() of filesystems that care about itAl Viro1-0/+3
2009-06-11push BKL down into ->put_superChristoph Hellwig1-1/+4
2009-06-11ext3: remove ->write_super and stop maintaining ->s_dirtChristoph Hellwig1-22/+0
2009-06-11Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-2/+2
2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen1-2/+2
2009-05-17ext3: Fix memory leak in ext3_fill_super() in case of a failed mountManish Katiyar1-0/+1
2009-04-06ext3: make default data ordering mode configurableLinus Torvalds1-1/+7
2009-03-26ext3: Use lowercase names of quota functionsJan Kara1-2/+2
2009-03-26ext3: Remove unnecessary quota functionsJan Kara1-42/+2
2009-02-11ext3: revert "ext3: wait on all pending commits in ext3_sync_fs"Jan Kara1-5/+6
2009-01-09filesystem freeze: add error handling of write_super_lockfs/unlockfsTakashi Sato1-16/+29
2009-01-08Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds1-0/+33
2009-01-08ext3: allocate ->s_blockgroup_lock separatelyPekka Enberg1-1/+9
2009-01-05ext3: Add default allocation routines for quota structuresJan Kara1-1/+3
2009-01-05ext3: Use sb_any_quota_loaded() instead of sb_any_quota_enabled()Jan Kara1-8/+4
2009-01-05ext3: provide function to release metadata pages under memory pressureToshiyuki Okajima1-0/+21
2008-11-12ext3: Clean up outdated and incorrect comment for ext3_write_super()Theodore Tso1-5/+2
2008-11-06ext3: wait on all pending commits in ext3_sync_fsArthur Jones1-6/+5
2008-10-28ext3: Add support for non-native signed/unsigned htree hash algorithmsTheodore Ts'o1-0/+12
2008-10-27ext3: fix a bug accessing freed memory in ext3_abortHidehiro Kawai1-3/+7
2008-10-23ext3 quota support: fix compile failureLinus Torvalds1-1/+1
2008-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdevLinus Torvalds1-2/+2
2008-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-11/+11
2008-10-23ext3: add checks for errors from jbdHidehiro Kawai1-4/+19
2008-10-23[PATCH] switch quota_on-related stuff to kern_path()Al Viro1-11/+11
2008-10-21[PATCH] pass fmode_t to blkdev_put()Al Viro1-2/+2
2008-10-20ext3: add an option to control error handling on file dataHidehiro Kawai1-0/+16
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse1-1/+1
2008-08-01[PATCH] fix races and leaks in vfs_quota_on() usersAl Viro1-1/+2
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan1-1/+1
2008-07-25ext3: correct mount option parsing to detect when quota options can be changedJan Kara1-7/+22
2008-07-25ext3: fix typos in messages and comments (journalled -> journaled)Jan Kara1-7/+7
2008-07-25ext3: fix synchronization of quota files in journal=data modeJan Kara1-8/+27
2008-07-04ext3: add missing unlock to error path in ext3_quota_write()Jan Kara1-1/+3
2008-04-28ext3: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-7/+7
2008-04-28ext3: fix mount messages when quota disabledJan Kara1-1/+4
2008-04-28ext3: fix hang on umount with quotas when journal is abortedJan Kara1-1/+7
2008-04-28ext3: use ext3_group_first_block_no()Akinobu Mita1-3/+2
2008-04-28ext3: convert byte order of constant instead of variableMarcin Slusarz1-1/+1
2008-04-28quota: ext3: make ext3 handle quotaon on remountJan Kara1-9/+10
2008-03-04ext3: fix mount option parsingJosef Bacik1-1/+1
2008-02-14Introduce path_put()Jan Blunck1-2/+2
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck1-2/+2
2008-02-08ext3: replace all adds to little endians variables with le*_add_cpuMarcin Slusarz1-1/+1
2008-02-07iget: stop EXT3 from using iget() and read_inode()David Howells1-18/+22
2008-02-06ext[234]: use ext[234]_get_group_desc()Akinobu Mita1-9/+4
2008-02-06ext3: change the default behaviour on errorAneesh Kumar K.V1-8/+8
2008-01-28ext3: Fix the max file size for ext3 file system.Aneesh Kumar K.V1-4/+28
2007-12-17ext3, ext4: avoid divide by zeroAndries E. Brouwer1-1/+1
2007-10-22exportfs: make struct export_operations constChristoph Hellwig1-1/+1
2007-10-22ext3: new export opsChristoph Hellwig1-15/+20
2007-10-18ext3: support large blocksize up to PAGESIZETakashi Sato1-1/+5
2007-10-17ext3: show all mount optionsMiklos Szeredi1-0/+70
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter1-1/+1
2007-10-17lib: percpu_counter_init error handlingPeter Zijlstra1-6/+15
2007-10-17lib: percpu_counter_sum_positivePeter Zijlstra1-2/+2
2007-09-11quota: fix infinite loopJan Kara1-1/+10
2007-07-26fix inode_table test in ext234_check_descriptorsEric Sandeen1-1/+1
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+1
2007-07-17knfsd: exportfs: add exportfs.h headerChristoph Hellwig1-0/+1
2007-07-16ext3: statfs speed upBadari Pulavarty1-10/+15
2007-07-16ext3: fix error handling in ext3_create_journal()Borislav Petkov1-2/+5
2007-07-16is_power_of_2: ext3/super.cvignesh babu1-1/+2
2007-07-16ext3: fix deadlock in ext3_remount() and orphan list handlingJan Kara1-0/+8
2007-07-16ext3/ext4: orphan list check on destroy_inodeVasily Averin1-0/+8
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter1-6/+4
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter1-2/+1
2007-05-07mm: remove destroy_dirty_buffers from invalidate_bdev()Peter Zijlstra1-2/+2
2007-02-12[PATCH] Mark struct super_operations constJosef 'Jeff' Sipek1-1/+1
2007-02-11[PATCH] fix umask when noACL kernel meets extN tuned for ACLsHugh Dickins1-0/+4
2007-02-11[PATCH] ext3: refuse ro to rw remount of fs with orphan inodesEric Sandeen1-0/+16
2006-12-08[PATCH] LOG2: Implement a general integer log2 facility in the kernelDavid Howells1-4/+2
2006-12-07[PATCH] ext3/4: don't do orphan processing on readonly devicesEric Sandeen1-0/+6
2006-12-07[PATCH] ext3: fsid for statvfsPekka Enberg1-0/+5
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-2/+2
2006-12-07[PATCH] slab: remove SLAB_NOFSChristoph Lameter1-1/+1
2006-10-11[PATCH] ext3: errors behaviour fixDmitry Mishin1-0/+2
2006-09-27[PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan1-2/+1