summaryrefslogtreecommitdiffstats
path: root/fs/gfs2
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | gfs2: Move lock flush locking to gfs2_trans_{begin,end}Andreas Gruenbacher2021-02-033-33/+16
| | | * | gfs2: Get rid of sd_reserving_logAndreas Gruenbacher2021-02-036-18/+19
| | | * | gfs2: Clean up on-stack transactionsAndreas Gruenbacher2021-02-035-42/+38
| | | * | gfs2: Use sb_start_intwrite in gfs2_ail_empty_glAndreas Gruenbacher2021-02-032-6/+7
| | | * | gfs2: Clean up ail2_emptyAndreas Gruenbacher2021-01-191-17/+21
| | | * | gfs2: Rename gfs2_{write => flush}_revokesAndreas Gruenbacher2021-01-193-4/+4
| | | * | gfs2: Minor debugging improvementAndreas Gruenbacher2021-01-191-2/+2
| | | * | gfs2: Some documentation updatesAndreas Gruenbacher2021-01-191-13/+11
| | | * | gfs2: Minor gfs2_write_revokes cleanupsAndreas Gruenbacher2021-01-191-3/+5
| | | * | gfs2: Simplify the buf_limit and databuf_limit definitionsAndreas Gruenbacher2021-01-191-15/+2
| | | * | gfs2: Un-obfuscate function jdesc_find_iAndreas Gruenbacher2021-01-191-10/+3
| | | |/
| | * | gfs2: Use resource group glock sharingBob Peterson2021-02-175-12/+15
| | * | gfs2: Allow node-wide exclusive glock sharingBob Peterson2021-02-172-3/+25
| | * | gfs2: Add local resource group lockingAndreas Gruenbacher2021-02-174-7/+59
| | * | gfs2: Add per-reservation reserved block accountingAndreas Gruenbacher2021-02-175-28/+82
| | * | gfs2: Rename rs_{free -> requested} and rd_{reserved -> requested}Andreas Gruenbacher2021-02-173-33/+33
| | * | gfs2: Check for active reservation in gfs2_releaseAndreas Gruenbacher2021-02-171-2/+2
| | * | gfs2: Don't search for unreserved space twiceAndreas Gruenbacher2021-02-171-4/+5
| | * | gfs2: Only pass reservation down to gfs2_rbm_findAndreas Gruenbacher2021-02-172-14/+14
| | * | gfs2: Also reflect single-block allocations in rgd->rd_extfail_ptAndreas Gruenbacher2021-02-171-8/+10
| | * | gfs2: Set GBF_FULL flags when reading resource groupAndreas Gruenbacher2021-01-181-2/+19
| | * | gfs2: Don't clear GBF_FULL flags in rs_deltreeAndreas Gruenbacher2021-01-181-24/+1
| | * | Revert "gfs2: Don't reject a supposedly full bitmap if we have blocks reserved"Andreas Gruenbacher2021-01-181-2/+1
| | * | gfs2: Minor gfs2_inplace_reserve cleanupAndreas Gruenbacher2021-01-181-6/+8
| | * | gfs2: Get rid of unnecessary variable in gfs2_alloc_blocksAndreas Gruenbacher2021-01-181-6/+1
| | * | gfs2: Only use struct gfs2_rbm for bitmap manipulationsAndreas Gruenbacher2021-01-185-97/+101
| | * | gfs2: Turn gfs2_rbm_incr into gfs2_rbm_addAndreas Gruenbacher2021-01-181-22/+33
| | |/
| * | gfs2: Recursive gfs2_quota_hold in gfs2_iomap_endAndreas Gruenbacher2021-02-101-3/+3
| * | gfs2: Add trusted xattr supportAndreas Gruenbacher2021-02-083-6/+60
| * | gfs2: Enable rgrplvb for sb_fs_format 1802Andrew Price2021-02-083-3/+15
| * | gfs2: Don't skip dlm unlock if glock has an lvbBob Peterson2021-02-051-6/+2
| * | gfs2: Lock imbalance on error path in gfs2_recover_oneAndreas Gruenbacher2021-02-051-1/+3
| * | gfs2: keep bios separate for each journalBob Peterson2021-01-255-13/+16
| * | gfs2: fix glock confusion in function signal_our_withdrawBob Peterson2021-01-251-7/+9
| * | Revert "GFS2: Re-add a call to log_flush_wait when flushing the journal"Bob Peterson2021-01-251-1/+0
| * | gfs2: Fix invalid block size messageAndrew Price2021-01-251-1/+1
| * | gfs2: amend SLAB_RECLAIM_ACCOUNT on gfs2 related slab cacheZhaoyang Huang2021-01-221-2/+2
| * | gfs2: make gfs2_log_write_page staticBob Peterson2020-12-312-2/+1
| * | gfs2: move freeze glock outside the make_fs_rw and _ro functionsBob Peterson2020-12-233-39/+33
| * | gfs2: Add common helper for holding and releasing the freeze glockBob Peterson2020-12-235-37/+47
| |/
* | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-236-32/+48
|\ \
| * | fs: make helpers idmap mount awareChristian Brauner2021-01-245-25/+39
| * | stat: handle idmapped mountsChristian Brauner2021-01-241-1/+1
| * | acl: handle idmapped mountsChristian Brauner2021-01-243-2/+4
| * | attr: handle idmapped mountsChristian Brauner2021-01-241-2/+2
| * | inode: make init and permission helpers idmapped mount awareChristian Brauner2021-01-241-1/+1
| * | namei: make permission helpers idmapped mount awareChristian Brauner2021-01-241-1/+1
| |/
* | Merge tag 'lazytime_for_v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-02-222-4/+2
|\ \
| * | gfs2: don't worry about I_DIRTY_TIME in gfs2_fsync()Eric Biggers2021-01-131-2/+2
| * | fs: don't call ->dirty_inode for lazytime timestamp updatesEric Biggers2021-01-131-2/+0
| |/