summaryrefslogtreecommitdiff
path: root/fs/gfs2
AgeCommit message (Expand)Author
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-04-28gfs2: No short reads or writes upon glock contentionAndreas Gruenbacher
2022-04-26gfs2: Don't re-check for write past EOF unnecessarilyAndreas Gruenbacher
2022-03-31Merge tag 'gfs2-v5.17-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-03-31gfs2: Make sure FITRIM minlen is rounded up to fs block sizeAndrew Price
2022-03-26Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-24gfs2: Make sure not to return short direct writesAndreas Gruenbacher
2022-03-24gfs2: Remove dead code in gfs2_file_read_iterAndreas Gruenbacher
2022-03-24gfs2: Fix gfs2_file_buffered_write endless loop workaroundAndreas Gruenbacher
2022-03-23gfs2: Minor retry logic cleanupAndreas Gruenbacher
2022-03-23gfs2: Disable page faults during lockless buffered readsAndreas Gruenbacher
2022-03-23gfs2: Fix should_fault_in_pages() logicAndreas Gruenbacher
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-22fs: allocate inode by using alloc_inode_sb()Muchun Song
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_buffers to block_dirty_folioMatthew Wilcox (Oracle)
2022-03-15fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folioMatthew Wilcox (Oracle)
2022-03-15gfs2: Convert invalidatepage to invalidate_folioMatthew Wilcox (Oracle)
2022-03-15fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)
2022-03-15iomap: Remove iomap_invalidatepage()Matthew Wilcox (Oracle)
2022-03-07block: remove the per-bio/request write hintChristoph Hellwig
2022-03-07Merge branch 'for-5.18/block' into for-5.18/write-streamsJens Axboe
2022-03-03gfs2: Remove return value for gfs2_indirect_initBob Peterson
2022-02-15gfs2: Initialize gh_error in gfs2_glock_nqAndreas Gruenbacher
2022-02-15gfs2: Make use of list_is_firstAndreas Gruenbacher
2022-02-15gfs2: Switch lock order of inode and iopen glockAndreas Gruenbacher
2022-02-15gfs2: cancel timed-out glock requestsAndreas Gruenbacher
2022-02-15gfs2: Expect -EBUSY after canceling dlm locking requestsAndreas Gruenbacher
2022-02-15gfs2: gfs2_setattr_size error path fixAndreas Gruenbacher
2022-02-15gfs2: assign rgrp glock before compute_bitstructsBob Peterson
2022-02-11Merge tag 'gfs2-v5.16-rc3-fixes2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-02-11gfs2: Fix gfs2_release for non-writers regressionBob Peterson
2022-02-11Revert "gfs2: check context in gfs2_glock_put"Andreas Gruenbacher
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig
2022-02-02block: remove genhd.hChristoph Hellwig
2022-01-12Merge tag 'driver-core-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-01-11gfs2: dump inode object for iopen glocksBob Peterson
2021-12-28kobject: remove kset from struct kset_uevent_ops callbacksGreg Kroah-Hartman
2021-12-04gfs2: Fix gfs2_instantiate descriptionAndreas Gruenbacher
2021-12-04gfs2: Remove redundant check for GLF_INSTANTIATE_NEEDEDAndreas Gruenbacher
2021-12-04gfs2: remove redundant set of INSTANTIATE_NEEDEDBob Peterson
2021-12-04gfs2: Fix __gfs2_holder_init function name in kernel-doc commentAndreas Gruenbacher
2021-12-02gfs2: gfs2_create_inode reworkAndreas Gruenbacher