Age | Commit message (Expand) | Author |
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-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 |
2021-12-02 | gfs2: gfs2_inode_lookup rework | Andreas Gruenbacher |
2021-12-02 | gfs2: gfs2_inode_lookup cleanup | Andreas Gruenbacher |
2021-12-02 | gfs2: Fix remote demote of weak glock holders | Andreas Gruenbacher |
2021-11-10 | gfs2: Prevent endless loops in gfs2_file_buffered_write | Andreas Gruenbacher |
2021-11-08 | gfs2: Fix "Introduce flag for glock holder auto-demotion" | Andreas Gruenbacher |
2021-11-06 | gfs2: Fix length of holes reported at end-of-file | Andreas Gruenbacher |
2021-11-06 | gfs2: release iopen glock early in evict | Bob Peterson |
2021-11-05 | gfs2: Fix atomic bug in gfs2_instantiate | Andreas Gruenbacher |
2021-11-03 | gfs2: Only dereference i->iov when iter_is_iovec(i) | Andreas Gruenbacher |
2021-11-02 | Merge tag 'gfs2-v5.15-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2021-11-02 | Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2021-11-01 | Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-block | Linus Torvalds |
2021-10-25 | gfs2: Fix unused value warning in do_gfs2_set_flags() | Tim Gardner |
2021-10-25 | gfs2: check context in gfs2_glock_put | Alexander Aring |
2021-10-25 | gfs2: Fix glock_hash_walk bugs | Andreas Gruenbacher |
2021-10-25 | gfs2: Cancel remote delete work asynchronously | Andreas Gruenbacher |
2021-10-25 | gfs2: set glock object after nq | Bob Peterson |
2021-10-25 | gfs2: remove RDF_UPTODATE flag | Bob Peterson |
2021-10-25 | gfs2: Eliminate GIF_INVALID flag | Bob Peterson |
2021-10-25 | gfs2: fix GL_SKIP node_scope problems | Bob Peterson |
2021-10-25 | gfs2: split glock instantiation off from do_promote | Bob Peterson |
2021-10-25 | gfs2: further simplify do_promote | Bob Peterson |
2021-10-25 | gfs2: re-factor function do_promote | Bob Peterson |
2021-10-25 | gfs2: Remove 'first' trace_gfs2_promote argument | Andreas Gruenbacher |
2021-10-25 | gfs2: change go_lock to go_instantiate | Bob Peterson |
2021-10-25 | gfs2: dump glocks from gfs2_consist_OBJ_i | Bob Peterson |
2021-10-25 | gfs2: dequeue iopen holder in gfs2_inode_lookup error | Bob Peterson |
2021-10-25 | gfs2: Save ip from gfs2_glock_nq_init | Andreas Gruenbacher |
2021-10-25 | gfs2: Allow append and immutable bits to coexist | Bob Peterson |
2021-10-25 | gfs2: Switch some BUG_ON to GLOCK_BUG_ON for debug | Bob Peterson |
2021-10-25 | gfs2: move GL_SKIP check from glops to do_promote | Bob Peterson |
2021-10-25 | gfs2: Add GL_SKIP holder flag to dump_holder | Bob Peterson |
2021-10-25 | gfs2: remove redundant check in gfs2_rgrp_go_lock | Bob Peterson |
2021-10-25 | gfs2: Fix mmap + page fault deadlocks for direct I/O | Andreas Gruenbacher |
2021-10-24 | iomap: Add done_before argument to iomap_dio_rw | Andreas Gruenbacher |
2021-10-24 | gfs2: Fix mmap + page fault deadlocks for buffered I/O | Andreas Gruenbacher |
2021-10-20 | gfs2: Eliminate ip->i_gh | Andreas Gruenbacher |
2021-10-20 | gfs2: Move the inode glock locking to gfs2_file_buffered_write | Andreas Gruenbacher |
2021-10-20 | gfs2: Introduce flag for glock holder auto-demotion | Bob Peterson |