summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_super.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'xfs-4.18-merge-10' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-06-131-14/+2Star
|\
| * xfs: clean up MIN/MAXDave Chinner2018-06-081-1/+1
| * xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1Star
* | Merge tag 'xfs-4.18-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-06-051-20/+39
|\|
| * dax: change bdev_dax_supported() to support boolean returnsDave Jiang2018-05-311-6/+6
| * fs: allow per-device dax status checking for filesystemsDarrick J. Wong2018-05-311-2/+8
| * xfs: clear sb->s_fs_info on mount failureDave Chinner2018-05-161-0/+10
| * xfs: add mount delay debug optionDave Chinner2018-05-161-0/+11
| * xfs: halt auto-reclamation activities while rebuilding rmapDarrick J. Wong2018-05-161-9/+9
| * xfs: get rid of the log item descriptorDave Chinner2018-05-101-9/+1Star
* | xfs: convert to bioset_init()/mempool_init()Kent Overstreet2018-05-301-6/+5Star
|/
* xfs: non-scrub - remove unused function parametersEric Sandeen2018-04-091-7/+6Star
* xfs: clean up xfs_mount allocation and dynamic initializersBrian Foster2018-03-261-10/+29
* xfs: check for cow blocks before trying to clear themDarrick J. Wong2018-03-121-9/+0Star
* xfs: implement the lazytime mount optionChristoph Hellwig2018-03-121-0/+23
* xfs: fix potential memory leak in mount option parsingChengguang Xu2018-02-261-0/+2
* xfs: remove experimental tag for reverse mappingDarrick J. Wong2018-02-021-8/+4Star
* xfs: don't allow reflink + realtime filesystemsDarrick J. Wong2018-02-021-0/+7
* xfs: don't allow DAX on reflink filesystemsDarrick J. Wong2018-02-021-1/+4
* xfs: remove experimental tag for reflinksChristoph Hellwig2018-01-291-5/+1Star
* xfs: Show realtime device stats on statfs calls if realtime flags setRichard Wareing2018-01-081-0/+8
* 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