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