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