aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/backref.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-26btrfs: fix use after free iterating extrefsChris Mason1-5/+3
2015-10-21Btrfs: fix qgroup sanity testsJosef Bacik1-0/+6
2015-08-09Btrfs: fix warning in backref walkingLiu Bo1-6/+2
2015-08-09Btrfs: teach backref walking about backrefs with underflowed offset valuesFilipe Manana1-2/+25
2015-06-10btrfs: backref: Add special time_seq == (u64)-1 case forQu Wenruo1-6/+29
2015-06-10btrfs: delayed-ref: Use list to replace the ref_root in ref_head.Qu Wenruo1-7/+2
2015-06-10btrfs: backref: Don't merge refs which are not for same block.Qu Wenruo1-3/+3
2015-06-03Btrfs: fix up read_tree_block to return proper errorLiu Bo1-2/+7
2015-05-19btrfs: clear 'ret' in btrfs_check_shared() loopMark Fasheh1-0/+17
2015-03-03btrfs: use explicit initializer for seq_elemDavid Sterba1-2/+2
2015-01-14btrfs: cleanup, remove inode_ref_info helperDavid Sterba1-11/+6
2015-01-14btrfs: cleanup, remove inode_item_info helperDavid Sterba1-11/+0
2015-01-02Btrfs: correctly get tree level in tree_backref_for_extentFilipe Manana1-3/+10
2014-10-02btrfs: remove parameter blocksize from read_tree_blockDavid Sterba1-4/+2
2014-09-17Btrfs: make fiemap not blow when you have lots of snapshotsJosef Bacik1-11/+98
2014-09-17btrfs: use nodesize everywhere, kill leafsizeDavid Sterba1-4/+4
2014-09-17btrfs: kill the key type accessor helpersDavid Sterba1-2/+2
2014-08-15Btrfs: Fix memory corruption by ulist_add_merge() on 32bit archTakashi Iwai1-6/+5
2014-08-15Btrfs: read lock extent buffer while walking backrefsFilipe Manana1-0/+3
2014-06-09Btrfs: fix scrub_print_warning to handle skinny metadata extentsLiu Bo1-11/+19
2014-06-09Btrfs: use right type to get real comparisonLiu Bo1-1/+1
2014-06-09Btrfs: don't check nodes for extent itemsJosef Bacik1-2/+3
2014-06-09Btrfs: add sanity tests for new qgroup accounting codeJosef Bacik1-0/+4
2014-04-06Btrfs: remove transaction from sendJosef Bacik1-6/+27
2014-03-21Btrfs: take into account total references when doing backref lookupJosef Bacik1-11/+18
2014-03-10Btrfs: skip locking when searching commit rootWang Shilong1-1/+3
2014-03-10Btrfs: switch to btrfs_previous_extent_item()Wang Shilong1-31/+6
2014-03-10Btrfs: only add roots if necessary in find_parent_nodes()Wang Shilong1-11/+3
2014-01-29Btrfs: fix memory leaks on walking backrefs failureWang Shilong1-7/+18
2014-01-29Btrfs: add a reschedule point in btrfs_find_all_roots()Wang Shilong1-0/+1
2014-01-29Btrfs: fix to catch all errors when resolving indirect refWang Shilong1-3/+9
2014-01-29Btrfs: fix protection between walking backrefs and root deletionWang Shilong1-1/+12
2014-01-28Btrfs: only process as many file extents as there are refsJosef Bacik1-8/+9
2014-01-28Btrfs: fix extent_from_logical to deal with skinny metadataJosef Bacik1-8/+33
2014-01-28Btrfs: attach delayed ref updates to delayed ref headsJosef Bacik1-12/+11
2014-01-28Btrfs: fix deadlock when iterating inode refs and running delayed inodesFilipe David Borba Manana1-7/+12
2014-01-28btrfs: bootstrap generic btrfs_find_item interfaceKelley Nielsen1-36/+4
2014-01-28btrfs: replace path->slots[0] with otherwise unused variable 'slot'Valentina Giusti1-2/+2
2013-11-11btrfs: Use WARN_ON()'s return value in place of WARN_ON(1)Dulshani Gunawardhana1-2/+1
2013-11-11Btrfs: fix a crash when running balance and defrag concurrentlyLiu Bo1-0/+3
2013-11-11btrfs: drop unused parameter from btrfs_item_nrRoss Kirk1-1/+1
2013-09-01Btrfs: allocate prelim_ref with a slab allocaterWang Shilong1-6/+27
2013-09-01Btrfs: pass gfp_t to __add_prelim_ref() to avoid always using GFP_ATOMICWang Shilong1-15/+15
2013-09-01Btrfs: Remove superfluous casts from u64 to unsigned long longGeert Uytterhoeven1-15/+9
2013-09-01Btrfs: get rid of sparse warningsStefan Behrens1-1/+1
2013-09-01Btrfs: fix possible memory leak in find_parent_nodes()Wang Shilong1-1/+1
2013-09-01Btrfs: add missing error check to find_parent_nodesFilipe David Borba Manana1-1/+3
2013-08-09Btrfs: make sure the backref walker catches all refs to our extentJosef Bacik1-11/+14
2013-08-09Btrfs: fix backref walking when we hit a compressed extentJosef Bacik1-8/+15
2013-07-02Btrfs: make backref walking code handle skinny metadataJosef Bacik1-6/+25