OSDN Git Service

btrfs: fix deadlock when reserving space during defrag
[uclinux-h8/linux.git] / fs / btrfs /
2022-01-24 Filipe Mananabtrfs: fix deadlock when reserving space during defrag
2022-01-19 Qu Wenruobtrfs: defrag: properly update range->start for autodefrag
2022-01-19 Qu Wenruobtrfs: defrag: fix wrong number of defragged sectors
2022-01-19 Filipe Mananabtrfs: allow defrag to be interruptible
2022-01-19 Filipe Mananabtrfs: fix too long loop when defragging a 1 byte file
2022-01-07 Qu Wenruobtrfs: output more debug messages for uncommitted trans...
2022-01-07 Filipe Mananabtrfs: respect the max size in the header when activati...
2022-01-07 Yang Libtrfs: fix argument list that the kdoc format and scrip...
2022-01-07 Su Yuebtrfs: remove unnecessary parameter type from compressi...
2022-01-07 Qu Wenruobtrfs: selftests: dump extent io tree if extent-io...
2022-01-07 Qu Wenruobtrfs: scrub: cleanup the argument list of scrub_stripe()
2022-01-07 Qu Wenruobtrfs: scrub: cleanup the argument list of scrub_chunk()
2022-01-07 Qu Wenruobtrfs: remove reada infrastructure
2022-01-07 Qu Wenruobtrfs: scrub: use btrfs_path::reada for extent tree...
2022-01-07 Qu Wenruobtrfs: scrub: remove the unnecessary path parameter...
2022-01-07 Nikolay Borisovbtrfs: refactor unlock_up
2022-01-07 Filipe Mananabtrfs: skip transaction commit after failure to create...
2022-01-07 Naohiro Aotabtrfs: zoned: fix chunk allocation condition for zoned...
2022-01-07 Naohiro Aotabtrfs: add extent allocator hook to decide to allocate...
2022-01-07 Naohiro Aotabtrfs: zoned: unset dedicated block group on allocation...
2022-01-07 Johannes Thumshirnbtrfs: zoned: drop redundant check for REQ_OP_ZONE_APPE...
2022-01-07 Johannes Thumshirnbtrfs: zoned: sink zone check into btrfs_repair_one_zone
2022-01-07 Johannes Thumshirnbtrfs: zoned: simplify btrfs_check_meta_write_pointer
2022-01-07 Johannes Thumshirnbtrfs: zoned: encapsulate inode locking for zoned reloc...
2022-01-07 Anand Jainbtrfs: sysfs: add devinfo/fsid to retrieve actual fsid...
2022-01-07 Josef Bacikbtrfs: reserve extra space for the free space tree
2022-01-07 Josef Bacikbtrfs: include the free space tree in the global rsv...
2022-01-07 Qu Wenruobtrfs: scrub: merge SCRUB_PAGES_PER_RD_BIO and SCRUB_PA...
2022-01-07 Qu Wenruobtrfs: update SCRUB_MAX_PAGES_PER_BLOCK
2022-01-07 Josef Bacikbtrfs: do not check -EAGAIN when truncating inodes...
2022-01-07 Josef Bacikbtrfs: make should_throttle loop local in btrfs_truncat...
2022-01-07 Josef Bacikbtrfs: combine extra if statements in btrfs_truncate_in...
2022-01-07 Josef Bacikbtrfs: convert BUG() for pending_del_nr into an ASSERT
2022-01-07 Josef Bacikbtrfs: convert BUG_ON() in btrfs_truncate_inode_items...
2022-01-07 Josef Bacikbtrfs: add inode to truncate control
2022-01-07 Josef Bacikbtrfs: pass the ino via truncate control
2022-01-07 Josef Bacikbtrfs: use a flag to control when to clear the file...
2022-01-07 Josef Bacikbtrfs: control extent reference updates with a control...
2022-01-07 Josef Bacikbtrfs: only call inode_sub_bytes in truncate paths...
2022-01-07 Josef Bacikbtrfs: only update i_size in truncate paths that care
2022-01-07 Josef Bacikbtrfs: add truncate control struct
2022-01-07 Josef Bacikbtrfs: remove found_extent from btrfs_truncate_inode_items
2022-01-07 Josef Bacikbtrfs: move btrfs_kill_delayed_inode_items into evict
2022-01-07 Josef Bacikbtrfs: remove free space cache inode check in btrfs_tru...
2022-01-07 Josef Bacikbtrfs: move extent locking outside of btrfs_truncate_in...
2022-01-07 Josef Bacikbtrfs: move btrfs_truncate_inode_items to inode-item.c
2022-01-07 Josef Bacikbtrfs: add an inode-item.h
2022-01-07 Filipe Mananabtrfs: remove stale comment about locking at btrfs_sear...
2022-01-07 Filipe Mananabtrfs: remove BUG_ON() after splitting leaf
2022-01-07 Filipe Mananabtrfs: move leaf search logic out of btrfs_search_slot()
2022-01-07 Filipe Mananabtrfs: remove useless condition check before splitting...
2022-01-07 Filipe Mananabtrfs: try to unlock parent nodes earlier when insertin...
2022-01-07 Filipe Mananabtrfs: allow generic_bin_search() to take low boundary...
2022-01-07 Josef Bacikbtrfs: check the root node for uptodate before returning it
2022-01-07 Nikolay Borisovbtrfs: allow device add if balance is paused
2022-01-07 Nikolay Borisovbtrfs: make device add compatible with paused balance...
2022-01-07 Nikolay Borisovbtrfs: introduce exclusive operation BALANCE_PAUSED...
2022-01-07 Filipe Mananabtrfs: make send work with concurrent block group reloc...
2022-01-03 Nikolay Borisovbtrfs: change name and type of private member of btrfs_...
2022-01-03 Nikolay Borisovbtrfs: make __btrfs_add_free_space take just block...
2022-01-03 Nikolay Borisovbtrfs: consolidate unlink_free_space/__unlink_free_spac...
2022-01-03 Nikolay Borisovbtrfs: consolidate bitmap_clear_bits/__bitmap_clear_bits
2022-01-03 Josef Bacikbtrfs: track the csum, extent, and free space trees...
2022-01-03 Josef Bacikbtrfs: remove useless WARN_ON in record_root_in_trans
2022-01-03 Josef Bacikbtrfs: stop accessing ->free_space_root directly
2022-01-03 Josef Bacikbtrfs: stop accessing ->csum_root directly
2022-01-03 Josef Bacikbtrfs: set BTRFS_FS_STATE_NO_CSUMS if we fail to load...
2022-01-03 Josef Bacikbtrfs: fix csum assert to check objectid of the root
2022-01-03 Josef Bacikbtrfs: stop accessing ->extent_root directly
2022-01-03 Josef Bacikbtrfs: init root block_rsv at init root time
2022-01-03 Josef Bacikbtrfs: don't use the extent_root in flush_space
2022-01-03 Josef Bacikbtrfs: don't use extent_root in iterate_extent_inodes
2022-01-03 Josef Bacikbtrfs: don't use the extent root in btrfs_chunk_alloc_a...
2022-01-03 Josef Bacikbtrfs: remove unnecessary extent root check in btrfs_de...
2022-01-03 Josef Bacikbtrfs: do not special case the extent root for switch...
2022-01-03 Josef Bacikbtrfs: use chunk_root in find_free_extent_update_loop
2022-01-03 Josef Bacikbtrfs: make remove_extent_backref pass the root
2022-01-03 Josef Bacikbtrfs: add a btrfs_block_group_root() helper
2022-01-03 Josef Bacikbtrfs: remove BUG_ON(!eie) in find_parent_nodes
2022-01-03 Josef Bacikbtrfs: remove BUG_ON() in find_parent_nodes()
2022-01-03 Josef Bacikbtrfs: remove SANITY_TESTS check form find_parent_nodes
2022-01-03 Josef Bacikbtrfs: move comment in find_parent_nodes()
2022-01-03 Josef Bacikbtrfs: pass the root to add_keyed_refs
2022-01-03 Josef Bacikbtrfs: remove trans_handle->root
2022-01-03 Josef Bacikbtrfs: pass fs_info to trace_btrfs_transaction_commit
2022-01-03 Josef Bacikbtrfs: rework async transaction committing
2022-01-03 Josef Bacikbtrfs: remove unused BTRFS_FS_BARRIER flag
2022-01-03 Nikolay Borisovbtrfs: eliminate if in main loop in tree_search_offset
2022-01-03 Qu Wenruobtrfs: don't check stripe length if the profile is...
2022-01-03 Nikolay Borisovbtrfs: get next entry in tree_search_offset before...
2022-01-03 Josef Bacikbtrfs: add self test for bytes_index free space cache
2022-01-03 Josef Bacikbtrfs: index free space entries on size
2022-01-03 Josef Bacikbtrfs: only use ->max_extent_size if it is set in the...
2022-01-03 Qu Wenruobtrfs: remove unnecessary @nr_written parameters
2022-01-03 Josef Bacikbtrfs: change root to fs_info for btrfs_reserve_metadat...
2022-01-03 Josef Bacikbtrfs: get rid of root->orphan_cleanup_state
2022-01-03 Josef Bacikbtrfs: remove global rsv stealing logic for orphan...
2022-01-03 Josef Bacikbtrfs: make BTRFS_RESERVE_FLUSH_EVICT use the global...
2022-01-03 Josef Bacikbtrfs: check ticket->steal in steal_from_global_block_rsv
2022-01-03 Josef Bacikbtrfs: check for priority ticket granting before flushing
next