/include/linux/dma/

d class='main'>index : kernel
Hosts the 0x221E linux distro kernel.Ubuntu
summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_iops.c
AgeCommit message (Expand)Author
2021-04-07xfs: move the di_nblocks field to struct xfs_inodeChristoph Hellwig
2021-04-07xfs: move the di_size field to struct xfs_inodeChristoph Hellwig
2021-04-07xfs: move the di_projid field to struct xfs_inodeChristoph Hellwig
2021-03-25xfs: initialise attr fork on inode createDave Chinner
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-02-03xfs: refactor inode ownership change transaction/inode/quota allocation idiomDarrick J. Wong
2021-01-24xfs: support idmapped mountsChristoph Hellwig
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-24acl: handle idmapped mountsChristian Brauner
2021-01-24attr: handle idmapped mountsChristian Brauner
2021-01-22xfs: Fix assert failure in xfs_setattr_size()Yumei Huang