aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ulist.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba1-1/+1
2017-02-17btrfs: ulist: rename ulist_fini to ulist_releaseDavid Sterba1-5/+5
2017-02-17btrfs: ulist: make the finalization function publicDavid Sterba1-1/+1
2016-05-25btrfs: fix string and comment grammatical issues and typosNicholas D Steeves1-1/+1
2015-06-10btrfs: ulist: Add ulist_del() function.Qu Wenruo1-11/+36
2014-01-29Btrfs: do not export ulist functionsWang Shilong1-9/+1
2014-01-29Btrfs: rework ulist with list+rb_treeWang Shilong1-61/+44
2014-01-28Btrfs: optimize to remove unnecessary removal with ulist reallocationWang Shilong1-3/+1
2013-07-02Btrfs: fix crash regarding to ulist_add_mergeLiu Bo1-0/+15
2013-05-06Btrfs: add a rb_tree to improve performance of ulist searchWang Shilong1-8/+50
2013-03-01btrfs: fixup/remove module.h usage as requiredPaul Gortmaker1-1/+1
2012-10-01Btrfs: make aux field of ulist 64 bitAlexander Block1-4/+3
2012-05-31Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into for-linusChris Mason1-16/+18
2012-05-31Btrfs: add inodes before dropping the extent lock in find_all_leafsJan Schmidt1-1/+10
2012-05-30Fix minor type issuesDaniel J Blueman1-2/+2
2012-05-26Btrfs: ulist realloc bugfixJan Schmidt1-15/+8
2011-12-22Btrfs: generic data structure to build unique listsArne Jansen1-0/+220