summaryrefslogtreecommitdiff
path: root/fs/bcachefs/thread_with_file.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-17bcachefs: Fix null ptr deref in twf from BCH_IOCTL_FSCK_OFFLINEKent Overstreet1-0/+3
2024-03-14bcachefs: thread_with_file: add f_ops.flushKent Overstreet1-1/+1
2024-03-14bcachefs: thread_with_file: allow ioctls against these filesDarrick J. Wong1-0/+1
2024-03-14bcachefs: thread_with_file: create ops structure for thread_with_stdioDarrick J. Wong1-6/+10
2024-03-14bcachefs: thread_with_file: fix various printf problemsDarrick J. Wong1-2/+2
2024-03-14bcachefs: thread_with_file: allow creation of readonly filesDarrick J. Wong1-0/+3
2024-03-14bcachefs: Thread with file documentationKent Overstreet1-0/+32
2024-03-14bcachefs: thread_with_stdio: kill thread_with_stdio_done()Kent Overstreet1-9/+2
2024-03-14bcachefs: thread_with_stdio: convert to darrayKent Overstreet1-2/+5
2024-03-14bcachefs: thread_with_stdio: eliminate double bufferingKent Overstreet1-1/+0
2024-01-06bcachefs: factor out thread_with_file, thread_with_stdioKent Overstreet1-0/+41