summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-03-27gfs2: eliminate gfs2_rsqa_alloc in favor of gfs2_qa_allocBob Peterson
2020-03-27gfs2: Switch to list_{first,last}_entryAndreas Gruenbacher
2020-03-27gfs2: Clean up inode initialization and teardownAndreas Gruenbacher
2020-03-06gfs2: Additional information when gfs2_ail1_flush withdrawsBob Peterson
2020-02-27gfs2: leaf_dealloc needs to allocate one more revokeBob Peterson
2020-02-27gfs2: allow journal replay to hold sd_log_flush_lockBob Peterson
2020-02-27gfs2: don't allow releasepage to free bd still used for revokesBob Peterson
2020-02-27gfs2: flesh out delayed withdraw for gfs2_log_flushBob Peterson
2020-02-27gfs2: Do proper error checking for go_sync family of glops functionsBob Peterson
2020-02-27gfs2: Don't demote a glock until its revokes are writtenBob Peterson
2020-02-27gfs2: drain the ail2 list after io errorsBob Peterson
2020-02-27gfs2: Withdraw in gfs2_ail1_flush if write_cache_pages failsBob Peterson
2020-02-27gfs2: Do log_flush in gfs2_ail_empty_gl even if ail list is emptyBob Peterson
2020-02-27gfs2: Check for log write errors before telling dlm to unlockBob Peterson
2020-02-27gfs2: Prepare to withdraw as soon as an IO error occurs in log writeBob Peterson
2020-02-27gfs2: Issue revokes more intelligentlyBob Peterson
2020-02-27gfs2: Add verbose option to check_journal_cleanBob Peterson
2020-02-27gfs2: fix infinite loop when checking ail item count before go_invalBob Peterson
2020-02-27gfs2: Force withdraw to replay journals and wait for it to finishBob Peterson
2020-02-20gfs2: Allow some glocks to be used during withdrawBob Peterson
2020-02-10gfs2: move check_journal_clean to util.c for future useBob Peterson
2020-02-10gfs2: Ignore dlm recovery requests if gfs2 is withdrawnBob Peterson
2020-02-10gfs2: Only complain the first time an io error occurs in quota or logBob Peterson
2020-02-10gfs2: log error reformBob Peterson
2020-02-10gfs2: Rework how rgrp buffer_heads are managedBob Peterson
2020-02-10gfs2: clear ail1 list when gfs2 withdrawsBob Peterson
2020-02-10gfs2: Introduce concept of a pending withdrawBob Peterson
2020-02-10gfs2: Return bool from gfs2_assert functionsAndreas Gruenbacher
2020-02-10gfs2: Turn gfs2_consist into void functionsAndreas Gruenbacher
2020-02-10gfs2: Remove usused cluster_wide arguments of gfs2_consist functionsAndreas Gruenbacher
2020-02-10gfs2: Report errors before withdrawAndreas Gruenbacher
2020-02-10gfs2: Split gfs2_lm_withdraw into two functionsAndreas Gruenbacher
2020-02-06gfs2: fix O_SYNC write handlingAndreas Gruenbacher
2020-02-06gfs2: move setting current->backing_dev_infoChristoph Hellwig
2020-02-06gfs2: fix gfs2_find_jhead that returns uninitialized jhead with seq 0Abhi Das
2020-01-31Merge tag 'gfs2-for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...Linus Torvalds
2020-01-31Merge tag 'iomap-5.6-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-01-31Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-01-31execve: warn if process starts with executable stackAlexey Dobriyan
2020-01-31reiserfs: prevent NULL pointer dereference in reiserfs_insert_item()Yunfeng Ye
2020-01-31fs/binfmt_elf.c: coredump: allow process with empty address space to coredumpAlexey Dobriyan
2020-01-31fs/binfmt_elf.c: coredump: delete duplicated overflow checkAlexey Dobriyan
2020-01-31fs/binfmt_elf.c: coredump: allocate core ELF header on stackAlexey Dobriyan
2020-01-31fs/binfmt_elf.c: make BAD_ADDR() unlikelyAlexey Dobriyan
2020-01-31fs/binfmt_elf.c: better codegen around current->mmAlexey Dobriyan
2020-01-31fs/binfmt_elf.c: don't copy ELF header aroundAlexey Dobriyan
2020-01-31fs/binfmt_elf.c: fix ->start_code calculationAlexey Dobriyan
2020-01-31fs/binfmt_elf.c: smaller code generation around auxv vector fillAlexey Dobriyan
2020-01-31btrfs: use larger zlib buffer for s390 hardware compressionMikhail Zaslonko
2020-01-31mm, tree-wide: rename put_user_page*() to unpin_user_page*()John Hubbard