summaryrefslogtreecommitdiff
path: root/fs/gfs2/main.c
AgeCommit message (Expand)Author
2023-10-04gfs2: dynamically allocate the gfs2-qd shrinkerQi Zheng
2023-09-05gfs2: Rename "freeze_workqueue" to "gfs2_freeze"Andreas Gruenbacher
2023-09-05gfs2: Rename "gfs_recovery" workqueue to "gfs2_recovery"Andreas Gruenbacher
2022-09-20gfs2: Register fs after creating workqueuesBob Peterson
2022-08-06Merge tag 'gfs2-v5.19-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-07-03mm: shrinkers: provide shrinkers with namesRoman Gushchin
2022-06-29gfs2: Revert 'Fix "truncate in progress" hang'Andreas Gruenbacher
2022-05-24gfs2: Use container_of() for gfs2_glock(aspace)Kees Cook
2021-01-22gfs2: amend SLAB_RECLAIM_ACCOUNT on gfs2 related slab cacheZhaoyang Huang
2020-07-03gfs2: eliminate GIF_ORDERED in favor of list_emptyBob Peterson
2020-06-05gfs2: new slab for transactionsBob Peterson
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-06-06Revert "gfs2: Replace gl_revokes with a GLF flag"Bob Peterson
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398Thomas Gleixner
2019-05-07gfs2: Replace gl_revokes with a GLF flagBob Peterson
2019-01-23gfs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2018-10-12gfs2: Move rs_{sizehint, rgd_gh} fields into the inodeAndreas Gruenbacher
2017-11-27gfs2: Fix wrong error handling in init_gfs2_fs()Tetsuo Handa
2017-06-12GFS2: Remove gl_list from glock structureBob Peterson
2016-09-21gfs2: fix to detect failure of register_shrinkerChao Yu
2016-06-27gfs2: Lock holder cleanupAndreas Gruenbacher
2016-06-17gfs2: Initialize iopen glock holder for new inodesAndreas Gruenbacher
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov
2015-12-14GFS2: Make rgrp reservations part of the gfs2_inode structureBob Peterson
2015-11-24GFS2: Extract quota data from reservations structure (revert 5407e24)Bob Peterson
2015-10-29gfs2: Remove gl_spin defineAndreas Gruenbacher
2014-11-17GFS2: update freeze code to use freeze/thaw_super on all nodesBenjamin Marzinski
2014-03-07GFS2: Use pr_<level> more consistentlyJoe Perches
2014-03-06GFS2: global conversion to pr_foo()Fabian Frederick
2014-01-14GFS2: Use RCU/hlist_bl based hash for quotasSteven Whitehouse
2013-11-04GFS2: Use generic list_lru for quotaSteven Whitehouse
2013-09-10fs: convert fs shrinkers to new scan/count APIDave Chinner
2013-08-19GFS2: WQ_NON_REENTRANT is meaningless and going awayTejun Heo
2012-06-06GFS2: Fold quota data into the reservations structBob Peterson
2012-04-24GFS2: Clean up log write code pathSteven Whitehouse
2012-04-24GFS2: Use slab for block reservation memoryBob Peterson
2012-03-08GFS2: Remove a __GFP_NOFAIL allocationSteven Whitehouse
2012-01-11GFS2: dlm based recovery coordinationDavid Teigland
2011-11-22GFS2: decouple quota allocations from block allocationsBob Peterson
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-07-15GFS2: Cache dir hash table in a contiguous bufferSteven Whitehouse
2011-05-26Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds
2011-05-26gfs2: Drop __TIME__ usageMichal Marek
2011-04-20GFS2: Optimise glock lru and end of life inodesSteven Whitehouse
2011-03-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds
2011-02-23mm: prevent concurrent unmap_mapping_range() on the same inodeMiklos Szeredi
2011-02-16workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable'Tejun Heo
2011-01-21GFS2: Use RCU for glock hash tableSteven Whitehouse
2010-10-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2010-10-11workqueue: add and use WQ_MEM_RECLAIM flagTejun Heo