summaryrefslogtreecommitdiffstats
path: root/fs/gfs2
Commit message (Expand)AuthorAgeFilesLines
...
| * block: remove the i argument to bio_for_each_segment_allChristoph Hellwig2019-04-302-4/+2Star
| * block: remove CONFIG_LBDAFChristoph Hellwig2019-04-061-1/+0Star
* | Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2019-05-071-2/+2
|\ \
| * | fs: mark expected switch fall-throughsGustavo A. R. Silva2019-04-091-2/+2
| |/
* | Merge tag 'iomap-5.2-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-05-071-5/+10
|\ \
| * | iomap: Add a page_prepare callbackAndreas Gruenbacher2019-05-011-5/+10
| |/
* / gfs2: switch to ->free_inode()Al Viro2019-05-021-9/+3Star
|/
* Merge tag 'gfs2-5.1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2019-03-095-69/+20Star
|\
| * gfs2: Fix missed wakeups in find_insert_glockAndreas Gruenbacher2019-03-081-1/+1
| * gfs2: Fix an incorrect gfs2_assert()Tim Smith2019-03-061-2/+2
| * gfs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-234-66/+17Star
* | Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-083-3/+8
|\ \
| * | iomap: wire up the iopoll methodChristoph Hellwig2019-02-241-0/+2
| * | Merge tag 'v5.0-rc6' into for-5.1/blockJens Axboe2019-02-151-1/+1
| |\ \
| * | | block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei2019-02-152-4/+8
| | |/ | |/|
* | | Revert "gfs2: read journal in large chunks to locate the head"Bob Peterson2019-02-148-192/+134Star
| |/ |/|
* | 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-281-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/+3Star
* | 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/+11Star
* | 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/+17Star
| * 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/+35Star
| * | gfs2: Remove unnecessary gfs2_rlist_alloc parameterBob Peterson2018-10-124-6/+5Star
| * | 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/+2Star
| * | gfs2: Move rs_{sizehint, rgd_gh} fields into the inodeAndreas Gruenbacher2018-10-124-15/+13Star
| * | gfs2: Clean up out-of-bounds check in gfs2_rbm_from_blockAndreas Gruenbacher2018-10-121-7/+2Star
| * | 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