summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ulist.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba2018-04-121-1/+1
* btrfs: ulist: rename ulist_fini to ulist_releaseDavid Sterba2017-02-171-5/+5
* btrfs: ulist: make the finalization function publicDavid Sterba2017-02-171-1/+1
* btrfs: fix string and comment grammatical issues and typosNicholas D Steeves2016-05-251-1/+1
* btrfs: ulist: Add ulist_del() function.Qu Wenruo2015-06-101-11/+36
* Btrfs: do not export ulist functionsWang Shilong2014-01-291-9/+1Star
* Btrfs: rework ulist with list+rb_treeWang Shilong2014-01-291-61/+44Star
* Btrfs: optimize to remove unnecessary removal with ulist reallocationWang Shilong2014-01-281-3/+1Star
* Btrfs: fix crash regarding to ulist_add_mergeLiu Bo2013-07-021-0/+15
* Btrfs: add a rb_tree to improve performance of ulist searchWang Shilong2013-05-061-8/+50
* btrfs: fixup/remove module.h usage as requiredPaul Gortmaker2013-03-011-1/+1
* Btrfs: make aux field of ulist 64 bitAlexander Block2012-10-011-4/+3Star
* Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into for-l...Chris Mason2012-05-311-16/+18
|\
| * Btrfs: add inodes before dropping the extent lock in find_all_leafsJan Schmidt2012-05-311-1/+10
| * Btrfs: ulist realloc bugfixJan Schmidt2012-05-261-15/+8Star
* | Fix minor type issuesDaniel J Blueman2012-05-301-2/+2
|/
* Btrfs: generic data structure to build unique listsArne Jansen2011-12-221-0/+220