summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2021-10-14xfs: check that bc_nlevels never overflowsDarrick J. Wong
2021-10-14xfs: stricter btree height checking when scanning for btree rootsDarrick J. Wong
2021-10-14xfs: stricter btree height checking when looking for errorsDarrick J. Wong
2021-10-14xfs: don't allocate scrub contexts on the stackDarrick J. Wong
2021-10-14xfs: remove xfs_btree_cur_t typedefDarrick J. Wong
2021-10-14xfs: fix maxlevels comparisons in the btree staging codeDarrick J. Wong
2021-10-14xfs: port the defer ops capture and continue to resource captureDarrick J. Wong
2021-10-14xfs: formalize the process of holding onto resources across a defer rollDarrick J. Wong
2021-10-11xfs: use kmem_cache_free() for kmem_cache objectsRustam Kovhaev
2021-10-11xfs: Use kvcalloc() instead of kvzalloc()Gustavo A. R. Silva
2021-09-09Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-09-02Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-09-02Merge tag 'xfs-5.15-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2021-08-30Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-08-30Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-08-26dax: remove bdev_dax_supportedChristoph Hellwig
2021-08-26xfs: factor out a xfs_buftarg_is_dax helperChristoph Hellwig
2021-08-24xfs: fix I_DONTCACHEDave Chinner
2021-08-23xfs: only set IOMAP_F_SHARED when providing a srcmap to a writeDarrick J. Wong
2021-08-20xfs: fix perag structure refcounting error when scrub failsDarrick J. Wong
2021-08-19xfs: rename buffer cache index variable b_bnDave Chinner
2021-08-19xfs: convert bp->b_bn references to xfs_buf_daddr()Dave Chinner
2021-08-19xfs: introduce xfs_buf_daddr()Dave Chinner
2021-08-19xfs: kill xfs_sb_version_has_v3inode()Dave Chinner
2021-08-19xfs: introduce xfs_sb_is_v5 helperDave Chinner
2021-08-19xfs: remove unused xfs_sb_version_has wrappersDave Chinner
2021-08-19xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner
2021-08-19xfs: convert scrub to use mount-based feature checksDave Chinner
2021-08-19xfs: open code sb verifier feature checksDave Chinner
2021-08-19xfs: convert xfs_fs_geometry to use mount feature checksDave Chinner
2021-08-19xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner
2021-08-19xfs: convert remaining mount flags to state flagsDave Chinner
2021-08-19xfs: convert mount flags to featuresDave Chinner
2021-08-19xfs: consolidate mount option features in m_featuresDave Chinner
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner
2021-08-19xfs: reflect sb features in xfs_mountDave Chinner
2021-08-19xfs: rework attr2 feature and mount optionsDave Chinner
2021-08-19xfs: rename xfs_has_attr()Dave Chinner
2021-08-19xfs: sb verifier doesn't handle uncached sb bufferDave Chinner
2021-08-19xfs: start documenting common units and tags used in tracepointsDarrick J. Wong
2021-08-19xfs: decode scrub flags in ftrace outputDarrick J. Wong
2021-08-19xfs: standardize inode generation formatting in ftrace outputDarrick J. Wong
2021-08-19xfs: standardize remaining xfs_buf length tracepointsDarrick J. Wong
2021-08-19xfs: resolve fork names in trace outputDarrick J. Wong
2021-08-19xfs: rename i_disk_size fields in ftrace outputDarrick J. Wong
2021-08-19xfs: disambiguate units for ftrace fields tagged "count"Darrick J. Wong
2021-08-19xfs: disambiguate units for ftrace fields tagged "len"Darrick J. Wong
2021-08-19xfs: disambiguate units for ftrace fields tagged "offset"Darrick J. Wong
2021-08-19xfs: disambiguate units for ftrace fields tagged "blkno", "block", or "bno"Darrick J. Wong
2021-08-19xfs: standardize daddr formatting in ftrace outputDarrick J. Wong