aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/backref.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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