index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: disk-io: Show the timing of corrupted tree block explicitly
Qu Wenruo
2019-04-29
1
-0
/
+4
*
btrfs: fix panic during relocation after ENOSPC before writeback happens
Josef Bacik
2019-04-29
1
-11
/
+20
*
btrfs: Use less confusing condition for uptodate parameter to btrfs_writepage...
Nikolay Borisov
2019-04-29
1
-1
/
+1
*
btrfs: extent_io: Handle errors better in extent_writepages()
Qu Wenruo
2019-04-29
1
-3
/
+6
*
btrfs: extent_io: add proper error handling to lock_extent_buffer_for_io()
Qu Wenruo
2019-04-29
1
-5
/
+22
*
btrfs: extent_io: Handle errors better in extent_write_locked_range()
Qu Wenruo
2019-04-29
1
-3
/
+6
*
btrfs: extent_io: Kill dead condition in extent_write_cache_pages()
Qu Wenruo
2019-04-29
1
-5
/
+0
*
btrfs: extent_io: Handle errors better in btree_write_cache_pages()
Qu Wenruo
2019-04-29
1
-3
/
+6
*
btrfs: extent_io: Handle errors better in extent_write_full_page()
Qu Wenruo
2019-04-29
1
-3
/
+21
*
btrfs: extent_io: Move the BUG_ON() in flush_write_bio() one level up
Qu Wenruo
2019-04-29
1
-14
/
+41
*
btrfs: Always output error message when key/level verification fails
Qu Wenruo
2019-04-29
1
-6
/
+4
*
btrfs: Check the first key and level for cached extent buffer
Qu Wenruo
2019-04-29
3
-5
/
+18
*
btrfs: Correctly free extent buffer in case btree_read_extent_buffer_pages fails
Nikolay Borisov
2019-04-29
1
-6
/
+11
*
btrfs: Make btrfs_(set|clear)_header_flag return void
Qu Wenruo
2019-04-29
1
-4
/
+2
*
btrfs: reloc: Fix NULL pointer dereference due to expanded reloc_root lifespan
Qu Wenruo
2019-04-29
1
-7
/
+5
*
btrfs: Remove unused -EIO assignment in end_bio_extent_readpage
Nikolay Borisov
2019-04-29
1
-2
/
+0
*
btrfs: Exploit the fact that pages passed to extent_readpages are always cont...
Nikolay Borisov
2019-04-29
1
-44
/
+14
*
btrfs: switch extent_buffer::lock_nested to bool
David Sterba
2019-04-29
3
-5
/
+5
*
btrfs: use assertion helpers for extent buffer write lock counters
David Sterba
2019-04-29
3
-6
/
+5
*
btrfs: add assertion helpers for extent buffer write lock counters
David Sterba
2019-04-29
1
-5
/
+18
*
btrfs: use assertion helpers for extent buffer read lock counters
David Sterba
2019-04-29
3
-7
/
+7
*
btrfs: add assertion helpers for extent buffer read lock counters
David Sterba
2019-04-29
1
-7
/
+18
*
btrfs: use assertion helpers for spinning readers
David Sterba
2019-04-29
3
-10
/
+8
*
btrfs: add assertion helpers for spinning readers
David Sterba
2019-04-29
1
-0
/
+13
*
btrfs: use assertion helpers for spinning writers
David Sterba
2019-04-29
3
-12
/
+11
*
btrfs: add assertion helpers for spinning writers
David Sterba
2019-04-29
1
-0
/
+24
*
btrfs: Remove EXTENT_IOBITS
Nikolay Borisov
2019-04-29
2
-7
/
+5
*
btrfs: Remove EXTENT_WRITEBACK
Nikolay Borisov
2019-04-29
2
-18
/
+16
*
btrfs: Turn an 'else if' into an 'else' in btrfs_uuid_tree_add
Nathan Chancellor
2019-04-29
1
-1
/
+1
*
btrfs: refactor btrfs_set_prop and add btrfs_set_prop_trans
Anand Jain
2019-04-29
4
-13
/
+18
*
btrfs: rename fs_info argument to fs_private
Anand Jain
2019-04-29
1
-2
/
+2
*
btrfs: drop redundant forward declaration in props.c
Anand Jain
2019-04-29
1
-84
/
+79
*
btrfs: merge _btrfs_set_prop helpers
Anand Jain
2019-04-29
4
-26
/
+14
*
btrfs: reduce kmap_atomic time for checksumming
Johannes Thumshirn
2019-04-29
1
-6
/
+2
*
btrfs: tracepoints: Add trace events for extent_io_tree
Qu Wenruo
2019-04-29
1
-0
/
+4
*
btrfs: Introduce extent_io_tree::owner to distinguish different io_trees
Qu Wenruo
2019-04-29
8
-13
/
+43
*
btrfs: switch extent_io_tree::track_uptodate to bool
David Sterba
2019-04-29
3
-4
/
+4
*
btrfs: Introduce fs_info to extent_io_tree
Qu Wenruo
2019-04-29
8
-17
/
+20
*
Btrfs: remove no longer used 'sync' member from transaction handle
Filipe Manana
2019-04-29
3
-8
/
+0
*
btrfs: zstd: remove indirect calls for local functions
Dennis Zhou
2019-04-29
1
-4
/
+7
*
btrfs: scrub: return EAGAIN when fs is closing
David Sterba
2019-04-29
1
-1
/
+1
*
btrfs: Initialize inode::i_mapping once in btrfs_symlink
Goldwyn Rodrigues
2019-04-29
1
-1
/
+0
*
btrfs: Don't panic when we can't find a root key
Qu Wenruo
2019-04-29
1
-5
/
+8
*
btrfs: warn if extent buffer mapping crosses a page boundary in csum_tree_block
Johannes Thumshirn
2019-04-29
1
-1
/
+1
*
btrfs: factor our read/write stage off csum_tree_block into its callers
Johannes Thumshirn
2019-04-29
1
-26
/
+29
*
Merge tag 'for-5.1-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2019-04-26
2
-5
/
+13
|
\
|
*
btrfs: Switch memory allocations in async csum calculation path to kvmalloc
Nikolay Borisov
2019-04-25
2
-5
/
+13
*
|
Merge tag 'for-5.1-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2019-04-11
2
-4
/
+14
|
\
|
|
*
btrfs: prop: fix vanished compression property after failed set
Anand Jain
2019-04-04
1
-3
/
+3
|
*
btrfs: prop: fix zstd compression parameter validation
Anand Jain
2019-04-04
1
-1
/
+1
[next]