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: Remove unused parameters from volume.c functions
Nikolay Borisov
2017-08-16
4
-11
/
+5
*
btrfs: Remove unused variables
Nikolay Borisov
2017-08-16
1
-9
/
+0
*
btrfs: Remove find_raid56_stripe_len
Nikolay Borisov
2017-08-16
1
-20
/
+7
*
btrfs: Use explicit round_down macro in btrfs resize ioctl handler
Nikolay Borisov
2017-08-16
1
-2
/
+1
*
btrfs: btrfs_inherit_iflags() can be static
Anand Jain
2017-08-16
3
-32
/
+31
*
btrfs: Keep one more workspace around
Nick Terrell
2017-08-16
1
-1
/
+1
*
btrfs: drop newlines from strings when using btrfs_* helpers
David Sterba
2017-08-16
5
-6
/
+5
*
btrfs: qgroups: Fix BUG_ON condition in tree level check
Nikolay Borisov
2017-08-16
1
-1
/
+1
*
btrfs: Enhance message when a device is missing during mount
Qu Wenruo
2017-08-16
2
-7
/
+19
*
btrfs: Cleanup num_tolerated_disk_barrier_failures
Qu Wenruo
2017-08-16
4
-75
/
+0
*
btrfs: Allow barrier_all_devices to do chunk level device check
Qu Wenruo
2017-08-16
1
-13
/
+3
*
btrfs: Do chunk level check for degraded remount
Qu Wenruo
2017-08-16
1
-2
/
+1
*
btrfs: Do chunk level check for degraded rw mount
Qu Wenruo
2017-08-16
1
-8
/
+3
*
btrfs: Introduce a function to check if all chunks a OK for degraded rw mount
Qu Wenruo
2017-08-16
2
-0
/
+60
*
Btrfs: report errors when checksum is not found
Liu Bo
2017-08-16
1
-2
/
+0
*
btrfs: Prevent possible ERR_PTR() dereference
Nikolay Borisov
2017-08-16
1
-10
/
+12
*
btrfs: Remove redundant checks from btrfs_alloc_data_chunk_ondemand
Nikolay Borisov
2017-08-16
1
-9
/
+2
*
btrfs: Remove redundant argument of flush_space
Nikolay Borisov
2017-08-16
1
-9
/
+7
*
btrfs: resume qgroup rescan on rw remount
Aleksa Sarai
2017-08-16
1
-0
/
+2
*
btrfs: clean up extraneous computations in add_delayed_refs
Edmund Nadolski
2017-08-16
1
-17
/
+13
*
btrfs: allow backref search checks for shared extents
Edmund Nadolski
2017-08-16
1
-49
/
+115
*
btrfs: add cond_resched() calls when resolving backrefs
Edmund Nadolski
2017-08-16
1
-0
/
+3
*
btrfs: backref, add tracepoints for prelim_ref insertion and merging
Jeff Mahoney
2017-08-16
3
-58
/
+73
*
btrfs: add a node counter to each of the rbtrees
Jeff Mahoney
2017-08-16
1
-1
/
+5
*
btrfs: convert prelimary reference tracking to use rbtrees
Edmund Nadolski
2017-08-16
1
-157
/
+285
*
btrfs: remove ref_tree implementation from backref.c
Edmund Nadolski
2017-08-16
1
-348
/
+7
*
btrfs: btrfs_check_shared should manage its own transaction
Edmund Nadolski
2017-08-16
3
-33
/
+23
*
btrfs: backref, cleanup __ namespace abuse
Jeff Mahoney
2017-08-16
1
-116
/
+109
*
btrfs: backref, add unode_aux_to_inode_list helper
Jeff Mahoney
2017-08-16
1
-5
/
+11
*
btrfs: backref, constify some arguments
Jeff Mahoney
2017-08-16
1
-13
/
+16
*
btrfs: constify tracepoint arguments
Jeff Mahoney
2017-08-16
3
-8
/
+8
*
btrfs: struct-funcs, constify readers
Jeff Mahoney
2017-08-16
4
-89
/
+91
*
btrfs: remove unused sectorsize member
Nikolay Borisov
2017-08-16
4
-4
/
+1
*
btrfs: Be explicit about usage of min()
Nikolay Borisov
2017-08-16
1
-2
/
+2
*
btrfs: Use explicit round_down call rather than open-coding it
Nikolay Borisov
2017-08-16
1
-1
/
+1
*
btrfs: convert while loop to list_for_each_entry
Nikolay Borisov
2017-08-16
1
-9
/
+2
*
Merge branch 'for-4.13-part3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2017-07-28
3
-10
/
+8
|
\
|
*
btrfs: round down size diff when shrinking/growing device
Nikolay Borisov
2017-07-24
1
-2
/
+2
|
*
Btrfs: fix early ENOSPC due to delalloc
Omar Sandoval
2017-07-24
1
-4
/
+0
|
*
btrfs: fix lockup in find_free_extent with read-only block groups
Jeff Mahoney
2017-07-24
1
-2
/
+5
|
*
Btrfs: fix dir item validation when replaying xattr deletes
Filipe Manana
2017-07-19
1
-2
/
+1
*
|
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2017-07-15
1
-1
/
+0
|
\
\
|
*
|
VFS: Don't use save/replace_mount_options if not using generic_show_options
David Howells
2017-07-06
1
-1
/
+0
*
|
|
Merge branch 'for-4.13-part2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2017-07-15
7
-57
/
+88
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Btrfs: fix unexpected return value of bio_readpage_error
Liu Bo
2017-07-14
2
-8
/
+8
|
*
|
btrfs: btrfs_create_repair_bio never fails, skip error handling
David Sterba
2017-07-14
2
-8
/
+0
|
*
|
btrfs: cloned bios must not be iterated by bio_for_each_segment_all
David Sterba
2017-07-14
4
-0
/
+7
|
*
|
Btrfs: fix write corruption due to bio cloning on raid5/6
Filipe Manana
2017-07-13
1
-8
/
+18
|
*
|
Btrfs: incremental send, fix invalid memory access
Filipe Manana
2017-07-07
1
-3
/
+4
|
*
|
Btrfs: incremental send, fix invalid path for link commands
Filipe Manana
2017-07-07
1
-30
/
+51
[prev]
[next]