index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
|
*
|
|
btrfs: reada: Pass reada_extent into __readahead_hook directly
Zhao Lei
2016-02-18
1
-21
/
+24
|
|
|
*
|
|
btrfs: reada: move reada_extent_put to place after __readahead_hook()
Zhao Lei
2016-02-18
1
-2
/
+2
|
|
|
*
|
|
btrfs: reada: Remove level argument in severial functions
Zhao Lei
2016-02-18
1
-9
/
+6
|
|
|
*
|
|
btrfs: reada: bypass adding extent when all zone failed
Zhao Lei
2016-02-18
1
-0
/
+5
|
|
|
*
|
|
btrfs: reada: add all reachable mirrors into reada device list
Zhao Lei
2016-02-18
1
-11
/
+9
|
|
|
*
|
|
btrfs: reada: Move is_need_to_readahead contition earlier
Zhao Lei
2016-02-18
1
-11
/
+9
|
|
|
*
|
|
btrfs: reada: Avoid many times of empty loop
Zhao Lei
2016-02-16
1
-1
/
+1
|
|
|
*
|
|
btrfs: reada: Add missed segment checking in reada_find_zone
Zhao Lei
2016-02-16
1
-1
/
+3
|
|
|
*
|
|
btrfs: reada: reduce additional fs_info->reada_lock in reada_find_zone
Zhao Lei
2016-02-16
1
-8
/
+4
|
|
|
*
|
|
btrfs: reada: Fix in-segment calculation for reada
Zhao Lei
2016-02-16
1
-2
/
+2
|
|
|
|
/
/
|
|
*
|
|
Merge branch 'foreign/qu/norecovery-v7' into for-chris-4.6
David Sterba
2016-02-26
3
-15
/
+51
|
|
|
\
\
\
|
|
|
*
|
|
btrfs: Introduce new mount option alias for nologreplay
Qu Wenruo
2016-02-12
1
-1
/
+3
|
|
|
*
|
|
btrfs: Introduce new mount option to disable tree log replay
Qu Wenruo
2016-02-12
3
-7
/
+32
|
|
|
*
|
|
btrfs: Introduce new mount option usebackuproot to replace recovery
Qu Wenruo
2016-02-12
3
-8
/
+17
|
|
|
|
/
/
|
|
*
|
|
Merge branch 'dev/rename-keys' into for-chris-4.6
David Sterba
2016-02-26
3
-12
/
+64
|
|
|
\
\
\
|
|
|
*
|
|
btrfs: teach print_leaf about temporary item subtypes
David Sterba
2016-02-11
1
-0
/
+11
|
|
|
*
|
|
btrfs: teach print_leaf about permanent item subtypes
David Sterba
2016-02-11
1
-2
/
+10
|
|
|
*
|
|
btrfs: switch dev stats item to the permanent item key
David Sterba
2016-02-11
2
-5
/
+8
|
|
|
*
|
|
btrfs: introduce key type for persistent permanent items
David Sterba
2016-02-11
1
-3
/
+17
|
|
|
*
|
|
btrfs: switch balance item to the temporary item key
David Sterba
2016-02-11
1
-3
/
+3
|
|
|
*
|
|
btrfs: introduce key type for persistent temporary items
David Sterba
2016-02-11
1
-0
/
+16
|
|
|
|
/
/
|
|
*
|
|
Merge branch 'dev/gfp-flags' into for-chris-4.6
David Sterba
2016-02-26
10
-56
/
+60
|
|
|
\
\
\
|
|
|
*
|
|
btrfs: switch to kcalloc in btrfs_cmp_data_prepare
David Sterba
2016-02-11
1
-2
/
+2
|
|
|
*
|
|
btrfs: extent same: use GFP_KERNEL for page array allocations
David Sterba
2016-02-11
1
-2
/
+2
|
|
|
*
|
|
btrfs: device add and remove: use GFP_KERNEL
David Sterba
2016-02-11
1
-4
/
+5
|
|
|
*
|
|
btrfs: readdir: use GFP_KERNEL
David Sterba
2016-02-11
1
-1
/
+1
|
|
|
*
|
|
btrfs: fallocate: use GFP_KERNEL
David Sterba
2016-02-11
1
-3
/
+3
|
|
|
*
|
|
btrfs: let callers of btrfs_alloc_root pass gfp flags
David Sterba
2016-02-11
1
-10
/
+11
|
|
|
*
|
|
btrfs: scrub: use GFP_KERNEL on the submission path
David Sterba
2016-02-11
2
-12
/
+14
|
|
|
*
|
|
btrfs: reada: use GFP_KERNEL everywhere
David Sterba
2016-02-11
1
-5
/
+5
|
|
|
*
|
|
btrfs: send: use GFP_KERNEL everywhere
David Sterba
2016-02-11
2
-19
/
+19
|
|
|
|
/
/
|
|
*
|
|
Merge branch 'chandan/prep-subpage-blocksize' into for-chris-4.6
David Sterba
2016-02-26
7
-165
/
+321
|
|
|
\
\
\
|
|
|
|
/
/
|
|
|
/
|
|
|
|
|
*
|
Btrfs: btrfs_ioctl_clone: Truncate complete page after performing clone opera...
Chandan Rajendra
2016-02-01
1
-2
/
+3
|
|
|
*
|
Btrfs: Clean pte corresponding to page straddling i_size
Chandan Rajendra
2016-02-01
2
-3
/
+11
|
|
|
*
|
Btrfs: Fix block size returned to user space
Chandan Rajendra
2016-02-01
1
-1
/
+0
|
|
|
*
|
Btrfs: Limit inline extents to root->sectorsize
Chandan Rajendra
2016-02-01
1
-1
/
+1
|
|
|
*
|
Btrfs: btrfs_submit_direct_hook: Handle map_length < bio vector length
Chandan Rajendra
2016-02-01
1
-8
/
+17
|
|
|
*
|
Btrfs: Use (eb->start, seq) as search key for tree modification log
Chandan Rajendra
2016-02-01
1
-17
/
+17
|
|
|
*
|
Btrfs: Search for all ordered extents that could span across a page
Chandan Rajendra
2016-02-01
2
-8
/
+20
|
|
|
*
|
Btrfs: btrfs_page_mkwrite: Reserve space in sectorsized units
Chandan Rajendra
2016-02-01
1
-5
/
+30
|
|
|
*
|
Btrfs: fallocate: Work with sectorsized blocks
Chandan Rajendra
2016-02-01
3
-51
/
+55
|
|
|
*
|
Btrfs: Direct I/O read: Work on sectorsized blocks
Chandan Rajendra
2016-02-01
1
-23
/
+75
|
|
|
*
|
Btrfs: Compute and look up csums based on sectorsized blocks
Chandan Rajendra
2016-02-01
1
-33
/
+59
|
|
|
*
|
Btrfs: __btrfs_buffered_write: Reserve/release extents aligned to block size
Chandan Rajendra
2016-02-01
2
-13
/
+33
*
|
|
|
|
btrfs: use radix_tree_iter_retry()
Matthew Wilcox
2016-03-17
1
-2
/
+1
*
|
|
|
|
Merge tag 'v4.5-rc7' into x86/asm, to pick up SMAP fix
Ingo Molnar
2016-03-07
2
-1
/
+11
|
\
\
\
\
\
|
*
\
\
\
\
Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2016-03-04
1
-1
/
+9
|
|
\
\
\
\
\
|
|
|
/
/
/
/
|
|
/
|
|
|
|
|
|
*
|
|
|
Btrfs: fix loading of orphan roots leading to BUG_ON
Filipe Manana
2016-03-03
1
-1
/
+9
|
*
|
|
|
|
Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2016-02-19
1
-0
/
+2
|
|
\
\
\
\
\
|
|
|
/
/
/
/
|
|
|
|
|
/
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
|
*
|
|
Btrfs: fix direct IO requests not reporting IO error to user space
Filipe Manana
2016-02-16
1
-0
/
+2
[prev]
[next]