summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-06-12Merge tag 'xfs-4.18-merge-10' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2018-06-11xfs: update incore per-AG inode countDarrick J. Wong
2018-06-08Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-06-08Merge branch 'for-4.18/dax' into libnvdimm-for-nextDan Williams
2018-06-08xfs: replace do_mod with native operationsDave Chinner
2018-06-08xfs: don't call xfs_da_shrink_inode with NULL bpEric Sandeen
2018-06-08xfs: clean up MIN/MAXDave Chinner
2018-06-08xfs: move various type verifiers to common fileDave Chinner
2018-06-08xfs: xfs_reflink_convert_cow() memory allocation deadlockDave Chinner
2018-06-08xfs: setup VFS i_rwsem lockdep state correctlyDave Chinner
2018-06-06xfs: fix string handling in label get/set functionsArnd Bergmann
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-06-06xfs: validate btree records on retrievalDave Chinner
2018-06-06xfs: push corruption -> ESTALE conversion to xfs_nfs_get_inode()Dave Chinner
2018-06-06xfs: verify root inode more thoroughlyDave Chinner
2018-06-06xfs: verify COW extent size hint is valid in inode verifierDave Chinner
2018-06-06xfs: verify extent size hint is valid in inode verifierDave Chinner
2018-06-06xfs: catch bad stripe alignment configurationsDave Chinner
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani
2018-06-05Merge tag 'xfs-4.18-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2018-06-04xfs: use xfs_trans_getsb in xfs_sync_sb_bufEric Sandeen
2018-06-04xfs: don't assert on corrupted unlinked inode listDarrick J. Wong
2018-06-04xfs: explicitly pass buffer size to xfs_corruption_errorDarrick J. Wong
2018-06-04xfs: don't assert when on-disk btree pointers are garbageDarrick J. Wong
2018-06-04xfs: strengthen btree pointer checks before useDarrick J. Wong
2018-06-04xfs: introduce xfs_btree_debug_check_ptrDarrick J. Wong
2018-06-04xfs: check directory bestfree information in the verifierDarrick J. Wong
2018-06-04xfs: don't return garbage buffers in xfs_da3_node_readDarrick J. Wong
2018-06-04xfs: don't ASSERT on short form btree root pointer of zeroDarrick J. Wong
2018-06-04xfs: btree lookup shouldn't ASSERT on empty btree nodesDarrick J. Wong
2018-06-04xfs: xfs_alloc_get_rec should return EFSCORRUPTED for obvious bnobt corruptionDarrick J. Wong
2018-06-04xfs: remove redundant ASSERT on insufficient bestfree length in _leaf_addnameDarrick J. Wong
2018-06-04xfs: don't assert when reporting on-disk corruption while loading btreeDarrick J. Wong
2018-06-04xfs: don't forbid setting dax flag on directories if device doesn't daxDarrick J. Wong
2018-06-04Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-06-03xfs: verify AGI unlinked list contains valid blocksDave Chinner
2018-06-01xfs: use iomap_bmapChristoph Hellwig
2018-06-01xfs: fix error handling in xfs_refcount_insert()Dave Chinner
2018-06-01xfs: fix xfs_rtalloc_rec unitsDarrick J. Wong
2018-06-01xfs: strengthen rtalloc query range checksDarrick J. Wong
2018-06-01xfs: xfs_rtbuf_get should check the bmapi_read resultsDarrick J. Wong
2018-06-01xfs: xfs_rtword_t should be unsigned, not signedDarrick J. Wong
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-30xfs: repair superblocksDarrick J. Wong
2018-05-30xfs: add helpers to attach quotas to inodesDarrick J. Wong
2018-05-30xfs: recover AG btree roots from rmap dataDarrick J. Wong