index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
volumes.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-05
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-04
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
2017-04-18
Btrfs: create a helper for getting chunk map
Liu Bo
1
-108
/
+55
2017-04-18
btrfs: convert extent_map.refs from atomic_t to refcount_t
Elena Reshetova
1
-1
/
+1
2017-04-18
btrfs: convert btrfs_bio.refs from atomic_t to refcount_t
Elena Reshetova
1
-4
/
+4
2017-04-18
btrfs: fix a bogus warning when converting only data or metadata
Adam Borowski
1
-3
/
+9
2017-04-14
Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2017-04-11
Btrfs: fix potential use-after-free for cloned bio
Liu Bo
1
-1
/
+1
2017-03-02
Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-9
/
+12
2017-02-28
btrfs: handle allocation error in update_dev_stat_item
David Sterba
1
-1
/
+2
2017-02-28
btrfs: constify device path passed to relevant helpers
David Sterba
1
-8
/
+10
2017-02-25
Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-11
/
+7
2017-02-17
btrfs: remove unused parameter from init_first_rw_device
David Sterba
1
-5
/
+3
2017-02-17
btrfs: remove unused parameter from __btrfs_alloc_chunk
David Sterba
1
-6
/
+4
2017-02-02
block: Get rid of blk_get_backing_dev_info()
Jan Kara
1
-1
/
+1
2016-12-16
Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-432
/
+413
2016-12-06
btrfs: opencode chunk locking, remove helpers
David Sterba
1
-35
/
+35
2016-12-06
btrfs: remove root parameter from transaction commit/end routines
Jeff Mahoney
1
-17
/
+16
2016-12-06
btrfs: take an fs_info directly when the root is not used otherwise
Jeff Mahoney
1
-92
/
+67
2016-12-06
btrfs: root->fs_info cleanup, add fs_info convenience variables
Jeff Mahoney
1
-254
/
+257
2016-12-06
btrfs: root->fs_info cleanup, lock/unlock_chunks
Jeff Mahoney
1
-35
/
+35
2016-12-06
btrfs: pull node/sector/stripe sizes out of root and into fs_info
Jeff Mahoney
1
-19
/
+22
2016-12-06
btrfs: root->fs_info cleanup, use fs_info->dev_root everywhere
Jeff Mahoney
1
-21
/
+20
2016-12-06
btrfs: btrfs_init_new_device should use fs_info->dev_root
Jeff Mahoney
1
-1
/
+2
2016-12-06
btrfs: call functions that always use the same root with fs_info instead
Jeff Mahoney
1
-21
/
+26
2016-12-06
btrfs: call functions that overwrite their root parameter with fs_info
Jeff Mahoney
1
-31
/
+25
2016-11-30
btrfs: remove constant parameter to memset_extent_buffer and rename it
David Sterba
1
-1
/
+1
2016-11-30
btrfs: use new helpers to set uuids in eb
David Sterba
1
-2
/
+2
2016-11-29
btrfs: don't abuse REQ_OP_* flags for btrfs_map_block
Christoph Hellwig
1
-28
/
+30
2016-11-01
block,fs: use REQ_* flags directly
Christoph Hellwig
1
-1
/
+1
[next]