btrfs: convert data_seqcount to seqcount_mutex_t
[linux-2.6-microblaze.git] / fs /
2020-10-27 Davidlohr Buesobtrfs: convert data_seqcount to seqcount_mutex_t
2020-10-27 Johannes Thumshirnbtrfs: don't fallback to buffered read if we don't...
2020-10-26 Josef Bacikbtrfs: add a helper to read the tree_root commit root...
2020-10-26 Josef Bacikbtrfs: drop the path before adding qgroup items when...
2020-10-26 Filipe Mananabtrfs: fix readahead hang and use-after-free after...
2020-10-26 Filipe Mananabtrfs: fix use-after-free on readahead extent after...
2020-10-26 Daniel Xubtrfs: tree-checker: validate number of chunk stripes...
2020-10-26 Pujin Shibtrfs: tree-checker: fix incorrect printk format
2020-10-26 Josef Bacikbtrfs: drop the path before adding block group sysfs...
2020-10-16 Filipe Mananabtrfs: fix relocation failure due to race with fallocate
2020-10-07 Nikolay Borisovbtrfs: rename BTRFS_INODE_ORDERED_DATA_CLOSE flag
2020-10-07 Madhuparna Bhowmikbtrfs: annotate device name rcu_string with __rcu
2020-10-07 Anand Jainbtrfs: skip devices without magic signature when mounting
2020-10-07 Josef Bacikbtrfs: cleanup cow block on error
2020-10-07 Goldwyn Rodriguesbtrfs: remove BTRFS_INODE_READDIO_NEED_LOCK
2020-10-07 Goldwyn Rodriguesfs: remove no longer used dio_end_io()
2020-10-07 Josef Bacikbtrfs: return error if we're unable to read device...
2020-10-07 Josef Bacikbtrfs: init device stats for seed devices
2020-10-07 Nikolay Borisovbtrfs: remove struct extent_io_ops
2020-10-07 Nikolay Borisovbtrfs: call submit_bio_hook directly for metadata pages
2020-10-07 Nikolay Borisovbtrfs: stop calling submit_bio_hook for data inodes
2020-10-07 Nikolay Borisovbtrfs: don't opencode is_data_inode in end_bio_extent_r...
2020-10-07 Nikolay Borisovbtrfs: call submit_bio_hook directly in submit_one_bio
2020-10-07 Nikolay Borisovbtrfs: remove extent_io_ops::readpage_end_io_hook
2020-10-07 Nikolay Borisovbtrfs: replace readpage_end_io_hook with direct calls
2020-10-07 Filipe Mananabtrfs: send, recompute reference path after orphanizati...
2020-10-07 Filipe Mananabtrfs: send, orphanize first all conflicting inodes...
2020-10-07 Qu Wenruobtrfs: tree-checker: fix false alert caused by legacy...
2020-10-07 David Sterbabtrfs: use unaligned helpers for stack and header set...
2020-10-07 David Sterbabtrfs: free-space-cache: use unaligned helpers to acces...
2020-10-07 David Sterbabtrfs: send: use helpers for unaligned access to header...
2020-10-07 Qu Wenruobtrfs: use own btree inode io_tree owner id
2020-10-07 Johannes Thumshirnbtrfs: reschedule when cloning lots of extents
2020-10-07 Denis Efremovbtrfs: use kvcalloc for allocation in btrfs_ioctl_send()
2020-10-07 Denis Efremovbtrfs: use kvzalloc() to allocate clone_roots in btrfs_...
2020-10-07 Nikolay Borisovbtrfs: remove inode argument from btrfs_start_ordered_e...
2020-10-07 Nikolay Borisovbtrfs: remove inode argument from add_pending_csums
2020-10-07 Nikolay Borisovbtrfs: sink inode argument in insert_ordered_extent_fil...
2020-10-07 Nikolay Borisovbtrfs: switch btrfs_remove_ordered_extent to btrfs_inode
2020-10-07 Nikolay Borisovbtrfs: clean BTRFS_I usage in btrfs_destroy_inode
2020-10-07 Nikolay Borisovbtrfs: open code extent_read_full_page to its sole...
2020-10-07 Nikolay Borisovbtrfs: sink mirror_num argument in __do_readpage
2020-10-07 Nikolay Borisovbtrfs: sink read_flags argument into extent_read_full_page
2020-10-07 Nikolay Borisovbtrfs: sink mirror_num argument in extent_read_full_page
2020-10-07 Nikolay Borisovbtrfs: promote extent_read_full_page to btrfs_readpage
2020-10-07 Nikolay Borisovbtrfs: remove mirror_num argument from extent_read_full...
2020-10-07 Nikolay Borisovbtrfs: remove btrfs_get_extent indirection from __do_re...
2020-10-07 Nikolay Borisovbtrfs: remove btree_get_extent
2020-10-07 Nikolay Borisovbtrfs: simplify metadata pages reading
2020-10-07 Nikolay Borisovbtrfs: remove btree_readpage
2020-10-07 Filipe Mananabtrfs: reschedule if necessary when logging directory...
2020-10-07 Josef Bacikbtrfs: do not create raid sysfs entries under any locks
2020-10-07 Josef Bacikbtrfs: kill the RCU protection for fs_info->space_info
2020-10-07 Nikolay Borisovbtrfs: improve error message in setup_items_for_insert
2020-10-07 Nikolay Borisovbtrfs: add kerneldoc for setup_items_for_insert
2020-10-07 Nikolay Borisovbtrfs: sink total_data parameter in setup_items_for_insert
2020-10-07 Nikolay Borisovbtrfs: eliminate total_size parameter from setup_items_...
2020-10-07 Nikolay Borisovbtrfs: re-arrange statements in setup_items_for_insert
2020-10-07 Omar Sandovalbtrfs: sysfs: export supported send stream version
2020-10-07 Omar Sandovalbtrfs: send: use btrfs_file_extent_end() in send_write_...
2020-10-07 Omar Sandovalbtrfs: send: avoid copying file data
2020-10-07 Omar Sandovalbtrfs: send: get rid of i_size logic in send_write()
2020-10-07 Filipe Mananabtrfs: rename btrfs_insert_clone_extent() to a more...
2020-10-07 Filipe Mananabtrfs: rename btrfs_punch_hole_range() to a more generi...
2020-10-07 Filipe Mananabtrfs: rename struct btrfs_clone_extent_info to a more...
2020-10-07 Filipe Mananabtrfs: remove item_size member of struct btrfs_clone_ex...
2020-10-07 Filipe Mananabtrfs: fix metadata reservation for fallocate that...
2020-10-07 YueHaibingbtrfs: remove unused function calc_global_rsv_need_space()
2020-10-07 Anand Jainbtrfs: move btrfs_dev_replace_update_device_in_mapping_...
2020-10-07 Anand Jainbtrfs: simplify gotos in open_seed_device
2020-10-07 Anand Jainbtrfs: remove unnecessary tmp variable in btrfs_assign_...
2020-10-07 Anand Jainbtrfs: remove tmp variable for list traversal in btrfs_...
2020-10-07 Anand Jainbtrfs: use sprout device_list_mutex in btrfs_init_devic...
2020-10-07 Anand Jainbtrfs: reada: lock all seed/sprout devices in __reada_s...
2020-10-07 Anand Jainbtrfs: handle errors in btrfs_sysfs_add_fs_devices
2020-10-07 Anand Jainbtrfs: initialize sysfs devid and device link for seed...
2020-10-07 Anand Jainbtrfs: split and refactor btrfs_sysfs_remove_devices_dir
2020-10-07 Anand Jainbtrfs: simplify parameters of btrfs_sysfs_add_devices_dir
2020-10-07 Anand Jainbtrfs: make btrfs_sysfs_remove_devices_dir return void
2020-10-07 Anand Jainbtrfs: add btrfs_sysfs_remove_device helper
2020-10-07 Anand Jainbtrfs: add btrfs_sysfs_add_device helper
2020-10-07 Anand Jainbtrfs: fix replace of seed device
2020-10-07 Anand Jainbtrfs: improve device scanning messages
2020-10-07 Josef Bacikbtrfs: pretty print leaked root name
2020-10-07 Goldwyn Rodriguesbtrfs: sysfs: export currently running exclusive operation
2020-10-07 Goldwyn Rodriguesbtrfs: enumerate the type of exclusive operation in...
2020-10-07 Josef Bacikbtrfs: sysfs: init devices outside of the chunk_mutex
2020-10-07 Nikolay Borisovbtrfs: make extent_fiemap take btrfs_inode
2020-10-07 Nikolay Borisovbtrfs: make btrfs_zero_range_check_range_boundary take...
2020-10-07 Nikolay Borisovbtrfs: make copy_inline_to_page take btrfs_inode
2020-10-07 Nikolay Borisovbtrfs: make btrfs_find_ordered_sum take btrfs_inode
2020-10-07 Nikolay Borisovbtrfs: make get_extent_skip_holes take btrfs_inode
2020-10-07 Nikolay Borisovbtrfs: make btrfs_writepage_endio_finish_ordered btrfs_...
2020-10-07 Nikolay Borisovbtrfs: make btrfs_invalidatepage work on btrfs_inode
2020-10-07 Nikolay Borisovbtrfs: convert btrfs_inode_sectorsize to take btrfs_inode
2020-10-07 Nikolay Borisovbtrfs: make btrfs_dec_test_ordered_pending take btrfs_inode
2020-10-07 Nikolay Borisovbtrfs: make ordered extent tracepoint take btrfs_inode
2020-10-07 Nikolay Borisovbtrfs: make btrfs_lookup_first_ordered_extent take...
2020-10-07 Nikolay Borisovbtrfs: make inode_tree_del take btrfs_inode
2020-10-07 Josef Bacikbtrfs: use BTRFS_NESTED_NEW_ROOT for double splits
next