index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
disk-io.c
Age
Commit message (
Expand
)
Author
2018-03-31
btrfs: Use sizeof directly instead of a constant variable
Nikolay Borisov
2018-03-31
btrfs: rename submit callbacks and drop double underscores
David Sterba
2018-03-31
btrfs: remove unused parameters from extent_submit_bio_done_t
David Sterba
2018-03-31
btrfs: remove unused parameters from extent_submit_bio_start_t
David Sterba
2018-03-31
btrfs: separate types for submit_bio_start and submit_bio_done
David Sterba
2018-03-26
btrfs: rename btrfs_close_extra_device to btrfs_free_extra_devids
Anand Jain
2018-03-26
btrfs: add more __cold annotations
David Sterba
2018-03-26
btrfs: Remove custom crc32c init code
Nikolay Borisov
2018-03-26
btrfs: tree-checker: Replace root parameter with fs_info
Qu Wenruo
2018-03-26
btrfs: Use schedule_timeout_interruptible
Nikolay Borisov
2018-03-26
btrfs: remove unused function btrfs_async_submit_limit()
Anand Jain
2018-03-26
btrfs: Document consistency of transaction->io_bgs list
Nikolay Borisov
2018-03-26
btrfs: Remove invalid null checks from btrfs_cleanup_dirty_bgs
Nikolay Borisov
2018-03-26
btrfs: manage thread_pool mount option as %u
Anand Jain
2018-03-26
btrfs: print error if primary super block write fails
Howard McLauchlan
2018-01-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2018-01-22
btrfs: fail mount when sb flag is not in BTRFS_SUPER_FLAG_SUPP
Anand Jain
2018-01-22
btrfs: define SUPER_FLAG_METADUMP_V2
Anand Jain
2018-01-22
btrfs: factor btrfs_check_rw_degradable() to check given device
Anand Jain
2018-01-22
btrfs: sink unlock_extent parameter gfp_flags
David Sterba
2018-01-22
btrfs: cleanup device states define BTRFS_DEV_STATE_FLUSH_SENT
Anand Jain
2018-01-22
btrfs: cleanup device states define BTRFS_DEV_STATE_MISSING
Anand Jain
2018-01-22
btrfs: cleanup device states define BTRFS_DEV_STATE_IN_FS_METADATA
Anand Jain
2018-01-22
btrfs: cleanup device states define BTRFS_DEV_STATE_WRITEABLE
Anand Jain
2018-01-22
btrfs: switch to on-stack csum buffer in csum_tree_block
David Sterba
2018-01-22
btrfs: sink get_extent parameter to read_extent_buffer_pages
David Sterba
2018-01-22
btrfs: use non-RCU list traversal in write_all_supers callees
David Sterba
2018-01-22
btrfs: Don't generate UUID for non-fs tree
Qu Wenruo
2018-01-12
error-injection: Add injectable error types
Masami Hiramatsu
2018-01-12
error-injection: Separate error-injection from kprobe
Masami Hiramatsu
2017-12-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2017-12-12
btrfs: make open_ctree error injectable
Josef Bacik
2017-12-07
Btrfs: disable FUA if mounted with nobarrier
Omar Sandoval
2017-11-28
btrfs: tree-checker: Fix false panic for sanity test
Qu Wenruo
2017-11-01
btrfs: track refs in a rb_tree instead of a list
Josef Bacik
2017-11-01
btrfs: make the delalloc block rsv per inode
Josef Bacik
2017-10-30
btrfs: Replace opencoded sizes with their symbolic constants
Nikolay Borisov
2017-10-30
btrfs: remove delayed_ref_node from ref_head
Josef Bacik
2017-10-30
Btrfs: add a extent ref verify tool
Josef Bacik
2017-10-30
Btrfs: remove nr_async_submits and async_submit_draining
Liu Bo
2017-10-30
Btrfs: remove nr_async_bios
Liu Bo
2017-10-30
btrfs: Move leaf and node validation checker to tree-checker.c
Qu Wenruo
2017-10-30
btrfs: Add checker for EXTENT_CSUM
Qu Wenruo
2017-10-30
btrfs: Add sanity check for EXTENT_DATA when reading out leaf
Qu Wenruo
2017-10-30
btrfs: Check if item pointer overlaps with the item itself
Qu Wenruo
2017-10-30
btrfs: Refactor check_leaf function for later expansion
Qu Wenruo
2017-10-30
Btrfs: remove bio_flags which indicates a meta block of log-tree
Liu Bo
2017-10-30
Btrfs: make plug in writing meta blocks really work
Liu Bo
2017-10-30
btrfs: copy fsid to super_block s_uuid
Anand Jain
2017-09-29
Merge branch 'for-4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
[next]