summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2022-03-24Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...Linus Torvalds1-1/+1
2022-03-23Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-4/+3
2022-03-23Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-5/+2
2022-03-23mm/fs: delete PF_SWAPWRITEHugh Dickins1-1/+1
2022-03-23fs: allocate inode by using alloc_inode_sb()Muchun Song1-1/+1
2022-03-23remove bdi_congested() and wb_congested() and related functionsNeilBrown1-3/+0
2022-03-22Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds3-19/+13
2022-03-16fs: Convert __set_page_dirty_no_writeback to noop_dirty_folioMatthew Wilcox (Oracle)1-1/+1
2022-03-15fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folioMatthew Wilcox (Oracle)1-1/+1
2022-03-15fs: Remove noop_invalidatepage()Matthew Wilcox (Oracle)1-1/+0
2022-03-15iomap: Remove iomap_invalidatepage()Matthew Wilcox (Oracle)1-1/+1
2022-02-26Merge tag 'xfs-5.17-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-2/+5
2022-02-17treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva1-1/+1
2022-02-10xfs: only bother with sync_filesystem during readonly remountDarrick J. Wong1-2/+5
2022-02-05Merge tag 'xfs-5.17-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds5-79/+69
2022-02-05Merge tag 'vfs-5.17-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+5
2022-02-02block: pass a block_device and opf to bio_initChristoph Hellwig2-10/+8
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig2-9/+5
2022-02-02xfs: ensure log flush at the end of a synchronous fallocate callDave Chinner1-16/+16
2022-02-02xfs: move xfs_update_prealloc_flags() to xfs_pnfs.cDave Chinner3-42/+36
2022-02-02xfs: set prealloc flag in xfs_alloc_file_space()Dave Chinner2-14/+3
2022-02-02xfs: fallocate() should call file_modified()Dave Chinner1-4/+9
2022-02-02xfs: remove XFS_PREALLOC_SYNCDave Chinner3-10/+12
2022-02-01xfs: reject crazy array sizes being fed to XFS_IOC_GETBMAP*Darrick J. Wong1-1/+1
2022-01-30xfs: return errors in xfs_fs_sync_fsDarrick J. Wong1-1/+5
2022-01-26xfs, iomap: limit individual ioend chain lengths in writebackDave Chinner1-1/+15
2022-01-22Merge tag 'xfs-5.17-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-36/+4
2022-01-21Merge tag 'xfs-5.17-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds3-8/+13
2022-01-21Merge tag 'xfs-5.17-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds6-128/+10
2022-01-21Merge tag 'xfs-5.17-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-25/+4
2022-01-20xfs: flush inodegc workqueue tasks before cancelBrian Foster1-18/+4
2022-01-18xfs: remove unused xfs_ioctl32.h declarationsDarrick J. Wong1-18/+0
2022-01-17xfs: remove the XFS_IOC_{ALLOC,FREE}SP* definitionsDarrick J. Wong3-8/+13
2022-01-17xfs: kill the XFS_IOC_{ALLOC,FREE}SP* ioctlsDarrick J. Wong6-127/+10
2022-01-17xfs: remove the XFS_IOC_FSSETDM definitionsDarrick J. Wong1-25/+4
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-3/+2
2022-01-15mm: introduce memalloc_retry_wait()NeilBrown2-3/+2
2022-01-15Merge tag 'xfs-5.17-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds3-46/+72
2022-01-13Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds12-93/+126
2022-01-12Merge tag 'iomap-5.17' of git://git.infradead.org/users/willy/linuxLinus Torvalds2-12/+14
2022-01-12xfs: fix online fsck handling of v5 feature bits on secondary supersDarrick J. Wong2-27/+38
2022-01-12xfs: take the ILOCK when readdir inspects directory mapping dataDarrick J. Wong1-19/+34
2022-01-12Merge tag 'xfs-5.17-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds22-168/+176
2022-01-12Merge tag 'fs.idmapped.v5.17' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-6/+7
2022-01-06xfs: warn about inodes with project id of -1Darrick J. Wong1-0/+14
2022-01-06xfs: hold quota inode ILOCK_EXCL until the end of dqallocDarrick J. Wong1-51/+28
2022-01-06xfs: Remove redundant assignment of mpJiapeng Chong1-2/+0
2022-01-06xfs: reduce kvmalloc overhead for CIL shadow buffersDave Chinner1-11/+35
2022-01-06xfs: sysfs: use default_groups in kobj_typeGreg Kroah-Hartman2-7/+12
2021-12-23xfs: map unwritten blocks in XFS_IOC_{ALLOC,FREE}SP just like fallocateDarrick J. Wong1-1/+2