summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_super.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: remove unused header filesEric Sandeen2019-06-291-13/+0Star
* xfs: implement cgroup aware writebackChristoph Hellwig2019-06-291-0/+2
* xfs: move the log ioend workqueue to struct xlogChristoph Hellwig2019-06-291-10/+1Star
* xfs: separate inode geometryDarrick J. Wong2019-06-121-3/+3
* Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds2019-05-081-9/+1Star
|\
| * block: remove CONFIG_LBDAFChristoph Hellwig2019-04-061-9/+1Star
* | xfs: change some error-less functions to void typesEric Sandeen2019-05-021-4/+4
* | xfs: don't parse the mtpt mount optionChristoph Hellwig2019-04-301-5/+1Star
* | xfs: rename the speculative block allocation reclaim toggle functionsDarrick J. Wong2019-04-261-4/+4
* | xfs: track delayed allocation reservations across the filesystemDarrick J. Wong2019-04-261-0/+9
* | xfs: remove unused m_data_workqueueDarrick J. Wong2019-04-161-9/+1Star
|/
* xfs: introduce an always_cow modeChristoph Hellwig2019-02-211-4/+11
* xfs: reserve blocks for ifree transaction during log recoveryDarrick J. Wong2019-02-151-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/+1Star
* 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/+4Star
* xfs: add support for sub-pagesize writeback without buffer_headsChristoph Hellwig2018-07-121-1/+1
* 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
| |/