summaryrefslogtreecommitdiff
path: root/fs/gfs2
AgeCommit message (Expand)AuthorFilesLines
2021-01-25gfs2: Fix invalid block size messageAndrew Price1-1/+1
2021-01-24fs: make helpers idmap mount awareChristian Brauner5-25/+39
2021-01-24stat: handle idmapped mountsChristian Brauner1-1/+1
2021-01-24acl: handle idmapped mountsChristian Brauner3-2/+4
2021-01-24attr: handle idmapped mountsChristian Brauner1-2/+2
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner1-1/+1
2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner1-1/+1
2021-01-23iomap: pass a flags argument to iomap_dio_rwChristoph Hellwig1-5/+2
2021-01-22gfs2: amend SLAB_RECLAIM_ACCOUNT on gfs2 related slab cacheZhaoyang Huang1-2/+2
2021-01-19gfs2: Clean up ail2_emptyAndreas Gruenbacher1-17/+21
2021-01-19gfs2: Rename gfs2_{write => flush}_revokesAndreas Gruenbacher3-4/+4
2021-01-19gfs2: Minor debugging improvementAndreas Gruenbacher1-2/+2
2021-01-19gfs2: Some documentation updatesAndreas Gruenbacher1-13/+11
2021-01-19gfs2: Minor gfs2_write_revokes cleanupsAndreas Gruenbacher1-3/+5
2021-01-19gfs2: Simplify the buf_limit and databuf_limit definitionsAndreas Gruenbacher1-15/+2
2021-01-19gfs2: Un-obfuscate function jdesc_find_iAndreas Gruenbacher1-10/+3
2021-01-18gfs2: Set GBF_FULL flags when reading resource groupAndreas Gruenbacher1-2/+19
2021-01-18gfs2: Don't clear GBF_FULL flags in rs_deltreeAndreas Gruenbacher1-24/+1
2021-01-18Revert "gfs2: Don't reject a supposedly full bitmap if we have blocks reserved"Andreas Gruenbacher1-2/+1
2021-01-18gfs2: Minor gfs2_inplace_reserve cleanupAndreas Gruenbacher1-6/+8
2021-01-18gfs2: Get rid of unnecessary variable in gfs2_alloc_blocksAndreas Gruenbacher1-6/+1
2021-01-18gfs2: Only use struct gfs2_rbm for bitmap manipulationsAndreas Gruenbacher5-97/+101
2021-01-18gfs2: Turn gfs2_rbm_incr into gfs2_rbm_addAndreas Gruenbacher1-22/+33
2021-01-13gfs2: don't worry about I_DIRTY_TIME in gfs2_fsync()Eric Biggers1-2/+2
2021-01-13fs: don't call ->dirty_inode for lazytime timestamp updatesEric Biggers1-2/+0
2020-12-31gfs2: make gfs2_log_write_page staticBob Peterson2-2/+1
2020-12-23gfs2: move freeze glock outside the make_fs_rw and _ro functionsBob Peterson3-39/+33
2020-12-23gfs2: Add common helper for holding and releasing the freeze glockBob Peterson5-37/+47
2020-12-03gfs2: in signal_our_withdraw wait for unfreeze of _this_ fs onlyBob Peterson1-1/+1
2020-12-03gfs2: Remove sb_start_write from gfs2_statfs_syncBob Peterson1-2/+0
2020-12-01gfs2: remove trailing semicolons from macro definitionsTom Rix1-3/+3
2020-12-01Revert "GFS2: Prevent delete work from occurring on glocks used for create"Andreas Gruenbacher3-14/+1
2020-12-01gfs2: Make inode operations staticAndreas Gruenbacher2-6/+7
2020-12-01gfs2: Fix deadlock between gfs2_{create_inode,inode_lookup} and delete_work_funcAndreas Gruenbacher1-10/+11
2020-11-26gfs2: Upgrade shared glocks for atime updatesAndreas Gruenbacher1-0/+21
2020-11-25gfs2: Don't freeze the file system during unmountBob Peterson1-1/+2
2020-11-25gfs2: check for empty rgrp tree in gfs2_ri_updateBob Peterson1-0/+4
2020-11-25gfs2: set lockdep subclass for iopen glocksAlexander Aring3-0/+3
2020-11-25gfs2: Fix deadlock dumping resource group glocksAlexander Aring1-1/+1
2020-11-18gfs2: Fix regression in freeze_go_syncBob Peterson1-1/+12
2020-11-12gfs2: Fix case in which ail writes are done to jdata holesBob Peterson2-1/+3
2020-11-12Revert "gfs2: Ignore journal log writes for jdata holes"Bob Peterson1-6/+2
2020-11-12gfs2: fix possible reference leak in gfs2_check_blk_typeZhang Qilong1-5/+5
2020-11-03gfs2: Wake up when sd_glock_disposal becomes zeroAlexander Aring1-1/+2
2020-11-02gfs2: Don't call cancel_delayed_work_sync from within delete work functionAndreas Gruenbacher1-1/+2
2020-10-30gfs2: check for live vs. read-only file system in gfs2_fitrimBob Peterson1-0/+3
2020-10-30gfs2: don't initialize statfs_change inodes in spectator modeBob Peterson1-4/+8
2020-10-30gfs2: Split up gfs2_meta_sync into inode and rgrp versionsBob Peterson5-40/+52
2020-10-30gfs2: init_journal's undo directive should also undo the statfs inodesBob Peterson1-1/+1
2020-10-30gfs2: Add missing truncate_inode_pages_final for sd_aspaceBob Peterson1-0/+1