aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-09Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-4/+12
2021-09-02Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds2-3/+6
2021-09-02Merge tag 'xfs-5.15-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds150-3201/+4064
2021-08-30Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2021-08-30Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds5-74/+80
2021-08-26dax: remove bdev_dax_supportedChristoph Hellwig1-1/+2
2021-08-26xfs: factor out a xfs_buftarg_is_dax helperChristoph Hellwig1-4/+11
2021-08-24xfs: fix I_DONTCACHEDave Chinner2-2/+3
2021-08-23xfs: only set IOMAP_F_SHARED when providing a srcmap to a writeDarrick J. Wong1-4/+4
2021-08-20xfs: fix perag structure refcounting error when scrub failsDarrick J. Wong4-4/+7
2021-08-19xfs: rename buffer cache index variable b_bnDave Chinner2-25/+12
2021-08-19xfs: convert bp->b_bn references to xfs_buf_daddr()Dave Chinner21-61/+58
2021-08-19xfs: introduce xfs_buf_daddr()Dave Chinner15-22/+26
2021-08-19xfs: kill xfs_sb_version_has_v3inode()Dave Chinner4-19/+15
2021-08-19xfs: introduce xfs_sb_is_v5 helperDave Chinner5-38/+38
2021-08-19xfs: remove unused xfs_sb_version_has wrappersDave Chinner1-152/+3
2021-08-19xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner34-96/+90
2021-08-19xfs: convert scrub to use mount-based feature checksDave Chinner2-7/+7
2021-08-19xfs: open code sb verifier feature checksDave Chinner3-65/+81
2021-08-19xfs: convert xfs_fs_geometry to use mount feature checksDave Chinner4-25/+27
2021-08-19xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner29-90/+90
2021-08-19xfs: convert remaining mount flags to state flagsDave Chinner18-83/+82
2021-08-19xfs: convert mount flags to featuresDave Chinner23-179/+152
2021-08-19xfs: consolidate mount option features in m_featuresDave Chinner1-0/+44
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner75-267/+267
2021-08-19xfs: reflect sb features in xfs_mountDave Chinner7-1/+149
2021-08-19xfs: rework attr2 feature and mount optionsDave Chinner3-33/+17
2021-08-19xfs: rename xfs_has_attr()Dave Chinner2-5/+3
2021-08-19xfs: sb verifier doesn't handle uncached sb bufferDave Chinner2-2/+7
2021-08-19xfs: start documenting common units and tags used in tracepointsDarrick J. Wong2-0/+39
2021-08-19xfs: decode scrub flags in ftrace outputDarrick J. Wong1-2/+12
2021-08-19xfs: standardize inode generation formatting in ftrace outputDarrick J. Wong2-2/+2
2021-08-19xfs: standardize remaining xfs_buf length tracepointsDarrick J. Wong1-12/+12
2021-08-19xfs: resolve fork names in trace outputDarrick J. Wong3-11/+16
2021-08-19xfs: rename i_disk_size fields in ftrace outputDarrick J. Wong1-8/+6
2021-08-19xfs: disambiguate units for ftrace fields tagged "count"Darrick J. Wong1-6/+6
2021-08-19xfs: disambiguate units for ftrace fields tagged "len"Darrick J. Wong2-35/+39
2021-08-19xfs: disambiguate units for ftrace fields tagged "offset"Darrick J. Wong2-18/+17
2021-08-19xfs: disambiguate units for ftrace fields tagged "blkno", "block", or "bno"Darrick J. Wong1-13/+13
2021-08-19xfs: standardize daddr formatting in ftrace outputDarrick J. Wong1-4/+4
2021-08-19xfs: standardize rmap owner number formatting in ftrace outputDarrick J. Wong2-6/+6
2021-08-19xfs: standardize AG block number formatting in ftrace outputDarrick J. Wong2-35/+35
2021-08-19xfs: standardize AG number formatting in ftrace outputDarrick J. Wong2-53/+53
2021-08-19xfs: standardize inode number formatting in ftrace outputDarrick J. Wong2-15/+21
2021-08-19xfs: fix incorrect unit conversion in scrub tracepointDarrick J. Wong1-12/+4
2021-08-18xfs: remove support for untagged lookups in xfs_icwalk*Christoph Hellwig1-39/+8
2021-08-18xfs: constify btree function parameters that are not modifiedDarrick J. Wong2-44/+47
2021-08-18xfs: make the start pointer passed to btree update_lastrec functions constDarrick J. Wong2-9/+9
2021-08-18xfs: make the start pointer passed to btree alloc_block functions constDarrick J. Wong7-34/+34
2021-08-18xfs: make the pointer passed to btree set_root functions constDarrick J. Wong6-19/+19