aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_super.c
AgeCommit message (Expand)Author
2018-06-12Merge tag 'xfs-4.18-merge-10' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2018-06-08xfs: clean up MIN/MAXDave Chinner
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-06-05Merge tag 'xfs-4.18-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2018-05-31dax: change bdev_dax_supported() to support boolean returnsDave Jiang
2018-05-31fs: allow per-device dax status checking for filesystemsDarrick J. Wong
2018-05-30xfs: convert to bioset_init()/mempool_init()Kent Overstreet
2018-05-15xfs: clear sb->s_fs_info on mount failureDave Chinner
2018-05-15xfs: add mount delay debug optionDave Chinner
2018-05-15xfs: halt auto-reclamation activities while rebuilding rmapDarrick J. Wong
2018-05-10xfs: get rid of the log item descriptorDave Chinner
2018-04-09xfs: non-scrub - remove unused function parametersEric Sandeen
2018-03-26xfs: clean up xfs_mount allocation and dynamic initializersBrian Foster
2018-03-11xfs: check for cow blocks before trying to clear themDarrick J. Wong
2018-03-11xfs: implement the lazytime mount optionChristoph Hellwig
2018-02-26xfs: fix potential memory leak in mount option parsingChengguang Xu
2018-02-01xfs: remove experimental tag for reverse mappingDarrick J. Wong
2018-02-01xfs: don't allow reflink + realtime filesystemsDarrick J. Wong
2018-02-01xfs: don't allow DAX on reflink filesystemsDarrick J. Wong
2018-01-29xfs: remove experimental tag for reflinksChristoph Hellwig
2018-01-08xfs: Show realtime device stats on statfs calls if realtime flags setRichard Wareing
2017-12-22Merge tag 'xfs-4.15-fixes-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2017-12-21xfs: remove leftover CoW reservations when remounting roDarrick J. Wong
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-10-18Convert fs/*/* to SB_I_VERSIONMatthew Garrett
2017-09-25xfs: Output warning message when discard option was enabled even though the d...Kenjiro Nakayama
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2017-09-11Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-09-03xfs: use kmem_free to free return value of kmem_zallocPan Bian
2017-08-31xfs: perform dax_device lookup at mountDan Williams
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells
2017-07-10Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2017-06-19xfs: remove double-underscore integer typesDarrick J. Wong
2017-06-18blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown
2017-05-12Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-05-08block, dax: move "select DAX" from BLOCK to FS_DAXDan Williams
2017-04-03xfs: use dedicated log worker wq to avoid deadlock with cil wqBrian Foster
2017-03-07xfs: only reclaim unwritten COW extents periodicallyChristoph Hellwig
2017-02-09xfs: don't block the log commit handler for discardsChristoph Hellwig
2016-12-09xfs: deprecate barrier/nobarrier mount optionDave Chinner
2016-11-30xfs: remove i_iolock and use i_rwsem in the VFS inode insteadChristoph Hellwig
2016-10-10xfs: check inode reflink flag before calling reflink functionsDarrick J. Wong
2016-10-05xfs: recognize the reflink feature bitDarrick J. Wong
2016-10-05xfs: garbage collect old cowextsz reservationsDarrick J. Wong
2016-10-05xfs: preallocate blocks for worst-case btree expansionDarrick J. Wong
2016-10-05xfs: store in-progress CoW allocations in the refcount btreeDarrick J. Wong
2016-10-05xfs: cancel pending CoW reservations when destroying inodesDarrick J. Wong
2016-10-04xfs: when replaying bmap operations, don't let unlinked inodes get reapedDarrick J. Wong
2016-10-04xfs: implement deferred bmbt map/unmap operationsDarrick J. Wong
2016-10-04xfs: create bmbt update intent log itemsDarrick J. Wong