index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
volumes.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2017-09-15
1
-2
/
+2
|
\
|
*
VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)
David Howells
2017-07-17
1
-2
/
+2
*
|
Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
2017-09-09
1
-147
/
+149
|
\
\
|
*
|
btrfs: remove superfluous chunk_tree argument from btrfs_alloc_dev_extent
Nikolay Borisov
2017-08-21
1
-7
/
+5
|
*
|
btrfs: Remove chunk_objectid parameter of btrfs_alloc_dev_extent
Nikolay Borisov
2017-08-21
1
-4
/
+4
|
*
|
btrfs: Remove extraneous chunk_objectid variable
Nikolay Borisov
2017-08-21
1
-10
/
+6
|
*
|
btrfs: Remove chunk_objectid argument from btrfs_make_block_group
Nikolay Borisov
2017-08-21
1
-3
/
+1
|
*
|
btrfs: Remove redundant setting of uuid in btrfs_block_header
Nikolay Borisov
2017-08-21
1
-2
/
+0
|
*
|
btrfs: Remove unused sectorsize variable from struct map_lookup
Nikolay Borisov
2017-08-18
1
-2
/
+0
|
*
|
btrfs: use appropriate define for the fsid
Anand Jain
2017-08-18
1
-8
/
+8
|
*
|
btrfs: use named constant for bdev blocksize
David Sterba
2017-08-16
1
-3
/
+3
|
*
|
btrfs: refactor find_device helper
David Sterba
2017-08-16
1
-6
/
+13
|
*
|
btrfs: merge alloc_device helpers
David Sterba
2017-08-16
1
-25
/
+11
|
*
|
btrfs: Remove unused parameters from volume.c functions
Nikolay Borisov
2017-08-16
1
-5
/
+2
|
*
|
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: Enhance message when a device is missing during mount
Qu Wenruo
2017-08-16
1
-7
/
+17
|
*
|
btrfs: Cleanup num_tolerated_disk_barrier_failures
Qu Wenruo
2017-08-16
1
-17
/
+0
|
*
|
btrfs: Introduce a function to check if all chunks a OK for degraded rw mount
Qu Wenruo
2017-08-16
1
-0
/
+58
|
*
|
btrfs: Prevent possible ERR_PTR() dereference
Nikolay Borisov
2017-08-16
1
-10
/
+12
|
*
|
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.14/block' of git://git.kernel.dk/linux-block
Linus Torvalds
2017-09-07
1
-1
/
+1
|
\
\
\
|
*
|
|
block: replace bi_bdev with a gendisk pointer and partitions index
Christoph Hellwig
2017-08-23
1
-1
/
+1
|
|
/
/
*
/
/
Btrfs: fix blk_status_t/errno confusion
Omar Sandoval
2017-08-24
1
-5
/
+5
|
/
/
*
|
Merge branch 'for-4.13-part3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2017-07-28
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
btrfs: round down size diff when shrinking/growing device
Nikolay Borisov
2017-07-24
1
-2
/
+2
*
|
Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2017-07-06
1
-35
/
+39
|
\
|
|
*
btrfs: preallocate device flush bio
David Sterba
2017-06-21
1
-0
/
+12
|
*
btrfs: Round down values which are written for total_bytes_size
Nikolay Borisov
2017-06-20
1
-5
/
+13
|
*
btrfs: obsolete and remove mount option alloc_start
David Sterba
2017-06-20
1
-3
/
+1
|
*
btrfs: use GFP_KERNEL in btrfs_init_dev_replace_tgtdev
David Sterba
2017-06-19
1
-1
/
+1
|
*
btrfs: sink gfp parameter to btrfs_bio_clone
David Sterba
2017-06-19
1
-1
/
+1
|
*
btrfs: btrfs_bio_clone never fails, skip error handling
David Sterba
2017-06-19
1
-3
/
+2
|
*
btrfs: cleanup root usage by btrfs_get_alloc_profile
Jeff Mahoney
2017-06-19
1
-3
/
+2
|
*
btrfs: Convert fs_info->free_chunk_space to atomic64_t
Nikolay Borisov
2017-06-19
1
-19
/
+7
*
|
block: switch bios to blk_status_t
Christoph Hellwig
2017-06-09
1
-5
/
+6
|
/
*
btrfs: fix the gfp_mask for the reada_zones radix tree
Chris Mason
2017-05-05
1
-1
/
+1
*
btrfs: use q which is already obtained from bdev_get_queue
Anand Jain
2017-04-18
1
-4
/
+3
*
Btrfs: switch to div64_u64 if with a u64 divisor
Liu Bo
2017-04-18
1
-4
/
+4
*
btrfs: drop redundant parameters from btrfs_map_sblock
David Sterba
2017-04-18
1
-4
/
+2
*
btrfs: track exclusive filesystem operation in flags
David Sterba
2017-04-18
1
-3
/
+3
*
btrfs: preallocate radix tree node for readahead
David Sterba
2017-04-18
1
-1
/
+1
*
Btrfs: convert BUG_ON to WARN_ON
Liu Bo
2017-04-18
1
-2
/
+2
*
Btrfs: helper for ops that requires full stripe
Liu Bo
2017-04-18
1
-8
/
+10
*
Btrfs: do not add extra mirror when dev_replace target dev is not available
Liu Bo
2017-04-18
1
-3
/
+4
*
Btrfs: handle operations for device replace separately
Liu Bo
2017-04-18
1
-81
/
+98
*
Btrfs: introduce a function to get extra mirror from replace
Liu Bo
2017-04-18
1
-72
/
+89
*
Btrfs: separate DISCARD from __btrfs_map_block
Liu Bo
2017-04-18
1
-114
/
+175
[next]