summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2023-02-10xfs: fix low space alloc deadlockDave Chinner3-26/+58
2023-02-10xfs: revert commit 8954c44ff477Darrick J. Wong1-1/+3
2023-02-10xfs: make kobj_type structures constantThomas Weißschuh3-12/+12
2023-02-10xfs: allow setting full range of panic tagsDonald Douwsma2-2/+13
2023-02-10mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan1-1/+1
2023-02-05xfs: don't use BMBT btree split workers for IO completionDave Chinner1-2/+16
2023-02-05xfs: fix confusing variable names in xfs_refcount_item.cDarrick J. Wong1-27/+27
2023-02-05xfs: pass refcount intent directly through the log intent codeDarrick J. Wong4-103/+74
2023-02-05xfs: fix confusing variable names in xfs_rmap_item.cDarrick J. Wong1-39/+40
2023-02-05xfs: pass rmap space mapping directly through the log intent codeDarrick J. Wong3-66/+55
2023-02-05xfs: fix confusing xfs_extent_item variable namesDarrick J. Wong2-51/+51
2023-02-05xfs: pass xfs_extent_free_item directly through the log intent codeDarrick J. Wong1-25/+30
2023-02-05xfs: fix confusing variable names in xfs_bmap_item.cDarrick J. Wong1-28/+28
2023-02-05xfs: pass the xfs_bmbt_irec directly through the log intent codeDarrick J. Wong3-72/+46
2023-02-05xfs: use strscpy() to instead of strncpy()Xu Panda1-3/+1
2023-01-19fs: port vfs{g,u}id helpers to mnt_idmapChristian Brauner1-3/+2
2023-01-19fs: port fs{g,u}id helpers to mnt_idmapChristian Brauner2-11/+7
2023-01-19fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapChristian Brauner6-15/+14
2023-01-19fs: port i_{g,u}id_{needs_}update() to mnt_idmapChristian Brauner1-2/+2
2023-01-19fs: port privilege checking helpers to mnt_idmapChristian Brauner1-2/+1
2023-01-19fs: port inode_init_owner() to mnt_idmapChristian Brauner6-39/+36
2023-01-19fs: port acl to mnt_idmapChristian Brauner1-2/+1
2023-01-19fs: port xattr to mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->fileattr_set() to pass mnt_idmapChristian Brauner2-2/+3
2023-01-19fs: port ->set_acl() to pass mnt_idmapChristian Brauner3-3/+4
2023-01-19fs: port ->tmpfile() to pass mnt_idmapChristian Brauner1-1/+3
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner1-1/+2
2023-01-19fs: port ->mknod() to pass mnt_idmapChristian Brauner1-2/+3
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner1-3/+3
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner1-1/+2
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner1-1/+2
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner1-1/+2
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner4-17/+18
2023-01-18iomap: Rename page_ops to folio_opsAndreas Gruenbacher1-2/+2
2023-01-11filelock: move file locking definitions to separate header fileJeff Layton1-0/+1
2023-01-05xfs: fix extent busy updatingWengang Wang1-0/+1
2023-01-03xfs: xfs_qm: remove unnecessary ‘0’ values from errorLi zeming1-1/+1
2023-01-03xfs: Fix deadlock on xfs_inodegc_workerWu Guanghao1-0/+10
2023-01-03xfs: get root inode correctly at bulkstatHironori Shiina1-2/+2
2023-01-03xfs: fix off-by-one error in xfs_btree_space_to_heightDarrick J. Wong1-1/+6
2022-12-26xfs: make xfs_iomap_page_ops staticDarrick J. Wong1-1/+1
2022-12-26xfs: don't assert if cmap covers imap after cycling lockDarrick J. Wong1-2/+0
2022-12-14Merge tag 'xfs-6.2-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds46-303/+1007
2022-12-14Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-13/+9
2022-12-13Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-9/+12
2022-12-12xfs: remove restrictions for fsdax and reflinkShiyang Ruan2-8/+0
2022-12-12fsdax,xfs: port unshare to fsdaxShiyang Ruan1-2/+6
2022-12-12xfs: use dax ops for zero and truncate in fsdax modeShiyang Ruan1-2/+2
2022-12-12fsdax,xfs: set the shared flag when file extent is sharedShiyang Ruan1-1/+1
2022-12-08xfs: dquot shrinker doesn't check for XFS_DQFLAG_FREEINGDave Chinner1-4/+12