Age | Commit message (Expand) | Author |
2020-03-27 | gfs2: eliminate gfs2_rsqa_alloc in favor of gfs2_qa_alloc | Bob Peterson |
2020-03-27 | gfs2: Switch to list_{first,last}_entry | Andreas Gruenbacher |
2020-03-27 | gfs2: Clean up inode initialization and teardown | Andreas Gruenbacher |
2020-03-06 | gfs2: Additional information when gfs2_ail1_flush withdraws | Bob Peterson |
2020-02-27 | gfs2: leaf_dealloc needs to allocate one more revoke | Bob Peterson |
2020-02-27 | gfs2: allow journal replay to hold sd_log_flush_lock | Bob Peterson |
2020-02-27 | gfs2: don't allow releasepage to free bd still used for revokes | Bob Peterson |
2020-02-27 | gfs2: flesh out delayed withdraw for gfs2_log_flush | Bob Peterson |
2020-02-27 | gfs2: Do proper error checking for go_sync family of glops functions | Bob Peterson |
2020-02-27 | gfs2: Don't demote a glock until its revokes are written | Bob Peterson |
2020-02-27 | gfs2: drain the ail2 list after io errors | Bob Peterson |
2020-02-27 | gfs2: Withdraw in gfs2_ail1_flush if write_cache_pages fails | Bob Peterson |
2020-02-27 | gfs2: Do log_flush in gfs2_ail_empty_gl even if ail list is empty | Bob Peterson |
2020-02-27 | gfs2: Check for log write errors before telling dlm to unlock | Bob Peterson |
2020-02-27 | gfs2: Prepare to withdraw as soon as an IO error occurs in log write | Bob Peterson |
2020-02-27 | gfs2: Issue revokes more intelligently | Bob Peterson |
2020-02-27 | gfs2: Add verbose option to check_journal_clean | Bob Peterson |
2020-02-27 | gfs2: fix infinite loop when checking ail item count before go_inval | Bob Peterson |
2020-02-27 | gfs2: Force withdraw to replay journals and wait for it to finish | Bob Peterson |
2020-02-20 | gfs2: Allow some glocks to be used during withdraw | Bob Peterson |
2020-02-10 | gfs2: move check_journal_clean to util.c for future use | Bob Peterson |
2020-02-10 | gfs2: Ignore dlm recovery requests if gfs2 is withdrawn | Bob Peterson |
2020-02-10 | gfs2: Only complain the first time an io error occurs in quota or log | Bob Peterson |
2020-02-10 | gfs2: log error reform | Bob Peterson |
2020-02-10 | gfs2: Rework how rgrp buffer_heads are managed | Bob Peterson |
2020-02-10 | gfs2: clear ail1 list when gfs2 withdraws | Bob Peterson |
2020-02-10 | gfs2: Introduce concept of a pending withdraw | Bob Peterson |
2020-02-10 | gfs2: Return bool from gfs2_assert functions | Andreas Gruenbacher |
2020-02-10 | gfs2: Turn gfs2_consist into void functions | Andreas Gruenbacher |
2020-02-10 | gfs2: Remove usused cluster_wide arguments of gfs2_consist functions | Andreas Gruenbacher |
2020-02-10 | gfs2: Report errors before withdraw | Andreas Gruenbacher |
2020-02-10 | gfs2: Split gfs2_lm_withdraw into two functions | Andreas Gruenbacher |
2020-02-06 | gfs2: fix O_SYNC write handling | Andreas Gruenbacher |
2020-02-06 | gfs2: move setting current->backing_dev_info | Christoph Hellwig |
2020-02-06 | gfs2: fix gfs2_find_jhead that returns uninitialized jhead with seq 0 | Abhi Das |
2020-01-31 | Merge tag 'gfs2-for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs... | Linus Torvalds |
2020-01-31 | Merge tag 'iomap-5.6-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds |
2020-01-31 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2020-01-31 | Merge tag 'modules-for-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2020-01-31 | Merge tag 'mips_5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux | Linus Torvalds |
2020-01-31 | Merge tag 'arc-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup... | Linus Torvalds |
2020-01-31 | Merge tag 'riscv-for-linus-5.6-mw0' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2020-01-31 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2020-01-31 | kcov: ignore fault-inject and stacktrace | Dmitry Vyukov |
2020-01-31 | include/linux/io-mapping.h-mapping: use PHYS_PFN() macro in io_mapping_map_at... | Andy Shevchenko |
2020-01-31 | execve: warn if process starts with executable stack | Alexey Dobriyan |
2020-01-31 | reiserfs: prevent NULL pointer dereference in reiserfs_insert_item() | Yunfeng Ye |
2020-01-31 | init/main.c: fix misleading "This architecture does not have kernel memory pr... | Christophe Leroy |
2020-01-31 | init/main.c: fix quoted value handling in unknown_bootoption | Arvind Sankar |
2020-01-31 | init/main.c: remove unnecessary repair_env_string in do_initcall_level | Arvind Sankar |