summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_super.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'xfs-4.15-fixes-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-12-221-0/+9
|\
| * xfs: remove leftover CoW reservations when remounting roDarrick J. Wong2017-12-211-0/+9
* | Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-4/+4
|/
* Convert fs/*/* to SB_I_VERSIONMatthew Garrett2017-10-191-1/+1
* xfs: Output warning message when discard option was enabled even though the d...Kenjiro Nakayama2017-09-261-0/+10
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-151-1/+1
|\
| * VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-171-1/+1
* | Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-09-111-4/+21
|\ \
| * | xfs: perform dax_device lookup at mountDan Williams2017-08-311-4/+21
| |/
* / xfs: use kmem_free to free return value of kmem_zallocPan Bian2017-09-031-1/+1
|/
* 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-131-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-041-0/+8
|/
* xfs: only reclaim unwritten COW extents periodicallyChristoph Hellwig2017-03-081-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-061-0/+7
* xfs: garbage collect old cowextsz reservationsDarrick J. Wong2016-10-061-0/+1
* xfs: preallocate blocks for worst-case btree expansionDarrick J. Wong2016-10-061-0/+12
* xfs: store in-progress CoW allocations in the refcount btreeDarrick J. Wong2016-10-061-0/+9
* xfs: cancel pending CoW reservations when destroying inodesDarrick J. Wong2016-10-061-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/+2Star
|/
* 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/+1Star
* 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/+0Star
|\
| * xfs: remove EXPERIMENTAL tag from sparse inode featureDave Chinner2016-07-221-4/+0Star
* | 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-271-7/+5Star
|\
| * xfs: Add alignment check for DAX mountToshi Kani2016-05-171-7/+5Star