summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2022-02-26Merge tag 'xfs-5.17-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2022-02-09xfs: only bother with sync_filesystem during readonly remountDarrick J. Wong
2022-02-05Merge tag 'xfs-5.17-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2022-02-05Merge tag 'vfs-5.17-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2022-02-01xfs: ensure log flush at the end of a synchronous fallocate callDave Chinner
2022-02-01xfs: move xfs_update_prealloc_flags() to xfs_pnfs.cDave Chinner
2022-02-01xfs: set prealloc flag in xfs_alloc_file_space()Dave Chinner
2022-02-01xfs: fallocate() should call file_modified()Dave Chinner
2022-02-01xfs: remove XFS_PREALLOC_SYNCDave Chinner
2022-01-31xfs: reject crazy array sizes being fed to XFS_IOC_GETBMAP*Darrick J. Wong
2022-01-30xfs: return errors in xfs_fs_sync_fsDarrick J. Wong
2022-01-26xfs, iomap: limit individual ioend chain lengths in writebackDave Chinner
2022-01-22Merge tag 'xfs-5.17-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2022-01-21Merge tag 'xfs-5.17-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2022-01-21Merge tag 'xfs-5.17-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2022-01-21Merge tag 'xfs-5.17-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2022-01-19xfs: flush inodegc workqueue tasks before cancelBrian Foster
2022-01-18xfs: remove unused xfs_ioctl32.h declarationsDarrick J. Wong
2022-01-17xfs: remove the XFS_IOC_{ALLOC,FREE}SP* definitionsDarrick J. Wong
2022-01-17xfs: kill the XFS_IOC_{ALLOC,FREE}SP* ioctlsDarrick J. Wong
2022-01-17xfs: remove the XFS_IOC_FSSETDM definitionsDarrick J. Wong
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-15mm: introduce memalloc_retry_wait()NeilBrown
2022-01-15Merge tag 'xfs-5.17-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2022-01-12Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-01-12Merge tag 'iomap-5.17' of git://git.infradead.org/users/willy/linuxLinus Torvalds
2022-01-12xfs: fix online fsck handling of v5 feature bits on secondary supersDarrick J. Wong
2022-01-11xfs: take the ILOCK when readdir inspects directory mapping dataDarrick J. Wong
2022-01-11Merge tag 'xfs-5.17-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2022-01-11Merge tag 'fs.idmapped.v5.17' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-01-06xfs: warn about inodes with project id of -1Darrick J. Wong
2022-01-06xfs: hold quota inode ILOCK_EXCL until the end of dqallocDarrick J. Wong
2022-01-06xfs: Remove redundant assignment of mpJiapeng Chong
2022-01-06xfs: reduce kvmalloc overhead for CIL shadow buffersDave Chinner
2022-01-06xfs: sysfs: use default_groups in kobj_typeGreg Kroah-Hartman
2021-12-22xfs: map unwritten blocks in XFS_IOC_{ALLOC,FREE}SP just like fallocateDarrick J. Wong
2021-12-22xfs: prevent UAF in xfs_log_item_in_current_chkptDarrick J. Wong
2021-12-21xfs: prevent a WARN_ONCE() in xfs_ioc_attr_list()Dan Carpenter
2021-12-21xfs: Fix comments mentioning xfs_iallocYang Xu
2021-12-21xfs: check sb_meta_uuid for dabuf buffer recoveryDave Chinner
2021-12-21xfs: fix a bug in the online fsck directory leaf1 bestcount checkDarrick J. Wong
2021-12-21xfs: only run COW extent recovery when there are no live extentsDarrick J. Wong
2021-12-21xfs: don't expose internal symlink metadata buffers to the vfsDarrick J. Wong
2021-12-21xfs: fix quotaoff mutex usage now that we don't support disabling itDarrick J. Wong
2021-12-21xfs: shut down filesystem if we xfs_trans_cancel with deferred work itemsDarrick J. Wong
2021-12-18xfs: Support large foliosMatthew Wilcox (Oracle)
2021-12-18iomap,xfs: Convert ->discard_page to ->discard_folioMatthew Wilcox (Oracle)
2021-12-07xfs: remove all COW fork extents when remounting readonlyDarrick J. Wong
2021-12-05fs: port higher-level mapping helpersChristian Brauner
2021-12-04fsdax: shift partition offset handling into the file systemsChristoph Hellwig