Age | Commit message (Expand) | Author |
2020-08-10 | Merge tag 'gfs2-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs... | Linus Torvalds |
2020-08-07 | gfs2: When gfs2_dirty_inode gets a glock error, dump the glock | Bob Peterson |
2020-08-07 | gfs2: Never call gfs2_block_zero_range with an open transaction | Bob Peterson |
2020-08-07 | gfs2: print details on transactions that aren't properly ended | Bob Peterson |
2020-08-07 | gfs2: Fix inaccurate comment | Bob Peterson |
2020-08-06 | Merge tag 'iomap-5.9-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds |
2020-08-05 | iomap: fall back to buffered writes for invalidation failures | Christoph Hellwig |
2020-08-04 | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2020-08-03 | gfs2: Fix refcount leak in gfs2_glock_poke | Andreas Gruenbacher |
2020-08-03 | gfs2: Pass glock holder to gfs2_file_direct_{read,write} | Andreas Gruenbacher |
2020-08-03 | gfs2: Add some flags missing from glock output | Bob Peterson |
2020-07-16 | treewide: Remove uninitialized_var() usage | Kees Cook |
2020-07-07 | gfs2: Rework read and page fault locking | Andreas Gruenbacher |
2020-07-03 | gfs2: The freeze glock should never be frozen | Bob Peterson |
2020-07-03 | gfs2: When freezing gfs2, use GL_EXACT and not GL_NOCACHE | Bob Peterson |
2020-07-03 | gfs2: read-only mounts should grab the sd_freeze_gl glock | Bob Peterson |
2020-07-03 | gfs2: freeze should work on read-only mounts | Bob Peterson |
2020-07-03 | gfs2: eliminate GIF_ORDERED in favor of list_empty | Bob Peterson |
2020-06-30 | gfs2: Don't sleep during glock hash walk | Andreas Gruenbacher |
2020-06-30 | gfs2: fix trans slab error when withdraw occurs inside log_flush | Bob Peterson |
2020-06-30 | gfs2: Don't return NULL from gfs2_inode_lookup | Andreas Gruenbacher |
2020-06-08 | Merge tag 'gfs2-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs... | Linus Torvalds |
2020-06-05 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds |
2020-06-05 | Merge branch 'gfs2-iopen' into for-next | Andreas Gruenbacher |
2020-06-05 | gfs2: fix use-after-free on transaction ail lists | Bob Peterson |
2020-06-05 | gfs2: new slab for transactions | Bob Peterson |
2020-06-05 | gfs2: initialize transaction tr_ailX_lists earlier | Bob Peterson |
2020-06-05 | gfs2: Smarter iopen glock waiting | Andreas Gruenbacher |
2020-06-05 | gfs2: Wake up when setting GLF_DEMOTE | Andreas Gruenbacher |
2020-06-05 | gfs2: Check inode generation number in delete_work_func | Andreas Gruenbacher |
2020-06-05 | gfs2: Move inode generation number check into gfs2_inode_lookup | Andreas Gruenbacher |
2020-06-05 | gfs2: Minor gfs2_lookup_by_inum cleanup | Andreas Gruenbacher |
2020-06-05 | gfs2: Try harder to delete inodes locally | Andreas Gruenbacher |
2020-06-05 | gfs2: Give up the iopen glock on contention | Andreas Gruenbacher |
2020-06-05 | gfs2: Turn gl_delete into a delayed work | Andreas Gruenbacher |
2020-06-05 | gfs2: Keep track of deleted inode generations in LVBs | Andreas Gruenbacher |
2020-06-05 | gfs2: Allow ASPACE glocks to also have an lvb | Bob Peterson |
2020-06-05 | gfs2: instrumentation wrt log_flush stuck | Bob Peterson |
2020-06-05 | gfs2: introduce new gfs2_glock_assert_withdraw | Bob Peterson |
2020-06-05 | gfs2: print mapping->nrpages in glock dump for address space glocks | Bob Peterson |
2020-06-03 | fs: move the fiemap definitions out of fs.h | Christoph Hellwig |
2020-06-02 | gfs2: Only do glock put in gfs2_create_inode for free inodes | Bob Peterson |
2020-06-02 | mm: remove the pgprot argument to __vmalloc | Christoph Hellwig |
2020-06-02 | fs: convert mpage_readpages to mpage_readahead | Matthew Wilcox (Oracle) |
2020-06-02 | gfs2: Allow lock_nolock mount to specify jid=X | Bob Peterson |
2020-06-02 | gfs2: Don't ignore inode write errors during inode_go_sync | Bob Peterson |
2020-05-29 | gfs2: Even more gfs2_find_jhead fixes | Andreas Gruenbacher |
2020-05-08 | Revert "gfs2: Don't demote a glock until its revokes are written" | Bob Peterson |
2020-05-08 | gfs2: If go_sync returns error, withdraw but skip invalidate | Bob Peterson |
2020-05-08 | gfs2: Grab glock reference sooner in gfs2_add_revoke | Andreas Gruenbacher |