summaryrefslogtreecommitdiffstats
path: root/fs/efs (unfollow)
Commit message (Expand)AuthorFilesLines
2021-04-19btrfs: remove duplicated in_range() macroJohannes Thumshirn4-2/+3
2021-04-19btrfs: remove stale comment and logic from btrfs_inode_in_log()Filipe Manana1-13/+4
2021-04-19btrfs: fix race between marking inode needs to be logged and log syncingFilipe Manana4-12/+19
2021-04-19btrfs: fix race between memory mapped writes and fsyncFilipe Manana1-9/+9
2021-04-19btrfs: exclude mmap from happening during all fallocate operationsJosef Bacik1-6/+6
2021-04-19btrfs: exclude mmaps while doing remapJosef Bacik1-6/+24
2021-04-19btrfs: use btrfs_inode_lock/btrfs_inode_unlock inode lock helpersJosef Bacik5-28/+28
2021-04-19btrfs: add a i_mmap_lock to our inodeJosef Bacik3-0/+12
2021-04-19btrfs: remove mirror argument from btrfs_csum_verify_data()Goldwyn Rodrigues3-5/+3
2021-04-19btrfs: remove force argument from run_delalloc_nocow()Goldwyn Rodrigues1-24/+13
2021-04-19btrfs: don't opencode extent_changeset_freeNikolay Borisov1-2/+1
2021-04-19btrfs: assign proper values to a bool variable in dev_extent_hole_check_zonedJiapeng Chong1-2/+2
2021-04-19btrfs: add btree read ahead for incremental send operationsFilipe Manana1-6/+36
2021-04-19btrfs: add btree read ahead for full send operationsFilipe Manana1-0/+1
2021-04-19btrfs: simplify code flow in btrfs_delayed_inode_reserve_metadataNikolay Borisov1-20/+5
2021-04-19btrfs: remove btrfs_inode parameter from btrfs_delayed_inode_reserve_metadataNikolay Borisov1-5/+3
2021-04-19btrfs: simplify commit logic in try_flush_qgroupNikolay Borisov1-28/+7
2021-04-19btrfs: scrub: drop a few function declarationsAnand Jain1-8/+0
2021-04-19btrfs: change return type to bool in btrfs_extent_readonlyAnand Jain1-3/+3
2021-04-19btrfs: unexport btrfs_extent_readonly() and make it staticAnand Jain3-14/+13
2021-04-19btrfs: replace open coded while loop with proper constructNikolay Borisov1-19/+23
2021-04-19btrfs: replace offset_in_entry with in_rangeNikolay Borisov1-15/+4
2021-04-19btrfs: make find_desired_extent take btrfs_inodeNikolay Borisov1-8/+7
2021-04-19btrfs: make btrfs_replace_file_extents take btrfs_inodeNikolay Borisov4-34/+34
2021-04-19btrfs: fix comment for btrfs ordered extent flag bitsQu Wenruo1-2/+2
2021-04-18Linux 5.12-rc8v5.12-rc8Linus Torvalds1-1/+1
2021-04-18ARM: 9071/1: uprobes: Don't hook on thumb instructionsFredrik Strupe1-2/+2
2021-04-17readdir: make sure to verify directory entry for legacy interfaces tooLinus Torvalds1-0/+6
2021-04-17cxl/mem: Fix memory device capacity probingDan Williams1-2/+5
2021-04-17netlink: don't call ->netlink_bind with table lock heldFlorian Westphal1-2/+2
2021-04-17lib: remove "expecting prototype" kernel-doc warningsRandy Dunlap4-10/+12
2021-04-17gcov: clang: fix clang-11+ buildJohannes Berg1-1/+1
2021-04-17mm: ptdump: fix build failureChristophe Leroy1-1/+1
2021-04-17mm/mapping_dirty_helpers: guard hugepage pud's usageZack Rusin1-0/+2
2021-04-17ia64: tools: remove duplicate definition of ia64_mf() on ia64John Paul Adrian Glaubitz1-3/+0
2021-04-17ia64: tools: remove inclusion of ia64-specific version of errno.h headerJohn Paul Adrian Glaubitz1-2/+0
2021-04-17ia64: fix discontig.c section mismatchesRandy Dunlap1-3/+3
2021-04-17ia64: remove duplicate entries in generic_defconfigRandy Dunlap1-2/+0
2021-04-17csky: change a Kconfig symbol name to fix e1000 build errorRandy Dunlap2-2/+2
2021-04-17kasan: remove redundant config optionWalter Wu9-17/+18
2021-04-17kasan: fix hwasan build for gccArnd Bergmann1-6/+6
2021-04-17mm: eliminate "expecting prototype" kernel-doc warningsRandy Dunlap3-13/+22
2021-04-17MAINTAINERS: update my emailLijun Pan1-1/+1
2021-04-16bpf: Update selftests to reflect new error statesDaniel Borkmann6-35/+16
2021-04-16bpf: Tighten speculative pointer arithmetic maskDaniel Borkmann1-29/+44
2021-04-16bpf: Move sanitize_val_alu out of op switchDaniel Borkmann1-6/+11
2021-04-16bpf: Refactor and streamline bounds check into helperDaniel Borkmann1-16/+33
2021-04-16bpf: Improve verifier error messages for usersDaniel Borkmann1-23/+63
2021-04-16bpf: Rework ptr_limit into alu_limit and add common error pathDaniel Borkmann1-8/+13
2021-04-16bpf: Ensure off_reg has no mixed signed bounds for all typesDaniel Borkmann1-10/+9