summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'xfs-5.17-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-02-055-79/+69
|\
| * xfs: ensure log flush at the end of a synchronous fallocate callDave Chinner2022-02-011-16/+16
| * xfs: move xfs_update_prealloc_flags() to xfs_pnfs.cDave Chinner2022-02-013-42/+36
| * xfs: set prealloc flag in xfs_alloc_file_space()Dave Chinner2022-02-012-14/+3
| * xfs: fallocate() should call file_modified()Dave Chinner2022-02-011-4/+9
| * xfs: remove XFS_PREALLOC_SYNCDave Chinner2022-02-013-10/+12
| * xfs: reject crazy array sizes being fed to XFS_IOC_GETBMAP*Darrick J. Wong2022-01-311-1/+1
* | Merge tag 'vfs-5.17-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-02-051-1/+5
|\ \
| * | xfs: return errors in xfs_fs_sync_fsDarrick J. Wong2022-01-301-1/+5
| |/
* / xfs, iomap: limit individual ioend chain lengths in writebackDave Chinner2022-01-261-1/+15
|/
* Merge tag 'xfs-5.17-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-01-222-36/+4
|\
| * xfs: flush inodegc workqueue tasks before cancelBrian Foster2022-01-191-18/+4
| * xfs: remove unused xfs_ioctl32.h declarationsDarrick J. Wong2022-01-181-18/+0
* | Merge tag 'xfs-5.17-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-01-213-8/+13
|\|
| * xfs: remove the XFS_IOC_{ALLOC,FREE}SP* definitionsDarrick J. Wong2022-01-173-8/+13
* | Merge tag 'xfs-5.17-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-01-216-128/+10
|\|
| * xfs: kill the XFS_IOC_{ALLOC,FREE}SP* ioctlsDarrick J. Wong2022-01-176-127/+10
* | Merge tag 'xfs-5.17-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-01-211-25/+4
|\|
| * xfs: remove the XFS_IOC_FSSETDM definitionsDarrick J. Wong2022-01-171-25/+4
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-152-3/+2
|\ \
| * | mm: introduce memalloc_retry_wait()NeilBrown2022-01-152-3/+2
* | | Merge tag 'xfs-5.17-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-01-153-46/+72
|\ \ \ | | |/ | |/|
| * | xfs: fix online fsck handling of v5 feature bits on secondary supersDarrick J. Wong2022-01-122-27/+38
| * | xfs: take the ILOCK when readdir inspects directory mapping dataDarrick J. Wong2022-01-111-19/+34
* | | Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-1212-93/+126
|\ \ \
| * | | fsdax: shift partition offset handling into the file systemsChristoph Hellwig2021-12-041-2/+8
| * | | dax: return the partition offset from fs_dax_get_by_bdevChristoph Hellwig2021-12-042-1/+2
| * | | iomap: add a IOMAP_DAX flagChristoph Hellwig2021-12-043-5/+7
| * | | xfs: pass the mapping flags to xfs_bmbt_to_iomapChristoph Hellwig2021-12-045-21/+27
| * | | xfs: use xfs_direct_write_iomap_ops for DAX zeroingChristoph Hellwig2021-12-041-2/+2
| * | | xfs: move dax device handling into xfs_{alloc,free}_buftargChristoph Hellwig2021-12-043-27/+11
| * | | fsdax: decouple zeroing from the iomap buffered I/O codeChristoph Hellwig2021-12-041-1/+6
| * | | xfs: add xfs_zero_range and xfs_truncate_page helpersShiyang Ruan2021-12-046-12/+37
| * | | dax: remove dax_capableChristoph Hellwig2021-12-041-13/+8
| * | | xfs: factor out a xfs_setup_dax_always helperChristoph Hellwig2021-12-041-19/+28
* | | | Merge tag 'iomap-5.17' of git://git.infradead.org/users/willy/linuxLinus Torvalds2022-01-122-12/+14
|\ \ \ \
| * | | | xfs: Support large foliosMatthew Wilcox (Oracle)2021-12-181-0/+2
| * | | | iomap,xfs: Convert ->discard_page to ->discard_folioMatthew Wilcox (Oracle)2021-12-181-12/+12
* | | | | Merge tag 'xfs-5.17-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-01-1122-168/+176
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | xfs: warn about inodes with project id of -1Darrick J. Wong2022-01-061-0/+14
| * | | | xfs: hold quota inode ILOCK_EXCL until the end of dqallocDarrick J. Wong2022-01-061-51/+28
| * | | | xfs: Remove redundant assignment of mpJiapeng Chong2022-01-061-2/+0
| * | | | xfs: reduce kvmalloc overhead for CIL shadow buffersDave Chinner2022-01-061-11/+35
| * | | | xfs: sysfs: use default_groups in kobj_typeGreg Kroah-Hartman2022-01-062-7/+12
| * | | | xfs: prevent UAF in xfs_log_item_in_current_chkptDarrick J. Wong2021-12-221-3/+3
| * | | | xfs: prevent a WARN_ONCE() in xfs_ioc_attr_list()Dan Carpenter2021-12-212-3/+4
| * | | | xfs: Fix comments mentioning xfs_iallocYang Xu2021-12-212-4/+5
| * | | | xfs: check sb_meta_uuid for dabuf buffer recoveryDave Chinner2021-12-211-1/+1
| * | | | xfs: fix a bug in the online fsck directory leaf1 bestcount checkDarrick J. Wong2021-12-211-4/+11
| * | | | xfs: only run COW extent recovery when there are no live extentsDarrick J. Wong2021-12-214-21/+27