summaryrefslogtreecommitdiffstats
path: root/scripts/atomic (unfollow)
Commit message (Expand)AuthorFilesLines
2022-07-25xfs: Add async buffered write supportStefan Roesch2-7/+9
2022-07-25xfs: Specify lockmode when calling xfs_ilock_for_iomap()Stefan Roesch1-3/+3
2022-07-25io_uring: Add tracepoint for short writesStefan Roesch2-0/+28
2022-07-25io_uring: fix issue with io_write() not always undoing sb_start_write()Jens Axboe1-1/+8
2022-07-25io_uring: Add support for async buffered writesStefan Roesch1-5/+24
2022-07-25fs: Add async write file modification handling.Stefan Roesch2-3/+43
2022-07-25fs: Split off inode_needs_update_time and __file_update_timeStefan Roesch1-26/+50
2022-07-25fs: add __remove_file_privs() with flags parameterStefan Roesch1-20/+37
2022-07-25fs: add a FMODE_BUF_WASYNC flags for f_modeStefan Roesch2-1/+6
2022-07-25iomap: Return -EAGAIN from iomap_write_iter()Stefan Roesch1-0/+4
2022-07-25iomap: Add async buffered write supportStefan Roesch1-5/+28
2022-07-25iomap: Add flags parameter to iomap_page_create()Stefan Roesch1-10/+20
2022-07-25mm: Add balance_dirty_pages_ratelimited_flags() functionJan Kara2-10/+48
2022-07-25mm: Move updates of dirty_exceeded into one placeJan Kara1-5/+2
2022-07-25mm: Move starting of background writeback into the main balancing loopJan Kara1-17/+14
2022-07-25io_uring: ensure REQ_F_ISREG is set async offloadJens Axboe3-5/+8
2022-07-25net: fix compat pointer in get_compat_msghdr()Jens Axboe2-2/+2
2022-07-25io_uring: Don't require reinitable percpu_refMichal Koutný1-1/+1
2022-07-25io_uring: fix types in io_recvmsg_multishot_overflowDylan Yudaken1-5/+5
2022-07-25io_uring: Use atomic_long_try_cmpxchg in __io_account_memUros Bizjak1-4/+3
2022-07-25io_uring: support multishot in recvmsgDylan Yudaken3-19/+174
2022-07-25net: copy from user before calling __get_compat_msghdrDylan Yudaken3-33/+28
2022-07-25net: copy from user before calling __copy_msghdrDylan Yudaken3-33/+28
2022-07-25io_uring: support 0 length iov in buffer select in compatDylan Yudaken1-9/+14
2022-07-25io_uring: fix multishot ending when not polledDylan Yudaken1-0/+2
2022-07-25io_uring: add netmsg cacheJens Axboe4-12/+73
2022-07-25io_uring: impose max limit on apoll cacheJens Axboe3-3/+17
2022-07-25io_uring: add abstraction around apoll cacheJens Axboe5-20/+62
2022-07-25io_uring: move apoll cache to poll.cJens Axboe3-12/+14
2022-07-25io_uring: consolidate hash_locked io-wq handlingPavel Begunkov1-5/+7
2022-07-25io_uring: clear REQ_F_HASH_LOCKED on hash removalPavel Begunkov1-5/+2
2022-07-25io_uring: don't race double poll setting REQ_F_ASYNC_DATAPavel Begunkov1-3/+3
2022-07-25io_uring: don't miss setting REQ_F_DOUBLE_POLLPavel Begunkov1-8/+10
2022-07-25io_uring: disable multishot recvmsgDylan Yudaken1-19/+10
2022-07-25io_uring: only trace one of complete or overflowDylan Yudaken2-5/+8
2022-07-25io_uring: fix io_uring_cqe_overflow trace formatDylan Yudaken1-1/+1
2022-07-25io_uring: multishot recvDylan Yudaken2-13/+94
2022-07-25io_uring: fix multishot accept orderingDylan Yudaken1-4/+7
2022-07-25io_uring: fix multishot poll on overflowDylan Yudaken1-2/+4
2022-07-25io_uring: add allow_overflow to io_post_aux_cqeDylan Yudaken6-11/+18
2022-07-25io_uring: add IOU_STOP_MULTISHOT return codeDylan Yudaken2-2/+16
2022-07-25io_uring: clean up io_poll_check_events return valuesDylan Yudaken1-11/+16
2022-07-25io_uring: recycle buffers on errorDylan Yudaken1-2/+8
2022-07-25io_uring: allow iov_len = 0 for recvmsg and buffer selectDylan Yudaken1-5/+11
2022-07-25io_uring: restore bgid in io_put_kbufDylan Yudaken1-2/+7
2022-07-25io_uring: allow 0 length for buffer selectDylan Yudaken1-2/+2
2022-07-25io_uring: let to set a range for file slot allocationPavel Begunkov6-7/+61
2022-07-25io_uring: add support for passing fixed file descriptorsJens Axboe2-7/+140
2022-07-25io_uring: split out fixed file installation and removalJens Axboe5-48/+60
2022-07-25io_uring: replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1