summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_mount.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: clean up xfs_mount allocation and dynamic initializersBrian Foster2018-03-261-2/+0
* xfs: remove unused m_dmevmask from xfs_mount structEric Sandeen2018-03-111-2/+0
* xfs: destroy mutex pag_ici_reclaim_lock before freeXiongwei Song2018-01-121-0/+3
* xfs: on failed mount, force-reclaim inodes after unmounting quota controlsDarrick J. Wong2017-11-091-2/+13
* xfs: Fix bool initialization/comparisonThomas Meyer2017-10-111-1/+1
* xfs: don't leak quotacheck dquots when cow recoveryDarrick J. Wong2017-08-171-0/+2
* xfs: clear MS_ACTIVE after finishing log recoveryDarrick J. Wong2017-08-171-10/+0
* Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-07-101-10/+16
|\
| * xfs: make errortag a per-mountpoint structureDarrick J. Wong2017-06-271-2/+8
| * xfs: remove double-underscore integer typesDarrick J. Wong2017-06-191-8/+8
* | Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2017-07-061-2/+2
|\ \
| * | percpu_counter: Rename __percpu_counter_add to percpu_counter_add_batchNikolay Borisov2017-06-201-2/+2
| |/
* | fs: switch ->s_uuid to uuid_tChristoph Hellwig2017-06-051-2/+1
* | xfs: use the common helper uuid_is_null()Amir Goldstein2017-06-051-4/+4
* | xfs: remove uuid_getnodeuniq and xfs_uu_tChristoph Hellwig2017-06-051-1/+4
|/
* xfs: publish UUID in struct super_blockAmir Goldstein2017-04-281-0/+4
* xfs: Use xfs_icluster_size_fsb() to calculate inode alignment maskChandan Rajendra2017-03-071-2/+1
* xfs: don't block the log commit handler for discardsChristoph Hellwig2017-02-091-0/+1
* xfs: improve handling of busy extents in the low-level allocatorChristoph Hellwig2017-02-091-0/+8
* xfs: correct null checks and error processing in xfs_initialize_peragBill O'Donnell2017-02-091-9/+15
* xfs: use rhashtable to track buffer cacheLucas Stach2016-12-071-2/+5
* xfs: unset MS_ACTIVE if mount failsDarrick J. Wong2016-10-201-0/+1
* xfs: garbage collect old cowextsz reservationsDarrick J. Wong2016-10-051-0/+1
* xfs: preallocate blocks for worst-case btree expansionDarrick J. Wong2016-10-051-0/+8
* xfs: store in-progress CoW allocations in the refcount btreeDarrick J. Wong2016-10-051-0/+12
* xfs: when replaying bmap operations, don't let unlinked inodes get reapedDarrick J. Wong2016-10-041-0/+9
* xfs: define the on-disk refcount btree formatDarrick J. Wong2016-10-031-0/+2
* xfs: quiesce the filesystem after recovery on readonly mountDave Chinner2016-09-261-0/+14
* xfs: rmap btree requires more reserved free spaceDarrick J. Wong2016-08-031-1/+1
* xfs: define the on-disk rmap btree formatDarrick J. Wong2016-08-031-0/+2
* xfs: rmap btree add more reserved blocksDarrick J. Wong2016-08-031-0/+2
* xfs: rework xfs_bmap_free callers to use xfs_defer_opsDarrick J. Wong2016-08-031-0/+1
* xfs: exclude never-released buffers from buftarg I/O accountingBrian Foster2016-07-201-4/+6
* Merge tag 'xfs-for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-05-261-2/+21
|\
| * Merge branch 'xfs-4.7-error-cfg' into for-nextDave Chinner2016-05-201-1/+21
| |\
| | * xfs: add "fail at unmount" error handling configurationCarlos Maiolino2016-05-181-0/+12
| | * xfs: configurable error behavior via sysfsCarlos Maiolino2016-05-181-1/+9
| * | xfs: improve kmem_reallocChristoph Hellwig2016-04-061-1/+0
| |/
* / mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-1/+1
|/
* Merge branch 'xfs-misc-fixes-4.6-2' into for-nextDave Chinner2016-03-071-19/+1
|\
| * xfs: fix up inode32/64 (re)mount handlingEric Sandeen2016-03-021-19/+1
* | Merge branch 'xfs-buf-macro-cleanup-4.6' into for-nextDave Chinner2016-03-071-1/+1
|\ \
| * | xfs: remove XBF_DONE flag wrapper macrosDave Chinner2016-02-101-1/+1
| |/
* / xfs: mode di_mode to vfs inodeDave Chinner2016-02-091-1/+1
|/
* Merge branch 'xfs-misc-fixes-for-4.4-2' into for-nextDave Chinner2015-11-031-0/+10
|\
| * xfs: don't leak uuid table on rmmodDarrick J. Wong2015-11-031-0/+10
* | xfs: per-filesystem stats in sysfsBill O'Donnell2015-10-121-1/+10
|/
* xfs: clean up root inode properly on mount failureBrian Foster2015-08-191-0/+2
* xfs: don't leave EFIs on AIL on mount failureBrian Foster2015-08-191-12/+14
* Merge branch 'xfs-sparse-inode' into for-nextDave Chinner2015-06-011-0/+16
|\