Age | Commit message (Expand) | Author |
2022-05-13 | gfs2: Stop using glock holder auto-demotion for now | Andreas Gruenbacher |
2022-05-13 | gfs2: buffered write prefaulting | Andreas Gruenbacher |
2022-05-13 | gfs2: Align read and write chunks to the page cache | Andreas Gruenbacher |
2022-05-13 | gfs2: Pull return value test out of should_fault_in_pages | Andreas Gruenbacher |
2022-05-13 | gfs2: Clean up use of fault_in_iov_iter_{read,write}able | Andreas Gruenbacher |
2022-05-13 | gfs2: Variable rename | Andreas Gruenbacher |
2022-05-13 | gfs2: Fix filesystem block deallocation for short writes | Andreas Gruenbacher |
2022-04-28 | gfs2: No short reads or writes upon glock contention | Andreas Gruenbacher |
2022-04-26 | gfs2: Don't re-check for write past EOF unnecessarily | Andreas Gruenbacher |
2022-03-31 | Merge tag 'gfs2-v5.17-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2022-03-31 | gfs2: Make sure FITRIM minlen is rounded up to fs block size | Andrew Price |
2022-03-26 | Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-block | Linus Torvalds |
2022-03-24 | gfs2: Make sure not to return short direct writes | Andreas Gruenbacher |
2022-03-24 | gfs2: Remove dead code in gfs2_file_read_iter | Andreas Gruenbacher |
2022-03-24 | gfs2: Fix gfs2_file_buffered_write endless loop workaround | Andreas Gruenbacher |
2022-03-23 | gfs2: Minor retry logic cleanup | Andreas Gruenbacher |
2022-03-23 | gfs2: Disable page faults during lockless buffered reads | Andreas Gruenbacher |
2022-03-23 | gfs2: Fix should_fault_in_pages() logic | Andreas Gruenbacher |
2022-03-22 | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds |
2022-03-22 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2022-03-22 | fs: allocate inode by using alloc_inode_sb() | Muchun Song |
2022-03-21 | Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-block | Linus Torvalds |
2022-03-16 | fs: Convert __set_page_dirty_buffers to block_dirty_folio | Matthew Wilcox (Oracle) |
2022-03-15 | fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folio | Matthew Wilcox (Oracle) |
2022-03-15 | gfs2: Convert invalidatepage to invalidate_folio | Matthew Wilcox (Oracle) |
2022-03-15 | fs: Turn block_invalidatepage into block_invalidate_folio | Matthew Wilcox (Oracle) |
2022-03-15 | iomap: Remove iomap_invalidatepage() | Matthew Wilcox (Oracle) |
2022-03-07 | block: remove the per-bio/request write hint | Christoph Hellwig |
2022-03-07 | Merge branch 'for-5.18/block' into for-5.18/write-streams | Jens Axboe |
2022-03-03 | gfs2: Remove return value for gfs2_indirect_init | Bob Peterson |
2022-02-15 | gfs2: Initialize gh_error in gfs2_glock_nq | Andreas Gruenbacher |
2022-02-15 | gfs2: Make use of list_is_first | Andreas Gruenbacher |
2022-02-15 | gfs2: Switch lock order of inode and iopen glock | Andreas Gruenbacher |
2022-02-15 | gfs2: cancel timed-out glock requests | Andreas Gruenbacher |
2022-02-15 | gfs2: Expect -EBUSY after canceling dlm locking requests | Andreas Gruenbacher |
2022-02-15 | gfs2: gfs2_setattr_size error path fix | Andreas Gruenbacher |
2022-02-15 | gfs2: assign rgrp glock before compute_bitstructs | Bob Peterson |
2022-02-11 | Merge tag 'gfs2-v5.16-rc3-fixes2' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2022-02-11 | gfs2: Fix gfs2_release for non-writers regression | Bob Peterson |
2022-02-11 | Revert "gfs2: check context in gfs2_glock_put" | Andreas Gruenbacher |
2022-02-02 | block: pass a block_device and opf to bio_alloc | Christoph Hellwig |
2022-02-02 | block: remove genhd.h | Christoph Hellwig |
2022-01-12 | Merge tag 'driver-core-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2022-01-11 | gfs2: dump inode object for iopen glocks | Bob Peterson |
2021-12-28 | kobject: remove kset from struct kset_uevent_ops callbacks | Greg Kroah-Hartman |
2021-12-04 | gfs2: Fix gfs2_instantiate description | Andreas Gruenbacher |
2021-12-04 | gfs2: Remove redundant check for GLF_INSTANTIATE_NEEDED | Andreas Gruenbacher |
2021-12-04 | gfs2: remove redundant set of INSTANTIATE_NEEDED | Bob Peterson |
2021-12-04 | gfs2: Fix __gfs2_holder_init function name in kernel-doc comment | Andreas Gruenbacher |
2021-12-02 | gfs2: gfs2_create_inode rework | Andreas Gruenbacher |