aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_super.c
AgeCommit message (Expand)Author
2016-08-03xfs: remove the extents array from the rmap update done log itemDarrick J. Wong
2016-08-03xfs: enable the rmap btree functionalityDarrick J. Wong
2016-08-03xfs: enable the xfs_defer mechanism to process rmaps to updateDarrick J. Wong
2016-08-03xfs: create rmap update intent log itemsDarrick J. Wong
2016-08-03xfs: rmap btree requires more reserved free spaceDarrick J. Wong
2016-08-03xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*Darrick J. Wong
2016-08-03xfs: enable the xfs_defer mechanism to process extents to freeDarrick J. Wong
2016-07-22Merge branch 'xfs-4.8-misc-fixes-4' into for-nextDave Chinner
2016-07-22xfs: remove EXPERIMENTAL tag from sparse inode featureDave Chinner
2016-06-21Merge branch 'xfs-4.8-misc-fixes-2' into for-nextDave Chinner
2016-06-21xfs: convert list of extents to free into a regular listDarrick J. Wong
2016-06-21xfs: cancel eofblocks background trimming on remount read-onlyBrian Foster
2016-06-01xfs: make several functions staticEric Sandeen
2016-05-26Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
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-inode-reclaim' into for-nextDave Chinner
2016-05-20Merge branch 'xfs-4.7-writeback-bio' into for-nextDave Chinner
2016-05-18xfs: remove xfs_fs_evict_inode()Dave Chinner
2016-05-17xfs: Add alignment check for DAX mountToshi Kani
2016-04-06xfs: optimize bio handling in the buffer writeback pathChristoph Hellwig
2016-04-06xfs: add missing break in xfs_parseargs()Eryu Guan
2016-04-06xfs: disallow rw remount on fs with unknown ro-compat featuresEric Sandeen
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-03-09Merge branch 'xfs-misc-fixes-4.6-3' into for-nextDave Chinner
2016-03-09xfs: check sizes of XFS on-disk structures at compile timeDarrick J. Wong
2016-03-02xfs: fix up inode32/64 (re)mount handlingEric Sandeen
2016-03-02xfs: sanitize remount optionsEric Sandeen
2016-03-02xfs: convert mount option parsing to tokensEric Sandeen
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov
2016-01-04XFS: Use a signed return type for suffix_kstrtoint()Markus Elfring
2015-11-10Merge branch 'xfs-misc-fixes-for-4.4-3' into for-nextDave Chinner
2015-11-10xfs: give all workqueues rescuer threadsChris Mason
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-19xfs: fix an error code in xfs_fs_fill_super()Dan Carpenter
2015-10-12xfs: per-filesystem stats counter implementationBill O'Donnell
2015-10-12xfs: per-filesystem stats in sysfsBill O'Donnell
2015-10-12xfs: pass xfsstats structures to handlers and macrosBill O'Donnell
2015-10-12xfs: create global stats and stats_clear in sysfsBill O'Donnell
2015-09-07Merge tag 'xfs-for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-09-04fs: create and use seq_show_option for escapingKees Cook
2015-08-25xfs: collapse allocsize and biosize mount option handlingEric Sandeen
2015-08-19xfs: relocate sparse inode mount warningBrian Foster
2015-06-04xfs: add initial DAX supportDave Chinner
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-04-13Merge branch 'xfs-misc-fixes-for-4.1-3' into for-nextDave Chinner
2015-04-13xfs: disallow ro->rw remount on norecovery mountEric Sandeen
2015-03-25Merge branch 'xfs-misc-fixes-for-4.1-2' into for-nextDave Chinner