aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_super.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-18xfs: add a define for statfs magic to uapiGravatar Adam Borowski 1-2/+3
2018-10-18xfs: print dangling delalloc extentsGravatar Christoph Hellwig 1-1/+32
2018-07-30xfs: remove the xfs_ifork_t typedefGravatar Christoph Hellwig 1-1/+1
2018-07-26xfs: remove deprecated barrier/nobarrier mountGravatar Eric Sandeen 1-30/+4
2018-07-11xfs: add support for sub-pagesize writeback without buffer_headsGravatar Christoph Hellwig 1-1/+1
2018-06-12Merge tag 'xfs-4.18-merge-10' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-14/+2
2018-06-08xfs: clean up MIN/MAXGravatar Dave Chinner 1-1/+1
2018-06-06xfs: convert to SPDX license tagsGravatar Dave Chinner 1-13/+1
2018-06-05Merge tag 'xfs-4.18-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-20/+39
2018-05-31dax: change bdev_dax_supported() to support boolean returnsGravatar Dave Jiang 1-6/+6
2018-05-31fs: allow per-device dax status checking for filesystemsGravatar Darrick J. Wong 1-2/+8
2018-05-30xfs: convert to bioset_init()/mempool_init()Gravatar Kent Overstreet 1-6/+5
2018-05-15xfs: clear sb->s_fs_info on mount failureGravatar Dave Chinner 1-0/+10
2018-05-15xfs: add mount delay debug optionGravatar Dave Chinner 1-0/+11
2018-05-15xfs: halt auto-reclamation activities while rebuilding rmapGravatar Darrick J. Wong 1-9/+9
2018-05-10xfs: get rid of the log item descriptorGravatar Dave Chinner 1-9/+1
2018-04-09xfs: non-scrub - remove unused function parametersGravatar Eric Sandeen 1-7/+6
2018-03-26xfs: clean up xfs_mount allocation and dynamic initializersGravatar Brian Foster 1-10/+29
2018-03-11xfs: check for cow blocks before trying to clear themGravatar Darrick J. Wong 1-9/+0
2018-03-11xfs: implement the lazytime mount optionGravatar Christoph Hellwig 1-0/+23
2018-02-26xfs: fix potential memory leak in mount option parsingGravatar Chengguang Xu 1-0/+2
2018-02-01xfs: remove experimental tag for reverse mappingGravatar Darrick J. Wong 1-8/+4
2018-02-01xfs: don't allow reflink + realtime filesystemsGravatar Darrick J. Wong 1-0/+7
2018-02-01xfs: don't allow DAX on reflink filesystemsGravatar Darrick J. Wong 1-1/+4
2018-01-29xfs: remove experimental tag for reflinksGravatar Christoph Hellwig 1-5/+1
2018-01-08xfs: Show realtime device stats on statfs calls if realtime flags setGravatar Richard Wareing 1-0/+8
2017-12-22Merge tag 'xfs-4.15-fixes-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-0/+9
2017-12-21xfs: remove leftover CoW reservations when remounting roGravatar Darrick J. Wong 1-0/+9
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Gravatar Linus Torvalds 1-4/+4
2017-10-18Convert fs/*/* to SB_I_VERSIONGravatar Matthew Garrett 1-1/+1
2017-09-25xfs: Output warning message when discard option was enabled even though the d...Gravatar Kenjiro Nakayama 1-0/+10
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-1/+1
2017-09-11Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-4/+21
2017-09-03xfs: use kmem_free to free return value of kmem_zallocGravatar Pan Bian 1-1/+1
2017-08-31xfs: perform dax_device lookup at mountGravatar Dan Williams 1-4/+21
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)Gravatar David Howells 1-1/+1
2017-07-10Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-13/+13
2017-06-19xfs: remove double-underscore integer typesGravatar Darrick J. Wong 1-13/+13
2017-06-18blk: replace bioset_create_nobvec() with a flags arg to bioset_create()Gravatar NeilBrown 1-1/+2
2017-05-12Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+1
2017-05-08block, dax: move "select DAX" from BLOCK to FS_DAXGravatar Dan Williams 1-0/+1
2017-04-03xfs: use dedicated log worker wq to avoid deadlock with cil wqGravatar Brian Foster 1-0/+8
2017-03-07xfs: only reclaim unwritten COW extents periodicallyGravatar Christoph Hellwig 1-1/+1
2017-02-09xfs: don't block the log commit handler for discardsGravatar Christoph Hellwig 1-0/+8
2016-12-09xfs: deprecate barrier/nobarrier mount optionGravatar Dave Chinner 1-9/+16
2016-11-30xfs: remove i_iolock and use i_rwsem in the VFS inode insteadGravatar Christoph Hellwig 1-1/+1
2016-10-10xfs: check inode reflink flag before calling reflink functionsGravatar Darrick J. Wong 1-5/+7
2016-10-05xfs: recognize the reflink feature bitGravatar Darrick J. Wong 1-0/+7
2016-10-05xfs: garbage collect old cowextsz reservationsGravatar Darrick J. Wong 1-0/+1
2016-10-05xfs: preallocate blocks for worst-case btree expansionGravatar Darrick J. Wong 1-0/+12