Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
290342f66108638048997b71393f0dd88e771352
290342f
btrfs: use BUG() instead of BUG_ON(1)
by Arnd Bergmann
· 6 years ago
247462a
btrfs: move tree block wait and write helpers to tree-log
by David Sterba
· 6 years ago
d4eb671
btrfs: remove stale definition of BUFFER_LRU_MAX
by David Sterba
· 6 years ago
e4fa746
btrfs: tests: unify messages when tests start
by David Sterba
· 6 years ago
752dbe4
btrfs: tests: drop messages when some tests finish
by David Sterba
· 6 years ago
3173fd92
btrfs: tests: fix comments about tested extent map ranges
by David Sterba
· 6 years ago
43f7cdd
btrfs: tests: use SZ_ constants everywhere
by David Sterba
· 6 years ago
6c30474
btrfs: tests: use standard error message after extent map allocation failure
by David Sterba
· 6 years ago
ccfada1
btrfs: tests: return error from all extent map test cases
by David Sterba
· 6 years ago
7c6f670
btrfs: tests: return errors from extent map test case 4
by David Sterba
· 6 years ago
992dce7
btrfs: tests: return errors from extent map test case 3
by David Sterba
· 6 years ago
e71f2e1
btrfs: tests: return errors from extent map test case 2
by David Sterba
· 6 years ago
d7de4b0
btrfs: tests: return errors from extent map test case 1
by David Sterba
· 6 years ago
488f673
btrfs: tests: return errors from extent map tests
by David Sterba
· 6 years ago
7b9586b
btrfs: tests: properly initialize fs_info of extent buffer
by David Sterba
· 6 years ago
3199366
btrfs: tests: use standard error message after block group allocation failure
by David Sterba
· 6 years ago
6a060db
btrfs: tests: use standard error message after inode allocation failure
by David Sterba
· 6 years ago
770e0cc
btrfs: tests: use standard error message after path allocation failure
by David Sterba
· 6 years ago
9e3d9f8
btrfs: tests: use standard error message after extent buffer allocation failure
by David Sterba
· 6 years ago
52ab7bc
btrfs: tests: use standard error message after root allocation failure
by David Sterba
· 6 years ago
37b2a7b
btrfs: tests: use standard error message after fs_info allocation failure
by David Sterba
· 6 years ago
703de42
btrfs: tests: add table of most common errors
by David Sterba
· 6 years ago
efd31fc
btrfs: tests: print file:line for error messages
by David Sterba
· 6 years ago
d33d105
btrfs: tests: don't leak fs_info in extent_io bitmap tests
by David Sterba
· 6 years ago
d46a05e
btrfs: tests: handle fs_info allocation failure in extent_io tests
by David Sterba
· 6 years ago
75391f0
btrfs: disk-io: Show the timing of corrupted tree block explicitly
by Qu Wenruo
· 6 years ago
ff612ba
btrfs: fix panic during relocation after ENOSPC before writeback happens
by Josef Bacik
· 6 years ago
6a8d213
btrfs: Use less confusing condition for uptodate parameter to btrfs_writepage_endio_finish_ordered
by Nikolay Borisov
· 6 years ago
a2a72fb
btrfs: extent_io: Handle errors better in extent_writepages()
by Qu Wenruo
· 6 years ago
2e3c251
btrfs: extent_io: add proper error handling to lock_extent_buffer_for_io()
by Qu Wenruo
· 6 years ago
02c6db4
btrfs: extent_io: Handle errors better in extent_write_locked_range()
by Qu Wenruo
· 6 years ago
e06808be
btrfs: extent_io: Kill dead condition in extent_write_cache_pages()
by Qu Wenruo
· 6 years ago
2b952ee
btrfs: extent_io: Handle errors better in btree_write_cache_pages()
by Qu Wenruo
· 6 years ago
3065976
btrfs: extent_io: Handle errors better in extent_write_full_page()
by Qu Wenruo
· 6 years ago
f434062
btrfs: extent_io: Move the BUG_ON() in flush_write_bio() one level up
by Qu Wenruo
· 6 years ago
6348905
btrfs: Always output error message when key/level verification fails
by Qu Wenruo
· 6 years ago
448de47
btrfs: Check the first key and level for cached extent buffer
by Qu Wenruo
· 6 years ago
537f38f
btrfs: Correctly free extent buffer in case btree_read_extent_buffer_pages fails
by Nikolay Borisov
· 6 years ago
80fbc34
btrfs: Make btrfs_(set|clear)_header_flag return void
by Qu Wenruo
· 6 years ago
10995c0
btrfs: reloc: Fix NULL pointer dereference due to expanded reloc_root lifespan
by Qu Wenruo
· 6 years ago
d51f51b
btrfs: Remove unused -EIO assignment in end_bio_extent_readpage
by Nikolay Borisov
· 6 years ago
e65ef21
btrfs: Exploit the fact that pages passed to extent_readpages are always contiguous
by Nikolay Borisov
· 6 years ago
ed1b4ed
btrfs: switch extent_buffer::lock_nested to bool
by David Sterba
· 7 years ago
c79adfc
btrfs: use assertion helpers for extent buffer write lock counters
by David Sterba
· 7 years ago
e3f1538
btrfs: add assertion helpers for extent buffer write lock counters
by David Sterba
· 7 years ago
5c9c799
btrfs: use assertion helpers for extent buffer read lock counters
by David Sterba
· 7 years ago
58a2ddae
btrfs: add assertion helpers for extent buffer read lock counters
by David Sterba
· 7 years ago
afd495a
btrfs: use assertion helpers for spinning readers
by David Sterba
· 7 years ago
225948d
btrfs: add assertion helpers for spinning readers
by David Sterba
· 7 years ago
843ccf9
btrfs: use assertion helpers for spinning writers
by David Sterba
· 7 years ago
e4e9fd0
btrfs: add assertion helpers for spinning writers
by David Sterba
· 7 years ago
8882679
btrfs: Remove EXTENT_IOBITS
by Nikolay Borisov
· 6 years ago
4e586ca
btrfs: Remove EXTENT_WRITEBACK
by Nikolay Borisov
· 6 years ago
e8baf7a
btrfs: Turn an 'else if' into an 'else' in btrfs_uuid_tree_add
by Nathan Chancellor
· 6 years ago
262c96a
btrfs: refactor btrfs_set_prop and add btrfs_set_prop_trans
by Anand Jain
· 6 years ago
419a6f3
btrfs: rename fs_info argument to fs_private
by Anand Jain
· 6 years ago
3dcf96c
btrfs: drop redundant forward declaration in props.c
by Anand Jain
· 6 years ago
7715da8
btrfs: merge _btrfs_set_prop helpers
by Anand Jain
· 6 years ago
443c8e2
btrfs: reduce kmap_atomic time for checksumming
by Johannes Thumshirn
· 6 years ago
a1d1984
btrfs: tracepoints: Add trace events for extent_io_tree
by Qu Wenruo
· 6 years ago
43eb5f2
btrfs: Introduce extent_io_tree::owner to distinguish different io_trees
by Qu Wenruo
· 6 years ago
7b43973
btrfs: switch extent_io_tree::track_uptodate to bool
by David Sterba
· 6 years ago
c258d6e
btrfs: Introduce fs_info to extent_io_tree
by Qu Wenruo
· 6 years ago
3b1da51
Btrfs: remove no longer used 'sync' member from transaction handle
by Filipe Manana
· 6 years ago
b242349
btrfs: zstd: remove indirect calls for local functions
by Dennis Zhou
· 6 years ago
6c3abed
btrfs: scrub: return EAGAIN when fs is closing
by David Sterba
· 6 years ago
8de60fe
btrfs: Initialize inode::i_mapping once in btrfs_symlink
by Goldwyn Rodrigues
· 6 years ago
7ac1e46
btrfs: Don't panic when we can't find a root key
by Qu Wenruo
· 6 years ago
c53839f
btrfs: warn if extent buffer mapping crosses a page boundary in csum_tree_block
by Johannes Thumshirn
· 6 years ago
2996e1f
btrfs: factor our read/write stage off csum_tree_block into its callers
by Johannes Thumshirn
· 6 years ago
37624b5
Linux 5.1-rc7
by Linus Torvalds
· 6 years ago
9520b53
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
by Linus Torvalds
· 6 years ago
0d82044
Merge tag 'powerpc-5.1-6' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 6 years ago
975a0f4
Merge tag 'for-linus-20190428' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 6 years ago
14f974d
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
by Linus Torvalds
· 6 years ago
72a6e35
Merge tag 'dmaengine-fix-5.1-rc7' of git://git.infradead.org/users/vkoul/slave-dma
by Linus Torvalds
· 6 years ago
25cce03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 6 years ago
037904a
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
15d4e26
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
5084991
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
baf76f0
slip: make slhc_free() silently accept an error pointer
by Linus Torvalds
· 6 years ago
ce94493
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 6 years ago
3a34976
Input: synaptics-rmi4 - write config register values to the right offset
by Lucas Stach
· 6 years ago
857e17c
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 6 years ago
e9e1a2e
Merge tag 'trace-v5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 6 years ago
29279d2
Merge tag 'gpio-v5.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
by Linus Torvalds
· 6 years ago
4e40f0f
Merge tag 'drm-fixes-2019-04-26' of git://anongit.freedesktop.org/drm/drm
by Linus Torvalds
· 6 years ago
d0473f9
Merge tag 'for-5.1-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
by Linus Torvalds
· 6 years ago
5813023
Merge tag '5.1-rc6-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 6 years ago
8918955
fs/proc/proc_sysctl.c: Fix a NULL pointer dereference
by YueHaibing
· 6 years ago
8118b82
mm/page_alloc.c: fix never set ALLOC_NOFRAGMENT flag
by Andrey Ryabinin
· 6 years ago
8139ad0
mm/page_alloc.c: avoid potential NULL pointer dereference
by Andrey Ryabinin
· 6 years ago
ee8ab0e
mm, page_alloc: always use a captured page regardless of compaction result
by Mel Gorman
· 6 years ago
24512228b
mm: do not boost watermarks to avoid fragmentation for the DISCONTIG memory model
by Mel Gorman
· 6 years ago
e789803
lib/test_vmalloc.c: do not create cpumask_t variable on stack
by Uladzislau Rezki (Sony)
· 6 years ago
ae3d6a3
lib/Kconfig.debug: fix build error without CONFIG_BLOCK
by YueHaibing
· 6 years ago
e153abc
zram: pass down the bvec we need to read into in the work struct
by Jérôme Glisse
· 6 years ago
89c02e6
mm/memory_hotplug.c: drop memory device reference after find_memory_block()
by David Hildenbrand
· 6 years ago
d6097c9
trace: Fix preempt_enable_no_resched() abuse
by Peter Zijlstra
· 6 years ago
91862cc
tracing: Fix a memory leak by early error exit in trace_pid_write()
by Wenwen Wang
· 6 years ago
Next »