aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2
AgeCommit message (Expand)Author
2024-01-25gfs2: Fix kernel NULL pointer dereference in gfs2_rgrp_dumpOsama Muhammad
2023-11-28gfs2: Silence "suspicious RCU usage in gfs2_permission" warningAndreas Gruenbacher
2023-11-28gfs2: fix an oops in gfs2_permissionAl Viro
2023-11-28gfs2: ignore negated quota changesBob Peterson
2023-09-19gfs2: low-memory forced flush fixesAndreas Gruenbacher
2023-09-19gfs2: Switch to wait_event in gfs2_logdAndreas Gruenbacher
2023-08-23gfs2: Fix possible data races in gfs2_show_options()Tuo Li
2023-07-19gfs2: Fix duplicate should_fault_in_pages() callBob Peterson
2023-06-28gfs2: Don't get stuck writing page onto itself under direct I/OAndreas Gruenbacher
2023-06-09gfs2: Don't deref jdesc in evictBob Peterson
2023-05-24gfs2: Fix inode height consistency checkAndreas Gruenbacher
2023-03-10gfs2: Improve gfs2_make_fs_rw error handlingAndreas Gruenbacher
2023-03-10gfs2: jdata writepage fixAndreas Gruenbacher
2023-02-09gfs2: Always check inode size of inline inodesAndreas Gruenbacher
2023-02-09gfs2: Cosmetic gfs2_dinode_{in,out} cleanupAndreas Gruenbacher
2023-02-09Revert "gfs2: stop using generic_writepages in gfs2_ail1_start_one"Andreas Gruenbacher
2022-12-31gfs2: Partially revert gfs2_inode_lookup changeAndreas Gruenbacher
2022-10-10Merge tag 'gfs2-nopid-for-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-10-10Merge tag 'gfs2-v6.0-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-09gfs2: Merge branch 'for-next.nopid' into for-nextAndreas Gruenbacher
2022-10-06Merge tag 'pull-file' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2022-09-20gfs2: Register fs after creating workqueuesBob Peterson
2022-09-20gfs2: Check sb_bsize_shift after reading superblockAndrew Price
2022-09-11gfs2: replace ll_rw_block()Zhang Yi
2022-08-26gfs2: Switch from strlcpy to strscpyAndreas Gruenbacher
2022-08-25gfs2: Clear flags when withdraw prevents xmoteBob Peterson
2022-08-25gfs2: Dequeue waiters when withdrawnBob Peterson
2022-08-25gfs2: Prevent double iput for journal on errorBob Peterson
2022-08-25gfs2: Use TRY lock in gfs2_inode_lookup for UNLINKED inodesBob Peterson
2022-08-23fs: dlm: remove DLM_LSFL_FS from uapiAlexander Aring
2022-08-17Change calling conventions for filldir_tAl Viro
2022-08-11Merge tag 'iomap-6.0-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2022-08-08Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-08-08new iov_iter flavour - ITER_UBUFAl Viro
2022-08-06Merge tag 'gfs2-v5.19-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-08-05Merge part of branch 'for-next.instantiate' into for-nextAndreas Gruenbacher
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-08-02mm/migrate: Add filemap_migrate_folio()Matthew Wilcox (Oracle)
2022-08-02gfs2: Convert gfs2_jhead_process_page() to use a folioMatthew Wilcox (Oracle)
2022-07-22gfs2: remove ->writepageChristoph Hellwig
2022-07-22gfs2: stop using generic_writepages in gfs2_ail1_start_oneChristoph Hellwig
2022-07-14fs/gfs2: Use the enum req_op and blk_opf_t typesBart Van Assche
2022-07-14fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche
2022-07-03mm: shrinkers: provide shrinkers with namesRoman Gushchin
2022-06-29gfs2: List traversal in do_promote is safeAndreas Gruenbacher
2022-06-29gfs2: do_promote glock holder stealing fixBob Peterson
2022-06-29gfs2: Use better variable nameAndreas Gruenbacher
2022-06-29gfs2: Make go_instantiate take a glockAndreas Gruenbacher