aboutsummaryrefslogtreecommitdiff
path: root/fs/gfs2
AgeCommit message (Expand)AuthorFilesLines
2021-05-05mm: introduce and use mapping_empty()Gravatar Matthew Wilcox (Oracle) 1-2/+1
2021-04-29Merge tag 'gfs2-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Gravatar Linus Torvalds 23-243/+312
2021-04-27Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 3-43/+27
2021-04-27Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-8/+14
2021-04-20gfs2: Fix fall-through warnings for ClangGravatar Gustavo A. R. Silva 2-0/+3
2021-04-12gfs2: convert to fileattrGravatar Miklos Szeredi 3-43/+27
2021-04-09gfs2: Fix a number of kernel-doc warningsGravatar Lee Jones 17-113/+102
2021-04-08treewide: Change list_sort to use const pointersGravatar Sami Tolvanen 3-3/+5
2021-04-08gfs2: Make gfs2_setattr_simple staticGravatar Andreas Gruenbacher 2-2/+1
2021-04-08gfs2: Add new sysfs file for gfs2 statusGravatar Bob Peterson 1-0/+67
2021-04-03gfs2: Silence possible null pointer dereference warningGravatar Andreas Gruenbacher 1-1/+1
2021-04-03gfs2: Turn gfs2_meta_indirect_buffer into gfs2_meta_bufferGravatar Andreas Gruenbacher 3-9/+8
2021-04-03gfs2: Replace gfs2_lblk_to_dblk with gfs2_get_extentGravatar Andreas Gruenbacher 3-26/+5
2021-04-03gfs2: Turn gfs2_extent_map into gfs2_{get,alloc}_extentGravatar Andreas Gruenbacher 5-33/+53
2021-04-03gfs2: Add new gfs2_iomap_get helperGravatar Andreas Gruenbacher 3-35/+41
2021-04-03gfs2: Remove unused variable sb_formatGravatar Andreas Gruenbacher 2-2/+0
2021-04-03gfs2: Fix dir.c function parameter descriptionsGravatar Bob Peterson 1-17/+22
2021-04-03gfs2: Eliminate gh parameter from go_xmote_bh funcGravatar Bob Peterson 3-3/+3
2021-04-03gfs2: don't create empty buffers for NO_CREATEGravatar Bob Peterson 1-3/+7
2021-04-03Merge tag 'gfs2-v5.12-rc2-fixes2' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-5/+9
2021-03-25gfs2: report "already frozen/thawed" errorsGravatar Bob Peterson 1-4/+6
2021-03-15gfs2: Flag a withdraw if init_threads() failsGravatar Andrew Price 1-1/+3
2021-03-12gfs2: be careful with inode refreshGravatar Al Viro 1-8/+14
2021-03-12Merge tag 'block-5.12-2021-03-12-v2' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2021-03-12gfs2: bypass log flush if the journal is not liveGravatar Bob Peterson 1-1/+1
2021-03-12gfs2: bypass signal_our_withdraw if no journalGravatar Bob Peterson 1-5/+10
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSGravatar Christoph Hellwig 1-1/+1
2021-03-07gfs2: fix use-after-free in trans_drainGravatar Bob Peterson 2-0/+6
2021-03-07gfs2: make function gfs2_make_fs_ro() to void typeGravatar Yang Li 4-13/+5
2021-02-27Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+2
2021-02-23Merge tag 'gfs2-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Gravatar Linus Torvalds 25-660/+964
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 6-32/+48
2021-02-23gfs2: Don't get stuck with I/O plugged in gfs2_ail1_flushGravatar Bob Peterson 1-2/+7
2021-02-23Merge branches 'rgrp-glock-sharing' and 'gfs2-revoke' from https://git.kernel...Gravatar Andreas Gruenbacher 19-549/+777
2021-02-23whack-a-mole: don't open-code iminor/imajorGravatar Al Viro 1-2/+2
2021-02-22Merge tag 'lazytime_for_v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-4/+2
2021-02-22gfs2: Per-revoke accounting in transactionsGravatar Andreas Gruenbacher 7-42/+131
2021-02-22gfs2: Rework the log space allocation logicGravatar Andreas Gruenbacher 3-69/+104
2021-02-22gfs2: Minor calc_reserved cleanupGravatar Andreas Gruenbacher 1-8/+5
2021-02-17gfs2: Use resource group glock sharingGravatar Bob Peterson 5-12/+15
2021-02-17gfs2: Allow node-wide exclusive glock sharingGravatar Bob Peterson 2-3/+25
2021-02-17gfs2: Add local resource group lockingGravatar Andreas Gruenbacher 4-7/+59
2021-02-17gfs2: Add per-reservation reserved block accountingGravatar Andreas Gruenbacher 5-28/+82
2021-02-17gfs2: Rename rs_{free -> requested} and rd_{reserved -> requested}Gravatar Andreas Gruenbacher 3-33/+33
2021-02-17gfs2: Check for active reservation in gfs2_releaseGravatar Andreas Gruenbacher 1-2/+2
2021-02-17gfs2: Don't search for unreserved space twiceGravatar Andreas Gruenbacher 1-4/+5
2021-02-17gfs2: Only pass reservation down to gfs2_rbm_findGravatar Andreas Gruenbacher 2-14/+14
2021-02-17gfs2: Also reflect single-block allocations in rgd->rd_extfail_ptGravatar Andreas Gruenbacher 1-8/+10
2021-02-10gfs2: Recursive gfs2_quota_hold in gfs2_iomap_endGravatar Andreas Gruenbacher 1-3/+3
2021-02-08gfs2: Add trusted xattr supportGravatar Andreas Gruenbacher 3-6/+60