btrfs: fix match incorrectly in dev_args_match_device
[linux-2.6-microblaze.git] / fs /
2022-11-07 Liu Shixinbtrfs: fix match incorrectly in dev_args_match_device
2022-11-02 Filipe Mananabtrfs: fix inode reserve space leak due to nowait buffe...
2022-11-02 Filipe Mananabtrfs: fix nowait buffered write returning -ENOSPC
2022-11-02 Filipe Mananabtrfs: remove pointless and double ulist frees in error...
2022-11-02 Filipe Mananabtrfs: fix ulist leaks in error paths of qgroup self...
2022-11-02 Filipe Mananabtrfs: fix inode list leak during backref walking at...
2022-11-02 Filipe Mananabtrfs: fix inode list leak during backref walking at...
2022-10-31 Filipe Mananabtrfs: fix lost file sync on direct IO write with nowai...
2022-10-31 Christophe JAILLETbtrfs: fix a memory allocation failure test in btrfs_su...
2022-10-25 Qu Wenruobtrfs: don't use btrfs_chunk::sub_stripes from disk
2022-10-24 David Sterbabtrfs: fix type of parameter generation in btrfs_get_dentry
2022-10-24 BingJing Changbtrfs: send: fix send failure of a subcase of orphan...
2022-10-24 Qu Wenruobtrfs: make thaw time super block check to also verify...
2022-10-24 Josef Bacikbtrfs: fix tree mod log mishandling of reallocated...
2022-10-24 David Sterbabtrfs: reorder btrfs_bio for better packing
2022-10-24 Qu Wenruobtrfs: raid56: avoid double freeing for rbio if full_st...
2022-10-24 Qu Wenruobtrfs: raid56: properly handle the error when unable...
2022-10-11 Filipe Mananabtrfs: ignore fiemap path cache if we have multiple...
2022-10-11 Filipe Mananabtrfs: fix processing of delayed tree block refs during...
2022-10-11 Filipe Mananabtrfs: fix processing of delayed data refs during backr...
2022-10-11 David Sterbabtrfs: delete stale comments after merge conflict resol...
2022-10-11 Josef Bacikbtrfs: unlock locked extent area if we have contention
2022-10-11 David Sterbabtrfs: send: update command for protocol version check
2022-10-11 Boris Burkovbtrfs: send: allow protocol version 3 with CONFIG_BTRFS...
2022-10-07 Filipe Mananabtrfs: add missing path cache update during fiemap
2022-09-29 Tetsuo Handabtrfs: set generation before calling btrfs_clean_tree_b...
2022-09-29 Filipe Mananabtrfs: drop extent map range more efficiently
2022-09-29 Filipe Mananabtrfs: avoid pointless extent map tree search when...
2022-09-29 Filipe Mananabtrfs: remove unnecessary next extent map search
2022-09-29 Filipe Mananabtrfs: remove unnecessary NULL pointer checks when...
2022-09-29 Filipe Mananabtrfs: assert tree is locked when clearing extent map...
2022-09-29 Filipe Mananabtrfs: remove unnecessary extent map initializations
2022-09-29 Filipe Mananabtrfs: remove the refcount warning/check at free_extent...
2022-09-29 Filipe Mananabtrfs: add helper to replace extent map range with...
2022-09-29 Filipe Mananabtrfs: move open coded extent map tree deletion out...
2022-09-29 Filipe Mananabtrfs: use cond_resched_rwlock_write() during inode...
2022-09-29 Filipe Mananabtrfs: use extent_map_end() at btrfs_drop_extent_map_ra...
2022-09-29 Filipe Mananabtrfs: move btrfs_drop_extent_cache() to extent_map.c
2022-09-29 Filipe Mananabtrfs: fix missed extent on fsync after dropping extent...
2022-09-29 Jeff Laytonbtrfs: remove stale prototype of btrfs_write_inode
2022-09-29 Stefan Roeschbtrfs: enable nowait async buffered writes
2022-09-29 Stefan Roeschbtrfs: assert nowait mode is not used for some btree...
2022-09-29 Stefan Roeschbtrfs: make btrfs_buffered_write nowait compatible
2022-09-29 Stefan Roeschbtrfs: plumb NOWAIT through the write path
2022-09-29 Stefan Roeschbtrfs: make lock_and_cleanup_extent_if_need nowait...
2022-09-29 Stefan Roeschbtrfs: make prepare_pages nowait compatible
2022-09-29 Josef Bacikbtrfs: make btrfs_check_nocow_lock nowait compatible
2022-09-29 Josef Bacikbtrfs: add btrfs_try_lock_ordered_range
2022-09-29 Josef Bacikbtrfs: add the ability to use NO_FLUSH for data reserva...
2022-09-29 Josef Bacikbtrfs: make can_nocow_extent nowait compatible
2022-09-26 Josef Bacikbtrfs: implement a nowait option for tree searches
2022-09-26 Qu Wenruobtrfs: relax block-group-tree feature dependency checks
2022-09-26 Qu Wenruobtrfs: move end_io_func argument to btrfs_bio_ctrl...
2022-09-26 Qu Wenruobtrfs: switch page and disk_bytenr argument position...
2022-09-26 Qu Wenruobtrfs: update the comment for submit_extent_page()
2022-09-26 Josef Bacikbtrfs: add struct declarations in dev-replace.h
2022-09-26 Josef Bacikbtrfs: use a runtime flag to indicate an inode is a...
2022-09-26 Josef Bacikbtrfs: open code and remove btrfs_insert_inode_hash...
2022-09-26 Josef Bacikbtrfs: open code and remove btrfs_inode_sectorsize...
2022-09-26 Josef Bacikbtrfs: move btrfs_ordered_sum_size into file-item.c
2022-09-26 Josef Bacikbtrfs: move the fs_info related helpers closer to fs_in...
2022-09-26 Josef Bacikbtrfs: move btrfs_csum_ptr to inode.c
2022-09-26 Josef Bacikbtrfs: move fs_info forward declarations to the top...
2022-09-26 Josef Bacikbtrfs: move btrfs_swapfile_pin into volumes.h
2022-09-26 Josef Bacikbtrfs: move btrfs_pinned_by_swapfile prototype into...
2022-09-26 Josef Bacikbtrfs: move btrfs_init_async_reclaim_work prototype...
2022-09-26 Josef Bacikbtrfs: move btrfs_full_stripe_locks_tree into block...
2022-09-26 Josef Bacikbtrfs: move btrfs_caching_type to block-group.h
2022-09-26 Christoph Hellwigbtrfs: stop tracking failed reads in the I/O tree
2022-09-26 Josef Bacikbtrfs: remove is_data_inode() checks in extent-io-tree.c
2022-09-26 Josef Bacikbtrfs: don't init io tree with private data for non...
2022-09-26 Josef Bacikbtrfs: replace delete argument with EXTENT_CLEAR_ALL_BITS
2022-09-26 Josef Bacikbtrfs: don't clear CTL bits when trying to release...
2022-09-26 Josef Bacikbtrfs: get rid of extent_io_tree::dirty_bytes
2022-09-26 Josef Bacikbtrfs: remove extent_io_tree::track_uptodate
2022-09-26 Josef Bacikbtrfs: unify the lock/unlock extent variants
2022-09-26 Josef Bacikbtrfs: drop extent_changeset from set_extent_bit
2022-09-26 Josef Bacikbtrfs: remove failed_start argument from set_extent_bit
2022-09-26 Josef Bacikbtrfs: remove the wake argument from clear_extent_bits
2022-09-26 Josef Bacikbtrfs: drop exclusive_bits from set_extent_bit
2022-09-26 Josef Bacikbtrfs: move extent io tree unrelated prototypes to...
2022-09-26 Josef Bacikbtrfs: use next_state/prev_state in merge_state
2022-09-26 Josef Bacikbtrfs: make tree_search_prev_next return extent_state's
2022-09-26 Josef Bacikbtrfs: make tree_search_for_insert return extent_state
2022-09-26 Josef Bacikbtrfs: make tree_search return struct extent_state
2022-09-26 Josef Bacikbtrfs: use next_state instead of rb_next where we can
2022-09-26 Josef Bacikbtrfs: remove struct tree_entry in extent-io-tree.c
2022-09-26 Josef Bacikbtrfs: unexport all the temporary exports for extent...
2022-09-26 Josef Bacikbtrfs: unexport btrfs_debug_check_extent_io_range
2022-09-26 Josef Bacikbtrfs: move core extent_io_tree functions to extent...
2022-09-26 Josef Bacikbtrfs: move a few exported extent_io_tree helpers to...
2022-09-26 Josef Bacikbtrfs: temporarily export and then move extent state...
2022-09-26 Josef Bacikbtrfs: temporarily export and move core extent_io_tree...
2022-09-26 Josef Bacikbtrfs: move btrfs_debug_check_extent_io_range into...
2022-09-26 Josef Bacikbtrfs: export wait_extent_bit
2022-09-26 Josef Bacikbtrfs: move simple extent bit helpers out of extent_io.c
2022-09-26 Josef Bacikbtrfs: convert BUG_ON(EXTENT_BIT_LOCKED) checks to...
2022-09-26 Josef Bacikbtrfs: move extent state init and alloc functions to...
2022-09-26 Josef Bacikbtrfs: temporarily export alloc_extent_state helpers
2022-09-26 Josef Bacikbtrfs: separate out the eb and extent state leak helpers
next