summaryrefslogtreecommitdiffstats
path: root/fs/gfs2
Commit message (Expand)AuthorAgeFilesLines
* gfs2: Fix use-after-free in gfs2_glock_shrink_scanHillf Danton2021-06-301-1/+1
* gfs2: Prevent direct-I/O write fallback errors from getting lostAndreas Gruenbacher2021-06-301-1/+4
* gfs2: report "already frozen/thawed" errorsBob Peterson2021-04-161-4/+6
* gfs2: Don't skip dlm unlock if glock has an lvbBob Peterson2021-03-041-6/+2
* gfs2: check for empty rgrp tree in gfs2_ri_updateBob Peterson2020-12-111-0/+4
* gfs2: check for live vs. read-only file system in gfs2_fitrimBob Peterson2020-11-181-0/+3
* gfs2: Add missing truncate_inode_pages_final for sd_aspaceBob Peterson2020-11-181-0/+1
* gfs2: Free rd_bits later in gfs2_clear_rgrpd to fix use-after-freeBob Peterson2020-11-181-1/+1
* gfs2: Wake up when sd_glock_disposal becomes zeroAlexander Aring2020-11-101-1/+2
* gfs2: add validation checks for size of superblockAnant Thazhemadam2020-11-051-7/+11
* gfs2: clean up iopen glock mess in gfs2_create_inodeBob Peterson2020-10-011-6/+7
* gfs2: initialize transaction tr_ailX_lists earlierBob Peterson2020-09-233-2/+4
* gfs2: read-only mounts should grab the sd_freeze_gl glockBob Peterson2020-07-221-1/+11
* gfs2: fix use-after-free on transaction ail listsBob Peterson2020-06-251-2/+9
* gfs2: Allow lock_nolock mount to specify jid=XBob Peterson2020-06-251-1/+1
* gfs2: move privileged user check to gfs2_quota_lock_checkBob Peterson2020-06-032-3/+3
* Revert "gfs2: Don't demote a glock until its revokes are written"Bob Peterson2020-05-271-3/+0
* gfs2: Another gfs2_walk_metadata fixAndreas Gruenbacher2020-05-201-7/+9
* gfs2: Don't demote a glock until its revokes are writtenBob Peterson2020-04-171-0/+3
* gfs2_atomic_open(): fix O_EXCL|O_CREAT handling on cold dcacheAl Viro2020-03-181-1/+1
* gfs2: fix O_SYNC write handlingAndreas Gruenbacher2020-02-111-30/+21
* gfs2: move setting current->backing_dev_infoChristoph Hellwig2020-02-111-11/+10
* gfs2: fix glock reference problem in gfs2_trans_remove_revokeBob Peterson2019-12-174-4/+12
* gfs2: take jdata unstuff into account in do_growBob Peterson2019-12-051-0/+2
* gfs2: Fix marking bitmaps non-fullAndreas Gruenbacher2019-12-011-2/+11
* GFS2: Flush the GFS2 delete workqueue before stopping the kernel threadsTim Smith2019-11-241-1/+1
* gfs2: slow the deluge of io error messagesBob Peterson2019-11-243-8/+13
* gfs2: Don't set GFS2_RDF_UPTODATE when the lvb is updatedBob Peterson2019-11-201-1/+1
* gfs2: clear buf_in_tr when ending a transaction in sweep_bh_for_rgrpsBob Peterson2019-10-051-0/+1
* gfs2: gfs2_walk_metadata fixAndreas Gruenbacher2019-08-161-63/+101
* gfs2: Fix occasional glock use-after-freeAndreas Gruenbacher2019-05-313-3/+7
* gfs2: Fix lru_count going negativeRoss Lagerwall2019-05-311-9/+13
* gfs2: Fix sign extension bug in gfs2_update_statsAndreas Gruenbacher2019-05-311-4/+5
* gfs2: Fix missed wakeups in find_insert_glockAndreas Gruenbacher2019-03-131-1/+1
* gfs2: Revert "Fix loop in gfs2_rbm_find"Andreas Gruenbacher2019-02-061-1/+1
* gfs2: Fix loop in gfs2_rbm_findAndreas Gruenbacher2019-01-131-1/+1
* gfs2: Get rid of potential double-freeing in gfs2_create_inodeAndreas Gruenbacher2019-01-131-9/+9
* gfs2: Fix iomap buffer head reference counting bugAndreas Gruenbacher2018-12-011-23/+17
* gfs2: Don't leave s_fs_info pointing to freed memory in init_sbdAndrew Price2018-12-011-1/+1
* gfs2: Fix metadata read-ahead during truncate (2)Andreas Gruenbacher2018-11-211-4/+10
* gfs2: Put bitmap buffers in put_superAndreas Gruenbacher2018-11-211-1/+2
* gfs2_meta: ->mount() can get NULL dev_nameAl Viro2018-11-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