Age | Commit message (Expand) | Author | Files | Lines |
2022-03-31 | Merge tag 'gfs2-v5.17-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 8 | -76/+104 |
2022-03-31 | gfs2: Make sure FITRIM minlen is rounded up to fs block size | Andrew Price | 1 | -1/+2 |
2022-03-26 | Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+0 |
2022-03-24 | gfs2: Make sure not to return short direct writes | Andreas Gruenbacher | 1 | -1/+1 |
2022-03-24 | gfs2: Remove dead code in gfs2_file_read_iter | Andreas Gruenbacher | 1 | -6/+3 |
2022-03-24 | gfs2: Fix gfs2_file_buffered_write endless loop workaround | Andreas Gruenbacher | 1 | -0/+1 |
2022-03-23 | gfs2: Minor retry logic cleanup | Andreas Gruenbacher | 1 | -18/+16 |
2022-03-23 | gfs2: Disable page faults during lockless buffered reads | Andreas Gruenbacher | 1 | -1/+3 |
2022-03-23 | gfs2: Fix should_fault_in_pages() logic | Andreas Gruenbacher | 1 | -8/+9 |
2022-03-22 | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 2 | -26/+23 |
2022-03-22 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -1/+1 |
2022-03-22 | fs: allocate inode by using alloc_inode_sb() | Muchun Song | 1 | -1/+1 |
2022-03-21 | Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-block | Linus Torvalds | 4 | -12/+6 |
2022-03-16 | fs: Convert __set_page_dirty_buffers to block_dirty_folio | Matthew Wilcox (Oracle) | 2 | -13/+7 |
2022-03-15 | fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folio | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2022-03-15 | gfs2: Convert invalidatepage to invalidate_folio | Matthew Wilcox (Oracle) | 1 | -11/+12 |
2022-03-15 | fs: Turn block_invalidatepage into block_invalidate_folio | Matthew Wilcox (Oracle) | 1 | -0/+2 |
2022-03-15 | iomap: Remove iomap_invalidatepage() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2022-03-07 | block: remove the per-bio/request write hint | Christoph Hellwig | 1 | -1/+0 |
2022-03-07 | Merge branch 'for-5.18/block' into for-5.18/write-streams | Jens Axboe | 4 | -12/+6 |
2022-03-03 | gfs2: Remove return value for gfs2_indirect_init | Bob Peterson | 1 | -4/+3 |
2022-02-15 | gfs2: Initialize gh_error in gfs2_glock_nq | Andreas Gruenbacher | 2 | -2/+1 |
2022-02-15 | gfs2: Make use of list_is_first | Andreas Gruenbacher | 1 | -1/+1 |
2022-02-15 | gfs2: Switch lock order of inode and iopen glock | Andreas Gruenbacher | 1 | -22/+27 |
2022-02-15 | gfs2: cancel timed-out glock requests | Andreas Gruenbacher | 1 | -0/+10 |
2022-02-15 | gfs2: Expect -EBUSY after canceling dlm locking requests | Andreas Gruenbacher | 1 | -1/+14 |
2022-02-15 | gfs2: gfs2_setattr_size error path fix | Andreas Gruenbacher | 6 | -8/+9 |
2022-02-15 | gfs2: assign rgrp glock before compute_bitstructs | Bob Peterson | 1 | -4/+5 |
2022-02-11 | Merge tag 'gfs2-v5.16-rc3-fixes2' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -6/+4 |
2022-02-11 | gfs2: Fix gfs2_release for non-writers regression | Bob Peterson | 1 | -3/+4 |
2022-02-11 | Revert "gfs2: check context in gfs2_glock_put" | Andreas Gruenbacher | 1 | -3/+0 |
2022-02-02 | block: pass a block_device and opf to bio_alloc | Christoph Hellwig | 3 | -11/+5 |
2022-02-02 | block: remove genhd.h | Christoph Hellwig | 1 | -1/+1 |
2022-01-12 | Merge tag 'driver-core-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -2/+1 |
2022-01-11 | gfs2: dump inode object for iopen glocks | Bob Peterson | 1 | -0/+1 |
2021-12-28 | kobject: remove kset from struct kset_uevent_ops callbacks | Greg Kroah-Hartman | 1 | -2/+1 |
2021-12-04 | gfs2: Fix gfs2_instantiate description | Andreas Gruenbacher | 1 | -1/+1 |
2021-12-04 | gfs2: Remove redundant check for GLF_INSTANTIATE_NEEDED | Andreas Gruenbacher | 1 | -5/+3 |
2021-12-04 | gfs2: remove redundant set of INSTANTIATE_NEEDED | Bob Peterson | 1 | -1/+0 |
2021-12-04 | gfs2: Fix __gfs2_holder_init function name in kernel-doc comment | Andreas Gruenbacher | 1 | -1/+1 |
2021-12-02 | gfs2: gfs2_create_inode rework | Andreas Gruenbacher | 1 | -6/+10 |
2021-12-02 | gfs2: gfs2_inode_lookup rework | Andreas Gruenbacher | 1 | -51/+33 |
2021-12-02 | gfs2: gfs2_inode_lookup cleanup | Andreas Gruenbacher | 1 | -7/+2 |
2021-12-02 | gfs2: Fix remote demote of weak glock holders | Andreas Gruenbacher | 1 | -3/+7 |
2021-11-10 | gfs2: Prevent endless loops in gfs2_file_buffered_write | Andreas Gruenbacher | 1 | -0/+3 |
2021-11-08 | gfs2: Fix "Introduce flag for glock holder auto-demotion" | Andreas Gruenbacher | 1 | -2/+2 |
2021-11-06 | gfs2: Fix length of holes reported at end-of-file | Andreas Gruenbacher | 1 | -1/+1 |
2021-11-06 | gfs2: release iopen glock early in evict | Bob Peterson | 1 | -7/+7 |
2021-11-05 | gfs2: Fix atomic bug in gfs2_instantiate | Andreas Gruenbacher | 1 | -6/+2 |
2021-11-03 | gfs2: Only dereference i->iov when iter_is_iovec(i) | Andreas Gruenbacher | 1 | -3/+3 |