summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/backref.c
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: fix deadlock between fiemap and transaction commitsFilipe Manana2019-07-301-1/+1
* btrfs: fiemap: preallocate ulists for btrfs_check_sharedDavid Sterba2019-07-011-11/+6Star
* Btrfs: do not start a transaction during fiemapFilipe Manana2019-04-291-6/+10
* Btrfs: do not start a transaction at iterate_extent_inodes()Filipe Manana2019-04-291-6/+12
* btrfs: use BUG() instead of BUG_ON(1)Arnd Bergmann2019-04-291-2/+2
* btrfs: honor path->skip_locking in backref codeJosef Bacik2019-02-251-7/+13
* btrfs: replace btrfs_set_lock_blocking_rw with appropriate helpersDavid Sterba2019-02-251-2/+2
* btrfs: Fix typos in comments and stringsAndrea Gelmini2018-12-171-2/+2
* btrfs: Remove needless tree locking in iterate_inode_extrefsNikolay Borisov2018-12-171-5/+0Star
* btrfs: Remove needless tree locking in iterate_inode_refsNikolay Borisov2018-12-171-4/+0Star
* Btrfs: preftree: use rb_first_cachedLiu Bo2018-10-151-15/+17
* Btrfs: delayed-refs: use rb_first_cached for ref_treeLiu Bo2018-10-151-1/+1
* btrfs: Remove 'objectid' member from struct btrfs_rootMisono Tomohiro2018-10-151-2/+3
* btrfs: backref: Use ERR_CAST to return error codeMisono Tomohiro2018-08-061-1/+1
* btrfs: return EUCLEAN if extent_inline_ref type is invalidSu Yue2018-08-061-2/+2
* btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba2018-04-121-14/+1Star
* 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/+1Star
* 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/+13Star
* 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/+7Star
* btrfs: btrfs_check_shared should manage its own transactionEdmund Nadolski2017-08-161-11/+19
* btrfs: backref, cleanup __ namespace abuseJeff Mahoney2017-08-161-116/+109Star
* 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/+2Star
* 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/+2Star
* 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/+5Star
* 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