- 8418dab Merge tag 'gfs2-v5.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 3 years, 6 months ago
- fd7353f iomap: use __set_page_dirty_nobuffers by Matthew Wilcox (Oracle) · 3 years, 6 months ago
- 0af5737 mm: require ->set_page_dirty to be explicitly wired up by Christoph Hellwig · 3 years, 6 months ago
- 7a607a4 gfs2: Clean up gfs2_unstuff_dinode by Andreas Gruenbacher · 3 years, 7 months ago
- 64090cb gfs2: Unstuff before locking page in gfs2_page_mkwrite by Andreas Gruenbacher · 3 years, 7 months ago
- 0fc3bcd gfs2: Clean up the error handling in gfs2_page_mkwrite by Andreas Gruenbacher · 3 years, 8 months ago
- 5d49d35 gfs2: Fix error handling in init_statfs by Andreas Gruenbacher · 3 years, 6 months ago
- d3c51c5 gfs2: Fix underflow in gfs2_page_mkwrite by Andreas Gruenbacher · 3 years, 6 months ago
- 38a618d gfs2: Use list_move_tail instead of list_del/list_add_tail by Baokun Li · 3 years, 7 months ago
- 0f1616f gfs2: Fix do_gfs2_set_flags description by Andreas Gruenbacher · 3 years, 7 months ago
- d5b8145 Revert "gfs2: Fix mmap locking for write faults" by Andreas Gruenbacher · 3 years, 7 months ago
- 1ab19c5 gfs2: Fix use-after-free in gfs2_glock_shrink_scan by Hillf Danton · 3 years, 8 months ago
- b7f55d9 gfs2: Fix mmap locking for write faults by Andreas Gruenbacher · 3 years, 8 months ago
- f5456b5 gfs2: Clean up revokes on normal withdraws by Bob Peterson · 3 years, 7 months ago
- 865cc3e gfs2: fix a deadlock on withdraw-during-mount by Bob Peterson · 3 years, 8 months ago
- 20265d9 gfs2: fix scheduling while atomic bug in glocks by Bob Peterson · 3 years, 8 months ago
- 4194dec gfs2: Fix I_NEW check in gfs2_dinode_in by Bob Peterson · 3 years, 7 months ago
- 43a511c gfs2: Prevent direct-I/O write fallback errors from getting lost by Andreas Gruenbacher · 3 years, 8 months ago
- 7716506 mm: introduce and use mapping_empty() by Matthew Wilcox (Oracle) · 3 years, 8 months ago
- f2c8083 Merge tag 'gfs2-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 3 years, 8 months ago
- a4f7fae Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 3 years, 8 months ago
- d1466bc Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 3 years, 8 months ago
- e5966cf gfs2: Fix fall-through warnings for Clang by Gustavo A. R. Silva · 4 years, 1 month ago
- 88b631c gfs2: convert to fileattr by Miklos Szeredi · 3 years, 9 months ago
- c551f66 gfs2: Fix a number of kernel-doc warnings by Lee Jones · 3 years, 9 months ago
- 4f0f586 treewide: Change list_sort to use const pointers by Sami Tolvanen · 3 years, 9 months ago
- a4122a9 gfs2: Make gfs2_setattr_simple static by Andreas Gruenbacher · 3 years, 9 months ago
- 9f9eb5a gfs2: Add new sysfs file for gfs2 status by Bob Peterson · 4 years, 7 months ago
- bea906e gfs2: Silence possible null pointer dereference warning by Andreas Gruenbacher · 3 years, 9 months ago
- 6d8da30 gfs2: Turn gfs2_meta_indirect_buffer into gfs2_meta_buffer by Andreas Gruenbacher · 3 years, 9 months ago
- 152f58c gfs2: Replace gfs2_lblk_to_dblk with gfs2_get_extent by Andreas Gruenbacher · 3 years, 9 months ago
- 9153dac gfs2: Turn gfs2_extent_map into gfs2_{get,alloc}_extent by Andreas Gruenbacher · 3 years, 9 months ago
- 5499225 gfs2: Add new gfs2_iomap_get helper by Andreas Gruenbacher · 3 years, 9 months ago
- 0bf3e32 gfs2: Remove unused variable sb_format by Andreas Gruenbacher · 3 years, 9 months ago
- 3ae3a7d gfs2: Fix dir.c function parameter descriptions by Bob Peterson · 3 years, 9 months ago
- f68effb gfs2: Eliminate gh parameter from go_xmote_bh func by Bob Peterson · 3 years, 10 months ago
- e7dfab8 gfs2: don't create empty buffers for NO_CREATE by Bob Peterson · 3 years, 9 months ago
- 8e29be3 Merge tag 'gfs2-v5.12-rc2-fixes2' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 3 years, 9 months ago
- ff132c5 gfs2: report "already frozen/thawed" errors by Bob Peterson · 3 years, 9 months ago
- 62dd0f9 gfs2: Flag a withdraw if init_threads() fails by Andrew Price · 3 years, 10 months ago
- 4a378d8 gfs2: be careful with inode refresh by Al Viro · 3 years, 11 months ago
- ce30708 Merge tag 'block-5.12-2021-03-12-v2' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 10 months ago
- 0efc497 gfs2: bypass log flush if the journal is not live by Bob Peterson · 3 years, 10 months ago
- d5bf630 gfs2: bypass signal_our_withdraw if no journal by Bob Peterson · 3 years, 10 months ago
- a8affc0 block: rename BIO_MAX_PAGES to BIO_MAX_VECS by Christoph Hellwig · 3 years, 10 months ago
- 1a5a2cf gfs2: fix use-after-free in trans_drain by Bob Peterson · 3 years, 10 months ago
- eb60252 gfs2: make function gfs2_make_fs_ro() to void type by Yang Li · 3 years, 10 months ago
- 5ceabb6 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 3 years, 10 months ago
- f6e1e1d Merge tag 'gfs2-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 3 years, 10 months ago
- 7d6beb7 Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 3 years, 10 months ago
- 17d7768 gfs2: Don't get stuck with I/O plugged in gfs2_ail1_flush by Bob Peterson · 3 years, 10 months ago
- 803074a Merge branches 'rgrp-glock-sharing' and 'gfs2-revoke' from https://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git by Andreas Gruenbacher · 3 years, 10 months ago
- 6f24784 whack-a-mole: don't open-code iminor/imajor by Al Viro · 4 years ago
- d61c6a5 Merge tag 'lazytime_for_v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 3 years, 10 months ago
- 2129b42 gfs2: Per-revoke accounting in transactions by Andreas Gruenbacher · 4 years ago
- fe3e397 gfs2: Rework the log space allocation logic by Andreas Gruenbacher · 4 years, 1 month ago
- 71b219f gfs2: Minor calc_reserved cleanup by Andreas Gruenbacher · 4 years ago
- 4fc7ec3 gfs2: Use resource group glock sharing by Bob Peterson · 7 years ago
- 06e908c gfs2: Allow node-wide exclusive glock sharing by Bob Peterson · 7 years ago
- 9e514605 gfs2: Add local resource group locking by Andreas Gruenbacher · 3 years, 11 months ago
- 725d0e9 gfs2: Add per-reservation reserved block accounting by Andreas Gruenbacher · 6 years ago
- 07974d2 gfs2: Rename rs_{free -> requested} and rd_{reserved -> requested} by Andreas Gruenbacher · 4 years, 2 months ago
- 0ec9b9e gfs2: Check for active reservation in gfs2_release by Andreas Gruenbacher · 4 years, 2 months ago
- b259896 gfs2: Don't search for unreserved space twice by Andreas Gruenbacher · 4 years, 3 months ago
- 3d39fcd gfs2: Only pass reservation down to gfs2_rbm_find by Andreas Gruenbacher · 4 years, 3 months ago
- f38e998 gfs2: Also reflect single-block allocations in rgd->rd_extfail_pt by Andreas Gruenbacher · 4 years, 3 months ago
- 7009fa9 gfs2: Recursive gfs2_quota_hold in gfs2_iomap_end by Andreas Gruenbacher · 3 years, 11 months ago
- 866eef4 gfs2: Add trusted xattr support by Andreas Gruenbacher · 3 years, 11 months ago
- 47b7ec1 gfs2: Enable rgrplvb for sb_fs_format 1802 by Andrew Price · 3 years, 11 months ago
- 78178ca gfs2: Don't skip dlm unlock if glock has an lvb by Bob Peterson · 3 years, 11 months ago
- 834ec3e gfs2: Lock imbalance on error path in gfs2_recover_one by Andreas Gruenbacher · 3 years, 11 months ago
- 76fce65 gfs2: Move function gfs2_ail_empty_tr by Andreas Gruenbacher · 4 years ago
- 5cb738b gfs2: Get rid of current_tail() by Andreas Gruenbacher · 4 years ago
- 297de31 gfs2: Use a tighter bound in gfs2_trans_begin by Andreas Gruenbacher · 4 years, 1 month ago
- 5ae8fff gfs2: Clean up gfs2_log_reserve by Andreas Gruenbacher · 4 years, 1 month ago
- 4a3d049 gfs2: Don't wait for journal flush in clean_journal by Andreas Gruenbacher · 4 years, 1 month ago
- c1eba1b gfs2: Move lock flush locking to gfs2_trans_{begin,end} by Andreas Gruenbacher · 4 years, 1 month ago
- f3708fb gfs2: Get rid of sd_reserving_log by Andreas Gruenbacher · 4 years, 1 month ago
- c968f57 gfs2: Clean up on-stack transactions by Andreas Gruenbacher · 4 years ago
- 15e20a3 gfs2: Use sb_start_intwrite in gfs2_ail_empty_gl by Andreas Gruenbacher · 3 years, 11 months ago
- 8221894 gfs2: keep bios separate for each journal by Bob Peterson · 4 years ago
- f5f02fd gfs2: fix glock confusion in function signal_our_withdraw by Bob Peterson · 4 years ago
- 4a01184 Revert "GFS2: Re-add a call to log_flush_wait when flushing the journal" by Bob Peterson · 4 years ago
- bff2e53 gfs2: Fix invalid block size message by Andrew Price · 4 years ago
- 549c729 fs: make helpers idmap mount aware by Christian Brauner · 4 years ago
- 0d56a45 stat: handle idmapped mounts by Christian Brauner · 4 years ago
- e65ce2a acl: handle idmapped mounts by Christian Brauner · 4 years ago
- 2f221d6 attr: handle idmapped mounts by Christian Brauner · 4 years ago
- 21cb47b inode: make init and permission helpers idmapped mount aware by Christian Brauner · 4 years ago
- 47291ba namei: make permission helpers idmapped mount aware by Christian Brauner · 4 years ago
- 2f63296 iomap: pass a flags argument to iomap_dio_rw by Christoph Hellwig · 4 years ago
- 00e8e9b gfs2: amend SLAB_RECLAIM_ACCOUNT on gfs2 related slab cache by Zhaoyang Huang · 4 years ago
- 6e80674 gfs2: Clean up ail2_empty by Andreas Gruenbacher · 4 years, 1 month ago
- e7501bf gfs2: Rename gfs2_{write => flush}_revokes by Andreas Gruenbacher · 4 years ago
- 625a8ed gfs2: Minor debugging improvement by Andreas Gruenbacher · 4 years, 1 month ago
- 6188e87 gfs2: Some documentation updates by Andreas Gruenbacher · 4 years, 1 month ago
- 5a4e9c6 gfs2: Minor gfs2_write_revokes cleanups by Andreas Gruenbacher · 4 years, 1 month ago
- 458094c gfs2: Simplify the buf_limit and databuf_limit definitions by Andreas Gruenbacher · 4 years, 1 month ago
- 736b2f7 gfs2: Un-obfuscate function jdesc_find_i by Andreas Gruenbacher · 4 years, 1 month ago
- 560b8eb gfs2: Set GBF_FULL flags when reading resource group by Andreas Gruenbacher · 4 years, 3 months ago