aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-11Merge tag 'iomap-6.0-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-29/+2
2022-08-08Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2022-08-08new iov_iter flavour - ITER_UBUFAl Viro1-1/+1
2022-08-06Merge tag 'gfs2-v5.19-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds14-187/+111
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds2-2/+2
2022-08-05Merge part of branch 'for-next.instantiate' into for-nextAndreas Gruenbacher10-170/+94
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2-15/+15
2022-08-02mm/migrate: Add filemap_migrate_folio()Matthew Wilcox (Oracle)1-1/+1
2022-08-02gfs2: Convert gfs2_jhead_process_page() to use a folioMatthew Wilcox (Oracle)1-14/+14
2022-07-22gfs2: remove ->writepageChristoph Hellwig1-26/+0
2022-07-22gfs2: stop using generic_writepages in gfs2_ail1_start_oneChristoph Hellwig1-3/+2
2022-07-14fs/gfs2: Use the enum req_op and blk_opf_t typesBart Van Assche5-11/+10
2022-07-14fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche4-12/+9
2022-07-03mm: shrinkers: provide shrinkers with namesRoman Gushchin2-2/+2
2022-06-29gfs2: List traversal in do_promote is safeAndreas Gruenbacher1-2/+2
2022-06-29gfs2: do_promote glock holder stealing fixBob Peterson1-7/+12
2022-06-29gfs2: Use better variable nameAndreas Gruenbacher1-8/+8
2022-06-29gfs2: Make go_instantiate take a glockAndreas Gruenbacher5-7/+5
2022-06-29gfs2: Add new go_held glock operationAndreas Gruenbacher3-8/+22
2022-06-29gfs2: Revert 'Fix "truncate in progress" hang'Andreas Gruenbacher7-80/+8
2022-06-29gfs2: Instantiate glocks ouside of glock state engineAndreas Gruenbacher4-35/+37
2022-06-29gfs2: Fix up gfs2_glock_async_waitAndreas Gruenbacher1-38/+15
2022-06-28gfs2: Minor gfs2_glock_nq_m cleanupAndreas Gruenbacher5-11/+11
2022-06-24gfs2: Fix spelling mistake in commentZhang Jiaming1-1/+1
2022-06-09gfs2: Rewrap overlong comment in do_promoteBob Peterson1-3/+4
2022-06-03gfs2: Remove redundant NULL check before kfreeMinghao Chi1-2/+1
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds3-46/+41
2022-05-24Merge tag 'gfs2-v5.18-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds8-66/+91
2022-05-24Merge tag 'for-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-2/+2
2022-05-24gfs2: Convert function bh_get to use iomapBob Peterson1-5/+12
2022-05-24gfs2: use i_lock spin_lock for inode qadataBob Peterson1-12/+20
2022-05-24gfs2: Return more useful errors from gfs2_rgrp_send_discards()Andrew Price1-2/+2
2022-05-24gfs2: Use container_of() for gfs2_glock(aspace)Kees Cook4-27/+38
2022-05-24gfs2: Explain some direct I/O odditiesAndreas Gruenbacher1-0/+4
2022-05-23Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+3
2022-05-16iomap: add per-iomap_iter private dataChristoph Hellwig1-2/+2
2022-05-14gfs2: replace 'found' with dedicated list iterator variableJakob Koschel2-20/+15
2022-05-13gfs2: Stop using glock holder auto-demotion for nowAndreas Gruenbacher1-32/+14
2022-05-13gfs2: buffered write prefaultingAndreas Gruenbacher1-12/+16
2022-05-13gfs2: Align read and write chunks to the page cacheAndreas Gruenbacher1-8/+7
2022-05-13gfs2: Pull return value test out of should_fault_in_pagesAndreas Gruenbacher1-12/+22
2022-05-13gfs2: Clean up use of fault_in_iov_iter_{read,write}ableAndreas Gruenbacher1-17/+9
2022-05-13gfs2: Variable renameAndreas Gruenbacher1-17/+17
2022-05-13gfs2: Fix filesystem block deallocation for short writesAndreas Gruenbacher1-6/+5
2022-05-09fs: Change try_to_free_buffers() to take a folioMatthew Wilcox (Oracle)1-1/+1
2022-05-09gfs2: Convert to release_folioMatthew Wilcox (Oracle)3-23/+25
2022-05-09iomap: Convert to release_folioMatthew Wilcox (Oracle)1-1/+1
2022-05-09fs: Change the type of filler_tMatthew Wilcox (Oracle)1-18/+11
2022-05-09fs: Convert mpage_readpage to mpage_read_folioMatthew Wilcox (Oracle)1-8/+7
2022-05-09fs: Convert iomap_readpage to iomap_read_folioMatthew Wilcox (Oracle)1-1/+2