aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/ulist.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-12btrfs: reformat remaining kdoc style commentsGravatar David Sterba 1-1/+2
2022-12-05btrfs: constify ulist parameter of ulist_next()Gravatar Filipe Manana 1-1/+1
2022-12-05btrfs: update function commentsGravatar David Sterba 1-14/+21
2022-12-05btrfs: move the printk helpers out of ctree.hGravatar Josef Bacik 1-0/+1
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesGravatar David Sterba 1-1/+1
2017-02-17btrfs: ulist: rename ulist_fini to ulist_releaseGravatar David Sterba 1-5/+5
2017-02-17btrfs: ulist: make the finalization function publicGravatar David Sterba 1-1/+1
2016-05-25btrfs: fix string and comment grammatical issues and typosGravatar Nicholas D Steeves 1-1/+1
2015-06-10btrfs: ulist: Add ulist_del() function.Gravatar Qu Wenruo 1-11/+36
2014-01-29Btrfs: do not export ulist functionsGravatar Wang Shilong 1-9/+1
2014-01-29Btrfs: rework ulist with list+rb_treeGravatar Wang Shilong 1-61/+44
2014-01-28Btrfs: optimize to remove unnecessary removal with ulist reallocationGravatar Wang Shilong 1-3/+1
2013-07-02Btrfs: fix crash regarding to ulist_add_mergeGravatar Liu Bo 1-0/+15
2013-05-06Btrfs: add a rb_tree to improve performance of ulist searchGravatar Wang Shilong 1-8/+50
2013-03-01btrfs: fixup/remove module.h usage as requiredGravatar Paul Gortmaker 1-1/+1
2012-10-01Btrfs: make aux field of ulist 64 bitGravatar Alexander Block 1-4/+3
2012-05-31Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into for-l...Gravatar Chris Mason 1-16/+18
2012-05-31Btrfs: add inodes before dropping the extent lock in find_all_leafsGravatar Jan Schmidt 1-1/+10
2012-05-30Fix minor type issuesGravatar Daniel J Blueman 1-2/+2
2012-05-26Btrfs: ulist realloc bugfixGravatar Jan Schmidt 1-15/+8
2011-12-22Btrfs: generic data structure to build unique listsGravatar Arne Jansen 1-0/+220