Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
6f8e4fd43073406aa5e2d7f27ffc45510778ac3e
6f8e4fd
btrfs: use file:line format for assertion report
by David Sterba
· 6 years ago
ea41d6b
btrfs: remove assumption about csum type form btrfs_print_data_csum_error()
by Johannes Thumshirn
· 6 years ago
d517857
btrfs: directly call into crypto framework for checksumming
by Johannes Thumshirn
· 6 years ago
6d97c6e
btrfs: add boilerplate code for directly including the crypto framework
by Johannes Thumshirn
· 6 years ago
51bce6c
btrfs: Simplify btrfs_check_super_csum() and get rid of size assumptions
by Johannes Thumshirn
· 6 years ago
8dc3f22
btrfs: check for supported superblock checksum type before checksum validation
by Johannes Thumshirn
· 6 years ago
e7e16f4
btrfs: add common checksum type validation
by Johannes Thumshirn
· 6 years ago
7ebc7e5
btrfs: format checksums according to type for printing
by Johannes Thumshirn
· 6 years ago
10fe6ca
btrfs: don't assume compressed_bio sums to be 4 bytes
by Johannes Thumshirn
· 6 years ago
1e25a2e
btrfs: don't assume ordered sums to be 4 bytes
by Johannes Thumshirn
· 6 years ago
4bb3c2e
btrfs: use btrfs_crc32c{,_final}() in for free space cache
by Johannes Thumshirn
· 6 years ago
65019df
btrfs: resurrect btrfs_crc32c()
by Johannes Thumshirn
· 6 years ago
5852c8b
btrfs: use btrfs_csum_data() instead of directly calling crc32c
by Johannes Thumshirn
· 6 years ago
a94d1d0
btrfs: Flush before reflinking any extent to prevent NOCOW write falling back to COW without data reservation
by Qu Wenruo
· 6 years ago
5f791ec
btrfs: Return EAGAIN if we can't start no snpashot write in check_can_nocow
by Nikolay Borisov
· 6 years ago
0b6f5d4
btrfs: Add comments on locking of several device-related fields
by Nikolay Borisov
· 6 years ago
bd80d94
btrfs: Always use a cached extent_state in btrfs_lock_and_flush_ordered_range
by Nikolay Borisov
· 6 years ago
23d31bd
btrfs: Use newly introduced btrfs_lock_and_flush_ordered_range
by Nikolay Borisov
· 6 years ago
ffa8721
btrfs: add new helper btrfs_lock_and_flush_ordered_range
by Nikolay Borisov
· 6 years ago
1200b51
btrfs: remove the incorrect comment on RO fs when btrfs_run_delalloc_range() fails
by Qu Wenruo
· 6 years ago
480b9b4
btrfs: extent-tree: Add trace events for space info numbers update
by Qu Wenruo
· 6 years ago
0185f36
btrfs: extent-tree: Add lockdep assert when updating space info
by Qu Wenruo
· 6 years ago
cff8267
btrfs: read number of data stripes from map only once
by David Sterba
· 6 years ago
72ad813
btrfs: constify map parameter for nr_parity_stripes and nr_data_stripes
by David Sterba
· 6 years ago
158da51
btrfs: refactor helper for bg flags to name conversion
by David Sterba
· 6 years ago
e3ecdb3
btrfs: factor out devs_max setting in __btrfs_alloc_chunk
by David Sterba
· 6 years ago
8c3e358
btrfs: use u8 for raid_array members
by David Sterba
· 6 years ago
946c925
btrfs: factor out helper for counting data stripes
by David Sterba
· 6 years ago
44b28ad
btrfs: use raid_attr table for btrfs_bg_type_to_factor
by David Sterba
· 6 years ago
6079e12
btrfs: use raid_attr table to find profiles for integrity lowering
by David Sterba
· 6 years ago
081db89
btrfs: use raid_attr to get allowed profiles for balance conversion
by David Sterba
· 6 years ago
fc9a2ac
btrfs: use raid_attr in btrfs_chunk_max_errors
by David Sterba
· 6 years ago
9fa02ac
btrfs: use raid_attr table in get_profile_num_devs
by David Sterba
· 6 years ago
c8bf1b6
btrfs: remove mapping tree structures indirection
by David Sterba
· 6 years ago
49cc180
btrfs: raid56: allow the exact minimum number of devices for balance convert
by David Sterba
· 6 years ago
0ee5f8a
btrfs: fix minimum number of chunk errors for DUP
by David Sterba
· 6 years ago
be9b8df
Btrfs: remove unused variables in __btrfs_unlink_inode
by Liu Bo
· 6 years ago
cebf05c
btrfs: Remove unused variable mode in btrfs_mount
by Goldwyn Rodrigues
· 6 years ago
8f63a84
btrfs: switch order of unlocks of space_info and bg in do_trimming()
by Su Yue
· 6 years ago
4c094c3
btrfs: tree-checker: Check if the file extent end overflows
by Qu Wenruo
· 6 years ago
2ed95d2
btrfs: Remove redundant assignment of tgt_device->commit_total_bytes
by Nikolay Borisov
· 6 years ago
f232ab0
btrfs: Explicitly reserve space for devreplace item
by Nikolay Borisov
· 6 years ago
fa19452
btrfs: Streamline replace sem unlock in btrfs_dev_replace_start
by Nikolay Borisov
· 6 years ago
e1e0eb4
btrfs: Ensure btrfs_init_dev_replace_tgtdev sees up to date values
by Nikolay Borisov
· 6 years ago
419684b
btrfs: dev-replace: Remove impossible WARN_ON
by Nikolay Borisov
· 6 years ago
b0d9e1e
btrfs: Reduce critical section in btrfs_init_dev_replace_tgtdev
by Nikolay Borisov
· 6 years ago
ddb9378
btrfs: Don't opencode sync_blockdev in btrfs_init_dev_replace_tgtdev
by Nikolay Borisov
· 6 years ago
5911c8f
btrfs: fiemap: preallocate ulists for btrfs_check_shared
by David Sterba
· 6 years ago
9b4e675
btrfs: detect fast implementation of crc32c on all architectures
by David Sterba
· 6 years ago
7819244
btrfs: extent-tree: Refactor add_pinned_bytes() to add|sub_pinned_bytes()
by Qu Wenruo
· 6 years ago
6fbc727
Linux 5.2-rc7
by Linus Torvalds
· 6 years ago
39132f7
Merge tag 'powerpc-5.2-7' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 6 years ago
7c15f41
Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
7282545
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
57103eb
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
eed7d30
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
a7211bc
Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
2407e48
Merge tag 'pm-5.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 6 years ago
01305db
Merge tag 'xarray-5.2-rc6' of git://git.infradead.org/users/willy/linux-dax
by Linus Torvalds
· 6 years ago
0839c53
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 6 years ago
f8b5c72
Merge tag 'arc-5.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc
by Linus Torvalds
· 6 years ago
c57582a
Merge tag 'riscv-for-v5.2/fixes-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux
by Linus Torvalds
· 6 years ago
c949c30
Merge tag 'nfs-for-5.2-4' of git://git.linux-nfs.org/projects/anna/linux-nfs
by Linus Torvalds
· 6 years ago
43251db
Merge tag 'ceph-for-5.2-rc7' of git://github.com/ceph/ceph-client
by Linus Torvalds
· 6 years ago
5b607ba
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 6 years ago
9dda12b
Merge tag 'for-linus-20190628' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 6 years ago
0619137
Merge tag 'pinctrl-v5.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl
by Linus Torvalds
· 6 years ago
8f9fab4
linux/kernel.h: fix overflow for DIV_ROUND_UP_ULL
by Vinod Koul
· 6 years ago
1a5f439
mm, swap: fix THP swap out
by Huang Ying
· 6 years ago
1bf4580
fork,memcg: alloc_thread_stack_node needs to set tsk->stack
by Andrea Arcangeli
· 6 years ago
8708e13
MAINTAINERS: add CLANG/LLVM BUILD SUPPORT info
by Nick Desaulniers
· 6 years ago
2c92923
mm/vmalloc.c: avoid bogus -Wmaybe-uninitialized warning
by Arnd Bergmann
· 6 years ago
7298e3b
mm/page_idle.c: fix oops because end_pfn is larger than max_pfn
by Colin Ian King
· 6 years ago
4ada1e8
initramfs: fix populate_initrd_image() section mismatch
by Geert Uytterhoeven
· 6 years ago
432b1de
mm/oom_kill.c: fix uninitialized oc->constraint
by Yafang Shao
· 6 years ago
faf53de
mm: hugetlb: soft-offline: dissolve_free_huge_page() return zero on !PageHuge
by Naoya Horiguchi
· 6 years ago
b38e596
mm: soft-offline: return -EBUSY if set_hwpoison_free_buddy_page() fails
by Naoya Horiguchi
· 6 years ago
97abc88
signal: remove the wrong signal_pending() check in restore_user_sigmask()
by Oleg Nesterov
· 6 years ago
867bfa4
fs/binfmt_flat.c: make load_flat_shared_library() work
by Jann Horn
· 6 years ago
29b190f
mm/mempolicy.c: fix an incorrect rebind node in mpol_rebind_nodemask
by zhong jiang
· 6 years ago
cb8f381
fs/proc/array.c: allow reporting eip/esp for all coredumping threads
by John Ogness
· 6 years ago
36d6cb7
mm/dev_pfn: exclude MEMORY_DEVICE_PRIVATE while computing virtual address
by Anshuman Khandual
· 6 years ago
68f4615
NFS/flexfiles: Use the correct TCP timeout for flexfiles I/O
by Trond Myklebust
· 6 years ago
7e3d362
SUNRPC: Fix up calculation of client message length
by Trond Myklebust
· 6 years ago
556e2f6
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux
by Linus Torvalds
· 6 years ago
65ee21e
Merge tag 'for-5.2/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
by Linus Torvalds
· 6 years ago
7a702b4
Merge tag 'for-linus-20190627' of gitolite.kernel.org:pub/scm/linux/kernel/git/brauner/linux
by Linus Torvalds
· 6 years ago
763cf1f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid
by Linus Torvalds
· 6 years ago
fe2da89
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
by Linus Torvalds
· 6 years ago
cd0f3aa
Merge tag 'afs-fixes-20190620' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
by Linus Torvalds
· 6 years ago
139ca25
Merge tag 'csky-for-linus-5.2-fixup-gcc-unwind' of git://github.com/c-sky/csky-linux
by Linus Torvalds
· 6 years ago
c84afab
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 6 years ago
ae6a45a
x86/unwind/orc: Fall back to using frame pointers for generated code
by Josh Poimboeuf
· 6 years ago
83f44ae
perf/x86: Always store regs->ip in perf_callchain_kernel()
by Song Liu
· 6 years ago
d6b8bd6
ceph: fix ceph_mdsc_build_path to not stop on first component
by Jeff Layton
· 6 years ago
9d957a9
pinctrl: mediatek: Update cur_mask in mask/mask ops
by Nicolas Boichat
· 6 years ago
30d158b
proc: remove useless d_is_dir() check
by Christian Brauner
· 6 years ago
6fd2fe4
copy_process(): don't use ksys_close() on cleanups
by Al Viro
· 6 years ago
33d4a5a
cpu/hotplug: Fix out-of-bounds read when setting fail state
by Eiichi Tsukata
· 6 years ago
89ed5b5
af_packet: Block execution of tasks waiting for transmit to complete in AF_PACKET
by Neil Horman
· 6 years ago
Next »