summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
...
| * | xfs: allow setting full range of panic tagsDonald Douwsma2023-02-092-2/+13
| * | xfs: don't use BMBT btree split workers for IO completionDave Chinner2023-02-051-2/+16
| * | xfs: fix confusing variable names in xfs_refcount_item.cDarrick J. Wong2023-02-051-27/+27
| * | xfs: pass refcount intent directly through the log intent codeDarrick J. Wong2023-02-054-103/+74
| * | xfs: fix confusing variable names in xfs_rmap_item.cDarrick J. Wong2023-02-051-39/+40
| * | xfs: pass rmap space mapping directly through the log intent codeDarrick J. Wong2023-02-053-66/+55
| * | xfs: fix confusing xfs_extent_item variable namesDarrick J. Wong2023-02-052-51/+51
| * | xfs: pass xfs_extent_free_item directly through the log intent codeDarrick J. Wong2023-02-051-25/+30
| * | xfs: fix confusing variable names in xfs_bmap_item.cDarrick J. Wong2023-02-051-28/+28
| * | xfs: pass the xfs_bmbt_irec directly through the log intent codeDarrick J. Wong2023-02-053-72/+46
| * | xfs: use strscpy() to instead of strncpy()Xu Panda2023-02-051-3/+1
| |/
* | Merge tag 'iomap-6.3-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-02-221-2/+2
|\ \
| * | iomap: Rename page_ops to folio_opsAndreas Gruenbacher2023-01-181-2/+2
| |/
* | Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-02-2017-90/+89
|\ \
| * | fs: port vfs{g,u}id helpers to mnt_idmapChristian Brauner2023-01-191-3/+2
| * | fs: port fs{g,u}id helpers to mnt_idmapChristian Brauner2023-01-192-11/+7
| * | fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapChristian Brauner2023-01-196-15/+14
| * | fs: port i_{g,u}id_{needs_}update() to mnt_idmapChristian Brauner2023-01-191-2/+2
| * | fs: port privilege checking helpers to mnt_idmapChristian Brauner2023-01-191-2/+1
| * | fs: port inode_init_owner() to mnt_idmapChristian Brauner2023-01-196-39/+36
| * | fs: port acl to mnt_idmapChristian Brauner2023-01-191-2/+1
| * | fs: port xattr to mnt_idmapChristian Brauner2023-01-191-1/+1
| * | fs: port ->fileattr_set() to pass mnt_idmapChristian Brauner2023-01-192-2/+3
| * | fs: port ->set_acl() to pass mnt_idmapChristian Brauner2023-01-193-3/+4
| * | fs: port ->tmpfile() to pass mnt_idmapChristian Brauner2023-01-191-1/+3
| * | fs: port ->rename() to pass mnt_idmapChristian Brauner2023-01-191-1/+2
| * | fs: port ->mknod() to pass mnt_idmapChristian Brauner2023-01-191-2/+3
| * | fs: port ->mkdir() to pass mnt_idmapChristian Brauner2023-01-191-3/+3
| * | fs: port ->symlink() to pass mnt_idmapChristian Brauner2023-01-191-1/+2
| * | fs: port ->create() to pass mnt_idmapChristian Brauner2023-01-191-1/+2
| * | fs: port ->getattr() to pass mnt_idmapChristian Brauner2023-01-191-1/+2
| * | fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-194-17/+18
* | | filelock: move file locking definitions to separate header fileJeff Layton2023-01-111-0/+1
| |/ |/|
* | xfs: fix extent busy updatingWengang Wang2023-01-051-0/+1
* | xfs: xfs_qm: remove unnecessary ‘0’ values from errorLi zeming2023-01-031-1/+1
* | xfs: Fix deadlock on xfs_inodegc_workerWu Guanghao2023-01-031-0/+10
* | xfs: get root inode correctly at bulkstatHironori Shiina2023-01-031-2/+2
* | xfs: fix off-by-one error in xfs_btree_space_to_heightDarrick J. Wong2023-01-031-1/+6
* | xfs: make xfs_iomap_page_ops staticDarrick J. Wong2022-12-261-1/+1
* | xfs: don't assert if cmap covers imap after cycling lockDarrick J. Wong2022-12-261-2/+0
|/
* Merge tag 'xfs-6.2-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-12-1446-303/+1007
|\
| * xfs: dquot shrinker doesn't check for XFS_DQFLAG_FREEINGDave Chinner2022-12-081-4/+12
| * xfs: Remove duplicated include in xfs_iomap.cYang Li2022-12-041-2/+0
| * xfs: invalidate xfs_bufs when allocating cow extentsDarrick J. Wong2022-12-011-1/+1
| * xfs: get rid of assert from xfs_btree_islastblockGuo Xuenan2022-12-011-1/+0
| * Merge tag 'maxrefcount-fixes-6.2_2022-12-01' of git://git.kernel.org/pub/scm/...Darrick J. Wong2022-12-011-16/+130
| |\
| | * xfs: estimate post-merge refcounts correctlyDarrick J. Wong2022-12-011-4/+21
| | * xfs: hoist refcount record merge predicatesDarrick J. Wong2022-12-011-16/+113
| * | xfs: fix super block buf log item UAF during force shutdownGuo Xuenan2022-11-301-0/+2
| * | xfs: wait iclog complete before tearing down AILGuo Xuenan2022-11-301-11/+25
| |/