shithub: gefs

RSS feed

95162bab – Michael Forney <mforney@mforney.org> authored and Ori Bernstein <ori@eigenstate.org> committed on 2022/03/16 22:41
fs: various wstat fixes

1f57b3a7 – Michael Forney <mforney@mforney.org> authored and Ori Bernstein <ori@eigenstate.org> committed on 2022/03/12 17:49
blk: don't kill snap tree blocks

81129e88 – Michael Forney <mforney@mforney.org> authored and Ori Bernstein <ori@eigenstate.org> committed on 2022/03/12 17:49
change mode type to ulong

b09b1550 – Michael Forney <mforney@mforney.org> authored and Ori Bernstein <ori@eigenstate.org> committed on 2022/03/12 17:49
cons: print confirmation when syncing finished

7215f386 – Michael Forney <mforney@mforney.org> authored and Ori Bernstein <ori@eigenstate.org> committed on 2022/03/12 17:49
snap: skip grafting empty dead lists

cf376782 – Michael Forney <mforney@mforney.org> authored and Ori Bernstein <ori@eigenstate.org> committed on 2022/03/12 17:49
fs: remove unused lk parameter to lookup()

aff10b70 – Michael Forney <mforney@mforney.org> authored and Ori Bernstein <ori@eigenstate.org> committed on 2022/03/12 17:49
remove unused quotefmtinstall

881162ca – Michael Forney <mforney@mforney.org> authored and Ori Bernstein <ori@eigenstate.org> committed on 2022/03/12 17:48
remove unused includes

f12bb8b8 – Michael Forney <mforney@mforney.org> authored and Ori Bernstein <ori@eigenstate.org> committed on 2022/03/12 17:50
finish a comment

37e3d345 – Michael Forney <mforney@mforney.org> authored and Ori Bernstein <ori@eigenstate.org> committed on 2022/03/12 17:48
fs: strip trailing suffix during version negotiation

2774f7c4 – Michael Forney <mforney@mforney.org> authored and Ori Bernstein <ori@eigenstate.org> committed on 2022/03/09 05:55
fs: fix gid of new files

15450aaf – Michael Forney <mforney@mforney.org> authored and Ori Bernstein <ori@eigenstate.org> committed on 2022/03/02 03:46
fs: update mtime on write

19dc7164 – Michael Forney <mforney@mforney.org> authored and Ori Bernstein <ori@eigenstate.org> committed on 2022/02/20 22:44
fs: fix first snapshot generation after mount

5fc13b08 – Michael Forney <mforney@mforney.org> authored and Ori Bernstein <ori@eigenstate.org> committed on 2022/02/21 05:53
pack: save nextgen in arena block and remove snap root gen

c441666e – Ori Bernstein <ori@eigenstate.org> authored on 2022/03/06 17:30
diskfmt: remove fixed size block header

64a67122 – Ori Bernstein <ori@eigenstate.org> authored on 2022/02/27 00:34
dump: fix where we put spaces

b648fe31 – Ori Bernstein <ori@eigenstate.org> authored on 2022/02/26 23:42
dump: improve 'show blk' output

b311560f – Michael Forney <mforney@mforney.org> authored and Ori Bernstein <ori@eigenstate.org> committed on 2022/03/04 00:28
cons: parse block addresses in hex

4cebfdae – Michael Forney <mforney@mforney.org> authored and Ori Bernstein <ori@eigenstate.org> committed on 2022/03/04 00:27
fs: use "main" snap on empty aname

19164adc – Michael Forney <mforney@mforney.org> authored and Ori Bernstein <ori@eigenstate.org> committed on 2022/03/02 03:49
fs: fix qid type check in wstat

6a2f4b2d – Michael Forney <mforney@mforney.org> authored and Ori Bernstein <ori@eigenstate.org> committed on 2022/03/02 03:48
fs: adjust initial mode by directory on create

5e18d9b2 – Ori Bernstein <ori@eigenstate.org> authored on 2022/03/01 22:06
fs: remove fixme comment -- it was fixed.

8699acdf – Ori Bernstein <ori@eigenstate.org> authored on 2022/03/06 15:16
dump: remove unused showpath, clean up headers.

8f5dce40 – Michael Forney <mforney@mforney.org> authored and Ori Bernstein <ori@eigenstate.org> committed on 2022/03/01 16:26
cons: make showent name argument optional to list directory

ddd9dca2 – Michael Forney <mforney@mforney.org> authored and Ori Bernstein <ori@eigenstate.org> committed on 2022/03/01 16:26
pack: use nil name to pack directory scan prefix

