summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_super.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: introduce an always_cow modeChristoph Hellwig2019-02-211-4/+11
* xfs: reserve blocks for ifree transaction during log recoveryDarrick J. Wong2019-02-141-0/+7
* xfs: add a block to inode count converterDarrick J. Wong2018-12-121-2/+2
* xfs: idiotproof defer op type configurationDarrick J. Wong2018-12-121-5/+1
* xfs: add a define for statfs magic to uapiAdam Borowski2018-10-181-2/+3
* xfs: print dangling delalloc extentsChristoph Hellwig2018-10-181-1/+32
* xfs: remove the xfs_ifork_t typedefChristoph Hellwig2018-07-301-1/+1
* xfs: remove deprecated barrier/nobarrier mountEric Sandeen2018-07-261-30/+4
* xfs: add support for sub-pagesize writeback without buffer_headsChristoph Hellwig2018-07-111-1/+1
* Merge tag 'xfs-4.18-merge-10' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-06-121-14/+2
|\
| * xfs: clean up MIN/MAXDave Chinner2018-06-081-1/+1
| * xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1
* | 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-151-0/+10
| * xfs: add mount delay debug optionDave Chinner2018-05-151-0/+11
| * xfs: halt auto-reclamation activities while rebuilding rmapDarrick J. Wong2018-05-151-9/+9
| * xfs: get rid of the log item descriptorDave Chinner2018-05-101-9/+1
* | xfs: convert to bioset_init()/mempool_init()Kent Overstreet2018-05-301-6/+5
|/
* xfs: non-scrub - remove unused function parametersEric Sandeen2018-04-091-7/+6
* 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-111-9/+0
* xfs: implement the lazytime mount optionChristoph Hellwig2018-03-111-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-011-8/+4
* xfs: don't allow reflink + realtime filesystemsDarrick J. Wong2018-02-011-0/+7
* xfs: don't allow DAX on reflink filesystemsDarrick J. Wong2018-02-011-1/+4
* xfs: remove experimental tag for reflinksChristoph Hellwig2018-01-291-5/+1
* 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-181-1/+1
* xfs: Output warning message when discard option was enabled even though the d...Kenjiro Nakayama2017-09-251-0/+10
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-141-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-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