| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-05-04 | gfs2: fix use-after-free in gfs2_qd_dealloc | Tristan Madani | 1 | -0/+1 |
| 2026-04-15 | Merge tag 'gfs2-for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs... | Linus Torvalds | 1 | -24/+87 |
| 2026-04-13 | Merge tag 'vfs-7.1-rc1.writeback' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+1 |
| 2026-04-07 | gfs2: hide error messages after withdraw | Andreas Gruenbacher | 1 | -1/+1 |
| 2026-04-07 | gfs2: wait for withdraw earlier during unmount | Andreas Gruenbacher | 1 | -2/+3 |
| 2026-04-07 | gfs2: fix address space truncation during withdraw | Andreas Gruenbacher | 1 | -13/+28 |
| 2026-03-23 | gfs2: Fix data loss during inode evict | Andreas Gruenbacher | 1 | -8/+28 |
| 2026-03-23 | gfs2: minor evict_[un]linked_inode cleanup | Andreas Gruenbacher | 1 | -6/+8 |
| 2026-03-23 | gfs2: Avoid unnecessary transactions in evict_linked_inode | Andreas Gruenbacher | 1 | -5/+30 |
| 2026-02-24 | gfs2: Remove unnecessary check in gfs2_evict_inode | Andreas Gruenbacher | 1 | -1/+1 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 1 | -2/+2 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 1 | -2/+2 |
| 2026-02-17 | gfs2: stop using writeback internals for dirty_exceeded check | Kundan Kumar | 1 | -1/+1 |
| 2026-02-03 | gfs2: fix memory leaks in gfs2_fill_super error path | Deepanshu Kartikey | 1 | -1/+3 |
| 2025-11-26 | gfs2: No longer thaw filesystems during a withdraw | Andreas Gruenbacher | 1 | -14/+0 |
| 2025-11-26 | gfs2: New gfs2_withdraw_helper | Andreas Gruenbacher | 1 | -0/+3 |
| 2025-11-26 | gfs2: Rename LM_FLAG_{NOEXP -> RECOVER} | Andreas Gruenbacher | 1 | -1/+1 |
| 2025-11-26 | gfs2: Rename gfs2_{withdrawing_or_ => }withdrawn | Andreas Gruenbacher | 1 | -5/+5 |
| 2025-11-26 | gfs2: Asynchronous withdraw | Andreas Gruenbacher | 1 | -1/+1 |
| 2025-11-26 | gfs2: fix freeze error handling | Alexey Velichayshiy | 1 | -3/+1 |
| 2025-09-15 | fs: rename generic_delete_inode() and generic_drop_inode() | Mateusz Guzik | 1 | -1/+1 |
| 2025-07-09 | gfs2: Remove GIF_ALLOC_FAILED flag | Andreas Gruenbacher | 1 | -4/+2 |
| 2025-05-26 | Merge tag 'gfs2-for-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/gf... | Linus Torvalds | 1 | -88/+6 |
| 2025-05-22 | gfs2: No more gfs2_find_jhead caching | Andreas Gruenbacher | 1 | -1/+1 |
| 2025-05-22 | gfs2: Get rid of duplicate log head lookup | Andreas Gruenbacher | 1 | -12/+3 |
| 2025-05-22 | gfs2: Simplify gfs2_log_pointers_init | Andreas Gruenbacher | 1 | -2/+1 |
| 2025-05-09 | super: add filesystem freezing helpers for suspend and hibernate | Christian Brauner | 1 | -9/+13 |
| 2025-04-24 | gfs2: deallocate inodes in gfs2_create_inode | Andreas Gruenbacher | 1 | -5/+1 |
| 2025-04-21 | gfs2: Move GIF_ALLOC_FAILED check out of gfs2_ea_dealloc | Andreas Gruenbacher | 1 | -1/+1 |
| 2025-04-21 | gfs2: Move gfs2_dinode_dealloc | Andreas Gruenbacher | 1 | -68/+0 |
| 2025-04-21 | gfs2: replace sd_aspace with sd_inode | Andreas Gruenbacher | 1 | -1/+1 |
| 2025-04-07 | gfs2: pass through holder from the VFS for freeze/thaw | Christian Brauner | 1 | -6/+8 |
| 2025-03-10 | gfs2: skip if we cannot defer delete | Andreas Gruenbacher | 1 | -2/+2 |
| 2025-03-10 | gfs2: minor evict fix | Andreas Gruenbacher | 1 | -14/+3 |
| 2025-03-10 | gfs2: Replace GIF_DEFER_DELETE with GLF_DEFER_DELETE | Andreas Gruenbacher | 1 | -1/+2 |
| 2024-11-19 | gfs2: Only defer deletes when we have an iopen glock | Andreas Gruenbacher | 1 | -4/+7 |
| 2024-11-05 | gfs2: gfs2_evict_inode clarification | Andreas Gruenbacher | 1 | -3/+3 |
| 2024-11-05 | gfs2: Update to the evict / remote delete documentation | Andreas Gruenbacher | 1 | -3/+3 |
| 2024-11-05 | gfs2: Call gfs2_queue_verify_delete from gfs2_evict_inode | Andreas Gruenbacher | 1 | -1/+8 |
| 2024-11-05 | gfs2: Return enum evict_behavior from gfs2_upgrade_iopen_glock | Andreas Gruenbacher | 1 | -6/+14 |
| 2024-11-05 | gfs2: Rename dinode_demise to evict_behavior | Andreas Gruenbacher | 1 | -18/+19 |
| 2024-11-05 | gfs2: Rename GIF_{DEFERRED -> DEFER}_DELETE | Andreas Gruenbacher | 1 | -1/+1 |
| 2024-11-05 | gfs2: Faster gfs2_upgrade_iopen_glock wakeups | Andreas Gruenbacher | 1 | -2/+2 |
| 2024-10-22 | KMSAN: uninit-value in inode_go_dump (5) | Qianqiang Liu | 1 | -0/+2 |
| 2024-09-25 | gfs2: Fix unlinked inode cleanup | Andreas Gruenbacher | 1 | -1/+1 |
| 2024-05-29 | gfs2: Revise glock reference counting model | Andreas Gruenbacher | 1 | -1/+0 |
| 2024-05-07 | gfs2: make timeout values more explicit | Wolfram Sang | 1 | -3/+2 |
| 2024-04-29 | gfs2: gfs2_freeze_unlock cleanup | Andreas Gruenbacher | 1 | -6/+6 |
| 2024-04-24 | gfs2: Fix potential glock use-after-free on unmount | Andreas Gruenbacher | 1 | -3/+0 |
| 2024-04-09 | gfs2: Replace gfs2_glock_queue_put with gfs2_glock_put_async | Andreas Gruenbacher | 1 | -2/+2 |
| 2024-04-09 | gfs2: Fix NULL pointer dereference in gfs2_log_flush | Andreas Gruenbacher | 1 | -0/+4 |
| 2023-12-27 | gfs2: Fix freeze consistency check in log_write_header | Andreas Gruenbacher | 1 | -24/+16 |
| 2023-12-27 | gfs2: Refcounting fix in gfs2_thaw_super | Andreas Gruenbacher | 1 | -0/+2 |
| 2023-12-27 | gfs2: Minor gfs2_{freeze,thaw}_super cleanup | Andreas Gruenbacher | 1 | -13/+13 |
| 2023-12-20 | gfs2: Rename gfs2_withdrawn to gfs2_withdrawing_or_withdrawn | Andreas Gruenbacher | 1 | -5/+5 |
| 2023-12-20 | gfs2: Mark withdraws as unlikely | Andreas Gruenbacher | 1 | -1/+1 |
| 2023-12-20 | gfs2: use is_subdir() | Al Viro | 1 | -11/+1 |
| 2023-11-07 | Merge tag 'gfs2-v6.6-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -18/+11 |
| 2023-11-06 | gfs2: Fix slab-use-after-free in gfs2_qd_dealloc | Juntong Deng | 1 | -4/+6 |
| 2023-11-06 | gfs2: fs: derive f_fsid from s_uuid | Amir Goldstein | 1 | -0/+1 |
| 2023-11-06 | gfs2: No longer use 'extern' in function declarations | Andreas Gruenbacher | 1 | -3/+3 |
| 2023-10-18 | gfs2: convert to new timestamp accessors | Jeff Layton | 1 | -6/+6 |
| 2023-10-03 | gfs2: fix an oops in gfs2_permission | Al Viro | 1 | -1/+1 |
| 2023-09-18 | gfs2: Simplify function gfs2_upgrade_iopen_glock | Andreas Gruenbacher | 1 | -10/+0 |
| 2023-09-05 | Merge tag 'gfs2-v6.5-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -19/+9 |
| 2023-09-05 | gfs2: Introduce new quota=quiet mount option | Bob Peterson | 1 | -0/+3 |
| 2023-09-05 | gfs2: Fix asynchronous thread destruction | Andreas Gruenbacher | 1 | -12/+4 |
| 2023-09-05 | gfs2: Stop using gfs2_make_fs_ro for withdraw | Andreas Gruenbacher | 1 | -7/+2 |
| 2023-09-05 | gfs2: Rename SDF_DEACTIVATING to SDF_KILL | Andreas Gruenbacher | 1 | -1/+1 |
| 2023-08-28 | Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -5/+7 |
| 2023-07-24 | gfs2: convert to ctime accessor functions | Jeff Layton | 1 | -2/+2 |
| 2023-07-17 | fs: distinguish between user initiated freeze and kernel initiated freeze | Darrick J. Wong | 1 | -5/+7 |
| 2023-07-03 | gfs2: gfs2_freeze_lock_shared cleanup | Andreas Gruenbacher | 1 | -2/+2 |
| 2023-07-03 | gfs2: Replace sd_freeze_state with SDF_FROZEN flag | Andreas Gruenbacher | 1 | -15/+8 |
| 2023-07-03 | gfs2: Rework freeze / thaw logic | Andreas Gruenbacher | 1 | -37/+135 |
| 2023-06-15 | gfs2: Rename SDF_{FS_FROZEN => FREEZE_INITIATOR} | Andreas Gruenbacher | 1 | -4/+4 |
| 2023-06-15 | gfs2: Rename gfs2_freeze_lock{ => _shared } | Andreas Gruenbacher | 1 | -1/+1 |
| 2023-06-15 | gfs2: Rename the {freeze,thaw}_super callbacks | Andreas Gruenbacher | 1 | -6/+6 |
| 2023-06-15 | gfs2: Rename remaining "transaction" glock references | Andreas Gruenbacher | 1 | -1/+1 |
| 2023-06-13 | gfs2: Fix possible data races in gfs2_show_options() | Tuo Li | 1 | -11/+15 |
| 2023-06-06 | gfs2: Don't remember delete unless it's successful | Bob Peterson | 1 | -3/+3 |
| 2023-06-06 | gfs2: ignore rindex_update failure in dinode_dealloc | Bob Peterson | 1 | -3/+1 |
| 2023-05-10 | gfs2: Don't deref jdesc in evict | Bob Peterson | 1 | -0/+8 |
| 2023-04-25 | gfs2: Perform second log flush in gfs2_make_fs_ro | Bob Peterson | 1 | -0/+9 |
| 2023-01-31 | gfs2: Improve gfs2_make_fs_rw error handling | Andreas Gruenbacher | 1 | -2/+6 |
| 2023-01-31 | gfs2: Evict inodes cooperatively | Andreas Gruenbacher | 1 | -0/+7 |
| 2023-01-31 | gfs2: Flush delete work before shrinking inode cache | Andreas Gruenbacher | 1 | -3/+3 |
| 2023-01-31 | gfs2: Split the two kinds of glock "delete" work | Andreas Gruenbacher | 1 | -1/+1 |
| 2023-01-31 | gfs2: Move delete workqueue into super block | Andreas Gruenbacher | 1 | -0/+2 |
| 2023-01-31 | gfs2: Improve gfs2_upgrade_iopen_glock comment | Andreas Gruenbacher | 1 | -8/+16 |
| 2023-01-27 | gfs2: gl_object races fix | Andreas Gruenbacher | 1 | -3/+1 |
| 2022-12-06 | gfs2: Simply dequeue iopen glock in gfs2_evict_inode | Andreas Gruenbacher | 1 | -5/+2 |
| 2022-12-06 | gfs2: Clean up after gfs2_create_inode rework | Andreas Gruenbacher | 1 | -7/+14 |
| 2022-12-06 | gfs2: Cosmetic gfs2_dinode_{in,out} cleanup | Andreas Gruenbacher | 1 | -13/+14 |
| 2022-12-02 | gfs2: Fix and clean up create / evict interaction | Andreas Gruenbacher | 1 | -14/+21 |
| 2022-10-09 | gfs2: Merge branch 'for-next.nopid' into for-next | Andreas Gruenbacher | 1 | -1/+2 |
| 2022-06-29 | gfs2: Instantiate glocks ouside of glock state engine | Andreas Gruenbacher | 1 | -1/+1 |
| 2022-06-29 | gfs2: Mark the remaining process-independent glock holders as GL_NOPID | Andreas Gruenbacher | 1 | -1/+2 |
| 2022-03-31 | Merge tag 'gfs2-v5.17-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+1 |
| 2022-03-22 | fs: allocate inode by using alloc_inode_sb() | Muchun Song | 1 | -1/+1 |
| 2022-02-15 | gfs2: gfs2_setattr_size error path fix | Andreas Gruenbacher | 1 | -1/+1 |
| 2021-12-04 | gfs2: Remove redundant check for GLF_INSTANTIATE_NEEDED | Andreas Gruenbacher | 1 | -5/+3 |
| 2021-11-06 | gfs2: release iopen glock early in evict | Bob Peterson | 1 | -7/+7 |
| 2021-10-25 | gfs2: Eliminate GIF_INVALID flag | Bob Peterson | 1 | -1/+1 |
| 2021-10-25 | gfs2: fix GL_SKIP node_scope problems | Bob Peterson | 1 | -1/+1 |
| 2021-08-20 | gfs2: nit: gfs2_drop_inode shouldn't return bool | Bob Peterson | 1 | -1/+1 |
| 2021-08-20 | gfs2: Don't release and reacquire local statfs bh | Bob Peterson | 1 | -32/+12 |
| 2021-08-20 | gfs2: init system threads before freeze lock | Bob Peterson | 1 | -55/+6 |
| 2021-04-09 | gfs2: Fix a number of kernel-doc warnings | Lee Jones | 1 | -6/+6 |
| 2021-03-25 | gfs2: report "already frozen/thawed" errors | Bob Peterson | 1 | -4/+6 |
| 2021-03-15 | gfs2: Flag a withdraw if init_threads() fails | Andrew Price | 1 | -1/+3 |
| 2021-03-07 | gfs2: make function gfs2_make_fs_ro() to void type | Yang Li | 1 | -8/+2 |
| 2021-02-23 | Merge tag 'gfs2-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/gf... | Linus Torvalds | 1 | -58/+15 |
| 2021-02-23 | Merge branches 'rgrp-glock-sharing' and 'gfs2-revoke' from https://git.kernel... | Andreas Gruenbacher | 1 | -17/+11 |
| 2021-02-17 | gfs2: Use resource group glock sharing | Bob Peterson | 1 | -1/+2 |
| 2021-02-03 | gfs2: Get rid of sd_reserving_log | Andreas Gruenbacher | 1 | -6/+6 |
| 2021-01-19 | gfs2: Un-obfuscate function jdesc_find_i | Andreas Gruenbacher | 1 | -10/+3 |
| 2021-01-13 | fs: don't call ->dirty_inode for lazytime timestamp updates | Eric Biggers | 1 | -2/+0 |
| 2020-12-23 | gfs2: move freeze glock outside the make_fs_rw and _ro functions | Bob Peterson | 1 | -23/+0 |
| 2020-12-23 | gfs2: Add common helper for holding and releasing the freeze glock | Bob Peterson | 1 | -28/+14 |
| 2020-12-03 | gfs2: Remove sb_start_write from gfs2_statfs_sync | Bob Peterson | 1 | -2/+0 |
| 2020-10-29 | gfs2: Add missing truncate_inode_pages_final for sd_aspace | Bob Peterson | 1 | -0/+1 |
| 2020-10-23 | gfs2: lookup local statfs inodes prior to journal recovery | Abhi Das | 1 | -1/+30 |
| 2020-10-20 | gfs2: Add fields for statfs info in struct gfs2_log_header_host | Abhi Das | 1 | -1/+1 |
| 2020-10-14 | gfs2: use-after-free in sysfs deregistration | Jamie Iles | 1 | -0/+1 |
| 2020-10-14 | gfs2: simplify the logic in gfs2_evict_inode | Bob Peterson | 1 | -9/+4 |
| 2020-10-14 | gfs2: factor evict_linked_inode out of gfs2_evict_inode | Bob Peterson | 1 | -18/+34 |
| 2020-10-14 | gfs2: further simplify gfs2_evict_inode with new func evict_should_delete | Bob Peterson | 1 | -45/+77 |
| 2020-10-14 | gfs2: factor evict_unlinked_inode out of gfs2_evict_inode | Bob Peterson | 1 | -27/+40 |
| 2020-10-14 | gfs2: rename variable error to ret in gfs2_evict_inode | Bob Peterson | 1 | -18/+18 |
| 2020-10-14 | gfs2: Make sure we don't miss any delayed withdraws | Andreas Gruenbacher | 1 | -0/+2 |
| 2020-08-07 | gfs2: When gfs2_dirty_inode gets a glock error, dump the glock | Bob Peterson | 1 | -0/+1 |
| 2020-07-03 | gfs2: The freeze glock should never be frozen | Bob Peterson | 1 | -7/+9 |
| 2020-07-03 | gfs2: When freezing gfs2, use GL_EXACT and not GL_NOCACHE | Bob Peterson | 1 | -9/+7 |
| 2020-06-05 | gfs2: Smarter iopen glock waiting | Andreas Gruenbacher | 1 | -3/+8 |
| 2020-06-05 | gfs2: Try harder to delete inodes locally | Andreas Gruenbacher | 1 | -6/+47 |
| 2020-06-05 | gfs2: Give up the iopen glock on contention | Andreas Gruenbacher | 1 | -2/+5 |
| 2020-06-05 | gfs2: Turn gl_delete into a delayed work | Andreas Gruenbacher | 1 | -2/+2 |
| 2020-06-05 | gfs2: Keep track of deleted inode generations in LVBs | Andreas Gruenbacher | 1 | -0/+3 |
| 2020-05-08 | gfs2: Fix problems regarding gfs2_qa_get and _put | Bob Peterson | 1 | -1/+0 |
| 2020-03-27 | gfs2: Split gfs2_rsqa_delete into gfs2_rs_delete and gfs2_qa_put | Andreas Gruenbacher | 1 | -1/+2 |
| 2020-03-27 | gfs2: Change inode qa_data to allow multiple users | Bob Peterson | 1 | -0/+2 |
| 2020-03-27 | gfs2: Switch to list_{first,last}_entry | Andreas Gruenbacher | 1 | -2/+2 |
| 2020-03-27 | gfs2: Clean up inode initialization and teardown | Andreas Gruenbacher | 1 | -15/+13 |
| 2020-02-27 | gfs2: Force withdraw to replay journals and wait for it to finish | Bob Peterson | 1 | -18/+55 |
| 2019-11-15 | gfs2: Abort gfs2_freeze if io error is seen | Bob Peterson | 1 | -7/+12 |
| 2019-11-14 | gfs2: Don't loop forever in gfs2_freeze if withdrawn | Bob Peterson | 1 | -5/+5 |
| 2019-11-14 | gfs2: Introduce function gfs2_withdrawn | Bob Peterson | 1 | -3/+3 |
| 2019-09-24 | Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -332/+1 |
| 2019-09-18 | gfs2: Convert gfs2 to fs_context | Andrew Price | 1 | -332/+1 |
| 2019-08-09 | gfs2: Minor gfs2_alloc_inode cleanup | Andreas Gruenbacher | 1 | -7/+7 |
| 2019-06-27 | gfs2: replace more printk with calls to fs_info and friends | Bob Peterson | 1 | -3/+3 |
| 2019-06-27 | gfs2: simplify gfs2_freeze by removing case | Bob Peterson | 1 | -8/+2 |
| 2019-06-27 | gfs2: Rename SDF_SHUTDOWN to SDF_WITHDRAWN | Bob Peterson | 1 | -3/+3 |
| 2019-06-27 | gfs2: kthread and remount improvements | Bob Peterson | 1 | -7/+14 |
| 2019-06-08 | Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -4/+1 |
| 2019-06-06 | Revert "gfs2: Replace gl_revokes with a GLF flag" | Bob Peterson | 1 | -1/+1 |
| 2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398 | Thomas Gleixner | 1 | -4/+1 |
| 2019-05-07 | gfs2: read journal in large chunks | Abhi Das | 1 | -2/+3 |
| 2019-05-07 | gfs2: fix race between gfs2_freeze_func and unmount | Abhi Das | 1 | -3/+5 |
| 2019-05-07 | gfs2: Remove misleading comments in gfs2_evict_inode | Andreas Gruenbacher | 1 | -5/+0 |
| 2019-05-07 | gfs2: Replace gl_revokes with a GLF flag | Bob Peterson | 1 | -1/+1 |
| 2019-05-01 | gfs2: switch to ->free_inode() | Al Viro | 1 | -9/+3 |
| 2019-02-14 | Revert "gfs2: read journal in large chunks to locate the head" | Bob Peterson | 1 | -1/+0 |
| 2018-12-11 | gfs2: read journal in large chunks to locate the head | Abhi Das | 1 | -0/+1 |
| 2018-10-19 | gfs2: Fix minor typo: couln't versus couldn't. | Bob Peterson | 1 | -1/+1 |
| 2018-10-09 | GFS2: Flush the GFS2 delete workqueue before stopping the kernel threads | Tim Smith | 1 | -1/+1 |
| 2018-07-24 | Merge branch 'iomap-write' into linux-gfs2/for-next | Andreas Gruenbacher | 1 | -1/+1 |
| 2018-07-05 | gfs2: Eliminate redundant ip->i_rgd | Andreas Gruenbacher | 1 | -1/+0 |
| 2018-06-12 | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 1 | -1/+1 |
| 2018-03-28 | fs: move I_DIRTY_INODE to fs.h | Christoph Hellwig | 1 | -1/+1 |
| 2018-01-30 | gfs2: Remove inode from ordered write list in gfs2_write_inode() | Abhi Das | 1 | -0/+6 |
| 2018-01-23 | GFS2: Log the reason for log flushes in every log header | Bob Peterson | 1 | -4/+8 |
| 2018-01-23 | GFS2: Introduce new gfs2_log_header_v2 | Bob Peterson | 1 | -4/+5 |
| 2017-11-27 | Rename superblock flags (MS_xyz -> SB_xyz) | Linus Torvalds | 1 | -5/+5 |
| 2017-10-31 | GFS2: flush the log and all pages for jdata as we do for WB_SYNC_ALL | Bob Peterson | 1 | -2/+3 |
| 2017-09-14 | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -2/+2 |
| 2017-08-25 | GFS2: Withdraw for IO errors writing to the journal or statfs | Bob Peterson | 1 | -2/+2 |
| 2017-08-10 | gfs2: Defer deleting inodes under memory pressure | Andreas Gruenbacher | 1 | -0/+21 |
| 2017-08-10 | gfs2: gfs2_evict_inode: Put glocks asynchronously | Andreas Gruenbacher | 1 | -2/+28 |
| 2017-08-09 | gfs2: Fix trivial typos | Andreas Gruenbacher | 1 | -1/+1 |
| 2017-08-09 | GFS2: Delete debugfs files only after we evict the glocks | Bob Peterson | 1 | -0/+1 |
| 2017-08-09 | GFS2: Clear gl_object when deleting an inode in gfs2_delete_inode | Bob Peterson | 1 | -1/+10 |
| 2017-07-21 | GFS2: Introduce helper for clearing gl_object | Bob Peterson | 1 | -2/+2 |
| 2017-07-17 | VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) | David Howells | 1 | -2/+2 |
| 2017-07-05 | gfs2: gfs2_create_inode: Keep glock across iput | Andreas Gruenbacher | 1 | -6/+12 |
| 2017-07-05 | gfs2: Protect gl->gl_object by spin lock | Andreas Gruenbacher | 1 | -4/+7 |
| 2017-07-05 | gfs2: Get rid of flush_delayed_work in gfs2_evict_inode | Andreas Gruenbacher | 1 | -2/+2 |
| 2017-04-03 | Revert "GFS2: Wait for iopen glock dequeues" | Andreas Gruenbacher | 1 | -5/+3 |
| 2017-03-16 | GFS2: Prevent BUG from occurring when normal Withdraws occur | Bob Peterson | 1 | -1/+2 |
| 2017-03-02 | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar | 1 | -1/+1 |
| 2016-08-02 | GFS2: use BIT() macro | Fabian Frederick | 1 | -1/+1 |
| 2016-06-27 | gfs2: Lock holder cleanup | Andreas Gruenbacher | 1 | -10/+14 |
| 2016-04-10 | don't bother with ->d_inode->i_sb - it's always equal to ->d_sb | Al Viro | 1 | -1/+1 |
| 2016-01-14 | GFS2: Check if iopen is held when deleting inode | Bob Peterson | 1 | -10/+16 |
| 2015-12-18 | GFS2: Truncate address space mapping when deleting an inode | Bob Peterson | 1 | -1/+3 |
| 2015-12-18 | GFS2: Wait for iopen glock dequeues | Bob Peterson | 1 | -3/+5 |
| 2015-12-14 | gfs2: clear journal live bit in gfs2_log_flush | Benjamin Marzinski | 1 | -4/+0 |
| 2015-12-14 | gfs2: change gfs2 readdir cookie | Benjamin Marzinski | 1 | -0/+12 |
| 2015-12-14 | GFS2: Update master statfs buffer with sd_statfs_spin locked | Bob Peterson | 1 | -3/+2 |