aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs
AgeCommit message (Expand)Author
2019-03-01xfs: fix inverted return from xfs_btree_sblock_verify_crcEric Sandeen
2019-03-01xfs: fix PAGE_MASK usage in xfs_free_file_spaceDarrick J. Wong
2019-03-01xfs: delalloc -> unwritten COW fork allocation can go wrongDave Chinner
2019-03-01xfs: fix transient reference count error in xfs_buf_resubmit_failed_buffersDave Chinner
2019-03-01xfs: fix shared extent data corruption due to missing cow reservationBrian Foster
2019-03-01xfs: Fix error code in 'xfs_ioc_getbmap()'Christophe JAILLET
2019-03-01xfs: Fix xqmstats offsets in /proc/fs/xfs/xqmstatCarlos Maiolino
2018-07-24xfs: properly handle free inodes in extent hint validatorsEric Sandeen
2018-06-28xfs: Initialize variables in xfs_alloc_get_rec before using themCarlos Maiolino
2018-06-24xfs: fix fdblocks accounting w/ RMAPBT per-AG reservationDarrick J. Wong
2018-06-24xfs: ensure post-EOF zeroing happens after zeroing part of a fileDarrick J. Wong
2018-06-24xfs: fix off-by-one error in xfs_rtalloc_query_rangeDarrick J. Wong
2018-06-24xfs: fix uninitialized field in rtbitmap fsmap backendDarrick J. Wong
2018-06-24xfs: recheck reflink state after grabbing ILOCK_SHARED for a writeDarrick J. Wong
2018-06-24xfs: don't allow insert-range to shift extents past the maximum offsetDarrick J. Wong
2018-06-24xfs: don't trip over negative free space in xfs_reserve_blocksDarrick J. Wong
2018-06-24xfs: allow empty transactions while frozenDarrick J. Wong
2018-06-21xfs: xfs_iflush_abort() can be called twice on cluster writeback failureDave Chinner
2018-06-21xfs: More robust inode extent count validationDave Chinner
2018-06-21xfs: simplify xfs_bmap_punch_delalloc_rangeChristoph Hellwig
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