aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_mount.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-17xfs: don't leak quotacheck dquots when cow recoveryGravatar Darrick J. Wong 1-0/+2
2017-08-17xfs: clear MS_ACTIVE after finishing log recoveryGravatar Darrick J. Wong 1-10/+0
2017-07-10Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-10/+16
2017-07-06Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Gravatar Linus Torvalds 1-2/+2
2017-06-27xfs: make errortag a per-mountpoint structureGravatar Darrick J. Wong 1-2/+8
2017-06-20percpu_counter: Rename __percpu_counter_add to percpu_counter_add_batchGravatar Nikolay Borisov 1-2/+2
2017-06-19xfs: remove double-underscore integer typesGravatar Darrick J. Wong 1-8/+8
2017-06-05fs: switch ->s_uuid to uuid_tGravatar Christoph Hellwig 1-2/+1
2017-06-05xfs: use the common helper uuid_is_null()Gravatar Amir Goldstein 1-4/+4
2017-06-05xfs: remove uuid_getnodeuniq and xfs_uu_tGravatar Christoph Hellwig 1-1/+4
2017-04-28xfs: publish UUID in struct super_blockGravatar Amir Goldstein 1-0/+4
2017-03-07xfs: Use xfs_icluster_size_fsb() to calculate inode alignment maskGravatar Chandan Rajendra 1-2/+1
2017-02-09xfs: don't block the log commit handler for discardsGravatar Christoph Hellwig 1-0/+1
2017-02-09xfs: improve handling of busy extents in the low-level allocatorGravatar Christoph Hellwig 1-0/+8
2017-02-09xfs: correct null checks and error processing in xfs_initialize_peragGravatar Bill O'Donnell 1-9/+15
2016-12-07xfs: use rhashtable to track buffer cacheGravatar Lucas Stach 1-2/+5
2016-10-20xfs: unset MS_ACTIVE if mount failsGravatar Darrick J. Wong 1-0/+1
2016-10-05xfs: garbage collect old cowextsz reservationsGravatar Darrick J. Wong 1-0/+1
2016-10-05xfs: preallocate blocks for worst-case btree expansionGravatar Darrick J. Wong 1-0/+8
2016-10-05xfs: store in-progress CoW allocations in the refcount btreeGravatar Darrick J. Wong 1-0/+12
2016-10-04xfs: when replaying bmap operations, don't let unlinked inodes get reapedGravatar Darrick J. Wong 1-0/+9
2016-10-03xfs: define the on-disk refcount btree formatGravatar Darrick J. Wong 1-0/+2
2016-09-26xfs: quiesce the filesystem after recovery on readonly mountGravatar Dave Chinner 1-0/+14
2016-08-03xfs: rmap btree requires more reserved free spaceGravatar Darrick J. Wong 1-1/+1
2016-08-03xfs: define the on-disk rmap btree formatGravatar Darrick J. Wong 1-0/+2
2016-08-03xfs: rmap btree add more reserved blocksGravatar Darrick J. Wong 1-0/+2
2016-08-03xfs: rework xfs_bmap_free callers to use xfs_defer_opsGravatar Darrick J. Wong 1-0/+1
2016-07-20xfs: exclude never-released buffers from buftarg I/O accountingGravatar Brian Foster 1-4/+6
2016-05-26Merge tag 'xfs-for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-2/+21
2016-05-20Merge branch 'xfs-4.7-error-cfg' into for-nextGravatar Dave Chinner 1-1/+21
2016-05-18xfs: add "fail at unmount" error handling configurationGravatar Carlos Maiolino 1-0/+12
2016-05-18xfs: configurable error behavior via sysfsGravatar Carlos Maiolino 1-1/+9
2016-04-06xfs: improve kmem_reallocGravatar Christoph Hellwig 1-1/+0
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-1/+1
2016-03-07Merge branch 'xfs-misc-fixes-4.6-2' into for-nextGravatar Dave Chinner 1-19/+1
2016-03-07Merge branch 'xfs-buf-macro-cleanup-4.6' into for-nextGravatar Dave Chinner 1-1/+1
2016-03-02xfs: fix up inode32/64 (re)mount handlingGravatar Eric Sandeen 1-19/+1
2016-02-10xfs: remove XBF_DONE flag wrapper macrosGravatar Dave Chinner 1-1/+1
2016-02-09xfs: mode di_mode to vfs inodeGravatar Dave Chinner 1-1/+1
2015-11-03Merge branch 'xfs-misc-fixes-for-4.4-2' into for-nextGravatar Dave Chinner 1-0/+10
2015-11-03xfs: don't leak uuid table on rmmodGravatar Darrick J. Wong 1-0/+10
2015-10-12xfs: per-filesystem stats in sysfsGravatar Bill O'Donnell 1-1/+10
2015-08-19xfs: clean up root inode properly on mount failureGravatar Brian Foster 1-0/+2
2015-08-19xfs: don't leave EFIs on AIL on mount failureGravatar Brian Foster 1-12/+14
2015-06-01Merge branch 'xfs-sparse-inode' into for-nextGravatar Dave Chinner 1-0/+16
2015-05-29xfs: sparse inode chunks feature helpers and mount requirementsGravatar Brian Foster 1-0/+16
2015-05-29xfs: inode and free block counters need to use __percpu_counter_compareGravatar Dave Chinner 1-14/+20
2015-02-23xfs: remove xfs_mod_incore_sb APIGravatar Dave Chinner 1-136/+0
2015-02-23xfs: replace xfs_mod_incore_sb_batchedGravatar Dave Chinner 1-51/+0
2015-02-23xfs: introduce xfs_mod_frextentsGravatar Dave Chinner 1-8/+19