aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_mount.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-28xfs: publish UUID in struct super_blockAmir Goldstein1-0/+4
2017-03-07xfs: Use xfs_icluster_size_fsb() to calculate inode alignment maskChandan Rajendra1-2/+1
2017-02-09xfs: don't block the log commit handler for discardsChristoph Hellwig1-0/+1
2017-02-09xfs: improve handling of busy extents in the low-level allocatorChristoph Hellwig1-0/+8
2017-02-09xfs: correct null checks and error processing in xfs_initialize_peragBill O'Donnell1-9/+15
2016-12-07xfs: use rhashtable to track buffer cacheLucas Stach1-2/+5
2016-10-20xfs: unset MS_ACTIVE if mount failsDarrick J. Wong1-0/+1
2016-10-05xfs: garbage collect old cowextsz reservationsDarrick J. Wong1-0/+1
2016-10-05xfs: preallocate blocks for worst-case btree expansionDarrick J. Wong1-0/+8
2016-10-05xfs: store in-progress CoW allocations in the refcount btreeDarrick J. Wong1-0/+12
2016-10-04xfs: when replaying bmap operations, don't let unlinked inodes get reapedDarrick J. Wong1-0/+9
2016-10-03xfs: define the on-disk refcount btree formatDarrick J. Wong1-0/+2
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