| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | gfs2: Convert invalidatepage to invalidate_folio | Matthew Wilcox (Oracle) | 2022-03-15 | 1 | -11/+12 |
| * | | | fs: Turn block_invalidatepage into block_invalidate_folio | Matthew Wilcox (Oracle) | 2022-03-15 | 1 | -0/+2 |
| * | | | iomap: Remove iomap_invalidatepage() | Matthew Wilcox (Oracle) | 2022-03-15 | 1 | -1/+1 |
| |/ / |
|
* | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2022-03-23 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | fs: allocate inode by using alloc_inode_sb() | Muchun Song | 2022-03-22 | 1 | -1/+1 |
| |/ / |
|
* | | | Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-block | Linus Torvalds | 2022-03-22 | 4 | -12/+6 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | block: pass a block_device and opf to bio_alloc | Christoph Hellwig | 2022-02-02 | 3 | -11/+5 |
| * | block: remove genhd.h | Christoph Hellwig | 2022-02-02 | 1 | -1/+1 |
* | | Merge tag 'gfs2-v5.16-rc3-fixes2' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2022-02-11 | 2 | -6/+4 |
|\ \
| |/
|/| |
|
| * | gfs2: Fix gfs2_release for non-writers regression | Bob Peterson | 2022-02-11 | 1 | -3/+4 |
| * | Revert "gfs2: check context in gfs2_glock_put" | Andreas Gruenbacher | 2022-02-11 | 1 | -3/+0 |
* | | Merge tag 'driver-core-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2022-01-12 | 1 | -2/+1 |
|\ \
| |/
|/| |
|
| * | kobject: remove kset from struct kset_uevent_ops callbacks | Greg Kroah-Hartman | 2021-12-28 | 1 | -2/+1 |
* | | gfs2: dump inode object for iopen glocks | Bob Peterson | 2022-01-11 | 1 | -0/+1 |
* | | gfs2: Fix gfs2_instantiate description | Andreas Gruenbacher | 2021-12-04 | 1 | -1/+1 |
* | | gfs2: Remove redundant check for GLF_INSTANTIATE_NEEDED | Andreas Gruenbacher | 2021-12-04 | 1 | -5/+3 |
* | | gfs2: remove redundant set of INSTANTIATE_NEEDED | Bob Peterson | 2021-12-04 | 1 | -1/+0 |
* | | gfs2: Fix __gfs2_holder_init function name in kernel-doc comment | Andreas Gruenbacher | 2021-12-04 | 1 | -1/+1 |
* | | gfs2: gfs2_create_inode rework | Andreas Gruenbacher | 2021-12-02 | 1 | -6/+10 |
* | | gfs2: gfs2_inode_lookup rework | Andreas Gruenbacher | 2021-12-02 | 1 | -51/+33 |
* | | gfs2: gfs2_inode_lookup cleanup | Andreas Gruenbacher | 2021-12-02 | 1 | -7/+2 |
* | | gfs2: Fix remote demote of weak glock holders | Andreas Gruenbacher | 2021-12-02 | 1 | -3/+7 |
|/ |
|
* | gfs2: Prevent endless loops in gfs2_file_buffered_write | Andreas Gruenbacher | 2021-11-10 | 1 | -0/+3 |
* | gfs2: Fix "Introduce flag for glock holder auto-demotion" | Andreas Gruenbacher | 2021-11-08 | 1 | -2/+2 |
* | gfs2: Fix length of holes reported at end-of-file | Andreas Gruenbacher | 2021-11-06 | 1 | -1/+1 |
* | gfs2: release iopen glock early in evict | Bob Peterson | 2021-11-06 | 1 | -7/+7 |
* | gfs2: Fix atomic bug in gfs2_instantiate | Andreas Gruenbacher | 2021-11-05 | 1 | -6/+2 |
* | gfs2: Only dereference i->iov when iter_is_iovec(i) | Andreas Gruenbacher | 2021-11-03 | 1 | -3/+3 |
* | Merge tag 'gfs2-v5.15-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2021-11-02 | 11 | -136/+186 |
|\ |
|
| * | gfs2: Fix unused value warning in do_gfs2_set_flags() | Tim Gardner | 2021-10-25 | 1 | -1/+0 |
| * | gfs2: check context in gfs2_glock_put | Alexander Aring | 2021-10-25 | 1 | -0/+3 |
| * | gfs2: Fix glock_hash_walk bugs | Andreas Gruenbacher | 2021-10-25 | 1 | -10/+12 |
| * | gfs2: Cancel remote delete work asynchronously | Andreas Gruenbacher | 2021-10-25 | 1 | -1/+1 |
| * | gfs2: set glock object after nq | Bob Peterson | 2021-10-25 | 1 | -2/+2 |
| * | gfs2: remove RDF_UPTODATE flag | Bob Peterson | 2021-10-25 | 3 | -24/+15 |
| * | gfs2: Eliminate GIF_INVALID flag | Bob Peterson | 2021-10-25 | 4 | -11/+4 |
| * | gfs2: fix GL_SKIP node_scope problems | Bob Peterson | 2021-10-25 | 7 | -20/+61 |
| * | gfs2: split glock instantiation off from do_promote | Bob Peterson | 2021-10-25 | 1 | -3/+17 |
| * | gfs2: further simplify do_promote | Bob Peterson | 2021-10-25 | 1 | -20/+23 |
| * | gfs2: re-factor function do_promote | Bob Peterson | 2021-10-25 | 1 | -36/+35 |
| * | gfs2: Remove 'first' trace_gfs2_promote argument | Andreas Gruenbacher | 2021-10-25 | 2 | -8/+5 |
| * | gfs2: change go_lock to go_instantiate | Bob Peterson | 2021-10-25 | 5 | -9/+9 |
| * | gfs2: dump glocks from gfs2_consist_OBJ_i | Bob Peterson | 2021-10-25 | 1 | -0/+2 |
| * | gfs2: dequeue iopen holder in gfs2_inode_lookup error | Bob Peterson | 2021-10-25 | 1 | -0/+4 |
| * | gfs2: Save ip from gfs2_glock_nq_init | Andreas Gruenbacher | 2021-10-25 | 2 | -7/+14 |
| * | gfs2: Allow append and immutable bits to coexist | Bob Peterson | 2021-10-25 | 1 | -8/+2 |
| * | gfs2: Switch some BUG_ON to GLOCK_BUG_ON for debug | Bob Peterson | 2021-10-25 | 1 | -8/+8 |
| * | gfs2: move GL_SKIP check from glops to do_promote | Bob Peterson | 2021-10-25 | 3 | -15/+15 |
| * | gfs2: Add GL_SKIP holder flag to dump_holder | Bob Peterson | 2021-10-25 | 1 | -0/+2 |
| * | gfs2: remove redundant check in gfs2_rgrp_go_lock | Bob Peterson | 2021-10-25 | 1 | -2/+1 |