aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2022-02-01xfs: set prealloc flag in xfs_alloc_file_space()Gravatar Dave Chinner 2-14/+3
2022-02-01xfs: fallocate() should call file_modified()Gravatar Dave Chinner 1-4/+9
2022-02-01xfs: remove XFS_PREALLOC_SYNCGravatar Dave Chinner 3-10/+12
2022-01-31xfs: reject crazy array sizes being fed to XFS_IOC_GETBMAP*Gravatar Darrick J. Wong 1-1/+1
2022-01-22Merge tag 'xfs-5.17-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 2-36/+4
2022-01-21Merge tag 'xfs-5.17-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 3-8/+13
2022-01-21Merge tag 'xfs-5.17-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 6-128/+10
2022-01-21Merge tag 'xfs-5.17-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-25/+4
2022-01-19xfs: flush inodegc workqueue tasks before cancelGravatar Brian Foster 1-18/+4
2022-01-18xfs: remove unused xfs_ioctl32.h declarationsGravatar Darrick J. Wong 1-18/+0
2022-01-17xfs: remove the XFS_IOC_{ALLOC,FREE}SP* definitionsGravatar Darrick J. Wong 3-8/+13
2022-01-17xfs: kill the XFS_IOC_{ALLOC,FREE}SP* ioctlsGravatar Darrick J. Wong 6-127/+10
2022-01-17xfs: remove the XFS_IOC_FSSETDM definitionsGravatar Darrick J. Wong 1-25/+4
2022-01-15Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-3/+2
2022-01-15mm: introduce memalloc_retry_wait()Gravatar NeilBrown 2-3/+2
2022-01-15Merge tag 'xfs-5.17-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 3-46/+72
2022-01-12Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 12-93/+126
2022-01-12Merge tag 'iomap-5.17' of git://git.infradead.org/users/willy/linuxGravatar Linus Torvalds 2-12/+14
2022-01-12xfs: fix online fsck handling of v5 feature bits on secondary supersGravatar Darrick J. Wong 2-27/+38
2022-01-11xfs: take the ILOCK when readdir inspects directory mapping dataGravatar Darrick J. Wong 1-19/+34
2022-01-11Merge tag 'xfs-5.17-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 22-168/+176
2022-01-11Merge tag 'fs.idmapped.v5.17' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 3-6/+7
2022-01-06xfs: warn about inodes with project id of -1Gravatar Darrick J. Wong 1-0/+14
2022-01-06xfs: hold quota inode ILOCK_EXCL until the end of dqallocGravatar Darrick J. Wong 1-51/+28
2022-01-06xfs: Remove redundant assignment of mpGravatar Jiapeng Chong 1-2/+0
2022-01-06xfs: reduce kvmalloc overhead for CIL shadow buffersGravatar Dave Chinner 1-11/+35
2022-01-06xfs: sysfs: use default_groups in kobj_typeGravatar Greg Kroah-Hartman 2-7/+12
2021-12-22xfs: map unwritten blocks in XFS_IOC_{ALLOC,FREE}SP just like fallocateGravatar Darrick J. Wong 1-1/+2
2021-12-22xfs: prevent UAF in xfs_log_item_in_current_chkptGravatar Darrick J. Wong 1-3/+3
2021-12-21xfs: prevent a WARN_ONCE() in xfs_ioc_attr_list()Gravatar Dan Carpenter 2-3/+4
2021-12-21xfs: Fix comments mentioning xfs_iallocGravatar Yang Xu 2-4/+5
2021-12-21xfs: check sb_meta_uuid for dabuf buffer recoveryGravatar Dave Chinner 1-1/+1
2021-12-21xfs: fix a bug in the online fsck directory leaf1 bestcount checkGravatar Darrick J. Wong 1-4/+11
2021-12-21xfs: only run COW extent recovery when there are no live extentsGravatar Darrick J. Wong 4-21/+27
2021-12-21xfs: don't expose internal symlink metadata buffers to the vfsGravatar Darrick J. Wong 2-43/+20
2021-12-21xfs: fix quotaoff mutex usage now that we don't support disabling itGravatar Darrick J. Wong 5-17/+6
2021-12-21xfs: shut down filesystem if we xfs_trans_cancel with deferred work itemsGravatar Darrick J. Wong 1-1/+10
2021-12-18xfs: Support large foliosGravatar Matthew Wilcox (Oracle) 1-0/+2
2021-12-18iomap,xfs: Convert ->discard_page to ->discard_folioGravatar Matthew Wilcox (Oracle) 1-12/+12
2021-12-07xfs: remove all COW fork extents when remounting readonlyGravatar Darrick J. Wong 1-3/+11
2021-12-05fs: port higher-level mapping helpersGravatar Christian Brauner 2-6/+6
2021-12-04fsdax: shift partition offset handling into the file systemsGravatar Christoph Hellwig 1-2/+8
2021-12-04dax: return the partition offset from fs_dax_get_by_bdevGravatar Christoph Hellwig 2-1/+2
2021-12-04iomap: add a IOMAP_DAX flagGravatar Christoph Hellwig 3-5/+7
2021-12-04xfs: pass the mapping flags to xfs_bmbt_to_iomapGravatar Christoph Hellwig 5-21/+27
2021-12-04xfs: use xfs_direct_write_iomap_ops for DAX zeroingGravatar Christoph Hellwig 1-2/+2
2021-12-04xfs: move dax device handling into xfs_{alloc,free}_buftargGravatar Christoph Hellwig 3-27/+11
2021-12-04fsdax: decouple zeroing from the iomap buffered I/O codeGravatar Christoph Hellwig 1-1/+6
2021-12-04xfs: add xfs_zero_range and xfs_truncate_page helpersGravatar Shiyang Ruan 6-12/+37
2021-12-04dax: remove dax_capableGravatar Christoph Hellwig 1-13/+8