summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_super.c
AgeCommit message (Expand)Author
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
2016-10-03xfs: connect refcount adjust functions to upper layersDarrick J. Wong
2016-10-03xfs: create refcount update intent log itemsDarrick J. Wong
2016-10-03Merge branch 'xfs-4.9-log-recovery-fixes' into for-nextDave Chinner
2016-09-26xfs: quiesce the filesystem after recovery on readonly mountDave Chinner
2016-09-19xfs: convert RUI log formats to use variable length arraysDarrick J. Wong
2016-08-26xfs: disallow mounting of realtime + rmap filesystemsDarrick J. Wong
2016-08-03xfs: remove the extents array from the rmap update done log itemDarrick J. Wong
2016-08-03xfs: enable the rmap btree functionalityDarrick J. Wong
2016-08-03xfs: enable the xfs_defer mechanism to process rmaps to updateDarrick J. Wong
2016-08-03xfs: create rmap update intent log itemsDarrick J. Wong
2016-08-03xfs: rmap btree requires more reserved free spaceDarrick J. Wong
2016-08-03xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*Darrick J. Wong
2016-08-03xfs: enable the xfs_defer mechanism to process extents to freeDarrick J. Wong
2016-07-22Merge branch 'xfs-4.8-misc-fixes-4' into for-nextDave Chinner
2016-07-22xfs: remove EXPERIMENTAL tag from sparse inode featureDave Chinner
2016-06-21Merge branch 'xfs-4.8-misc-fixes-2' into for-nextDave Chinner
2016-06-21xfs: convert list of extents to free into a regular listDarrick J. Wong
2016-06-21xfs: cancel eofblocks background trimming on remount read-onlyBrian Foster
2016-06-01xfs: make several functions staticEric Sandeen
2016-05-26Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-05-26Merge tag 'xfs-for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-05-20Merge branch 'xfs-4.7-inode-reclaim' into for-nextDave Chinner
2016-05-20Merge branch 'xfs-4.7-writeback-bio' into for-nextDave Chinner
2016-05-18xfs: remove xfs_fs_evict_inode()Dave Chinner