aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2
Commit message (Expand)AuthorAgeFilesLines
* gfs2: Revert "Fix loop in gfs2_rbm_find"Andreas Gruenbacher2019-01-311-1/+1
* Merge tag 'locks-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds2018-12-271-5/+5
|\
| * gfs2: properly initial file_lock used for unlock.NeilBrown2018-11-301-5/+5
* | gfs2: take jdata unstuff into account in do_growBob Peterson2018-12-181-0/+2
* | gfs2: Dump nrpages for inodes and their glocksBob Peterson2018-12-126-9/+17
* | gfs2: Fix loop in gfs2_rbm_findAndreas Gruenbacher2018-12-121-1/+1
* | gfs2: Get rid of potential double-freeing in gfs2_create_inodeAndreas Gruenbacher2018-12-111-9/+9
* | gfs2: Remove vestigial bd_opsBob Peterson2018-12-113-7/+3
* | gfs2: read journal in large chunks to locate the headAbhi Das2018-12-118-134/+192
* | gfs2: add a helper function to get_log_header that can be used elsewhereAbhi Das2018-12-112-21/+35
* | gfs2: changes to gfs2_log_XXX_bioAbhi Das2018-12-113-37/+42
* | gfs2: add more timing info to journal recovery processAbhi Das2018-12-112-2/+8
* | gfs2: Fix the gfs2_invalidatepage descriptionAndreas Gruenbacher2018-12-111-3/+3
* | gfs2: Clean up gfs2_is_{ordered,writeback}Andreas Gruenbacher2018-12-113-14/+11
* | Merge tag 'gfs2-4.20.fixes3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-11-162-28/+29
|\ \ | |/ |/|
| * gfs2: Fix iomap buffer head reference counting bugAndreas Gruenbacher2018-11-161-23/+17
| * gfs2: Fix metadata read-ahead during truncate (2)Andreas Gruenbacher2018-11-091-4/+10
| * gfs2: Put bitmap buffers in put_superAndreas Gruenbacher2018-11-091-1/+2
* | Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-10-281-1/+1
|\ \
| * | pagevec: Use xa_mark_tMatthew Wilcox2018-10-211-1/+1
* | | Merge tag 'gfs2-4.20.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-10-2418-154/+218
|\ \ \ | | |/ | |/|
| * | gfs2: Fix minor typo: couln't versus couldn't.Bob Peterson2018-10-191-1/+1
| * | gfs2: write revokes should traverse sd_ail1_list in reverseBob Peterson2018-10-151-2/+2
| * | gfs2: Pass resource group to rgblk_freeAndreas Gruenbacher2018-10-125-40/+35
| * | gfs2: Remove unnecessary gfs2_rlist_alloc parameterBob Peterson2018-10-124-6/+5
| * | gfs2: Fix marking bitmaps non-fullAndreas Gruenbacher2018-10-121-2/+11
| * | gfs2: Fix some minor typosAndreas Gruenbacher2018-10-122-3/+3
| * | gfs2: Rename bitmap.bi_{len => bytes}Andreas Gruenbacher2018-10-123-18/+18
| * | gfs2: Remove unused RGRP_RSRV_MINBYTES definitionAndreas Gruenbacher2018-10-122-3/+2
| * | gfs2: Move rs_{sizehint, rgd_gh} fields into the inodeAndreas Gruenbacher2018-10-124-15/+13
| * | gfs2: Clean up out-of-bounds check in gfs2_rbm_from_blockAndreas Gruenbacher2018-10-121-7/+2
| * | gfs2: Always check the result of gfs2_rbm_from_blockAndreas Gruenbacher2018-10-121-3/+8
| * | gfs2: getlabel supportSteve Whitehouse2018-10-091-0/+14
| * | GFS2: Flush the GFS2 delete workqueue before stopping the kernel threadsTim Smith2018-10-091-1/+1
| * | gfs2: Don't leave s_fs_info pointing to freed memory in init_sbdAndrew Price2018-10-081-1/+1
| * | gfs2: Use fs_* functions instead of pr_* function where we canBob Peterson2018-10-056-41/+52
| * | gfs2: slow the deluge of io error messagesBob Peterson2018-10-053-8/+13
| * | gfs2: Don't set GFS2_RDF_UPTODATE when the lvb is updatedBob Peterson2018-08-281-1/+1
| * | gfs2: improve debug information when lvb mismatches are foundBob Peterson2018-08-282-5/+39
| |/
* | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2018-10-241-0/+3
|\ \
| * | gfs2_meta: ->mount() can get NULL dev_nameAl Viro2018-10-131-0/+3
| |/
* | gfs2: Fix iomap buffered write support for journaled files (2)Andreas Gruenbacher2018-10-121-5/+1
* | gfs2: Fix iomap buffered write support for journaled filesAndreas Gruenbacher2018-10-091-0/+4
|/
* Merge tag 'gfs2-4.19.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-1520-570/+752
|\
| * gfs2: eliminate update_rgrp_lvb_unlinkedBob Peterson2018-08-081-9/+2
| * gfs2: Fix gfs2_testbit to use clone bitmapsBob Peterson2018-08-072-25/+40
| * gfs2: Get rid of gfs2_ea_strlenAndreas Gruenbacher2018-08-031-37/+22
| * gfs2: cleanup: call gfs2_rgrp_ondisk2lvb from gfs2_rgrp_outBob Peterson2018-07-261-17/+13
| * gfs2: Special-case rindex for gfs2_growAndreas Gruenbacher2018-07-251-1/+1
| * GFS2: rgrp free blocks used incorrectlyBob Peterson2018-07-251-5/+34