summaryrefslogtreecommitdiffstats
path: root/fs/gfs2
Commit message (Expand)AuthorAgeFilesLines
* gfs2: ignore negated quota changesBob Peterson2023-11-281-0/+11
* gfs2: Fix possible data races in gfs2_show_options()Tuo Li2023-08-301-11/+15
* treewide: Remove uninitialized_var() usageKees Cook2023-08-112-2/+2
* gfs2: Don't deref jdesc in evictBob Peterson2023-08-111-0/+8
* gfs2: Fix inode height consistency checkAndreas Gruenbacher2023-05-301-1/+2
* gfs2: Always check inode size of inline inodesAndreas Gruenbacher2023-04-053-5/+3
* gfs2: jdata writepage fixAndreas Gruenbacher2023-03-111-2/+1
* gfs2: Switch from strlcpy to strscpyAndreas Gruenbacher2022-11-251-2/+4
* gfs2: Check sb_bsize_shift after reading superblockAndrew Price2022-11-251-1/+4
* gfs2: Fix filesystem block deallocation for short writesAndreas Gruenbacher2022-05-181-6/+5
* gfs2: assign rgrp glock before compute_bitstructsBob Peterson2022-04-271-4/+5
* gfs2: Make sure FITRIM minlen is rounded up to fs block sizeAndrew Price2022-04-151-1/+2
* gfs2: Fix length of holes reported at end-of-fileAndreas Gruenbacher2021-12-081-1/+1
* gfs2: Don't call dlm after protocol is unmountedBob Peterson2021-09-221-0/+5
* 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