aboutsummaryrefslogtreecommitdiff
path: root/fs/gfs2
AgeCommit message (Expand)Author
2021-02-08gfs2: Enable rgrplvb for sb_fs_format 1802Andrew Price
2021-02-05gfs2: Don't skip dlm unlock if glock has an lvbBob Peterson
2021-02-05gfs2: Lock imbalance on error path in gfs2_recover_oneAndreas Gruenbacher
2021-02-03gfs2: Move function gfs2_ail_empty_trAndreas Gruenbacher
2021-02-03gfs2: Get rid of current_tail()Andreas Gruenbacher
2021-02-03gfs2: Use a tighter bound in gfs2_trans_beginAndreas Gruenbacher
2021-02-03gfs2: Clean up gfs2_log_reserveAndreas Gruenbacher
2021-02-03gfs2: Don't wait for journal flush in clean_journalAndreas Gruenbacher
2021-02-03gfs2: Move lock flush locking to gfs2_trans_{begin,end}Andreas Gruenbacher
2021-02-03gfs2: Get rid of sd_reserving_logAndreas Gruenbacher
2021-02-03gfs2: Clean up on-stack transactionsAndreas Gruenbacher
2021-02-03gfs2: Use sb_start_intwrite in gfs2_ail_empty_glAndreas Gruenbacher
2021-01-25gfs2: keep bios separate for each journalBob Peterson
2021-01-25gfs2: fix glock confusion in function signal_our_withdrawBob Peterson
2021-01-25Revert "GFS2: Re-add a call to log_flush_wait when flushing the journal"Bob Peterson
2021-01-25gfs2: Fix invalid block size messageAndrew Price
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-24stat: handle idmapped mountsChristian Brauner
2021-01-24acl: handle idmapped mountsChristian Brauner
2021-01-24attr: handle idmapped mountsChristian Brauner
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner
2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner
2021-01-23iomap: pass a flags argument to iomap_dio_rwChristoph Hellwig
2021-01-22gfs2: amend SLAB_RECLAIM_ACCOUNT on gfs2 related slab cacheZhaoyang Huang
2021-01-19gfs2: Clean up ail2_emptyAndreas Gruenbacher
2021-01-19gfs2: Rename gfs2_{write => flush}_revokesAndreas Gruenbacher
2021-01-19gfs2: Minor debugging improvementAndreas Gruenbacher
2021-01-19gfs2: Some documentation updatesAndreas Gruenbacher
2021-01-19gfs2: Minor gfs2_write_revokes cleanupsAndreas Gruenbacher
2021-01-19gfs2: Simplify the buf_limit and databuf_limit definitionsAndreas Gruenbacher
2021-01-19gfs2: Un-obfuscate function jdesc_find_iAndreas Gruenbacher
2021-01-18gfs2: Set GBF_FULL flags when reading resource groupAndreas Gruenbacher
2021-01-18gfs2: Don't clear GBF_FULL flags in rs_deltreeAndreas Gruenbacher
2021-01-18Revert "gfs2: Don't reject a supposedly full bitmap if we have blocks reserved"Andreas Gruenbacher
2021-01-18gfs2: Minor gfs2_inplace_reserve cleanupAndreas Gruenbacher
2021-01-18gfs2: Get rid of unnecessary variable in gfs2_alloc_blocksAndreas Gruenbacher
2021-01-18gfs2: Only use struct gfs2_rbm for bitmap manipulationsAndreas Gruenbacher
2021-01-18gfs2: Turn gfs2_rbm_incr into gfs2_rbm_addAndreas Gruenbacher
2021-01-13gfs2: don't worry about I_DIRTY_TIME in gfs2_fsync()Eric Biggers
2021-01-13fs: don't call ->dirty_inode for lazytime timestamp updatesEric Biggers
2020-12-31gfs2: make gfs2_log_write_page staticBob Peterson
2020-12-23gfs2: move freeze glock outside the make_fs_rw and _ro functionsBob Peterson
2020-12-23gfs2: Add common helper for holding and releasing the freeze glockBob Peterson
2020-12-03gfs2: in signal_our_withdraw wait for unfreeze of _this_ fs onlyBob Peterson
2020-12-03gfs2: Remove sb_start_write from gfs2_statfs_syncBob Peterson
2020-12-01gfs2: remove trailing semicolons from macro definitionsTom Rix
2020-12-01Revert "GFS2: Prevent delete work from occurring on glocks used for create"Andreas Gruenbacher
2020-12-01gfs2: Make inode operations staticAndreas Gruenbacher
2020-12-01gfs2: Fix deadlock between gfs2_{create_inode,inode_lookup} and delete_work_funcAndreas Gruenbacher
2020-11-26gfs2: Upgrade shared glocks for atime updatesAndreas Gruenbacher