summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_mount.c
AgeCommit message (Expand)Author
2017-11-09xfs: on failed mount, force-reclaim inodes after unmounting quota controlsDarrick J. Wong
2017-10-11xfs: Fix bool initialization/comparisonThomas Meyer
2017-08-17xfs: don't leak quotacheck dquots when cow recoveryDarrick J. Wong
2017-08-17xfs: clear MS_ACTIVE after finishing log recoveryDarrick J. Wong
2017-07-10Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2017-07-06Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds
2017-06-27xfs: make errortag a per-mountpoint structureDarrick J. Wong
2017-06-20percpu_counter: Rename __percpu_counter_add to percpu_counter_add_batchNikolay Borisov
2017-06-19xfs: remove double-underscore integer typesDarrick J. Wong
2017-06-05fs: switch ->s_uuid to uuid_tChristoph Hellwig
2017-06-05xfs: use the common helper uuid_is_null()Amir Goldstein
2017-06-05xfs: remove uuid_getnodeuniq and xfs_uu_tChristoph Hellwig
2017-04-28xfs: publish UUID in struct super_blockAmir Goldstein
2017-03-07xfs: Use xfs_icluster_size_fsb() to calculate inode alignment maskChandan Rajendra
2017-02-09xfs: don't block the log commit handler for discardsChristoph Hellwig
2017-02-09xfs: improve handling of busy extents in the low-level allocatorChristoph Hellwig
2017-02-09xfs: correct null checks and error processing in xfs_initialize_peragBill O'Donnell
2016-12-07xfs: use rhashtable to track buffer cacheLucas Stach
2016-10-20xfs: unset MS_ACTIVE if mount failsDarrick J. Wong
2016-10-05xfs: garbage collect old cowextsz reservationsDarrick J. Wong
2016-10-05xfs: preallocate blocks for worst-case btree expansionDarrick J. Wong
2016-10-05xfs: store in-progress CoW allocations in the refcount btreeDarrick J. Wong
2016-10-04xfs: when replaying bmap operations, don't let unlinked inodes get reapedDarrick J. Wong
2016-10-03xfs: define the on-disk refcount btree formatDarrick J. Wong
2016-09-26xfs: quiesce the filesystem after recovery on readonly mountDave Chinner
2016-08-03xfs: rmap btree requires more reserved free spaceDarrick J. Wong
2016-08-03xfs: define the on-disk rmap btree formatDarrick J. Wong
2016-08-03xfs: rmap btree add more reserved blocksDarrick J. Wong
2016-08-03xfs: rework xfs_bmap_free callers to use xfs_defer_opsDarrick J. Wong
2016-07-20xfs: exclude never-released buffers from buftarg I/O accountingBrian Foster
2016-05-26Merge tag 'xfs-for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-05-20Merge branch 'xfs-4.7-error-cfg' into for-nextDave Chinner
2016-05-18xfs: add "fail at unmount" error handling configurationCarlos Maiolino
2016-05-18xfs: configurable error behavior via sysfsCarlos Maiolino
2016-04-06xfs: improve kmem_reallocChristoph Hellwig
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-03-07Merge branch 'xfs-misc-fixes-4.6-2' into for-nextDave Chinner
2016-03-07Merge branch 'xfs-buf-macro-cleanup-4.6' into for-nextDave Chinner
2016-03-02xfs: fix up inode32/64 (re)mount handlingEric Sandeen
2016-02-10xfs: remove XBF_DONE flag wrapper macrosDave Chinner
2016-02-09xfs: mode di_mode to vfs inodeDave Chinner
2015-11-03Merge branch 'xfs-misc-fixes-for-4.4-2' into for-nextDave Chinner
2015-11-03xfs: don't leak uuid table on rmmodDarrick J. Wong
2015-10-12xfs: per-filesystem stats in sysfsBill O'Donnell
2015-08-19xfs: clean up root inode properly on mount failureBrian Foster
2015-08-19xfs: don't leave EFIs on AIL on mount failureBrian Foster
2015-06-01Merge branch 'xfs-sparse-inode' into for-nextDave Chinner
2015-05-29xfs: sparse inode chunks feature helpers and mount requirementsBrian Foster
2015-05-29xfs: inode and free block counters need to use __percpu_counter_compareDave Chinner
2015-02-23xfs: remove xfs_mod_incore_sb APIDave Chinner