summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/backref.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba2018-04-121-14/+1
* btrfs: Validate child tree block's level and first keyQu Wenruo2018-03-311-2/+4
* btrfs: Remove unused op_key var from add_delayed_refsNikolay Borisov2018-03-311-4/+1
* btrfs: add more __cold annotationsDavid Sterba2018-03-261-1/+1
* btrfs: add missing initialization in btrfs_check_sharedEdmund Nadolski2018-03-141-0/+1
* btrfs: remove spurious WARN_ON(ref->count < 0) in find_parent_nodesZygo Blaxell2018-02-021-1/+10
* btrfs: make function update_share_count staticColin Ian King2018-01-221-1/+2
* btrfs: track refs in a rb_tree instead of a listJosef Bacik2017-11-011-1/+4
* btrfs: add a flag to iterate_inodes_from_logical to find all extent refs for ...Zygo Blaxell2017-11-011-25/+38
* btrfs: remove delayed_ref_node from ref_headJosef Bacik2017-10-301-2/+2
* Btrfs: convert to use btrfs_get_extent_inline_ref_typeLiu Bo2017-08-211-2/+9
* btrfs: clean up extraneous computations in add_delayed_refsEdmund Nadolski2017-08-161-17/+13
* btrfs: allow backref search checks for shared extentsEdmund Nadolski2017-08-161-49/+115
* btrfs: add cond_resched() calls when resolving backrefsEdmund Nadolski2017-08-161-0/+3
* btrfs: backref, add tracepoints for prelim_ref insertion and mergingJeff Mahoney2017-08-161-58/+60
* btrfs: add a node counter to each of the rbtreesJeff Mahoney2017-08-161-1/+5
* btrfs: convert prelimary reference tracking to use rbtreesEdmund Nadolski2017-08-161-157/+285
* btrfs: remove ref_tree implementation from backref.cEdmund Nadolski2017-08-161-348/+7
* btrfs: btrfs_check_shared should manage its own transactionEdmund Nadolski2017-08-161-11/+19
* btrfs: backref, cleanup __ namespace abuseJeff Mahoney2017-08-161-116/+109
* btrfs: backref, add unode_aux_to_inode_list helperJeff Mahoney2017-08-161-5/+11
* btrfs: backref, constify some argumentsJeff Mahoney2017-08-161-13/+16
* btrfs: use GFP_KERNEL in init_ipathDavid Sterba2017-06-191-5/+5
* btrfs: replace hardcoded value with SEQ_LAST macroEdmund Nadolski2017-04-181-8/+8
* btrfs: provide enumeration for __merge_refs mode argumentEdmund Nadolski2017-04-181-10/+13
* btrfs: convert btrfs_delayed_ref_node.refs from atomic_t to refcount_tElena Reshetova2017-04-181-1/+1
* btrfs: remove unused parameter from __add_inline_refsDavid Sterba2017-02-171-3/+2
* Btrfs: pass delayed_refs directly to btrfs_find_delayed_ref_headLiu Bo2017-02-141-1/+1
* btrfs: remove root parameter from transaction commit/end routinesJeff Mahoney2016-12-061-1/+1
* btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney2016-12-061-4/+2
* btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney2016-12-061-1/+1
* btrfs: convert pr_* to btrfs_* where possibleJeff Mahoney2016-09-261-16/+27
* btrfs: unsplit printed stringsJeff Mahoney2016-09-261-10/+5
* btrfs: fix check_shared for fiemap ioctlLu Fengqi2016-09-261-9/+352
* btrfs: backref: Fix soft lockup in __merge_refs functionQu Wenruo2016-08-251-0/+1
* btrfs: tests, use BTRFS_FS_STATE_DUMMY_FS_INFO instead of dummy rootJeff Mahoney2016-07-261-1/+1
* btrfs: Fix slab accounting flagsNikolay Borisov2016-07-261-1/+1
* Merge branch 'cleanups-4.7' into for-chris-4.7-20160525David Sterba2016-05-251-1/+1
|\
| * btrfs: fix string and comment grammatical issues and typosNicholas D Steeves2016-05-251-1/+1
* | Btrfs: fix fspath error deallocationVincent Stehlé2016-05-101-1/+1
|/
* Merge branch 'cleanups-4.6' into for-chris-4.6David Sterba2016-02-261-8/+4
|\
| * btrfs: drop null testing before destroy functionsKinglong Mee2016-02-181-2/+1
| * btrfs: remove open-coded swap() in backref.c:__merge_refsDave Jones2016-02-181-6/+3
* | Btrfs: fix hang on extent buffer lock caused by the inode_paths ioctlFilipe Manana2016-02-051-4/+6
|/
* btrfs: fix iterator with update error in backref.cGeliang Tang2016-01-151-5/+5
* btrfs: use list_for_each_entry* in backref.cGeliang Tang2016-01-071-17/+6
* Btrfs: use btrfs_get_fs_root in resolve_indirect_refJosef Bacik2015-11-251-1/+1
* btrfs: fix use after free iterating extrefsChris Mason2015-10-261-5/+3
* Btrfs: fix qgroup sanity testsJosef Bacik2015-10-211-0/+6
* Btrfs: fix warning in backref walkingLiu Bo2015-08-091-6/+2
OpenPOWER on IntegriCloud