summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-09-091-4/+12
|\
| * dax: remove bdev_dax_supportedChristoph Hellwig2021-08-261-1/+2
| * xfs: factor out a xfs_buftarg_is_dax helperChristoph Hellwig2021-08-261-4/+11
* | Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-09-022-3/+6
|\ \
| * | vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi2021-08-182-3/+6
| |/
* | Merge tag 'xfs-5.15-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-09-02150-3201/+4064
|\ \
| * | xfs: fix I_DONTCACHEDave Chinner2021-08-242-2/+3
| * | xfs: only set IOMAP_F_SHARED when providing a srcmap to a writeDarrick J. Wong2021-08-231-4/+4
| * | xfs: fix perag structure refcounting error when scrub failsDarrick J. Wong2021-08-204-4/+7
| * | xfs: rename buffer cache index variable b_bnDave Chinner2021-08-192-25/+12
| * | xfs: convert bp->b_bn references to xfs_buf_daddr()Dave Chinner2021-08-1921-61/+58
| * | xfs: introduce xfs_buf_daddr()Dave Chinner2021-08-1915-22/+26
| * | xfs: kill xfs_sb_version_has_v3inode()Dave Chinner2021-08-194-19/+15
| * | xfs: introduce xfs_sb_is_v5 helperDave Chinner2021-08-195-38/+38
| * | xfs: remove unused xfs_sb_version_has wrappersDave Chinner2021-08-191-152/+3
| * | xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner2021-08-1934-96/+90
| * | xfs: convert scrub to use mount-based feature checksDave Chinner2021-08-192-7/+7
| * | xfs: open code sb verifier feature checksDave Chinner2021-08-193-65/+81
| * | xfs: convert xfs_fs_geometry to use mount feature checksDave Chinner2021-08-194-25/+27
| * | xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner2021-08-1929-90/+90
| * | xfs: convert remaining mount flags to state flagsDave Chinner2021-08-1918-83/+82
| * | xfs: convert mount flags to featuresDave Chinner2021-08-1923-179/+152
| * | xfs: consolidate mount option features in m_featuresDave Chinner2021-08-191-0/+44
| * | xfs: replace xfs_sb_version checks with feature flag checksDave Chinner2021-08-1975-267/+267
| * | xfs: reflect sb features in xfs_mountDave Chinner2021-08-197-1/+149
| * | xfs: rework attr2 feature and mount optionsDave Chinner2021-08-193-33/+17
| * | xfs: rename xfs_has_attr()Dave Chinner2021-08-192-5/+3
| * | xfs: sb verifier doesn't handle uncached sb bufferDave Chinner2021-08-192-2/+7
| * | xfs: start documenting common units and tags used in tracepointsDarrick J. Wong2021-08-192-0/+39
| * | xfs: decode scrub flags in ftrace outputDarrick J. Wong2021-08-191-2/+12
| * | xfs: standardize inode generation formatting in ftrace outputDarrick J. Wong2021-08-192-2/+2
| * | xfs: standardize remaining xfs_buf length tracepointsDarrick J. Wong2021-08-191-12/+12
| * | xfs: resolve fork names in trace outputDarrick J. Wong2021-08-193-11/+16
| * | xfs: rename i_disk_size fields in ftrace outputDarrick J. Wong2021-08-191-8/+6
| * | xfs: disambiguate units for ftrace fields tagged "count"Darrick J. Wong2021-08-191-6/+6
| * | xfs: disambiguate units for ftrace fields tagged "len"Darrick J. Wong2021-08-192-35/+39
| * | xfs: disambiguate units for ftrace fields tagged "offset"Darrick J. Wong2021-08-192-18/+17
| * | xfs: disambiguate units for ftrace fields tagged "blkno", "block", or "bno"Darrick J. Wong2021-08-191-13/+13
| * | xfs: standardize daddr formatting in ftrace outputDarrick J. Wong2021-08-191-4/+4
| * | xfs: standardize rmap owner number formatting in ftrace outputDarrick J. Wong2021-08-192-6/+6
| * | xfs: standardize AG block number formatting in ftrace outputDarrick J. Wong2021-08-192-35/+35
| * | xfs: standardize AG number formatting in ftrace outputDarrick J. Wong2021-08-192-53/+53
| * | xfs: standardize inode number formatting in ftrace outputDarrick J. Wong2021-08-192-15/+21
| * | xfs: fix incorrect unit conversion in scrub tracepointDarrick J. Wong2021-08-191-12/+4
| * | xfs: remove support for untagged lookups in xfs_icwalk*Christoph Hellwig2021-08-181-39/+8
| * | xfs: constify btree function parameters that are not modifiedDarrick J. Wong2021-08-182-44/+47
| * | xfs: make the start pointer passed to btree update_lastrec functions constDarrick J. Wong2021-08-182-9/+9
| * | xfs: make the start pointer passed to btree alloc_block functions constDarrick J. Wong2021-08-187-34/+34
| * | xfs: make the pointer passed to btree set_root functions constDarrick J. Wong2021-08-186-19/+19
| * | xfs: mark the record passed into xchk_btree functions as constDarrick J. Wong2021-08-188-9/+10