summaryrefslogtreecommitdiff
path: root/split-index.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-07Merge branch 'nd/split-index-null-base-fix'Libravatar Junio C Hamano1-16/+18
2019-02-13read-cache.c: fix writing "link" index ext with null base oidLibravatar Nguyễn Thái Ngọc Duy1-16/+18
2019-01-02read-cache: add invalidate parameter to remove_marked_cache_entriesLibravatar Thomas Gummerer1-1/+1
2018-10-12split-index: BUG() when cache entry refers to non-existing shared entryLibravatar SZEDER Gábor1-2/+2
2018-10-12split-index: smudge and add racily clean cache entries to split indexLibravatar SZEDER Gábor1-1/+41
2018-10-12split-index: don't compare cached data of entries already marked for split indexLibravatar SZEDER Gábor1-17/+72
2018-10-12split-index: count the number of deleted entriesLibravatar SZEDER Gábor1-1/+1
2018-07-03block alloc: allocate cache entries from mem_poolLibravatar Jameson Miller1-8/+42
2018-07-03block alloc: add lifecycle APIs for cache_entry structsLibravatar Jameson Miller1-4/+4
2018-05-02split-index: convert struct split_index to object_idLibravatar brian m. carlson1-5/+5
2018-03-06Merge branch 'bw/c-plus-plus'Libravatar Junio C Hamano1-8/+8
2018-02-22split-index: rename 'new' variablesLibravatar Brandon Williams1-8/+8
2018-01-19split-index: don't write cache tree with null oid entriesLibravatar Thomas Gummerer1-0/+2
2017-06-24Merge branch 'ab/free-and-null'Libravatar Junio C Hamano1-2/+1
2017-06-24Revert "split-index: add and use unshare_split_index()"Libravatar Junio C Hamano1-44/+13
2017-06-16*.[ch] refactoring: make use of the FREE_AND_NULL() macroLibravatar Ævar Arnfjörð Bjarmason1-2/+1
2017-05-08split-index: add and use unshare_split_index()Libravatar Nguyễn Thái Ngọc Duy1-13/+44
2017-03-01split-index: add {add,remove}_split_index() functionsLibravatar Christian Couder1-0/+22
2016-11-01split-index: s/eith/with/ typo fixLibravatar Christian Couder1-1/+1
2016-09-25use COPY_ARRAYLibravatar René Scharfe1-4/+2
2016-05-06typofix: assorted typofixes in comments, documentation and messagesLibravatar Li Peng1-1/+1
2015-03-12ewah: add convenient wrapper ewah_serialize_strbuf()Libravatar Nguyễn Thái Ngọc Duy1-9/+2
2014-06-13update-index: new options to enable/disable split index modeLibravatar Nguyễn Thái Ngọc Duy1-0/+23
2014-06-13split-index: strip pathname of on-disk replaced entriesLibravatar Nguyễn Thái Ngọc Duy1-2/+12
2014-06-13split-index: do not invalidate cache-tree at read timeLibravatar Nguyễn Thái Ngọc Duy1-0/+1
2014-06-13split-index: the reading partLibravatar Nguyễn Thái Ngọc Duy1-2/+82
2014-06-13split-index: the writing partLibravatar Nguyễn Thái Ngọc Duy1-2/+99
2014-06-13read-cache: mark updated entries for split indexLibravatar Nguyễn Thái Ngọc Duy1-0/+15
2014-06-13read-cache: save deleted entries in split indexLibravatar Nguyễn Thái Ngọc Duy1-0/+12
2014-06-13read-cache: split-index modeLibravatar Nguyễn Thái Ngọc Duy1-0/+90