summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-01btrfs: read number of data stripes from map only onceDavid Sterba
2019-07-01btrfs: constify map parameter for nr_parity_stripes and nr_data_stripesDavid Sterba
2019-07-01btrfs: refactor helper for bg flags to name conversionDavid Sterba
2019-07-01btrfs: factor out devs_max setting in __btrfs_alloc_chunkDavid Sterba
2019-07-01btrfs: use u8 for raid_array membersDavid Sterba
2019-07-01btrfs: factor out helper for counting data stripesDavid Sterba
2019-07-01btrfs: use raid_attr table for btrfs_bg_type_to_factorDavid Sterba
2019-07-01btrfs: use raid_attr table to find profiles for integrity loweringDavid Sterba
2019-07-01btrfs: use raid_attr to get allowed profiles for balance conversionDavid Sterba
2019-07-01btrfs: use raid_attr in btrfs_chunk_max_errorsDavid Sterba
2019-07-01btrfs: use raid_attr table in get_profile_num_devsDavid Sterba
2019-07-01btrfs: remove mapping tree structures indirectionDavid Sterba
2019-07-01btrfs: raid56: allow the exact minimum number of devices for balance convertDavid Sterba
2019-07-01btrfs: fix minimum number of chunk errors for DUPDavid Sterba
2019-07-01Btrfs: remove unused variables in __btrfs_unlink_inodeLiu Bo
2019-07-01btrfs: Remove unused variable mode in btrfs_mountGoldwyn Rodrigues
2019-07-01btrfs: switch order of unlocks of space_info and bg in do_trimming()Su Yue
2019-07-01btrfs: tree-checker: Check if the file extent end overflowsQu Wenruo
2019-07-01btrfs: Remove redundant assignment of tgt_device->commit_total_bytesNikolay Borisov
2019-07-01btrfs: Explicitly reserve space for devreplace itemNikolay Borisov
2019-07-01btrfs: Streamline replace sem unlock in btrfs_dev_replace_startNikolay Borisov
2019-07-01btrfs: Ensure btrfs_init_dev_replace_tgtdev sees up to date valuesNikolay Borisov
2019-07-01btrfs: dev-replace: Remove impossible WARN_ONNikolay Borisov
2019-07-01btrfs: Reduce critical section in btrfs_init_dev_replace_tgtdevNikolay Borisov
2019-07-01btrfs: Don't opencode sync_blockdev in btrfs_init_dev_replace_tgtdevNikolay Borisov
2019-07-01btrfs: fiemap: preallocate ulists for btrfs_check_sharedDavid Sterba
2019-07-01btrfs: detect fast implementation of crc32c on all architecturesDavid Sterba
2019-07-01btrfs: extent-tree: Refactor add_pinned_bytes() to add|sub_pinned_bytes()Qu Wenruo
2019-06-30Linux 5.2-rc7v5.2-rc7Linus Torvalds
2019-06-30Merge tag 'powerpc-5.2-7' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2019-06-30Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-06-29Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-06-29Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-06-29Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-06-29Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-06-29Merge tag 'pm-5.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2019-06-29Merge tag 'xarray-5.2-rc6' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds
2019-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-06-29Merge tag 'arc-5.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds
2019-06-29Merge tag 'riscv-for-v5.2/fixes-rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-06-29Merge tag 'nfs-for-5.2-4' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2019-06-29Merge tag 'ceph-for-5.2-rc7' of git://github.com/ceph/ceph-clientLinus Torvalds
2019-06-29Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2019-06-29Merge tag 'for-linus-20190628' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-06-29Merge tag 'pinctrl-v5.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds
2019-06-29linux/kernel.h: fix overflow for DIV_ROUND_UP_ULLVinod Koul
2019-06-29mm, swap: fix THP swap outHuang Ying
2019-06-29fork,memcg: alloc_thread_stack_node needs to set tsk->stackAndrea Arcangeli
2019-06-29MAINTAINERS: add CLANG/LLVM BUILD SUPPORT infoNick Desaulniers
2019-06-29mm/vmalloc.c: avoid bogus -Wmaybe-uninitialized warningArnd Bergmann