Show patches with: State = Action Required       |    Archived = No       |   3513 patches
« 1 2 ... 33 34 35 36 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[5.19,2/6] io_uring: openclose: fix bug of closing wrong fixed file [for-5.20,1/6] io_uring: poll: remove unnecessary req->ref set - - - --- 2022-06-11 Hao Xu New
[for-5.20,1/6] io_uring: poll: remove unnecessary req->ref set [for-5.20,1/6] io_uring: poll: remove unnecessary req->ref set - - - --- 2022-06-11 Hao Xu New
[v4] io_uring: switch cancel_hash to use per entry spinlock [v4] io_uring: switch cancel_hash to use per entry spinlock - - - --- 2022-06-11 Hao Xu New
[5/5] io_uring: kbuf: fix bug of not consuming ring buffer in partial io case misc update for openclose and provided buffer - - - --- 2022-06-10 Hao Xu New
[4/5] io_uring: remove duplicate kbuf release misc update for openclose and provided buffer - - - --- 2022-06-10 Hao Xu New
[3/5] io_uring: openclose: support separate return value for IORING_CLOSE_FD_AND_FILE_SLOT misc update for openclose and provided buffer - - - --- 2022-06-10 Hao Xu New
[2/5] io_uring: openclose: fix bug of unexpected return value in IORING_CLOSE_FD_AND_FILE_SLOT mode misc update for openclose and provided buffer - - - --- 2022-06-10 Hao Xu New
[1/5] io_uring: openclose: fix bug of closing wrong fixed file misc update for openclose and provided buffer - - - --- 2022-06-10 Hao Xu New
[v8,14/14] xfs: Add async buffered write support io-uring/xfs: support async buffered writes - 1 - --- 2022-06-08 Stefan Roesch New
[v8,13/14] xfs: Specify lockmode when calling xfs_ilock_for_iomap() io-uring/xfs: support async buffered writes - 2 - --- 2022-06-08 Stefan Roesch New
[v8,12/14] io_uring: Add tracepoint for short writes io-uring/xfs: support async buffered writes - - - --- 2022-06-08 Stefan Roesch New
[v8,11/14] io_uring: Add support for async buffered writes io-uring/xfs: support async buffered writes - - - --- 2022-06-08 Stefan Roesch New
[v8,10/14] fs: Add async write file modification handling. io-uring/xfs: support async buffered writes - 3 - --- 2022-06-08 Stefan Roesch New
[v8,09/14] fs: Split off inode_needs_update_time and __file_update_time io-uring/xfs: support async buffered writes - 2 - --- 2022-06-08 Stefan Roesch New
[v8,08/14] fs: add __remove_file_privs() with flags parameter io-uring/xfs: support async buffered writes - 3 - --- 2022-06-08 Stefan Roesch New
[v8,07/14] fs: Add check for async buffered writes to generic_write_checks io-uring/xfs: support async buffered writes - 2 - --- 2022-06-08 Stefan Roesch New
[v8,06/14] iomap: Return -EAGAIN from iomap_write_iter() io-uring/xfs: support async buffered writes - - - --- 2022-06-08 Stefan Roesch New
[v8,05/14] iomap: Add async buffered write support io-uring/xfs: support async buffered writes - 2 - --- 2022-06-08 Stefan Roesch New
[v8,04/14] iomap: Add flags parameter to iomap_page_create() io-uring/xfs: support async buffered writes - 3 - --- 2022-06-08 Stefan Roesch New
[v8,03/14] mm: Add balance_dirty_pages_ratelimited_flags() function io-uring/xfs: support async buffered writes - 1 - --- 2022-06-08 Stefan Roesch New
[v8,02/14] mm: Move updates of dirty_exceeded into one place io-uring/xfs: support async buffered writes - - - --- 2022-06-08 Stefan Roesch New
[v8,01/14] mm: Move starting of background writeback into the main balancing loop io-uring/xfs: support async buffered writes - - - --- 2022-06-08 Stefan Roesch New
[v3] io_uring: switch cancel_hash to use per entry spinlock [v3] io_uring: switch cancel_hash to use per entry spinlock - - - --- 2022-06-08 Hao Xu New
[5/5] io_uring: add file_in in io_splice{} to avoid duplicate calculation support nonblock submission for splice pipe to pipe - - - --- 2022-06-07 Hao Xu New
[4/5] io_uring: support nonblock try for splicing from pipe to pipe support nonblock submission for splice pipe to pipe - - - --- 2022-06-07 Hao Xu New
[3/5] splice: support nonblock for splice from pipe to pipe support nonblock submission for splice pipe to pipe - - - --- 2022-06-07 Hao Xu New
[2/5] pipe: add trylock helpers for pipe lock support nonblock submission for splice pipe to pipe - - - --- 2022-06-07 Hao Xu New
[1/5] io_uring: move sp->len check up for splice and tee support nonblock submission for splice pipe to pipe - - - --- 2022-06-07 Hao Xu New
[3/3] io_uring: switch cancel_hash to use per list spinlock cancel_hash per entry lock - - - --- 2022-06-06 Hao Xu New
[2/3] io_uring: add an io_hash_bucket structure for smaller granularity lock cancel_hash per entry lock - - - --- 2022-06-06 Hao Xu New
[1/3] io_uring: add hash_index and its logic to track req in cancel_hash cancel_hash per entry lock - - - --- 2022-06-06 Hao Xu New
[RFC,v1,5/5] Add io_uring data structure build assertion Ensure io_uring data structure consistentcy in liburing - - - --- 2022-06-06 Ammar Faizi New
[RFC,v1,4/5] Avoid macro redefinition warnings Ensure io_uring data structure consistentcy in liburing - - - --- 2022-06-06 Ammar Faizi New
[RFC,v1,3/5] lib: Add `sizeof_field()` macro Ensure io_uring data structure consistentcy in liburing - - - --- 2022-06-06 Ammar Faizi New
[RFC,v1,2/5] lib: Add `BUILD_BUG_ON()` macro Ensure io_uring data structure consistentcy in liburing - - - --- 2022-06-06 Ammar Faizi New
[RFC,v1,1/5] lib: Don't indent in `#ifdef -> #define -> #endif` block Ensure io_uring data structure consistentcy in liburing - - - --- 2022-06-06 Ammar Faizi New
[GIT,PULL] Followup io_uring changes and fixes [GIT,PULL] Followup io_uring changes and fixes - - - --- 2022-06-03 Jens Axboe New
io_uring: reinstate the inflight tracking io_uring: reinstate the inflight tracking - - - --- 2022-06-02 Jens Axboe New
io_uring: Remove redundant NULL check before kfree io_uring: Remove redundant NULL check before kfree - - - --- 2022-06-02 CGEL New
[v7,15/15] xfs: Add async buffered write support io-uring/xfs: support async buffered writes - 1 - --- 2022-06-01 Stefan Roesch New
[v7,14/15] xfs: Specify lockmode when calling xfs_ilock_for_iomap() io-uring/xfs: support async buffered writes - 2 - --- 2022-06-01 Stefan Roesch New
[v7,13/15] io_uring: Add tracepoint for short writes io-uring/xfs: support async buffered writes - - - --- 2022-06-01 Stefan Roesch New
[v7,12/15] io_uring: Add support for async buffered writes io-uring/xfs: support async buffered writes - - - --- 2022-06-01 Stefan Roesch New
[v7,11/15] fs: Optimization for concurrent file time updates. io-uring/xfs: support async buffered writes - - - --- 2022-06-01 Stefan Roesch New
[v7,10/15] fs: Add async write file modification handling. io-uring/xfs: support async buffered writes - 2 - --- 2022-06-01 Stefan Roesch New
[v7,09/15] fs: Split off inode_needs_update_time and __file_update_time io-uring/xfs: support async buffered writes - 1 - --- 2022-06-01 Stefan Roesch New
[v7,08/15] fs: add __remove_file_privs() with flags parameter io-uring/xfs: support async buffered writes - 2 - --- 2022-06-01 Stefan Roesch New
[v7,07/15] fs: Add check for async buffered writes to generic_write_checks io-uring/xfs: support async buffered writes - 1 - --- 2022-06-01 Stefan Roesch New
[v7,06/15] iomap: Return error code from iomap_write_iter() io-uring/xfs: support async buffered writes - - - --- 2022-06-01 Stefan Roesch New
[v7,05/15] iomap: Add async buffered write support io-uring/xfs: support async buffered writes - 2 - --- 2022-06-01 Stefan Roesch New
[v7,04/15] iomap: Add flags parameter to iomap_page_create() io-uring/xfs: support async buffered writes - 3 - --- 2022-06-01 Stefan Roesch New
[v7,03/15] mm: Add balance_dirty_pages_ratelimited_flags() function io-uring/xfs: support async buffered writes - 1 - --- 2022-06-01 Stefan Roesch New
[v7,02/15] mm: Move updates of dirty_exceeded into one place io-uring/xfs: support async buffered writes - - - --- 2022-06-01 Stefan Roesch New
[v7,01/15] mm: Move starting of background writeback into the main balancing loop io-uring/xfs: support async buffered writes - - - --- 2022-06-01 Stefan Roesch New
[RFC,net-next,v3,1/1] io_uring: fix deadlock on iowq file slot alloc [RFC,net-next,v3,1/1] io_uring: fix deadlock on iowq file slot alloc - - - --- 2022-06-01 Pavel Begunkov New
[5/5] io_uring: add link opcode for current working directory io_uring: add opcodes for current working directory - - - --- 2022-05-31 Usama Arif New
[4/5] io_uring: add symlink opcode for current working directory io_uring: add opcodes for current working directory - - - --- 2022-05-31 Usama Arif New
[3/5] io_uring: add mkdir opcode for current working directory io_uring: add opcodes for current working directory - - - --- 2022-05-31 Usama Arif New
[2/5] io_uring: add unlink opcode for current working directory io_uring: add opcodes for current working directory - - - --- 2022-05-31 Usama Arif New
[1/5] io_uring: add rename opcode for current working directory io_uring: add opcodes for current working directory - - - --- 2022-05-31 Usama Arif New
[LIBURING,v2] Let IORING_OP_FILES_UPDATE support to choose fixed file slots [LIBURING,v2] Let IORING_OP_FILES_UPDATE support to choose fixed file slots - - - --- 2022-05-30 Xiaoguang Wang New
[v2] io_uring: let IORING_OP_FILES_UPDATE support to choose fixed file slots [v2] io_uring: let IORING_OP_FILES_UPDATE support to choose fixed file slots - - - --- 2022-05-30 Xiaoguang Wang New
[LIBURING] Let IORING_OP_FILES_UPDATE support to choose fixed file slots [LIBURING] Let IORING_OP_FILES_UPDATE support to choose fixed file slots - - - --- 2022-05-30 Xiaoguang Wang New
io_uring: let IORING_OP_FILES_UPDATE support to choose fixed file slots io_uring: let IORING_OP_FILES_UPDATE support to choose fixed file slots - - - --- 2022-05-30 Xiaoguang Wang New
[2/2] io_uring: switch cancel_hash to use per list spinlock cancel_hash per entry lock - - - --- 2022-05-29 Hao Xu New
[1/2] io_uring: add an argument for io_poll_disarm() cancel_hash per entry lock - - - --- 2022-05-29 Hao Xu New
[v3] io_uring: defer alloc_hint update to io_file_bitmap_set() [v3] io_uring: defer alloc_hint update to io_file_bitmap_set() - - - --- 2022-05-28 Xiaoguang Wang New
[v2] io_uring: defer alloc_hint update to io_file_bitmap_set() [v2] io_uring: defer alloc_hint update to io_file_bitmap_set() - - - --- 2022-05-27 Xiaoguang Wang New
[RFC,-next] io_uring: add support for level triggered poll [RFC,-next] io_uring: add support for level triggered poll - - - --- 2022-05-27 Jens Axboe New
[2/2] io_uring: defer alloc_hint update to io_file_bitmap_set() two bug fixes about direct fd install - - - --- 2022-05-27 Xiaoguang Wang New
[1/2] io_uring: fix file leaks around io_fixed_fd_install() two bug fixes about direct fd install - - - --- 2022-05-27 Xiaoguang Wang New
io_uring: ensure fput() called correspondingly when direct install fails io_uring: ensure fput() called correspondingly when direct install fails - - - --- 2022-05-27 Xiaoguang Wang New
io_uring: wire up allocated direct descriptors for socket io_uring: wire up allocated direct descriptors for socket - 1 - --- 2022-05-26 Jens Axboe New
[v6,16/16] xfs: Enable async buffered write support io-uring/xfs: support async buffered writes - - - --- 2022-05-26 Stefan Roesch New
[v6,15/16] xfs: Add async buffered write support io-uring/xfs: support async buffered writes - 1 - --- 2022-05-26 Stefan Roesch New
[v6,14/16] xfs: Change function signature of xfs_ilock_iocb() io-uring/xfs: support async buffered writes - - - --- 2022-05-26 Stefan Roesch New
[v6,13/16] xfs: Specify lockmode when calling xfs_ilock_for_iomap() io-uring/xfs: support async buffered writes - 1 - --- 2022-05-26 Stefan Roesch New
[v6,12/16] io_uring: Add tracepoint for short writes io-uring/xfs: support async buffered writes - - - --- 2022-05-26 Stefan Roesch New
[v6,11/16] io_uring: Add support for async buffered writes io-uring/xfs: support async buffered writes - - - --- 2022-05-26 Stefan Roesch New
[v6,10/16] fs: Optimization for concurrent file time updates. io-uring/xfs: support async buffered writes - - - --- 2022-05-26 Stefan Roesch New
[v6,09/16] fs: Add async write file modification handling. io-uring/xfs: support async buffered writes - 1 - --- 2022-05-26 Stefan Roesch New
[v6,08/16] fs: Split off inode_needs_update_time and __file_update_time io-uring/xfs: support async buffered writes - - - --- 2022-05-26 Stefan Roesch New
[v6,07/16] fs: add __remove_file_privs() with flags parameter io-uring/xfs: support async buffered writes - 1 - --- 2022-05-26 Stefan Roesch New
[v6,06/16] fs: Add check for async buffered writes to generic_write_checks io-uring/xfs: support async buffered writes - 1 - --- 2022-05-26 Stefan Roesch New
[v6,05/16] iomap: Add async buffered write support io-uring/xfs: support async buffered writes - 2 - --- 2022-05-26 Stefan Roesch New
[v6,04/16] iomap: Add flags parameter to iomap_page_create() io-uring/xfs: support async buffered writes - 2 - --- 2022-05-26 Stefan Roesch New
[v6,03/16] mm: Add balance_dirty_pages_ratelimited_flags() function io-uring/xfs: support async buffered writes - 1 - --- 2022-05-26 Stefan Roesch New
[v6,02/16] mm: Move updates of dirty_exceeded into one place io-uring/xfs: support async buffered writes - - - --- 2022-05-26 Stefan Roesch New
[v6,01/16] mm: Move starting of background writeback into the main balancing loop io-uring/xfs: support async buffered writes - - - --- 2022-05-26 Stefan Roesch New
io_uring: fix a memory leak of buffer group list on exit io_uring: fix a memory leak of buffer group list on exit - - - --- 2022-05-26 Jens Axboe New
[RFC] io_uring: let IORING_OP_FILES_UPDATE support to choose fixed file slot [RFC] io_uring: let IORING_OP_FILES_UPDATE support to choose fixed file slot - - - --- 2022-05-26 Xiaoguang Wang New
[v5,16/16] xfs: Enable async buffered write support io-uring/xfs: support async buffered writes - - - --- 2022-05-25 Stefan Roesch New
[v5,15/16] xfs: Add async buffered write support io-uring/xfs: support async buffered writes - - - --- 2022-05-25 Stefan Roesch New
[v5,14/16] xfs: Change function signature of xfs_ilock_iocb() io-uring/xfs: support async buffered writes - - - --- 2022-05-25 Stefan Roesch New
[v5,13/16] xfs: Specify lockmode when calling xfs_ilock_for_iomap() io-uring/xfs: support async buffered writes - - - --- 2022-05-25 Stefan Roesch New
[v5,12/16] io_uring: Add tracepoint for short writes io-uring/xfs: support async buffered writes - - - --- 2022-05-25 Stefan Roesch New
[v5,11/16] io_uring: Add support for async buffered writes io-uring/xfs: support async buffered writes - - - --- 2022-05-25 Stefan Roesch New
[v5,10/16] fs: Optimization for concurrent file time updates. io-uring/xfs: support async buffered writes - - - --- 2022-05-25 Stefan Roesch New
[v5,09/16] fs: Add async write file modification handling. io-uring/xfs: support async buffered writes - - - --- 2022-05-25 Stefan Roesch New
[v5,08/16] fs: Split off inode_needs_update_time and __file_update_time io-uring/xfs: support async buffered writes - - - --- 2022-05-25 Stefan Roesch New
« 1 2 ... 33 34 35 36 »