summaryrefslogtreecommitdiff
path: root/fs/bcachefs/thread_with_file.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-17bcachefs: Fix null ptr deref in twf from BCH_IOCTL_FSCK_OFFLINEKent Overstreet1-2/+13
2024-03-14bcachefs: thread_with_file: add f_ops.flushKent Overstreet1-1/+11
2024-03-14bcachefs: thread_with_file: Fix missing va_end()Kent Overstreet1-0/+2
2024-03-14bcachefs: thread_with_file: allow ioctls against these filesDarrick J. Wong1-0/+12
2024-03-14bcachefs: thread_with_file: create ops structure for thread_with_stdioDarrick J. Wong1-10/+6
2024-03-14bcachefs: thread_with_file: fix various printf problemsDarrick J. Wong1-18/+35
2024-03-14bcachefs: thread_with_file: allow creation of readonly filesDarrick J. Wong1-0/+36
2024-03-14bcachefs: thread_with_stdio: suppress hung task warningKent Overstreet1-2/+15
2024-03-14bcachefs: thread_with_stdio: Mark completed in ->release()Kent Overstreet1-4/+10
2024-03-14bcachefs: Thread with file documentationKent Overstreet1-7/+8
2024-03-14bcachefs: thread_with_stdio: fix bch2_stdio_redirect_readline()Kent Overstreet1-11/+22
2024-03-14bcachefs: thread_with_stdio: kill thread_with_stdio_done()Kent Overstreet1-3/+17
2024-03-14bcachefs: thread_with_stdio: convert to darrayKent Overstreet1-87/+142
2024-03-14bcachefs: thread_with_stdio: eliminate double bufferingKent Overstreet1-40/+18
2024-02-05bcachefs: install fd later to avoid race with closeMathias Krause1-1/+1
2024-01-06bcachefs: no thread_with_file in userspaceKent Overstreet1-0/+3
2024-01-06bcachefs: factor out thread_with_file, thread_with_stdioKent Overstreet1-0/+296