summaryrefslogtreecommitdiff
path: root/fs/btrfs/backref.c
Commit message (Expand)AuthorAge
* btrfs: remove spurious WARN_ON(ref->count < 0) in find_parent_nodesZygo Blaxell2018-02-02
* btrfs: make function update_share_count staticColin Ian King2018-01-22
* btrfs: track refs in a rb_tree instead of a listJosef Bacik2017-11-01
* btrfs: add a flag to iterate_inodes_from_logical to find all extent refs for ...Zygo Blaxell2017-11-01
* btrfs: remove delayed_ref_node from ref_headJosef Bacik2017-10-30
* Btrfs: convert to use btrfs_get_extent_inline_ref_typeLiu Bo2017-08-21
* btrfs: clean up extraneous computations in add_delayed_refsEdmund Nadolski2017-08-16
* btrfs: allow backref search checks for shared extentsEdmund Nadolski2017-08-16
* btrfs: add cond_resched() calls when resolving backrefsEdmund Nadolski2017-08-16
* btrfs: backref, add tracepoints for prelim_ref insertion and mergingJeff Mahoney2017-08-16
* btrfs: add a node counter to each of the rbtreesJeff Mahoney2017-08-16
* btrfs: convert prelimary reference tracking to use rbtreesEdmund Nadolski2017-08-16
* btrfs: remove ref_tree implementation from backref.cEdmund Nadolski2017-08-16
* btrfs: btrfs_check_shared should manage its own transactionEdmund Nadolski2017-08-16
* btrfs: backref, cleanup __ namespace abuseJeff Mahoney2017-08-16
* btrfs: backref, add unode_aux_to_inode_list helperJeff Mahoney2017-08-16
* btrfs: backref, constify some argumentsJeff Mahoney2017-08-16
* btrfs: use GFP_KERNEL in init_ipathDavid Sterba2017-06-19
* btrfs: replace hardcoded value with SEQ_LAST macroEdmund Nadolski2017-04-18
* btrfs: provide enumeration for __merge_refs mode argumentEdmund Nadolski2017-04-18
* btrfs: convert btrfs_delayed_ref_node.refs from atomic_t to refcount_tElena Reshetova2017-04-18
* btrfs: remove unused parameter from __add_inline_refsDavid Sterba2017-02-17
* Btrfs: pass delayed_refs directly to btrfs_find_delayed_ref_headLiu Bo2017-02-14
* btrfs: remove root parameter from transaction commit/end routinesJeff Mahoney2016-12-06
* btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney2016-12-06
* btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney2016-12-06
* btrfs: convert pr_* to btrfs_* where possibleJeff Mahoney2016-09-26
* btrfs: unsplit printed stringsJeff Mahoney2016-09-26
* btrfs: fix check_shared for fiemap ioctlLu Fengqi2016-09-26
* btrfs: backref: Fix soft lockup in __merge_refs functionQu Wenruo2016-08-25
* btrfs: tests, use BTRFS_FS_STATE_DUMMY_FS_INFO instead of dummy rootJeff Mahoney2016-07-26
* btrfs: Fix slab accounting flagsNikolay Borisov2016-07-26
* Merge branch 'cleanups-4.7' into for-chris-4.7-20160525David Sterba2016-05-25
|\
| * btrfs: fix string and comment grammatical issues and typosNicholas D Steeves2016-05-25
* | Btrfs: fix fspath error deallocationVincent Stehlé2016-05-10
|/
* Merge branch 'cleanups-4.6' into for-chris-4.6David Sterba2016-02-26
|\
| * btrfs: drop null testing before destroy functionsKinglong Mee2016-02-18
| * btrfs: remove open-coded swap() in backref.c:__merge_refsDave Jones2016-02-18
* | Btrfs: fix hang on extent buffer lock caused by the inode_paths ioctlFilipe Manana2016-02-05
|/
* btrfs: fix iterator with update error in backref.cGeliang Tang2016-01-15
* btrfs: use list_for_each_entry* in backref.cGeliang Tang2016-01-07
* Btrfs: use btrfs_get_fs_root in resolve_indirect_refJosef Bacik2015-11-25
* btrfs: fix use after free iterating extrefsChris Mason2015-10-26
* Btrfs: fix qgroup sanity testsJosef Bacik2015-10-21
* Btrfs: fix warning in backref walkingLiu Bo2015-08-09
* Btrfs: teach backref walking about backrefs with underflowed offset valuesFilipe Manana2015-08-09
* btrfs: backref: Add special time_seq == (u64)-1 case forQu Wenruo2015-06-10
* btrfs: delayed-ref: Use list to replace the ref_root in ref_head.Qu Wenruo2015-06-10
* btrfs: backref: Don't merge refs which are not for same block.Qu Wenruo2015-06-10
* Btrfs: fix up read_tree_block to return proper errorLiu Bo2015-06-03