6388170f – Michael Forney <mforney@mforney.org> authored and Ori Bernstein <ori@eigenstate.org> committed on 2022/03/01 16:26
print qid paths in hex to match other tools

8ca246b8 – Michael Forney <mforney@mforney.org> authored and Ori Bernstein <ori@eigenstate.org> committed on 2022/02/27 16:51
tree: copy value into buffer before applying updates

2b79e9ee – Michael Forney <mforney@mforney.org> authored and Ori Bernstein <ori@eigenstate.org> committed on 2022/03/01 16:14
fs: avoid unnecessary btlookup during rename

d52084c4 – Michael Forney <mforney@mforney.org> authored and Ori Bernstein <ori@eigenstate.org> committed on 2022/03/01 15:32
fs: fix invalid Dent created with partial walk

62590a88 – Ori Bernstein <ori@eigenstate.org> authored on 2022/02/26 21:22
todo: update TODO list.

6ddf1092 – Michael Forney <mforney@mforney.org> authored and Ori Bernstein <ori@eigenstate.org> committed on 2022/02/22 03:03
cons: skip leading space in 'unknown command' message

7419d3ed – Michael Forney <mforney@mforney.org> authored and Ori Bernstein <ori@eigenstate.org> committed on 2022/02/24 05:32
blk: simplify sync queue insert

366cfab1 – Michael Forney <mforney@mforney.org> authored and Ori Bernstein <ori@eigenstate.org> committed on 2022/02/24 05:32
blk: fix sync queue ordering

2b6667f4 – Michael Forney <mforney@mforney.org> authored and Ori Bernstein <ori@eigenstate.org> committed on 2022/02/22 04:03
dump: add missing closesnap in showtree

0e11d540 – Michael Forney <mforney@mforney.org> authored and Ori Bernstein <ori@eigenstate.org> committed on 2022/02/22 04:04
tree: fix partial pull of new messages in btupsert

95f84bd5 – Michael Forney <mforney@mforney.org> authored and Ori Bernstein <ori@eigenstate.org> committed on 2022/02/22 02:59
add missing newlines in print statements

212df701 – Michael Forney <mforney@mforney.org> authored and Ori Bernstein <ori@eigenstate.org> committed on 2022/02/22 02:55
tree: calculate hash of new root before updating root pointer

e159d02f – Michael Forney <mforney@mforney.org> authored and Ori Bernstein <ori@eigenstate.org> committed on 2022/02/22 02:52
ream: use packlabel/packsnap in initsnap

b545c1eb – Michael Forney <mforney@mforney.org> authored and Ori Bernstein <ori@eigenstate.org> committed on 2022/02/14 06:52
dump: make snap tree identifier match help text

73c79144 – Michael Forney <mforney@mforney.org> authored and Ori Bernstein <ori@eigenstate.org> committed on 2022/02/14 07:32
fs: take reference to tree before lookup

413a40ef – Michael Forney <mforney@mforney.org> authored and Ori Bernstein <ori@eigenstate.org> committed on 2022/02/14 08:03
fs: use lookup in fsstat to lock f->mnt

675f57b0 – Michael Forney <mforney@mforney.org> authored and Ori Bernstein <ori@eigenstate.org> committed on 2022/02/16 04:40
blk: fix free pointer update

cc358d4b – Michael Forney <mforney@mforney.org> authored and Ori Bernstein <ori@eigenstate.org> committed on 2022/02/16 04:55
cons: allow toggling debug flag

3071c38b – Michael Forney <mforney@mforney.org> authored and Ori Bernstein <ori@eigenstate.org> committed on 2022/02/18 18:51
tree: make fastupsert mark the tree as dirty

6231895f – Michael Forney <mforney@mforney.org> authored and Ori Bernstein <ori@eigenstate.org> committed on 2022/02/12 20:59
fs: fix access check for Tremove

b3e1a9e2 – Michael Forney <mforney@mforney.org> authored and Ori Bernstein <ori@eigenstate.org> committed on 2022/02/09 18:21
ream: don't reserve space for extinct superblock

20adcc7d – Michael Forney <mforney@mforney.org> authored and Ori Bernstein <ori@eigenstate.org> committed on 2022/02/08 18:20
fs: add newline when printing fshangup messages

7f83f23b – Michael Forney <mforney@mforney.org> authored and Ori Bernstein <ori@eigenstate.org> committed on 2022/02/08 18:16
hash: make siphash return type match prototype

b031efd2 – Michael Forney <mforney@mforney.org> authored and Ori Bernstein <ori@eigenstate.org> committed on 2022/02/06 05:39
hash: use static siphash key buffer