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
/
disk-io.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-29
Merge branch 'for-4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+8
2017-09-26
Btrfs: do not backup tree roots when fsync
Liu Bo
1
-1
/
+8
2017-09-14
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-6
/
+6
2017-09-14
Merge branch 'zstd-minimal' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+2
2017-09-09
Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
1
-148
/
+94
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
-2
/
+2
2017-08-23
block: replace bi_bdev with a gendisk pointer and partitions index
Christoph Hellwig
1
-1
/
+1
2017-08-22
btrfs: submit superblock io with REQ_META and REQ_PRIO
David Sterba
1
-2
/
+3
2017-08-21
btrfs: Do not use data_alloc_cluster in ssd mode
Hans van Kranenburg
1
-4
/
+2
2017-08-21
btrfs: use btrfsic_submit_bio instead of submit_bio in write_dev_flush
Lu Fengqi
1
-1
/
+1
2017-08-18
btrfs: use appropriate define for the fsid
Anand Jain
1
-3
/
+3
2017-08-16
btrfs: drop chunk locks at the end of close_ctree
David Sterba
1
-2
/
+0
2017-08-16
btrfs: fix spelling of snapshotting
David Sterba
1
-1
/
+1
2017-08-16
btrfs: use named constant for bdev blocksize
David Sterba
1
-5
/
+6
2017-08-16
btrfs: split write_dev_supers to two functions
David Sterba
1
-56
/
+73
2017-08-16
btrfs: get fs_info from eb in btrfs_print_leaf, remove argument
David Sterba
1
-1
/
+1
2017-08-16
btrfs: Cleanup num_tolerated_disk_barrier_failures
Qu Wenruo
1
-54
/
+0
2017-08-16
btrfs: Allow barrier_all_devices to do chunk level device check
Qu Wenruo
1
-13
/
+3
2017-08-16
btrfs: Do chunk level check for degraded rw mount
Qu Wenruo
1
-8
/
+3
2017-08-15
btrfs: Add zstd support
Nick Terrell
1
-0
/
+2
2017-07-17
VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)
David Howells
1
-6
/
+6
2017-07-14
Merge branch 'for-4.13-part2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+1
2017-07-14
btrfs: cloned bios must not be iterated by bio_for_each_segment_all
David Sterba
1
-0
/
+1
2017-07-06
Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...
Linus Torvalds
1
-6
/
+6
2017-07-05
Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-96
/
+98
2017-06-21
btrfs: move dev stats accounting out of wait_dev_flush
David Sterba
1
-8
/
+3
2017-06-21
btrfs: account as waiting for IO, while waiting fot the flush bio completion
David Sterba
1
-1
/
+1
2017-06-21
btrfs: preallocate device flush bio
David Sterba
1
-18
/
+7
2017-06-20
percpu_counter: Rename __percpu_counter_add to percpu_counter_add_batch
Nikolay Borisov
1
-6
/
+6
2017-06-20
btrfs: move fs_info::fs_frozen to the flags
David Sterba
1
-1
/
+0
2017-06-19
btrfs: wait part of the write_dev_flush() can be separated out
Anand Jain
1
-28
/
+31
2017-06-19
btrfs: remove redundant null bdev counting during flush submission
Anand Jain
1
-5
/
+2
2017-06-19
btrfs: write_dev_flush does not return ENOMEM anymore
Anand Jain
1
-33
/
+5
2017-06-19
btrfs: sink gfp parameter to btrfs_io_bio_alloc
David Sterba
1
-1
/
+1
2017-06-19
btrfs: btrfs_io_bio_alloc never fails, skip error handling
David Sterba
1
-3
/
+0
2017-06-19
btrfs: use generic slab for for btrfs_transaction
David Sterba
1
-5
/
+0
2017-06-19
btrfs: btrfs_wait_tree_block_writeback can be void return
Jeff Layton
1
-3
/
+3
2017-06-19
btrfs: remove unused member list from btrfs_end_io_wq
David Sterba
1
-1
/
+0
2017-06-19
btrfs: remove unused member list from async_submit_bio
David Sterba
1
-1
/
+0
2017-06-19
Btrfs: replace tree->mapping with tree->private_data
Josef Bacik
1
-21
/
+29
2017-06-19
btrfs: Convert fs_info->free_chunk_space to atomic64_t
Nikolay Borisov
1
-2
/
+1
2017-06-19
btrfs: add framework to handle device flush error as a volume
Anand Jain
1
-4
/
+53
2017-06-12
Merge tag 'v4.12-rc5' into for-4.13/block
Jens Axboe
1
-4
/
+6
2017-06-10
Merge branch 'for-linus-4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-4
/
+6
2017-06-09
block: switch bios to blk_status_t
Christoph Hellwig
1
-38
/
+37
2017-05-16
btrfs: Make flush bios explicitely sync
Jan Kara
1
-4
/
+6
2017-05-10
Merge branch 'for-linus-4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-6
/
+7
2017-05-04
btrfs: fix the gfp_mask for the reada_zones radix tree
Chris Mason
1
-1
/
+1
2017-05-01
Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-29
/
+7
[next]