index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-30
btrfs: don't access the bio directly in the raid5/6 code
Christoph Hellwig
1
-10
/
+6
2016-11-30
btrfs: use bio iterators for the decompression handlers
Christoph Hellwig
4
-112
/
+55
2016-11-30
btrfs: Ensure proper sector alignment for btrfs_free_reserved_data_space
Jeff Mahoney
1
-0
/
+7
2016-11-30
Btrfs: abort transaction if fill_holes() fails
Josef Bacik
1
-2
/
+17
2016-11-30
Btrfs: fix file extent corruption
Josef Bacik
1
-3
/
+12
2016-11-30
btrfs: increment ctx->pos for every emitted or skipped dirent in readdir
Jeff Mahoney
3
-23
/
+4
2016-11-30
btrfs: remove old tree_root dirent processing in btrfs_real_readdir()
Jeff Mahoney
1
-80
/
+37
2016-11-30
btrfs: Call kunmap if zlib_inflateInit2 fails
Nick Terrell
1
-0
/
+1
2016-11-30
btrfs: store and load values of stripes_min/stripes_max in balance status item
David Sterba
1
-0
/
+4
2016-11-30
btrfs: remove redundant check of btrfs_iget return value
Christophe JAILLET
1
-2
/
+0
2016-11-30
btrfs: change btrfs_csum_final result param type to u8
Domagoj Tršan
5
-6
/
+6
2016-11-30
Btrfs: adjust len of writes if following a preallocated extent
Liu Bo
1
-3
/
+5
2016-11-30
btrfs: return early from failed memory allocations in ioctl handlers
Shailendra Verma
1
-15
/
+6
2016-11-30
btrfs: add optimized version of eb to eb copy
David Sterba
3
-2
/
+18
2016-11-30
btrfs: remove constant parameter to memset_extent_buffer and rename it
David Sterba
12
-21
/
+21
2016-11-30
btrfs: use specialized page copying helpers in btrfs_clone_extent_buffer
David Sterba
1
-1
/
+1
2016-11-30
btrfs: use new helpers to set uuids in eb
David Sterba
4
-34
/
+17
2016-11-30
btrfs: introduce helpers for updating eb uuids
David Sterba
2
-0
/
+24
2016-11-30
btrfs: delete unused member from superblock
David Sterba
1
-1
/
+0
2016-11-30
btrfs: remove trivial helper btrfs_find_tree_block
David Sterba
4
-15
/
+7
2016-11-30
btrfs: reada, remove pointless BUG_ON check for fs_info
David Sterba
1
-1
/
+0
2016-11-30
btrfs: reada, remove pointless BUG_ON in reada_find_extent
David Sterba
1
-1
/
+0
2016-11-30
btrfs: reada, sink start parameter to btree_readahead_hook
David Sterba
3
-9
/
+5
2016-11-30
btrfs: reada, remove unused parameter from __readahead_hook
David Sterba
1
-4
/
+4
2016-11-30
btrfs: reada, cleanup remove unneeded variable in __readahead_hook
David Sterba
1
-5
/
+1
2016-11-30
btrfs: rename helper macros for qgroup and aux data casts
David Sterba
1
-14
/
+21
2016-11-30
btrfs: remove stale comment from btrfs_statfs
David Sterba
1
-4
/
+0
2016-11-30
btrfs: remove unused headers, statfs.h
David Sterba
3
-3
/
+0
2016-11-30
btrfs: remove useless comments
Xiaoguang Wang
1
-10
/
+3
2016-11-30
btrfs: make block group flags in balance printks human-readable
Adam Borowski
1
-3
/
+40
2016-11-30
Btrfs: deal with existing encompassing extent map in btrfs_get_extent()
Omar Sandoval
1
-3
/
+3
2016-11-30
btrfs: add necessary comments about tickets_id
Wang Xiaoguang
1
-0
/
+4
2016-11-29
btrfs: cleanup: use already calculated value in btrfs_should_throttle_delayed...
Wang Xiaoguang
1
-1
/
+1
2016-11-29
btrfs: don't abuse REQ_OP_* flags for btrfs_map_block
Christoph Hellwig
9
-49
/
+70
2016-11-25
Btrfs: fix qgroup rescan worker initialization
Filipe Manana
1
-4
/
+1
2016-11-23
Btrfs: fix emptiness check for dirtied extent buffers at check_leaf()
Filipe Manana
1
-1
/
+12
2016-11-23
Btrfs: fix BUG_ON in btrfs_mark_buffer_dirty
Liu Bo
1
-3
/
+7
2016-11-19
Btrfs: remove rb_node field from the delayed ref node structure
Filipe Manana
1
-6
/
+0
2016-11-19
Btrfs: remove unused code when creating and merging reloc trees
Filipe Manana
1
-19
/
+0
2016-11-19
Btrfs: fix relocation incorrectly dropping data references
Filipe Manana
1
-3
/
+12
2016-11-05
Merge branch 'for-4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/k...
Linus Torvalds
5
-9
/
+29
2016-11-01
Merge branch 'for-4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/k...
Chris Mason
5
-9
/
+29
2016-11-01
block,fs: use REQ_* flags directly
Christoph Hellwig
6
-19
/
+15
2016-11-01
btrfs: use op_is_sync to check for synchronous requests
Christoph Hellwig
2
-2
/
+2
2016-10-28
Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-14
/
+64
2016-10-28
block: better op and flags encoding
Christoph Hellwig
1
-3
/
+2
2016-10-27
btrfs: fix races on root_log_ctx lists
Chris Mason
1
-14
/
+6
2016-10-24
btrfs: fix WARNING in btrfs_select_ref_head()
Wang Xiaoguang
1
-0
/
+3
2016-10-24
Btrfs: remove some no-op casts
Dan Carpenter
1
-4
/
+4
2016-10-24
btrfs: pass correct args to btrfs_async_run_delayed_refs()
Wang Xiaoguang
1
-2
/
+2
[prev]
[next]