summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_super.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-07-101-13/+13
|\
| * xfs: remove double-underscore integer typesDarrick J. Wong2017-06-191-13/+13
* | blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown2017-06-181-1/+2
|/
* Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-121-0/+1
|\
| * block, dax: move "select DAX" from BLOCK to FS_DAXDan Williams2017-05-081-0/+1
* | xfs: use dedicated log worker wq to avoid deadlock with cil wqBrian Foster2017-04-031-0/+8
|/
* xfs: only reclaim unwritten COW extents periodicallyChristoph Hellwig2017-03-071-1/+1
* xfs: don't block the log commit handler for discardsChristoph Hellwig2017-02-091-0/+8
* xfs: deprecate barrier/nobarrier mount optionDave Chinner2016-12-091-9/+16
* xfs: remove i_iolock and use i_rwsem in the VFS inode insteadChristoph Hellwig2016-11-301-1/+1
* xfs: check inode reflink flag before calling reflink functionsDarrick J. Wong2016-10-101-5/+7
* xfs: recognize the reflink feature bitDarrick J. Wong2016-10-051-0/+7
* 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/+12
* xfs: store in-progress CoW allocations in the refcount btreeDarrick J. Wong2016-10-051-0/+9
* xfs: cancel pending CoW reservations when destroying inodesDarrick J. Wong2016-10-051-0/+8
* xfs: when replaying bmap operations, don't let unlinked inodes get reapedDarrick J. Wong2016-10-041-0/+10
* xfs: implement deferred bmbt map/unmap operationsDarrick J. Wong2016-10-041-0/+1
* xfs: create bmbt update intent log itemsDarrick J. Wong2016-10-041-0/+18
* xfs: connect refcount adjust functions to upper layersDarrick J. Wong2016-10-031-0/+1
* xfs: create refcount update intent log itemsDarrick J. Wong2016-10-031-0/+18
* Merge branch 'xfs-4.9-log-recovery-fixes' into for-nextDave Chinner2016-10-031-1/+1
|\
| * xfs: quiesce the filesystem after recovery on readonly mountDave Chinner2016-09-261-1/+1
* | xfs: convert RUI log formats to use variable length arraysDarrick J. Wong2016-09-191-3/+2
|/
* xfs: disallow mounting of realtime + rmap filesystemsDarrick J. Wong2016-08-261-1/+8
* xfs: remove the extents array from the rmap update done log itemDarrick J. Wong2016-08-031-3/+1
* xfs: enable the rmap btree functionalityDarrick J. Wong2016-08-031-0/+4
* xfs: enable the xfs_defer mechanism to process rmaps to updateDarrick J. Wong2016-08-031-0/+1
* xfs: create rmap update intent log itemsDarrick J. Wong2016-08-031-0/+21
* xfs: rmap btree requires more reserved free spaceDarrick J. Wong2016-08-031-1/+1
* xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*Darrick J. Wong2016-08-031-1/+1
* xfs: enable the xfs_defer mechanism to process extents to freeDarrick J. Wong2016-08-031-0/+2
* Merge branch 'xfs-4.8-misc-fixes-4' into for-nextDave Chinner2016-07-221-4/+0
|\
| * xfs: remove EXPERIMENTAL tag from sparse inode featureDave Chinner2016-07-221-4/+0
* | Merge branch 'xfs-4.8-misc-fixes-2' into for-nextDave Chinner2016-06-211-2/+11
|\ \
| * | xfs: convert list of extents to free into a regular listDarrick J. Wong2016-06-211-2/+3
| * | xfs: cancel eofblocks background trimming on remount read-onlyBrian Foster2016-06-211-0/+8
| |/
* / xfs: make several functions staticEric Sandeen2016-06-011-1/+1
|/
* Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-05-261-7/+5
|\
| * xfs: Add alignment check for DAX mountToshi Kani2016-05-171-7/+5
* | Merge tag 'xfs-for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-05-261-39/+26
|\ \ | |/ |/|
| * Merge branch 'xfs-4.7-inode-reclaim' into for-nextDave Chinner2016-05-201-21/+7
| |\
| | * xfs: remove xfs_fs_evict_inode()Dave Chinner2016-05-181-21/+7
| * | Merge branch 'xfs-4.7-writeback-bio' into for-nextDave Chinner2016-05-201-18/+8
| |\ \
| | * | xfs: optimize bio handling in the buffer writeback pathChristoph Hellwig2016-04-061-18/+8
| | |/
| * | xfs: add missing break in xfs_parseargs()Eryu Guan2016-04-061-0/+1
| * | xfs: disallow rw remount on fs with unknown ro-compat featuresEric Sandeen2016-04-061-0/+10
| |/
* | mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov2016-04-041-2/+2
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-2/+2
|/
* Merge branch 'xfs-misc-fixes-4.6-3' into for-nextDave Chinner2016-03-091-0/+3
|\