aboutsummaryrefslogtreecommitdiff
path: root/fs/bcachefs/thread_with_file.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-16bcachefs: Fix null ptr deref in twf from BCH_IOCTL_FSCK_OFFLINEGravatar Kent Overstreet 1-2/+13
2024-03-13bcachefs: thread_with_file: add f_ops.flushGravatar Kent Overstreet 1-1/+11
2024-03-13bcachefs: thread_with_file: Fix missing va_end()Gravatar Kent Overstreet 1-0/+2
2024-03-13bcachefs: thread_with_file: allow ioctls against these filesGravatar Darrick J. Wong 1-0/+12
2024-03-13bcachefs: thread_with_file: create ops structure for thread_with_stdioGravatar Darrick J. Wong 1-10/+6
2024-03-13bcachefs: thread_with_file: fix various printf problemsGravatar Darrick J. Wong 1-18/+35
2024-03-13bcachefs: thread_with_file: allow creation of readonly filesGravatar Darrick J. Wong 1-0/+36
2024-03-13bcachefs: thread_with_stdio: suppress hung task warningGravatar Kent Overstreet 1-2/+15
2024-03-13bcachefs: thread_with_stdio: Mark completed in ->release()Gravatar Kent Overstreet 1-4/+10
2024-03-13bcachefs: Thread with file documentationGravatar Kent Overstreet 1-7/+8
2024-03-13bcachefs: thread_with_stdio: fix bch2_stdio_redirect_readline()Gravatar Kent Overstreet 1-11/+22
2024-03-13bcachefs: thread_with_stdio: kill thread_with_stdio_done()Gravatar Kent Overstreet 1-3/+17
2024-03-13bcachefs: thread_with_stdio: convert to darrayGravatar Kent Overstreet 1-87/+142
2024-03-13bcachefs: thread_with_stdio: eliminate double bufferingGravatar Kent Overstreet 1-40/+18
2024-02-05bcachefs: install fd later to avoid race with closeGravatar Mathias Krause 1-1/+1
2024-01-05bcachefs: no thread_with_file in userspaceGravatar Kent Overstreet 1-0/+3
2024-01-05bcachefs: factor out thread_with_file, thread_with_stdioGravatar Kent Overstreet 1-0/+296