aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_mount.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-26xfs: reduce code duplication handling inode32/64 optionsCarlos Maiolino1-38/+5
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2012-07-31xfs: Convert to new freezing codeJan Kara1-1/+1
2012-07-29xfs: wait for the write the superblock on unmountMark Tinguely1-0/+9
2012-06-14xfs: m_maxioffset is redundantDave Chinner1-2/+0
2012-05-14xfs: flush outstanding buffers on log mount failureDave Chinner1-2/+6
2012-05-14xfs: move xfs_get_extsz_hint() and kill xfs_rw.hDave Chinner1-1/+0
2012-05-14xfs: clean up buffer get/read call APIDave Chinner1-6/+6
2012-05-14xfs: implement freezing by emptying the AILChristoph Hellwig1-44/+12
2012-02-03Change xfs_sb_from_disk() interface to take a mount pointerChandra Seetharaman1-2/+4
2012-01-31xfs: show uuid when mount fails due to duplicate uuidMitsuo Hayasaka1-1/+1
2011-10-11xfs: remove XFS_bflushChristoph Hellwig1-1/+1
2011-10-11xfs: clean up xfs_ioerror_alertChristoph Hellwig1-2/+1
2011-10-11xfs: fix buffer flushing during unmountChristoph Hellwig1-19/+10
2011-10-11xfs: call xfs_buf_delwri_queue directlyChristoph Hellwig1-1/+1
2011-08-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Alex Elder1-1/+1
2011-07-26xfs: get rid of open-coded S_ISREG(), etc.Al Viro1-1/+1
2011-07-25xfs: Remove the macro XFS_BUF_TARGETChandra Seetharaman1-1/+1
2011-07-25xfs: Remove macro XFS_BUF_HOLDChandra Seetharaman1-1/+1
2011-07-20xfs: Remove the second parameter to xfs_sb_count()Chandra Seetharaman1-10/+5
2011-07-13xfs: remove the dead QUOTADEBUG codeChristoph Hellwig1-4/+0
2011-07-11Revert "xfs: fix filesystsem freeze race in xfs_trans_alloc"Alex Elder1-7/+7
2011-07-08xfs: consolidate & clarify mount sanity checksEric Sandeen1-20/+13
2011-07-08xfs: clean up buffer locking helpersChristoph Hellwig1-11/+8
2011-07-08xfs: fix filesystsem freeze race in xfs_trans_allocChristoph Hellwig1-7/+7
2011-04-28xfs: cleanup duplicate initializationsDavid Sterba1-2/+2
2011-03-07xfs: Convert remaining cmn_err() callers to new APIDave Chinner1-36/+24
2011-03-07xfs: convert xfs_fs_cmn_err to new error logging APIDave Chinner1-8/+8
2011-03-07xfs: kill xfs_fs_mount_cmn_err() macroDave Chinner1-29/+43
2010-12-16xfs: convert pag_ici_lock to a spin lockDave Chinner1-1/+1
2011-01-04xfs: dynamic speculative EOF preallocationDave Chinner1-0/+21
2010-11-10xfs: fix per-ag reference counting in inode reclaim tree walkingDave Chinner1-0/+1
2010-10-18xfs: remove xfs_buf wrappersChristoph Hellwig1-1/+1
2010-10-18xfs: do not use xfs_mod_incore_sb_batch for per-cpu countersChristoph Hellwig1-79/+35
2010-10-18xfs: do not use xfs_mod_incore_sb for per-cpu countersChristoph Hellwig1-23/+9
2010-10-18xfs: remove XFS_MOUNT_NO_PERCPU_SBChristoph Hellwig1-25/+15
2010-10-18xfs: convert buffer cache hash to rbtreeDave Chinner1-0/+2
2010-10-18xfs: serialise inode reclaim within an AGDave Chinner1-0/+1
2010-10-18xfs: split inode AG walking into separate code for reclaimDave Chinner1-0/+26
2010-10-18xfs: use unhashed buffers for size checksDave Chinner1-23/+16
2010-10-18xfs: kill XBF_FS_MANAGED buffersDave Chinner1-39/+16
2010-10-18xfs: lockless per-ag lookupsDave Chinner1-8/+17
2010-10-18xfs: remove debug assert for per-ag reference countingDave Chinner1-2/+0
2010-07-26xfs: remove unneeded #include statementsChristoph Hellwig1-2/+0
2010-07-26xfs: drop dmapi hooksChristoph Hellwig1-1/+0
2010-06-24xfs: remove block number from inode lookup codeDave Chinner1-1/+1
2010-05-28xfs: fix access to upper inodes without inode64Christoph Hellwig1-31/+21
2010-05-28xfs: fix might_sleep() warning when initialising per-ag treeDave Chinner1-1/+1
2010-05-28xfs: replace E2BIG with EFBIG where appropriateEric Sandeen1-7/+7
2010-05-19xfs: remove dead XFS_LOUD_RECOVERY codeChristoph Hellwig1-7/+0
2010-03-05xfs: Increase the default size of the reserved blocks poolDave Chinner1-20/+29
2010-03-01xfs: merge xfs_lrw.c into xfs_file.cChristoph Hellwig1-0/+20
2010-02-06xfs: Use delayed write for inodes rather than async V2Dave Chinner1-1/+12
2010-02-08xfs: more reserved blocks fixupsEric Sandeen1-11/+23
2010-01-21xfs: cleanup up xfs_log_force calling conventionsChristoph Hellwig1-2/+2
2010-01-21xfs: remove duplicate buffer flagsChristoph Hellwig1-2/+2
2010-01-20xfs: rearrange xfs_mod_sb() to avoid array subscript warningDave Chinner1-4/+3
2010-01-15xfs: embed the pagb_list array in the perag structureDave Chinner1-2/+1
2010-01-15xfs: handle ENOMEM correctly during initialisation of perag structuresDave Chinner1-4/+17
2010-01-15xfs: Add trace points for per-ag refcount debugging.Dave Chinner1-0/+34
2010-01-15xfs: Reference count per-ag structuresDave Chinner1-0/+1
2010-01-15xfs: Replace per-ag array with a radix treeDave Chinner1-15/+48
2010-01-15xfs: convert remaining direct references to m_peragDave Chinner1-3/+6
2009-12-14xfs: event tracing supportChristoph Hellwig1-0/+2
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds1-6/+6
2009-12-11xfs: kill the STATIC_INLINE macroChristoph Hellwig1-4/+4
2009-12-11xfs: simplify xfs_buf_get / xfs_buf_read interfacesChristoph Hellwig1-4/+4
2009-12-11xfs: I/O completion handlers must use NOFS allocationsChristoph Hellwig1-1/+1
2009-10-03this_cpu: xfs_icsb_modify_counters does not need "cpu" variableChristoph Lameter1-6/+6
2009-08-31xfs: add more statics & drop some unused functionsEric Sandeen1-1/+1
2009-06-08xfs: remove unused parameter from xfs_reclaim_inodesDave Chinner1-1/+1
2009-06-08xfs: kill xfs_qmopsChristoph Hellwig1-17/+86
2009-04-29xfs: add more checks to superblock validationOlaf Weber1-0/+3
2009-03-30xfs: cleanup uuid handlingChristoph Hellwig1-41/+83
2009-03-29xfs: remove m_attroffsetChristoph Hellwig1-21/+16
2009-03-29xfs: fix various typosMalcolm Parsons1-4/+4
2009-03-29xfs: remove m_litinoChristoph Hellwig1-1/+0
2009-03-16xfs: cleanup log unmount handlingChristoph Hellwig1-2/+3
2009-02-04xfs: make sure to free the real-time inodes in the mount error pathChristoph Hellwig1-8/+7
2009-02-04xfs: cleanup error handling in xfs_mountfs:Christoph Hellwig1-42/+35
2009-01-19xfs: fix bad_features2 fixups for the root filesystemChristoph Hellwig1-13/+13
2008-12-04kill xfs_unmount_flushChristoph Hellwig1-0/+10
2008-12-04remove leftovers of shared read-only supportChristoph Hellwig1-26/+0
2008-12-01[XFS] kill xfs_dinode_core_tChristoph Hellwig1-2/+1
2008-10-30[XFS] kill deleted inodes listDavid Chinner1-1/+0
2008-10-30[XFS] rename inode reclaim functionsDavid Chinner1-1/+1
2008-10-30[XFS] remove the mount inode listDavid Chinner1-5/+0
2008-10-30[XFS] Cleanup maxrecs calculation.Christoph Hellwig1-20/+14
2008-10-30[XFS] Remove xfs_iflush_all and clean up xfs_finish_reclaim_all()David Chinner1-1/+1
2008-10-30[XFS] Fix use-after-free with log and quotasLachlan McIlroy1-2/+3
2008-08-13[XFS] use KM_MAYFAIL in xfs_mountfsChristoph Hellwig1-2/+4
2008-08-13[XFS] refactor xfs_mount_freeChristoph Hellwig1-16/+5
2008-08-13[XFS] don't call xfs_freesb from xfs_unmountfsChristoph Hellwig1-2/+0
2008-08-13[XFS] xfs_unmountfs should return voidChristoph Hellwig1-7/+5
2008-08-13[XFS] cleanup xfs_mountfsChristoph Hellwig1-20/+10
2008-08-13[XFS] move root inode IRELE into xfs_unmountfsChristoph Hellwig1-0/+2
2008-08-13[XFS] kill INDUCE_IO_ERRORChristoph Hellwig1-1/+1
2008-08-13[XFS] don't leak m_fsname/m_rtname/m_lognameChristoph Hellwig1-7/+0
2008-07-28[XFS] Don't assert if trying to mount with blocksize > pagesizeLachlan McIlroy1-13/+13
2008-07-28[XFS] kill xfs_mount_initChristoph Hellwig1-28/+2
2008-07-28[XFS] sort out opening and closing of the block devicesChristoph Hellwig1-12/+1
2008-07-28[XFS] don't call xfs_freesb from xfs_mountfs failure caseChristoph Hellwig1-1/+0
2008-07-28[XFS] kill xfs_uuid_unmountChristoph Hellwig1-13/+2
2008-07-28[XFS] Update valid fields in xfs_mount_log_sb()David Chinner1-1/+2
2008-07-28[XFS] Remove unused arg from kmem_free()Denys Vlasenko1-11/+7
2008-07-28[XFS] Fix up noattr2 so that it will properly update the versionnum andTim Shimmin1-1/+11
2008-04-29[XFS] kill XFS_ICSB_SB_LOCKEDChristoph Hellwig1-1/+1
2008-04-29[XFS] split xfs_icsb_balance_counterChristoph Hellwig1-27/+31
2008-04-29[XFS] Add xfs_icsb_sync_counters_locked for when m_sb_lock already heldChristoph Hellwig1-15/+8
2008-04-18[XFS] Ensure errors from xfs_bdstrat() are correctly checked.David Chinner1-1/+0
2008-04-18[XFS] Propagate errors from xfs_trans_commit().David Chinner1-13/+22
2008-04-18[XFS] Report errors from xfs_reserve_blocks().David Chinner1-3/+11
2008-04-18[XFS] xfs_icsb_counter_disabled() never returns an error.David Chinner1-5/+3
2008-04-18[XFS] remove most calls to VN_RELEChristoph Hellwig1-3/+2
2008-04-18[XFS] Remove superflous xfs_readsb call in xfs_mountfs.Christoph Hellwig1-5/+0
2008-04-10[XFS] Ensure "both" features2 slots are consistentEric Sandeen1-12/+25
2008-04-10[XFS] Fix superblock features2 field alignment problemDavid Chinner1-6/+28
2008-04-10[XFS] remove shouting-indirection macros from xfs_sb.hEric Sandeen1-5/+5
2008-02-07[XFS] Move AIL pushing into it's own threadDavid Chinner1-6/+0
2008-02-07[XFS] Fix up sparse warnings.David Chinner1-1/+1
2008-02-07[XFS] Refactor xfs_mountfsEric Sandeen1-105/+162
2008-02-07[XFS] Remove spin.hEric Sandeen1-7/+4
2008-02-07[XFS] Unwrap XFS_SB_LOCK.Eric Sandeen1-30/+27
2008-02-07[XFS] Unwrap AIL_LOCKDonald Douwsma1-2/+2
2008-02-07[XFS] kill unnessecary ioops indirectionLachlan McIlroy1-1/+0
2007-10-16[XFS] growlock should be a mutexChristoph Hellwig1-2/+2
2007-10-16[XFS] kill struct bhv_vfsChristoph Hellwig1-8/+3
2007-10-16[XFS] kill the vfs_flags member in struct bhv_vfsChristoph Hellwig1-4/+4
2007-10-16[XFS] kill the vfs_fsid and vfs_altfsid members in struct bhv_vfsChristoph Hellwig1-21/+1
2007-10-16[XFS] call common xfs vfs-level helpers directly and remove vfs operationsChristoph Hellwig1-10/+2
2007-10-16[XFS] move freeing the mount structure from xfs_mount_free into the callersChristoph Hellwig1-1/+0
2007-10-15[XFS] Radix tree based inode cachingDavid Chinner1-14/+13
2007-10-15[XFS] superblock endianess annotationsChristoph Hellwig1-46/+88
2007-10-15[XFS] Fix a potential NULL pointer deref in XFS on failed mount.Jesper Juhl1-1/+1
2007-10-15[XFS] Pick a single default inode cluster size.Eric Sandeen1-7/+4
2007-10-15[XFS] Remove m_nreadaheadsEric Sandeen1-10/+0
2007-07-14[XFS] Use do_div() on 64 bit types.Christoph Hellwig1-1/+3
2007-07-14[XFS] Prevent ENOSPC from aborting transactions that need to succeedDavid Chinner1-2/+35
2007-07-14[XFS] Prevent deadlock when flushing inodes on unmountDavid Chinner1-0/+11
2007-07-14[XFS] Lazy Superblock CountersDavid Chinner1-6/+148
2007-07-14[XFS] Don't grow filesystems past the size they can index.Nathan Scott1-12/+23
2007-05-09Add suspend-related notifications for CPU hotplugRafael J. Wysocki1-0/+3
2007-05-08[XFS] The last argument "lsn" of xfs_trans_commit() is always called withEric Sandeen1-1/+1
2007-02-10[XFS] Re-initialize the per-cpu superblock counters after recovery.Lachlan McIlroy1-5/+18
2007-02-10[XFS] Fix block reservation mechanism.David Chinner1-13/+3
2007-02-10[XFS] Make growfs work for amounts greater than 2TBDavid Chinner1-8/+14
2007-02-10[XFS] Fix UP build breakage due to undefined m_icsb_mutex.David Chinner1-11/+12
2007-02-10[XFS] Reduction global superblock lock contention near ENOSPC.David Chinner1-93/+139
2007-02-10[XFS] Keep stack usage down for 4k stacks by using noinline.David Chinner1-4/+4
2006-09-07[XFS] Prevent free space oversubscription and xfssyncd looping.David Chinner1-24/+8
2006-06-27Merge git://oss.sgi.com:8090/nathans/xfs-2.6Linus Torvalds1-1/+2
2006-06-27[PATCH] cpu hotplug: use hotplug version of cpu notifier in appropriate placesChandra Seetharaman1-8/+10
2006-06-28[XFS] Rework code snippets slightly to remove remaining recent-gccNathan Scott1-1/+2
2006-06-20[XFS] Remove version 1 directory code. Never functioned on Linux, justNathan Scott1-14/+1
2006-06-09[XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters.Nathan Scott1-1/+1
2006-06-09[XFS] Resolve a namespace collision on vfs/vfsops for FreeBSD porters.Nathan Scott1-4/+4
2006-06-09[XFS] Portability changes: remove prdev, stick to one diagnosticNathan Scott1-2/+3
2006-06-09[XFS] In actual allocation of file system blocks and freeing extents, theYingping Lu1-2/+22
2006-04-11[XFS] Fix superblock validation regression for the zero imaxpct case. Nathan Scott1-1/+1
2006-03-31[XFS] Implement the silent parameter to fill_super, previously ignored.Nathan Scott1-40/+31
2006-03-29[XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing allNathan Scott1-2/+2
2006-03-14[XFS] Additional mount time superblock validation checks.Nathan Scott1-1/+4
2006-03-14[XFS] using a spinlock per cpu for superblock counter exclusion results inDavid Chinner1-13/+24
2006-03-14[XFS] Add support for hotplug CPUs to the per-CPU superblock counters byDavid Chinner1-2/+72
2006-03-14[XFS] On machines with more than 8 cpus, when running parallel I/ODavid Chinner1-16/+544
2006-01-15return statement cleanup - kill pointless parenthesesJesper Juhl1-33/+33
2006-01-11[XFS] Fix an intermittent pquota panic caused by dodgey quota flags to anNathan Scott1-2/+1
2006-01-11[XFS] Mark some lookup tables const. Thanks to Arjan van de Ven forChristoph Hellwig1-1/+1
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: XFSJes Sorensen1-1/+1
2005-11-02[XFS] Fix calculation of reserved AGs for inodes in 32-bit inode modeEric Sandeen1-1/+1
2005-11-02[XFS] Rework fid encode/decode wrt 64 bit inums interacting with NFS.Nathan Scott1-3/+6
2005-11-02[XFS] Update license/copyright notices to match the prefered SGINathan Scott1-25/+11
2005-11-02[XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot.Nathan Scott1-8/+7
2005-11-02[XFS] Track external log/realtime device names for correct reporting inNathan Scott1-0/+4
2005-11-02[XFS] Ondisk format extension for extended attributes (attr2). Basically,Nathan Scott1-3/+4
2005-11-02[XFS] Add format checking to cmn_err and icmn_errChristoph Hellwig1-1/+1
2005-06-21[XFS] remove xfs_incore_relseChristoph Hellwig1-9/+0
2005-06-21[XFS] rewrite xfs_iflush_allChristoph Hellwig1-1/+1
2005-06-21[XFS] mark various symbols static Patch from Adrian BunkChristoph Hellwig1-2/+3
2005-05-05[XFS] Block mount attempts for filesystems with version 1 directories.Nathan Scott1-0/+9
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+1586