| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-09-19 | fs: WQ_PERCPU added to alloc_workqueue users | Marco Crivellari | 1 | -2/+3 |
| 2025-02-07 | gfs2: use lockref_init for gl_lockref | Andreas Gruenbacher | 1 | -1/+0 |
| 2024-03-12 | mm, slab: remove last vestiges of SLAB_MEM_SPREAD | Linus Torvalds | 1 | -1/+0 |
| 2023-10-04 | gfs2: dynamically allocate the gfs2-qd shrinker | Qi Zheng | 1 | -3/+3 |
| 2023-09-05 | gfs2: Rename "freeze_workqueue" to "gfs2_freeze" | Andreas Gruenbacher | 1 | -1/+1 |
| 2023-09-05 | gfs2: Rename "gfs_recovery" workqueue to "gfs2_recovery" | Andreas Gruenbacher | 1 | -4/+4 |
| 2022-09-20 | gfs2: Register fs after creating workqueues | Bob Peterson | 1 | -12/+12 |
| 2022-08-06 | Merge tag 'gfs2-v5.19-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+0 |
| 2022-07-03 | mm: shrinkers: provide shrinkers with names | Roman Gushchin | 1 | -1/+1 |
| 2022-06-29 | gfs2: Revert 'Fix "truncate in progress" hang' | Andreas Gruenbacher | 1 | -1/+0 |
| 2022-05-24 | gfs2: Use container_of() for gfs2_glock(aspace) | Kees Cook | 1 | -6/+4 |
| 2021-01-22 | gfs2: amend SLAB_RECLAIM_ACCOUNT on gfs2 related slab cache | Zhaoyang Huang | 1 | -2/+2 |
| 2020-07-03 | gfs2: eliminate GIF_ORDERED in favor of list_empty | Bob Peterson | 1 | -0/+1 |
| 2020-06-05 | gfs2: new slab for transactions | Bob Peterson | 1 | -0/+9 |
| 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 | -0/+1 |
| 2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398 | Thomas Gleixner | 1 | -4/+1 |
| 2019-05-07 | gfs2: Replace gl_revokes with a GLF flag | Bob Peterson | 1 | -1/+0 |
| 2019-01-23 | gfs: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 1 | -5/+1 |
| 2018-10-12 | gfs2: Move rs_{sizehint, rgd_gh} fields into the inode | Andreas Gruenbacher | 1 | -0/+2 |
| 2017-11-27 | gfs2: Fix wrong error handling in init_gfs2_fs() | Tetsuo Handa | 1 | -46/+44 |
| 2017-06-12 | GFS2: Remove gl_list from glock structure | Bob Peterson | 1 | -1/+0 |
| 2016-09-21 | gfs2: fix to detect failure of register_shrinker | Chao Yu | 1 | -1/+3 |
| 2016-06-27 | gfs2: Lock holder cleanup | Andreas Gruenbacher | 1 | -1/+1 |
| 2016-06-17 | gfs2: Initialize iopen glock holder for new inodes | Andreas Gruenbacher | 1 | -0/+1 |
| 2016-01-14 | kmemcg: account certain kmem allocations to memcg | Vladimir Davydov | 1 | -1/+2 |
| 2015-12-14 | GFS2: Make rgrp reservations part of the gfs2_inode structure | Bob Peterson | 1 | -11/+2 |
| 2015-11-24 | GFS2: Extract quota data from reservations structure (revert 5407e24) | Bob Peterson | 1 | -0/+11 |
| 2015-10-29 | gfs2: Remove gl_spin define | Andreas Gruenbacher | 1 | -1/+1 |
| 2014-11-17 | GFS2: update freeze code to use freeze/thaw_super on all nodes | Benjamin Marzinski | 1 | -1/+10 |
| 2014-03-07 | GFS2: Use pr_<level> more consistently | Joe Perches | 1 | -0/+2 |
| 2014-03-06 | GFS2: global conversion to pr_foo() | Fabian Frederick | 1 | -1/+1 |
| 2014-01-14 | GFS2: Use RCU/hlist_bl based hash for quotas | Steven Whitehouse | 1 | -0/+1 |
| 2013-11-04 | GFS2: Use generic list_lru for quota | Steven Whitehouse | 1 | -9/+10 |
| 2013-09-10 | fs: convert fs shrinkers to new scan/count API | Dave Chinner | 1 | -1/+2 |
| 2013-08-19 | GFS2: WQ_NON_REENTRANT is meaningless and going away | Tejun Heo | 1 | -1/+1 |
| 2012-06-06 | GFS2: Fold quota data into the reservations struct | Bob Peterson | 1 | -1/+0 |
| 2012-04-24 | GFS2: Clean up log write code path | Steven Whitehouse | 1 | -13/+3 |
| 2012-04-24 | GFS2: Use slab for block reservation memory | Bob Peterson | 1 | -0/+10 |
| 2012-03-08 | GFS2: Remove a __GFP_NOFAIL allocation | Steven Whitehouse | 1 | -0/+18 |
| 2012-01-11 | GFS2: dlm based recovery coordination | David Teigland | 1 | -0/+10 |
| 2011-11-22 | GFS2: decouple quota allocations from block allocations | Bob Peterson | 1 | -1/+2 |
| 2011-07-26 | atomic: use <linux/atomic.h> | Arun Sharma | 1 | -1/+1 |
| 2011-07-15 | GFS2: Cache dir hash table in a contiguous buffer | Steven Whitehouse | 1 | -0/+1 |
| 2011-05-26 | Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare... | Linus Torvalds | 1 | -1/+1 |
| 2011-05-26 | gfs2: Drop __TIME__ usage | Michal Marek | 1 | -1/+1 |
| 2011-04-20 | GFS2: Optimise glock lru and end of life inodes | Steven Whitehouse | 1 | -0/+1 |
| 2011-03-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw | Linus Torvalds | 1 | -1/+5 |
| 2011-02-23 | mm: prevent concurrent unmap_mapping_range() on the same inode | Miklos Szeredi | 1 | -8/+1 |
| 2011-02-16 | workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable' | Tejun Heo | 1 | -1/+1 |
| 2011-01-21 | GFS2: Use RCU for glock hash table | Steven Whitehouse | 1 | -1/+5 |
| 2010-10-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 1 | -1/+1 |
| 2010-10-11 | workqueue: add and use WQ_MEM_RECLAIM flag | Tejun Heo | 1 | -1/+1 |
| 2010-09-20 | GFS2: Make . and .. qstrs constant | Steven Whitehouse | 1 | -0/+4 |
| 2010-09-20 | GFS2: Use new workqueue scheme | Steven Whitehouse | 1 | -1/+1 |
| 2010-07-23 | gfs2: use workqueue instead of slow-work | Tejun Heo | 1 | -6/+8 |
| 2010-03-29 | GFS2: Remove space from slab cache name | Steven Whitehouse | 1 | -1/+1 |
| 2010-03-01 | GFS2: Metadata address space clean up | Steven Whitehouse | 1 | -0/+28 |
| 2009-11-19 | SLOW_WORK: Wait for outstanding work items belonging to a module to clear | David Howells | 1 | -2/+2 |
| 2009-05-19 | GFS2: Umount recovery race fix | Steven Whitehouse | 1 | -0/+8 |
| 2009-03-24 | GFS2: Merge lock_dlm module into GFS2 | Steven Whitehouse | 1 | -3/+0 |
| 2009-03-24 | GFS2: change gfs2_quota_scan into a shrinker | Abhijith Das | 1 | -0/+10 |
| 2009-01-05 | GFS2: Kill two daemons with one patch | Steven Whitehouse | 1 | -1/+1 |
| 2009-01-05 | GFS2: Fix "truncate in progress" hang | Steven Whitehouse | 1 | -0/+1 |
| 2009-01-05 | GFS2: Clean up & move gfs2_quotad | Steven Whitehouse | 1 | -0/+10 |
| 2009-01-05 | GFS2: Rationalise header files | Steven Whitehouse | 1 | -1/+1 |
| 2008-07-26 | SL*B: drop kmem cache argument from constructor | Alexey Dobriyan | 1 | -2/+2 |
| 2008-06-27 | [GFS2] Clean up the glock core | Steven Whitehouse | 1 | -2/+0 |
| 2008-03-31 | [GFS2] Allocate gfs2_rgrpd from slab memory | Bob Peterson | 1 | -0/+10 |
| 2008-01-25 | [GFS2] Remove unneeded i_spin | Bob Peterson | 1 | -1/+0 |
| 2008-01-25 | [GFS2] Reduce inode size by moving i_alloc out of line | Steven Whitehouse | 1 | -0/+1 |
| 2008-01-25 | [GFS2] Remove useless i_cache from inodes | Steven Whitehouse | 1 | -1/+0 |
| 2007-10-17 | Slab API: remove useless ctor parameter and reorder parameters | Christoph Lameter | 1 | -2/+2 |
| 2007-10-10 | [GFS2] Reduce number of gfs2_scand processes to one | Steven Whitehouse | 1 | -0/+3 |
| 2007-07-20 | mm: Remove slab destructors from kmem_cache_create(). | Paul Mundt | 1 | -3/+3 |
| 2007-05-17 | Remove SLAB_CTOR_CONSTRUCTOR | Christoph Lameter | 1 | -18/+16 |
| 2007-05-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw | Linus Torvalds | 1 | -1/+3 |
| 2007-05-07 | slab allocators: Remove SLAB_DEBUG_INITIAL flag | Christoph Lameter | 1 | -4/+2 |
| 2007-05-01 | [GFS2] Fix bz 224480 and cleanup glock demotion code | Steven Whitehouse | 1 | -1/+0 |
| 2007-05-01 | [GFS2] Add gfs2_tool lockdump support to gfs2 (bz 228540) | Robert Peterson | 1 | -0/+3 |
| 2007-02-14 | [PATCH] remove many unneeded #includes of sched.h | Tim Schmielau | 1 | -1/+0 |
| 2006-12-07 | [PATCH] slab: remove kmem_cache_t | Christoph Lameter | 1 | -2/+2 |
| 2006-11-06 | [GFS2] don't panic needlessly | Alexey Dobriyan | 1 | -2/+2 |
| 2006-09-25 | [GFS2/DLM] Fix trailing whitespace | Steven Whitehouse | 1 | -1/+1 |
| 2006-09-19 | [GFS2] Export lm_interface to kernel headers | Fabio Massimo Di Nitto | 1 | -1/+1 |
| 2006-09-12 | [GFS2] Use hlist for glock hash chains | Steven Whitehouse | 1 | -1/+1 |
| 2006-09-07 | [GFS2] Move glock hash table out of superblock | Steven Whitehouse | 1 | -1/+5 |
| 2006-09-04 | [GFS2] Tidy up locking code | Steven Whitehouse | 1 | -2/+0 |
| 2006-09-01 | [GFS2] Update copyright, tidy up incore.h | Steven Whitehouse | 1 | -1/+1 |
| 2006-08-30 | [GFS2] Use slab properly with glocks | Steven Whitehouse | 1 | -1/+22 |
| 2006-06-14 | [GFS2] Fix unlinked file handling | Steven Whitehouse | 1 | -2/+0 |
| 2006-05-18 | [GFS2] glock debugging and inode cache changes | Steven Whitehouse | 1 | -1/+17 |
| 2006-05-18 | [GFS2] Update copyright date to 2006 | Steven Whitehouse | 1 | -1/+1 |
| 2006-05-18 | [GFS2] Remove semaphore.h from C files | Steven Whitehouse | 1 | -1/+0 |
| 2006-03-02 | [GFS2] Add gfs2meta filesystem | Steven Whitehouse | 1 | -1/+8 |
| 2006-02-27 | [GFS2] Macros removal in gfs2.h | Steven Whitehouse | 1 | -0/+4 |
| 2006-01-16 | [GFS2] The core of GFS2 | David Teigland | 1 | -0/+103 |