aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_mount.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-26xfs: quiesce the filesystem after recovery on readonly mountDave Chinner1-0/+14
2016-08-03xfs: rmap btree requires more reserved free spaceDarrick J. Wong1-1/+1
2016-08-03xfs: define the on-disk rmap btree formatDarrick J. Wong1-0/+2
2016-08-03xfs: rmap btree add more reserved blocksDarrick J. Wong1-0/+2
2016-08-03xfs: rework xfs_bmap_free callers to use xfs_defer_opsDarrick J. Wong1-0/+1
2016-07-20xfs: exclude never-released buffers from buftarg I/O accountingBrian Foster1-4/+6
2016-05-26Merge tag 'xfs-for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfsLinus Torvalds1-2/+21
2016-05-20Merge branch 'xfs-4.7-error-cfg' into for-nextDave Chinner1-1/+21
2016-05-18xfs: add "fail at unmount" error handling configurationCarlos Maiolino1-0/+12
2016-05-18xfs: configurable error behavior via sysfsCarlos Maiolino1-1/+9
2016-04-06xfs: improve kmem_reallocChristoph Hellwig1-1/+0
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-1/+1
2016-03-07Merge branch 'xfs-misc-fixes-4.6-2' into for-nextDave Chinner1-19/+1
2016-03-07Merge branch 'xfs-buf-macro-cleanup-4.6' into for-nextDave Chinner1-1/+1
2016-03-02xfs: fix up inode32/64 (re)mount handlingEric Sandeen1-19/+1
2016-02-10xfs: remove XBF_DONE flag wrapper macrosDave Chinner1-1/+1
2016-02-09xfs: mode di_mode to vfs inodeDave Chinner1-1/+1
2015-11-03Merge branch 'xfs-misc-fixes-for-4.4-2' into for-nextDave Chinner1-0/+10
2015-11-03xfs: don't leak uuid table on rmmodDarrick J. Wong1-0/+10
2015-10-12xfs: per-filesystem stats in sysfsBill O'Donnell1-1/+10
2015-08-19xfs: clean up root inode properly on mount failureBrian Foster1-0/+2
2015-08-19xfs: don't leave EFIs on AIL on mount failureBrian Foster1-12/+14
2015-06-01Merge branch 'xfs-sparse-inode' into for-nextDave Chinner1-0/+16
2015-05-29xfs: sparse inode chunks feature helpers and mount requirementsBrian Foster1-0/+16
2015-05-29xfs: inode and free block counters need to use __percpu_counter_compareDave Chinner1-14/+20
2015-02-23xfs: remove xfs_mod_incore_sb APIDave Chinner1-136/+0
2015-02-23xfs: replace xfs_mod_incore_sb_batchedDave Chinner1-51/+0
2015-02-23xfs: introduce xfs_mod_frextentsDave Chinner1-8/+19
2015-02-23xfs: Remove icsb infrastructureDave Chinner1-515/+1
2015-02-23xfs: use generic percpu counters for free block counterDave Chinner1-94/+98
2015-02-23xfs: use generic percpu counters for free inode counterDave Chinner1-43/+33
2015-02-23xfs: use generic percpu counters for inode counterDave Chinner1-41/+35
2015-01-22xfs: sanitise sb_bad_features2 handlingDave Chinner1-12/+11
2015-01-22xfs: consolidate superblock logging functionsDave Chinner1-66/+12
2015-01-22xfs: remove bitfield based superblock updatesDave Chinner1-14/+8
2014-12-04Merge branch 'xfs-misc-fixes-for-3.19-2' into for-nextDave Chinner1-0/+1
2014-12-04xfs: move type conversion functions to xfs_dir.hDave Chinner1-0/+1
2014-11-28Merge branch 'xfs-consolidate-format-defs' into for-nextDave Chinner1-3/+0
2014-11-28xfs: merge xfs_inum.h into xfs_format.hChristoph Hellwig1-1/+0
2014-11-28xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig1-1/+0
2014-11-28xfs: merge xfs_dinode.h into xfs_format.hChristoph Hellwig1-1/+0
2014-11-28xfs: allow lazy sb counter sync during filesystem freeze sequenceBrian Foster1-8/+21
2014-10-02Merge branch 'xfs-buf-iosubmit' into for-nextDave Chinner1-29/+26
2014-10-02xfs: check xfs_buf_read_uncached returns correctlyDave Chinner1-29/+26
2014-09-29xfs: xfs_kset should be static Dave Chinner1-3/+0
2014-08-04Merge branch 'xfs-misc-fixes-3.17-2' into for-nextDave Chinner1-1/+0
2014-08-04Merge branch 'xfs-misc-fixes-3.17-1' into for-nextDave Chinner1-7/+3
2014-08-04xfs: fix coccinelle warningskbuild test robot1-1/+1
2014-08-04xfs: avoid false quotacheck after unclean shutdownEric Sandeen1-1/+0
2014-07-30xfs: require 64-bit sector_tChristoph Hellwig1-5/+1