aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/backref.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-07-01Btrfs: cleanup backref search commit root flag stuffJosef Bacik1-25/+16
2013-05-17Btrfs: fix possible memory leak in the find_parent_nodes()Wang Shilong1-1/+2
2013-05-06btrfs: make static code static & remove dead codeEric Sandeen1-26/+14
2013-05-06Btrfs: fix all callers of read_tree_blockJosef Bacik1-2/+8
2013-05-06Btrfs: remove unused variable in the iterate_extent_inodes()Wang Shilong1-2/+0
2013-05-06Btrfs: do not continue if out of memory happensWang Shilong1-2/+4
2013-05-06Btrfs: make __merge_refs() return type be voidWang Shilong1-8/+3
2013-05-06Btrfs: remove some BUG_ONs() when walking backref treeWang Shilong1-3/+7
2013-05-06Btrfs: fix double free in the iterate_extent_inodes()Wang Shilong1-2/+0
2013-05-06Btrfs: kill some BUG_ONs() in the find_parent_nodes()Wang Shilong1-2/+4
2013-02-26Btrfs: fix backref walking race with tree deletionsJan Schmidt1-4/+1
2012-12-12Btrfs: merge inode_list in __merge_refsAlexander Block1-2/+11
2012-12-12fs/btrfs: drop if around WARN_ONJulia Lawall1-2/+1
2012-10-25Merge branch 'for-chris-fixed' of git://git.jan-o-sch.net/btrfs-unstableChris Mason1-3/+1
2012-10-25Btrfs: extended inode refs support for send mechanismJan Schmidt1-12/+10
2012-10-25Fix a sign bug causing invalid memory access in the ino_paths ioctl.Gabriel de Perthuis1-1/+1
2012-10-24Btrfs: determine level of old rootsJan Schmidt1-3/+1
2012-10-09btrfs: extended inode ref iterationMark Fasheh1-35/+138
2012-10-09btrfs: extended inode refsMark Fasheh1-0/+68
2012-10-01Btrfs: use larger limit for translation of logical to inodeLiu Bo1-2/+3
2012-10-01Btrfs: fix a bug in parsing return value in logical resolveLiu Bo1-8/+16
2012-10-01Btrfs: fix gcc warnings for 32bit compilesJan Schmidt1-12/+13
2012-10-01Btrfs: make aux field of ulist 64 bitAlexander Block1-4/+4
2012-08-28Btrfs: fix that error value is changed by mistakeStefan Behrens1-2/+2
2012-07-25Merge branch 'send-v2' of git://github.com/ablock84/linux-btrfs into for-linusChris Mason1-5/+5
2012-07-25Btrfs: make iref_to_path non staticAlexander Block1-5/+5
2012-07-10Btrfs: join tree mod log code with the code holding back delayed refsJan Schmidt1-21/+9
2012-06-27Btrfs: leave critical region in btrfs_find_all_roots as soon as possibleJan Schmidt1-2/+1
2012-06-27Btrfs: support root level changes in __resolve_indirect_refJan Schmidt1-4/+8
2012-06-21Btrfs: don't assume to be on the correct extent in add_all_parentsAlexander Block1-42/+52
2012-06-14Btrfs: add btrfs_next_old_leafJan Schmidt1-3/+4
2012-06-14Btrfs: remove obsolete btrfs_next_leaf call from __resolve_indirect_refJan Schmidt1-9/+1
2012-05-31Btrfs: add inodes before dropping the extent lock in find_all_leafsJan Schmidt1-5/+31
2012-05-30Btrfs: use the tree modification log for backref resolvingJan Schmidt1-16/+27
2012-05-26Btrfs: look into the extent during find_all_leafsJan Schmidt1-83/+157
2012-05-26Btrfs: bugfix: ignore the wrong key for indirect tree block backrefsJan Schmidt1-50/+135
2012-05-26Btrfs: bugfix in btrfs_find_parent_nodesJan Schmidt1-2/+3
2012-05-26Btrfs: ulist realloc bugfixJan Schmidt1-5/+13