Age | Commit message (Expand) | Author | Files | Lines |
2021-11-02 | Merge tag 'gfs2-v5.15-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 11 | -136/+186 |
2021-11-02 | Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 5 | -168/+498 |
2021-11-01 | Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -2/+2 |
2021-10-25 | gfs2: Fix unused value warning in do_gfs2_set_flags() | Tim Gardner | 1 | -1/+0 |
2021-10-25 | gfs2: check context in gfs2_glock_put | Alexander Aring | 1 | -0/+3 |
2021-10-25 | gfs2: Fix glock_hash_walk bugs | Andreas Gruenbacher | 1 | -10/+12 |
2021-10-25 | gfs2: Cancel remote delete work asynchronously | Andreas Gruenbacher | 1 | -1/+1 |
2021-10-25 | gfs2: set glock object after nq | Bob Peterson | 1 | -2/+2 |
2021-10-25 | gfs2: remove RDF_UPTODATE flag | Bob Peterson | 3 | -24/+15 |
2021-10-25 | gfs2: Eliminate GIF_INVALID flag | Bob Peterson | 4 | -11/+4 |
2021-10-25 | gfs2: fix GL_SKIP node_scope problems | Bob Peterson | 7 | -20/+61 |
2021-10-25 | gfs2: split glock instantiation off from do_promote | Bob Peterson | 1 | -3/+17 |
2021-10-25 | gfs2: further simplify do_promote | Bob Peterson | 1 | -20/+23 |
2021-10-25 | gfs2: re-factor function do_promote | Bob Peterson | 1 | -36/+35 |
2021-10-25 | gfs2: Remove 'first' trace_gfs2_promote argument | Andreas Gruenbacher | 2 | -8/+5 |
2021-10-25 | gfs2: change go_lock to go_instantiate | Bob Peterson | 5 | -9/+9 |
2021-10-25 | gfs2: dump glocks from gfs2_consist_OBJ_i | Bob Peterson | 1 | -0/+2 |
2021-10-25 | gfs2: dequeue iopen holder in gfs2_inode_lookup error | Bob Peterson | 1 | -0/+4 |
2021-10-25 | gfs2: Save ip from gfs2_glock_nq_init | Andreas Gruenbacher | 2 | -7/+14 |
2021-10-25 | gfs2: Allow append and immutable bits to coexist | Bob Peterson | 1 | -8/+2 |
2021-10-25 | gfs2: Switch some BUG_ON to GLOCK_BUG_ON for debug | Bob Peterson | 1 | -8/+8 |
2021-10-25 | gfs2: move GL_SKIP check from glops to do_promote | Bob Peterson | 3 | -15/+15 |
2021-10-25 | gfs2: Add GL_SKIP holder flag to dump_holder | Bob Peterson | 1 | -0/+2 |
2021-10-25 | gfs2: remove redundant check in gfs2_rgrp_go_lock | Bob Peterson | 1 | -2/+1 |
2021-10-25 | gfs2: Fix mmap + page fault deadlocks for direct I/O | Andreas Gruenbacher | 1 | -12/+87 |
2021-10-24 | iomap: Add done_before argument to iomap_dio_rw | Andreas Gruenbacher | 1 | -2/+2 |
2021-10-24 | gfs2: Fix mmap + page fault deadlocks for buffered I/O | Andreas Gruenbacher | 1 | -5/+94 |
2021-10-20 | gfs2: Eliminate ip->i_gh | Andreas Gruenbacher | 2 | -15/+22 |
2021-10-20 | gfs2: Move the inode glock locking to gfs2_file_buffered_write | Andreas Gruenbacher | 2 | -59/+28 |
2021-10-20 | gfs2: Introduce flag for glock holder auto-demotion | Bob Peterson | 3 | -36/+200 |
2021-10-20 | gfs2: Clean up function may_grant | Andreas Gruenbacher | 1 | -50/+69 |
2021-10-20 | gfs2: Add wrapper for iomap_file_buffered_write | Andreas Gruenbacher | 1 | -10/+17 |
2021-10-18 | block: switch polling to be bio based | Christoph Hellwig | 1 | -2/+2 |
2021-09-10 | locks: remove LOCK_MAND flock lock support | Jeff Layton | 1 | -2/+0 |
2021-09-09 | Merge branch 'work.gfs2' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -2/+2 |
2021-09-02 | Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -2/+5 |
2021-08-31 | Merge tag 'iomap-5.15-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -3/+2 |
2021-08-31 | Merge tag 'gfs2-v5.14-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 13 | -141/+139 |
2021-08-23 | fs: remove mandatory file locking support | Jeff Layton | 1 | -3/+0 |
2021-08-20 | gfs2: Remove redundant check from gfs2_glock_dq | Bob Peterson | 1 | -6/+5 |
2021-08-20 | gfs2: Delay withdraw from atomic context | Bob Peterson | 1 | -1/+1 |
2021-08-20 | gfs2: Don't call dlm after protocol is unmounted | Bob Peterson | 1 | -0/+5 |
2021-08-20 | gfs2: don't stop reads while withdraw in progress | Bob Peterson | 2 | -4/+8 |
2021-08-20 | gfs2: Mark journal inodes as "don't cache" | Bob Peterson | 2 | -0/+2 |
2021-08-20 | gfs2: nit: gfs2_drop_inode shouldn't return bool | Bob Peterson | 1 | -1/+1 |
2021-08-20 | gfs2: Eliminate vestigial HIF_FIRST | Bob Peterson | 2 | -3/+0 |
2021-08-20 | gfs2: Make recovery error more readable | Bob Peterson | 1 | -1/+1 |
2021-08-20 | gfs2: Don't release and reacquire local statfs bh | Bob Peterson | 5 | -41/+25 |
2021-08-20 | gfs2: init system threads before freeze lock | Bob Peterson | 2 | -55/+48 |
2021-08-19 | gfs2: tiny cleanup in gfs2_log_reserve | Bob Peterson | 1 | -1/+1 |