summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/main.c
Commit message (Expand)AuthorAgeFilesLines
* gfs2: dynamically allocate the gfs2-qd shrinkerQi Zheng2023-10-041-3/+3
* gfs2: Rename "freeze_workqueue" to "gfs2_freeze"Andreas Gruenbacher2023-09-051-1/+1
* gfs2: Rename "gfs_recovery" workqueue to "gfs2_recovery"Andreas Gruenbacher2023-09-051-4/+4
* gfs2: Register fs after creating workqueuesBob Peterson2022-09-201-12/+12
* Merge tag 'gfs2-v5.19-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-061-1/+0
|\
| * gfs2: Revert 'Fix "truncate in progress" hang'Andreas Gruenbacher2022-06-291-1/+0
* | mm: shrinkers: provide shrinkers with namesRoman Gushchin2022-07-031-1/+1
|/
* gfs2: Use container_of() for gfs2_glock(aspace)Kees Cook2022-05-241-6/+4
* gfs2: amend SLAB_RECLAIM_ACCOUNT on gfs2 related slab cacheZhaoyang Huang2021-01-221-2/+2
* gfs2: eliminate GIF_ORDERED in favor of list_emptyBob Peterson2020-07-031-0/+1
* gfs2: new slab for transactionsBob Peterson2020-06-051-0/+9
* Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-081-4/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398Thomas Gleixner2019-06-051-4/+1
* | Revert "gfs2: Replace gl_revokes with a GLF flag"Bob Peterson2019-06-061-0/+1
|/
* gfs2: Replace gl_revokes with a GLF flagBob Peterson2019-05-071-1/+0
* gfs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-231-5/+1
* gfs2: Move rs_{sizehint, rgd_gh} fields into the inodeAndreas Gruenbacher2018-10-121-0/+2
* gfs2: Fix wrong error handling in init_gfs2_fs()Tetsuo Handa2017-11-271-46/+44
* GFS2: Remove gl_list from glock structureBob Peterson2017-06-121-1/+0
* gfs2: fix to detect failure of register_shrinkerChao Yu2016-09-211-1/+3
* gfs2: Lock holder cleanupAndreas Gruenbacher2016-06-271-1/+1
* gfs2: Initialize iopen glock holder for new inodesAndreas Gruenbacher2016-06-171-0/+1
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-141-1/+2
* GFS2: Make rgrp reservations part of the gfs2_inode structureBob Peterson2015-12-141-11/+2
* GFS2: Extract quota data from reservations structure (revert 5407e24)Bob Peterson2015-11-241-0/+11
* gfs2: Remove gl_spin defineAndreas Gruenbacher2015-10-291-1/+1
* GFS2: update freeze code to use freeze/thaw_super on all nodesBenjamin Marzinski2014-11-171-1/+10
* GFS2: Use pr_<level> more consistentlyJoe Perches2014-03-071-0/+2
* GFS2: global conversion to pr_foo()Fabian Frederick2014-03-061-1/+1
* GFS2: Use RCU/hlist_bl based hash for quotasSteven Whitehouse2014-01-141-0/+1
* GFS2: Use generic list_lru for quotaSteven Whitehouse2013-11-041-9/+10
* fs: convert fs shrinkers to new scan/count APIDave Chinner2013-09-101-1/+2
* GFS2: WQ_NON_REENTRANT is meaningless and going awayTejun Heo2013-08-191-1/+1
* GFS2: Fold quota data into the reservations structBob Peterson2012-06-061-1/+0
* GFS2: Clean up log write code pathSteven Whitehouse2012-04-241-13/+3
* GFS2: Use slab for block reservation memoryBob Peterson2012-04-241-0/+10
* GFS2: Remove a __GFP_NOFAIL allocationSteven Whitehouse2012-03-081-0/+18
* GFS2: dlm based recovery coordinationDavid Teigland2012-01-111-0/+10
* GFS2: decouple quota allocations from block allocationsBob Peterson2011-11-221-1/+2
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* GFS2: Cache dir hash table in a contiguous bufferSteven Whitehouse2011-07-151-0/+1
* Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2011-05-261-1/+1
|\
| * gfs2: Drop __TIME__ usageMichal Marek2011-05-261-1/+1
* | GFS2: Optimise glock lru and end of life inodesSteven Whitehouse2011-04-201-0/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds2011-03-161-1/+5
|\
| * GFS2: Use RCU for glock hash tableSteven Whitehouse2011-01-211-1/+5
* | mm: prevent concurrent unmap_mapping_range() on the same inodeMiklos Szeredi2011-02-231-8/+1
* | workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable'Tejun Heo2011-02-161-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2010-10-221-1/+1
|\
| * workqueue: add and use WQ_MEM_RECLAIM flagTejun Heo2010-10-111-1/+1