summaryrefslogtreecommitdiffstats
path: root/fs/gfs2
Commit message (Expand)AuthorAgeFilesLines
* gfs2: Rework read and page fault lockingAndreas Gruenbacher2020-07-072-46/+51
* gfs2: The freeze glock should never be frozenBob Peterson2020-07-032-8/+11
* gfs2: When freezing gfs2, use GL_EXACT and not GL_NOCACHEBob Peterson2020-07-032-11/+9
* gfs2: read-only mounts should grab the sd_freeze_gl glockBob Peterson2020-07-031-1/+11
* gfs2: freeze should work on read-only mountsBob Peterson2020-07-031-4/+6
* gfs2: eliminate GIF_ORDERED in favor of list_emptyBob Peterson2020-07-034-9/+12
* gfs2: Don't sleep during glock hash walkAndreas Gruenbacher2020-06-301-1/+4
* gfs2: fix trans slab error when withdraw occurs inside log_flushBob Peterson2020-06-301-0/+10
* gfs2: Don't return NULL from gfs2_inode_lookupAndreas Gruenbacher2020-06-301-1/+2
* Merge tag 'gfs2-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...Linus Torvalds2020-06-0816-76/+396
|\
| * Merge branch 'gfs2-iopen' into for-nextAndreas Gruenbacher2020-06-059-38/+289
| |\
| | * gfs2: Smarter iopen glock waitingAndreas Gruenbacher2020-06-052-5/+40
| | * gfs2: Wake up when setting GLF_DEMOTEAndreas Gruenbacher2020-06-051-4/+14
| | * gfs2: Check inode generation number in delete_work_funcAndreas Gruenbacher2020-06-052-2/+7
| | * gfs2: Move inode generation number check into gfs2_inode_lookupAndreas Gruenbacher2020-06-051-9/+24
| | * gfs2: Minor gfs2_lookup_by_inum cleanupAndreas Gruenbacher2020-06-054-5/+14
| | * gfs2: Try harder to delete inodes locallyAndreas Gruenbacher2020-06-051-6/+47
| | * gfs2: Give up the iopen glock on contentionAndreas Gruenbacher2020-06-053-2/+57
| | * gfs2: Turn gl_delete into a delayed workAndreas Gruenbacher2020-06-057-8/+65
| | * gfs2: Keep track of deleted inode generations in LVBsAndreas Gruenbacher2020-06-054-1/+26
| | * gfs2: Allow ASPACE glocks to also have an lvbBob Peterson2020-06-051-4/+3
| * | gfs2: fix use-after-free on transaction ail listsBob Peterson2020-06-051-2/+9
| * | gfs2: new slab for transactionsBob Peterson2020-06-056-8/+32
| * | gfs2: initialize transaction tr_ailX_lists earlierBob Peterson2020-06-053-2/+4
| * | gfs2: instrumentation wrt log_flush stuckBob Peterson2020-06-051-9/+25
| * | gfs2: introduce new gfs2_glock_assert_withdrawBob Peterson2020-06-052-3/+13
| * | gfs2: print mapping->nrpages in glock dump for address space glocksBob Peterson2020-06-051-9/+16
| * | gfs2: Only do glock put in gfs2_create_inode for free inodesBob Peterson2020-06-021-1/+2
| * | gfs2: Allow lock_nolock mount to specify jid=XBob Peterson2020-06-021-1/+1
| * | gfs2: Don't ignore inode write errors during inode_go_syncBob Peterson2020-06-021-3/+5
* | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2020-06-051-0/+1
|\ \ \
| * | | fs: move the fiemap definitions out of fs.hChristoph Hellwig2020-06-031-0/+1
* | | | mm: remove the pgprot argument to __vmallocChristoph Hellwig2020-06-022-6/+5
* | | | fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)2020-06-021-15/+8
| |/ / |/| |
* | | gfs2: Even more gfs2_find_jhead fixesAndreas Gruenbacher2020-05-291-10/+5
| |/ |/|
* | Revert "gfs2: Don't demote a glock until its revokes are written"Bob Peterson2020-05-081-3/+0
* | gfs2: If go_sync returns error, withdraw but skip invalidateBob Peterson2020-05-081-1/+2
* | gfs2: Grab glock reference sooner in gfs2_add_revokeAndreas Gruenbacher2020-05-081-3/+3
* | gfs2: don't call quota_unhold if quotas are not lockedBob Peterson2020-05-081-2/+1
* | gfs2: move privileged user check to gfs2_quota_lock_checkBob Peterson2020-05-082-3/+3
* | gfs2: remove check for quotas on in gfs2_quota_checkBob Peterson2020-05-081-3/+0
* | gfs2: Change BUG_ON to an assert_withdraw in gfs2_quota_changeBob Peterson2020-05-081-1/+3
* | gfs2: Fix problems regarding gfs2_qa_get and _putBob Peterson2020-05-082-4/+4
* | gfs2: More gfs2_find_jhead fixesAndreas Gruenbacher2020-05-081-7/+12
* | gfs2: Another gfs2_walk_metadata fixAndreas Gruenbacher2020-05-081-7/+9
* | gfs2: Fix use-after-free in gfs2_logd after withdrawBob Peterson2020-05-081-0/+5
* | gfs2: Fix BUG during unmount after file system withdrawBob Peterson2020-05-081-4/+6
* | gfs2: Fix error exit in do_xmoteBob Peterson2020-05-081-1/+1
* | gfs2: fix withdraw sequence deadlockBob Peterson2020-05-061-1/+1
|/
* Merge tag 'gfs2-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...Linus Torvalds2020-03-3127-509/+1168
|\