index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename superblock flags (MS_xyz -> SB_xyz)
Linus Torvalds
2017-11-27
5
-31
/
+31
*
Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2017-11-16
1
-24
/
+3
|
\
|
*
Pass mode to wait_on_atomic_t() action funcs and provide default actions
David Howells
2017-11-13
1
-24
/
+3
*
|
mm, pagevec: remove cold parameter for pagevecs
Mel Gorman
2017-11-15
1
-2
/
+2
*
|
mm: remove nr_pages argument from pagevec_lookup_{,range}_tag()
Jan Kara
2017-11-15
1
-3
/
+3
*
|
btrfs: use pagevec_lookup_range_tag()
Jan Kara
2017-11-15
1
-15
/
+4
*
|
Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
2017-11-14
48
-1547
/
+3315
|
\
\
|
|
/
|
/
|
|
*
btrfs: Fix bug for misused dev_t when lookup in dev state hash table.
Gu JinXiang
2017-11-01
1
-1
/
+1
|
*
Btrfs: heuristic: add Shannon entropy calculation
Timofey Titovets
2017-11-01
1
-1
/
+84
|
*
Btrfs: heuristic: add byte core set calculation
Timofey Titovets
2017-11-01
1
-0
/
+65
|
*
Btrfs: heuristic: add byte set calculation
Timofey Titovets
2017-11-01
1
-0
/
+45
|
*
Btrfs: heuristic: add detection of repeated data patterns
Timofey Titovets
2017-11-01
1
-1
/
+14
|
*
Btrfs: heuristic: implement sampling logic
Timofey Titovets
2017-11-01
1
-9
/
+62
|
*
Btrfs: heuristic: add bucket and sample counters and other defines
Timofey Titovets
2017-11-01
1
-1
/
+52
|
*
Btrfs: compression: separate heuristic/compression workspaces
Timofey Titovets
2017-11-01
1
-18
/
+121
|
*
btrfs: move btrfs_truncate_block out of trans handle
Josef Bacik
2017-11-01
1
-75
/
+45
|
*
btrfs: don't call btrfs_start_delalloc_roots in flushoncommit
Josef Bacik
2017-11-01
1
-1
/
+10
|
*
btrfs: track refs in a rb_tree instead of a list
Josef Bacik
2017-11-01
5
-67
/
+82
|
*
btrfs: add a comp_refs() helper
Josef Bacik
2017-11-01
1
-24
/
+30
|
*
btrfs: switch args for comp_*_refs
Josef Bacik
2017-11-01
1
-4
/
+4
|
*
btrfs: make the delalloc block rsv per inode
Josef Bacik
2017-11-01
6
-292
/
+141
|
*
btrfs: add tracepoints for outstanding extents mods
Josef Bacik
2017-11-01
1
-0
/
+2
|
*
Btrfs: rework outstanding_extents
Josef Bacik
2017-11-01
10
-156
/
+185
|
*
btrfs: increase output size for LOGICAL_INO_V2 ioctl
Zygo Blaxell
2017-11-01
1
-1
/
+2
|
*
btrfs: add a flags argument to LOGICAL_INO and call it LOGICAL_INO_V2
Zygo Blaxell
2017-11-01
1
-3
/
+23
|
*
btrfs: add a flag to iterate_inodes_from_logical to find all extent refs for ...
Zygo Blaxell
2017-11-01
8
-48
/
+73
|
*
btrfs: send: remove unused code
Nikolay Borisov
2017-11-01
1
-6
/
+0
|
*
btrfs: remove BUG_ON in btrfs_rm_dev_replace_free_srcdev()
Anand Jain
2017-11-01
1
-7
/
+8
|
*
btrfs: allow setting zlib compression level via :9
Adam Borowski
2017-11-01
2
-3
/
+4
|
*
btrfs: allow to set compression level for zlib
David Sterba
2017-11-01
8
-6
/
+59
|
*
btrfs: Replace opencoded sizes with their symbolic constants
Nikolay Borisov
2017-10-30
4
-4
/
+4
|
*
btrfs: Use bd_dev to generate index when dev_state_hashtable add items.
Gu JinXiang
2017-10-30
1
-1
/
+1
|
*
btrfs: fix false EIO for missing device
Anand Jain
2017-10-30
1
-1
/
+4
|
*
btrfs: use need_full_stripe() in __btrfs_map_block()
Anand Jain
2017-10-30
1
-10
/
+6
|
*
btrfs: cleanup extent locking sequence
Goldwyn Rodrigues
2017-10-30
1
-9
/
+7
|
*
btrfs: use BLK_STS defines where needed
Anand Jain
2017-10-30
3
-3
/
+4
|
*
btrfs: add assertions for releasing trans handle reservations
Josef Bacik
2017-10-30
1
-1
/
+4
|
*
btrfs: remove type argument from comp_tree_refs
Josef Bacik
2017-10-30
1
-6
/
+4
|
*
btrfs: remove delayed_ref_node from ref_head
Josef Bacik
2017-10-30
5
-167
/
+114
|
*
btrfs: move all ref head cleanup to the helper function
Josef Bacik
2017-10-30
1
-81
/
+64
|
*
btrfs: move ref_mod modification into the if (ref) logic
Josef Bacik
2017-10-30
1
-4
/
+2
|
*
btrfs: breakout empty head cleanup to a helper
Josef Bacik
2017-10-30
1
-34
/
+45
|
*
btrfs: move extent_op cleanup to a helper
Josef Bacik
2017-10-30
1
-37
/
+40
|
*
btrfs: add a helper to return a head ref
Josef Bacik
2017-10-30
1
-15
/
+14
|
*
Btrfs: only check delayed ref usage in should_end_transaction
Josef Bacik
2017-10-30
1
-2
/
+1
|
*
Btrfs: add a extent ref verify tool
Josef Bacik
2017-10-30
7
-0
/
+1138
|
*
btrfs: pass root to various extent ref mod functions
Josef Bacik
2017-10-30
8
-33
/
+37
|
*
btrfs: add ref-verify mount option
Josef Bacik
2017-10-30
2
-0
/
+18
|
*
btrfs: get rid of sector_t and use u64 offset in submit_extent_page
David Sterba
2017-10-30
1
-11
/
+12
|
*
btrfs: rename page offset parameter in submit_extent_page
David Sterba
2017-10-30
1
-4
/
+4
[next]