aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/ulist.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-04btrfs: add forward declarations and headers, part 2Gravatar David Sterba 1-0/+1
2022-12-05btrfs: constify ulist parameter of ulist_next()Gravatar Filipe Manana 1-1/+1
2018-04-12btrfs: replace GPL boilerplate by SPDX -- headersGravatar David Sterba 1-4/+3
2017-02-17btrfs: ulist: rename ulist_fini to ulist_releaseGravatar David Sterba 1-1/+1
2017-02-17btrfs: ulist: make the finalization function publicGravatar David Sterba 1-0/+1
2017-02-17btrfs: remove unused ulist membersGravatar David Sterba 1-7/+0
2015-06-10btrfs: ulist: Add ulist_del() function.Gravatar Qu Wenruo 1-0/+1
2014-08-15Btrfs: Fix memory corruption by ulist_add_merge() on 32bit archGravatar Takashi Iwai 1-0/+15
2014-01-29Btrfs: do not export ulist functionsGravatar Wang Shilong 1-1/+0
2014-01-29Btrfs: rework ulist with list+rb_treeGravatar Wang Shilong 1-27/+11
2013-05-06Btrfs: add a rb_tree to improve performance of ulist searchGravatar Wang Shilong 1-0/+6
2012-10-01Btrfs: make aux field of ulist 64 bitGravatar Alexander Block 1-5/+4
2012-05-31Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into for-l...Gravatar Chris Mason 1-2/+12
2012-05-31Btrfs: add inodes before dropping the extent lock in find_all_leafsGravatar Jan Schmidt 1-0/+2
2012-05-30Fix minor type issuesGravatar Daniel J Blueman 1-3/+2
2012-05-26Btrfs: ulist realloc bugfixGravatar Jan Schmidt 1-1/+8
2011-12-22Btrfs: generic data structure to build unique listsGravatar Arne Jansen 1-0/+68