Age | Commit message (Expand) | Author | Files | Lines |
2020-06-08 | Merge tag 'gfs2-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs... | Linus Torvalds | 16 | -76/+396 |
2020-06-06 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 1 | -0/+1 |
2020-06-05 | Merge branch 'gfs2-iopen' into for-next | Andreas Gruenbacher | 9 | -38/+289 |
2020-06-05 | gfs2: fix use-after-free on transaction ail lists | Bob Peterson | 1 | -2/+9 |
2020-06-05 | gfs2: new slab for transactions | Bob Peterson | 6 | -8/+32 |
2020-06-05 | gfs2: initialize transaction tr_ailX_lists earlier | Bob Peterson | 3 | -2/+4 |
2020-06-05 | gfs2: Smarter iopen glock waiting | Andreas Gruenbacher | 2 | -5/+40 |
2020-06-05 | gfs2: Wake up when setting GLF_DEMOTE | Andreas Gruenbacher | 1 | -4/+14 |
2020-06-05 | gfs2: Check inode generation number in delete_work_func | Andreas Gruenbacher | 2 | -2/+7 |
2020-06-05 | gfs2: Move inode generation number check into gfs2_inode_lookup | Andreas Gruenbacher | 1 | -9/+24 |
2020-06-05 | gfs2: Minor gfs2_lookup_by_inum cleanup | Andreas Gruenbacher | 4 | -5/+14 |
2020-06-05 | gfs2: Try harder to delete inodes locally | Andreas Gruenbacher | 1 | -6/+47 |
2020-06-05 | gfs2: Give up the iopen glock on contention | Andreas Gruenbacher | 3 | -2/+57 |
2020-06-05 | gfs2: Turn gl_delete into a delayed work | Andreas Gruenbacher | 7 | -8/+65 |
2020-06-05 | gfs2: Keep track of deleted inode generations in LVBs | Andreas Gruenbacher | 4 | -1/+26 |
2020-06-05 | gfs2: Allow ASPACE glocks to also have an lvb | Bob Peterson | 1 | -4/+3 |
2020-06-05 | gfs2: instrumentation wrt log_flush stuck | Bob Peterson | 1 | -9/+25 |
2020-06-05 | gfs2: introduce new gfs2_glock_assert_withdraw | Bob Peterson | 2 | -3/+13 |
2020-06-05 | gfs2: print mapping->nrpages in glock dump for address space glocks | Bob Peterson | 1 | -9/+16 |
2020-06-04 | fs: move the fiemap definitions out of fs.h | Christoph Hellwig | 1 | -0/+1 |
2020-06-02 | gfs2: Only do glock put in gfs2_create_inode for free inodes | Bob Peterson | 1 | -1/+2 |
2020-06-02 | mm: remove the pgprot argument to __vmalloc | Christoph Hellwig | 2 | -6/+5 |
2020-06-02 | fs: convert mpage_readpages to mpage_readahead | Matthew Wilcox (Oracle) | 1 | -15/+8 |
2020-06-02 | gfs2: Allow lock_nolock mount to specify jid=X | Bob Peterson | 1 | -1/+1 |
2020-06-02 | gfs2: Don't ignore inode write errors during inode_go_sync | Bob Peterson | 1 | -3/+5 |
2020-05-29 | gfs2: Even more gfs2_find_jhead fixes | Andreas Gruenbacher | 1 | -10/+5 |
2020-05-08 | Revert "gfs2: Don't demote a glock until its revokes are written" | Bob Peterson | 1 | -3/+0 |
2020-05-08 | gfs2: If go_sync returns error, withdraw but skip invalidate | Bob Peterson | 1 | -1/+2 |
2020-05-08 | gfs2: Grab glock reference sooner in gfs2_add_revoke | Andreas Gruenbacher | 1 | -3/+3 |
2020-05-08 | gfs2: don't call quota_unhold if quotas are not locked | Bob Peterson | 1 | -2/+1 |
2020-05-08 | gfs2: move privileged user check to gfs2_quota_lock_check | Bob Peterson | 2 | -3/+3 |
2020-05-08 | gfs2: remove check for quotas on in gfs2_quota_check | Bob Peterson | 1 | -3/+0 |
2020-05-08 | gfs2: Change BUG_ON to an assert_withdraw in gfs2_quota_change | Bob Peterson | 1 | -1/+3 |
2020-05-08 | gfs2: Fix problems regarding gfs2_qa_get and _put | Bob Peterson | 2 | -4/+4 |
2020-05-08 | gfs2: More gfs2_find_jhead fixes | Andreas Gruenbacher | 1 | -7/+12 |
2020-05-08 | gfs2: Another gfs2_walk_metadata fix | Andreas Gruenbacher | 1 | -7/+9 |
2020-05-08 | gfs2: Fix use-after-free in gfs2_logd after withdraw | Bob Peterson | 1 | -0/+5 |
2020-05-08 | gfs2: Fix BUG during unmount after file system withdraw | Bob Peterson | 1 | -4/+6 |
2020-05-08 | gfs2: Fix error exit in do_xmote | Bob Peterson | 1 | -1/+1 |
2020-05-06 | gfs2: fix withdraw sequence deadlock | Bob Peterson | 1 | -1/+1 |
2020-04-01 | Merge tag 'gfs2-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs... | Linus Torvalds | 27 | -509/+1168 |
2020-03-30 | gfs2: Fix oversight in gfs2_ail1_flush | Bob Peterson | 1 | -1/+2 |
2020-03-27 | gfs2: change from write to read lock for sd_log_flush_lock in journal replay | Bob Peterson | 1 | -2/+2 |
2020-03-27 | gfs2: instrumentation wrt ail1 stuck | Bob Peterson | 1 | -0/+40 |
2020-03-27 | gfs2: don't lock sd_log_flush_lock in try_rgrp_unlink | Bob Peterson | 1 | -2/+0 |
2020-03-27 | gfs2: Remove unnecessary gfs2_qa_{get,put} pairs | Andreas Gruenbacher | 1 | -27/+1 |
2020-03-27 | gfs2: Split gfs2_rsqa_delete into gfs2_rs_delete and gfs2_qa_put | Andreas Gruenbacher | 6 | -9/+13 |
2020-03-27 | gfs2: Change inode qa_data to allow multiple users | Bob Peterson | 10 | -58/+101 |
2020-03-27 | gfs2: eliminate gfs2_rsqa_alloc in favor of gfs2_qa_alloc | Bob Peterson | 8 | -27/+17 |
2020-03-27 | gfs2: Switch to list_{first,last}_entry | Andreas Gruenbacher | 7 | -19/+19 |