summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...Linus Torvalds2022-03-241-1/+1
|\
| * treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva2022-02-171-1/+1
* | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-4/+3
|\ \
| * | fs: Convert __set_page_dirty_no_writeback to noop_dirty_folioMatthew Wilcox (Oracle)2022-03-161-1/+1
| * | fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folioMatthew Wilcox (Oracle)2022-03-151-1/+1
| * | fs: Remove noop_invalidatepage()Matthew Wilcox (Oracle)2022-03-151-1/+0
| * | iomap: Remove iomap_invalidatepage()Matthew Wilcox (Oracle)2022-03-151-1/+1
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-223-5/+2
|\ \ \
| * | | mm/fs: delete PF_SWAPWRITEHugh Dickins2022-03-221-1/+1
| * | | fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-1/+1
| * | | remove bdi_congested() and wb_congested() and related functionsNeilBrown2022-03-221-3/+0
* | | | Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-213-19/+13
|\ \ \ \ | |/ / / |/| | |
| * | | block: pass a block_device and opf to bio_initChristoph Hellwig2022-02-022-10/+8
| * | | block: pass a block_device and opf to bio_allocChristoph Hellwig2022-02-022-9/+5
| | |/ | |/|
* | | Merge tag 'xfs-5.17-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-02-261-2/+5
|\ \ \ | |_|/ |/| |
| * | xfs: only bother with sync_filesystem during readonly remountDarrick J. Wong2022-02-091-2/+5
* | | 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