aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-03xfs: remove the extents array from the rmap update done log itemDarrick J. Wong1-3/+1
2016-08-03xfs: enable the rmap btree functionalityDarrick J. Wong1-0/+4
2016-08-03xfs: enable the xfs_defer mechanism to process rmaps to updateDarrick J. Wong1-0/+1
2016-08-03xfs: create rmap update intent log itemsDarrick J. Wong1-0/+21
2016-08-03xfs: rmap btree requires more reserved free spaceDarrick J. Wong1-1/+1
2016-08-03xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*Darrick J. Wong1-1/+1
2016-08-03xfs: enable the xfs_defer mechanism to process extents to freeDarrick J. Wong1-0/+2
2016-07-22Merge branch 'xfs-4.8-misc-fixes-4' into for-nextDave Chinner1-4/+0
2016-07-22xfs: remove EXPERIMENTAL tag from sparse inode featureDave Chinner1-4/+0
2016-06-21Merge branch 'xfs-4.8-misc-fixes-2' into for-nextDave Chinner1-2/+11
2016-06-21xfs: convert list of extents to free into a regular listDarrick J. Wong1-2/+3
2016-06-21xfs: cancel eofblocks background trimming on remount read-onlyBrian Foster1-0/+8
2016-06-01xfs: make several functions staticEric Sandeen1-1/+1
2016-05-26Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-7/+5
2016-05-26Merge tag 'xfs-for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfsLinus Torvalds1-39/+26
2016-05-20Merge branch 'xfs-4.7-inode-reclaim' into for-nextDave Chinner1-21/+7
2016-05-20Merge branch 'xfs-4.7-writeback-bio' into for-nextDave Chinner1-18/+8
2016-05-18xfs: remove xfs_fs_evict_inode()Dave Chinner1-21/+7
2016-05-17xfs: Add alignment check for DAX mountToshi Kani1-7/+5
2016-04-06xfs: optimize bio handling in the buffer writeback pathChristoph Hellwig1-18/+8
2016-04-06xfs: add missing break in xfs_parseargs()Eryu Guan1-0/+1
2016-04-06xfs: disallow rw remount on fs with unknown ro-compat featuresEric Sandeen1-0/+10
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov1-2/+2
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-2/+2
2016-03-09Merge branch 'xfs-misc-fixes-4.6-3' into for-nextDave Chinner1-0/+3
2016-03-09xfs: check sizes of XFS on-disk structures at compile timeDarrick J. Wong1-0/+3
2016-03-02xfs: fix up inode32/64 (re)mount handlingEric Sandeen1-47/+55
2016-03-02xfs: sanitize remount optionsEric Sandeen1-1/+31
2016-03-02xfs: convert mount option parsing to tokensEric Sandeen1-194/+197
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov1-2/+2
2016-01-04XFS: Use a signed return type for suffix_kstrtoint()Markus Elfring1-1/+1
2015-11-10Merge branch 'xfs-misc-fixes-for-4.4-3' into for-nextDave Chinner1-3/+4
2015-11-10xfs: give all workqueues rescuer threadsChris Mason1-3/+4
2015-11-03Merge branch 'xfs-misc-fixes-for-4.4-2' into for-nextDave Chinner1-0/+1
2015-11-03xfs: don't leak uuid table on rmmodDarrick J. Wong1-0/+1
2015-10-19xfs: fix an error code in xfs_fs_fill_super()Dan Carpenter1-1/+1
2015-10-12xfs: per-filesystem stats counter implementationBill O'Donnell1-3/+3
2015-10-12xfs: per-filesystem stats in sysfsBill O'Donnell1-2/+12
2015-10-12xfs: pass xfsstats structures to handlers and macrosBill O'Donnell1-6/+15
2015-10-12xfs: create global stats and stats_clear in sysfsBill O'Donnell1-5/+15
2015-09-07Merge tag 'xfs-for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfsLinus Torvalds1-10/+6
2015-09-04fs: create and use seq_show_option for escapingKees Cook1-2/+2
2015-08-25xfs: collapse allocsize and biosize mount option handlingEric Sandeen1-10/+2
2015-08-19xfs: relocate sparse inode mount warningBrian Foster1-0/+4
2015-06-04xfs: add initial DAX supportDave Chinner1-2/+23
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-1/+1
2015-04-13Merge branch 'xfs-misc-fixes-for-4.1-3' into for-nextDave Chinner1-0/+6
2015-04-13xfs: disallow ro->rw remount on norecovery mountEric Sandeen1-0/+6
2015-03-25Merge branch 'xfs-misc-fixes-for-4.1-2' into for-nextDave Chinner1-1/+1