summaryrefslogtreecommitdiffstats
path: root/fs/gfs2
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| |/
* / iomap: pass a flags argument to iomap_dio_rwChristoph Hellwig2021-01-231-5/+2
|/
* gfs2: in signal_our_withdraw wait for unfreeze of _this_ fs onlyBob Peterson2020-12-031-1/+1
* gfs2: Remove sb_start_write from gfs2_statfs_syncBob Peterson2020-12-031-2/+0
* gfs2: remove trailing semicolons from macro definitionsTom Rix2020-12-011-3/+3
* Revert "GFS2: Prevent delete work from occurring on glocks used for create"Andreas Gruenbacher2020-12-013-14/+1
* gfs2: Make inode operations staticAndreas Gruenbacher2020-12-012-6/+7
* gfs2: Fix deadlock between gfs2_{create_inode,inode_lookup} and delete_work_funcAndreas Gruenbacher2020-12-011-10/+11
* gfs2: Upgrade shared glocks for atime updatesAndreas Gruenbacher2020-11-261-0/+21
* gfs2: Don't freeze the file system during unmountBob Peterson2020-11-251-1/+2
* gfs2: check for empty rgrp tree in gfs2_ri_updateBob Peterson2020-11-251-0/+4
* gfs2: set lockdep subclass for iopen glocksAlexander Aring2020-11-243-0/+3
* gfs2: Fix deadlock dumping resource group glocksAlexander Aring2020-11-241-1/+1
* gfs2: Fix regression in freeze_go_syncBob Peterson2020-11-181-1/+12
* gfs2: Fix case in which ail writes are done to jdata holesBob Peterson2020-11-122-1/+3
* Revert "gfs2: Ignore journal log writes for jdata holes"Bob Peterson2020-11-121-6/+2
* gfs2: fix possible reference leak in gfs2_check_blk_typeZhang Qilong2020-11-121-5/+5
* gfs2: Wake up when sd_glock_disposal becomes zeroAlexander Aring2020-11-031-1/+2
* gfs2: Don't call cancel_delayed_work_sync from within delete work functionAndreas Gruenbacher2020-11-021-1/+2
* gfs2: check for live vs. read-only file system in gfs2_fitrimBob Peterson2020-10-291-0/+3
* gfs2: don't initialize statfs_change inodes in spectator modeBob Peterson2020-10-291-4/+8
* gfs2: Split up gfs2_meta_sync into inode and rgrp versionsBob Peterson2020-10-295-40/+52
* gfs2: init_journal's undo directive should also undo the statfs inodesBob Peterson2020-10-291-1/+1
* gfs2: Add missing truncate_inode_pages_final for sd_aspaceBob Peterson2020-10-291-0/+1
* gfs2: Free rd_bits later in gfs2_clear_rgrpd to fix use-after-freeBob Peterson2020-10-291-1/+1
* gfs2: Recover statfs info in journal headAbhi Das2020-10-233-1/+106
* gfs2: lookup local statfs inodes prior to journal recoveryAbhi Das2020-10-234-36/+139
* gfs2: Add fields for statfs info in struct gfs2_log_header_hostAbhi Das2020-10-204-1/+11
* gfs2: Ignore subsequent errors after withdraw in rgrp_go_syncAndreas Gruenbacher2020-10-201-1/+1
* gfs2: Eliminate gl_vmBob Peterson2020-10-203-30/+16
* gfs2: Only access gl_delete for iopen glocksBob Peterson2020-10-201-4/+7
* gfs2: Fix comments to glock_hash_walkBob Peterson2020-10-201-2/+1
* gfs2: eliminate GLF_QUEUED flag in favor of list_empty(gl_holders)Bob Peterson2020-10-153-10/+3
* gfs2: Ignore journal log writes for jdata holesBob Peterson2020-10-151-2/+6
* gfs2: simplify gfs2_block_mapBob Peterson2020-10-151-9/+5
* gfs2: Only set PageChecked if we have a transactionBob Peterson2020-10-151-1/+2
* gfs2: don't lock sd_ail_lock in gfs2_releasepageBob Peterson2020-10-151-3/+0
* gfs2: make gfs2_ail1_empty_one return the count of active itemsBob Peterson2020-10-151-4/+8
* gfs2: Wipe jdata and ail1 in gfs2_journal_wipe, formerly gfs2_meta_wipeBob Peterson2020-10-156-12/+86
* gfs2: enhance log_blocks trace point to show log blocks freeBob Peterson2020-10-151-2/+4