aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_mount.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/torvalds/linuxAlex 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