aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/backref.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-04-18Btrfs: add missing read locks in backref.cJan Schmidt1-2/+15
2012-04-18Btrfs: don't call free_extent_buffer twice in iterate_irefsJan Schmidt1-5/+3
2012-04-18Btrfs: Make free_ipath() deal gracefully with NULL pointersJesper Juhl1-0/+2
2012-03-28Merge git://git.jan-o-sch.net/btrfs-unstable into for-linusChris Mason1-49/+66
2012-03-27Btrfs: fix memory leak in resolver codeIlya Dryomov1-6/+1
2012-03-27Btrfs: fix regression in scrub path resolvingJan Schmidt1-49/+66
2012-03-03btrfs: fix locking issues in find_parent_nodes()Li Zefan1-2/+6
2012-02-15Btrfs: avoid positive number with ERR_PTRJan Schmidt1-0/+2
2012-01-26Btrfs: fix uninit warning in backref.cJan Schmidt1-2/+2
2012-01-05Btrfs: new backref walking codeJan Schmidt1-256/+98
2012-01-04Btrfs: added btrfs_find_all_roots()Jan Schmidt1-0/+783
2011-11-20btrfs: Fix up 32/64-bit compatibility for new ioctlsJeff Mahoney1-1/+1
2011-11-06Btrfs: fix the new inspection ioctls for 32 bit compatChris Mason1-4/+4
2011-09-29btrfs: added helper functions to iterate backrefsJan Schmidt1-0/+776