summaryrefslogtreecommitdiff
path: root/fs/gfs2
AgeCommit message (Expand)Author
2022-08-11Merge tag 'iomap-6.0-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2022-08-08Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-08-08new iov_iter flavour - ITER_UBUFAl Viro
2022-08-06Merge tag 'gfs2-v5.19-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-08-05Merge part of branch 'for-next.instantiate' into for-nextAndreas Gruenbacher
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-08-02mm/migrate: Add filemap_migrate_folio()Matthew Wilcox (Oracle)
2022-08-02gfs2: Convert gfs2_jhead_process_page() to use a folioMatthew Wilcox (Oracle)
2022-07-22gfs2: remove ->writepageChristoph Hellwig
2022-07-22gfs2: stop using generic_writepages in gfs2_ail1_start_oneChristoph Hellwig
2022-07-14fs/gfs2: Use the enum req_op and blk_opf_t typesBart Van Assche
2022-07-14fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche
2022-07-03mm: shrinkers: provide shrinkers with namesRoman Gushchin
2022-06-29gfs2: List traversal in do_promote is safeAndreas Gruenbacher
2022-06-29gfs2: do_promote glock holder stealing fixBob Peterson
2022-06-29gfs2: Use better variable nameAndreas Gruenbacher
2022-06-29gfs2: Make go_instantiate take a glockAndreas Gruenbacher
2022-06-29gfs2: Add new go_held glock operationAndreas Gruenbacher
2022-06-29gfs2: Revert 'Fix "truncate in progress" hang'Andreas Gruenbacher
2022-06-29gfs2: Instantiate glocks ouside of glock state engineAndreas Gruenbacher
2022-06-29gfs2: Fix up gfs2_glock_async_waitAndreas Gruenbacher
2022-06-28gfs2: Minor gfs2_glock_nq_m cleanupAndreas Gruenbacher
2022-06-24gfs2: Fix spelling mistake in commentZhang Jiaming
2022-06-09gfs2: Rewrap overlong comment in do_promoteBob Peterson
2022-06-03gfs2: Remove redundant NULL check before kfreeMinghao Chi
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-05-24Merge tag 'gfs2-v5.18-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-05-24Merge tag 'for-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2022-05-24gfs2: Convert function bh_get to use iomapBob Peterson
2022-05-24gfs2: use i_lock spin_lock for inode qadataBob Peterson
2022-05-24gfs2: Return more useful errors from gfs2_rgrp_send_discards()Andrew Price
2022-05-24gfs2: Use container_of() for gfs2_glock(aspace)Kees Cook
2022-05-24gfs2: Explain some direct I/O odditiesAndreas Gruenbacher
2022-05-23Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-05-16iomap: add per-iomap_iter private dataChristoph Hellwig
2022-05-14gfs2: replace 'found' with dedicated list iterator variableJakob Koschel
2022-05-13gfs2: Stop using glock holder auto-demotion for nowAndreas Gruenbacher
2022-05-13gfs2: buffered write prefaultingAndreas Gruenbacher
2022-05-13gfs2: Align read and write chunks to the page cacheAndreas Gruenbacher
2022-05-13gfs2: Pull return value test out of should_fault_in_pagesAndreas Gruenbacher
2022-05-13gfs2: Clean up use of fault_in_iov_iter_{read,write}ableAndreas Gruenbacher
2022-05-13gfs2: Variable renameAndreas Gruenbacher
2022-05-13gfs2: Fix filesystem block deallocation for short writesAndreas Gruenbacher
2022-05-09fs: Change try_to_free_buffers() to take a folioMatthew Wilcox (Oracle)
2022-05-09gfs2: Convert to release_folioMatthew Wilcox (Oracle)
2022-05-09iomap: Convert to release_folioMatthew Wilcox (Oracle)
2022-05-09fs: Change the type of filler_tMatthew Wilcox (Oracle)
2022-05-09fs: Convert mpage_readpage to mpage_read_folioMatthew Wilcox (Oracle)
2022-05-09fs: Convert iomap_readpage to iomap_read_folioMatthew Wilcox (Oracle)