aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs
AgeCommit message (Expand)Author
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-03-22mm/fs: delete PF_SWAPWRITEHugh Dickins
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song
2022-03-22remove bdi_congested() and wb_congested() and related functionsNeilBrown
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-16fs: Convert __set_page_dirty_no_writeback to noop_dirty_folioMatthew Wilcox (Oracle)
2022-03-15fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folioMatthew Wilcox (Oracle)
2022-03-15fs: Remove noop_invalidatepage()Matthew Wilcox (Oracle)
2022-03-15iomap: Remove iomap_invalidatepage()Matthew Wilcox (Oracle)
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-02block: pass a block_device and opf to bio_initChristoph Hellwig
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig
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