summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* mm, tree-wide: rename put_user_page*() to unpin_user_page*()John Hubbard2020-01-311-2/+2
* fs/io_uring: set FOLL_PIN via pin_user_pages()John Hubbard2020-01-311-1/+1
* ocfs2: use ocfs2_update_inode_fsync_trans() to access t_tid in handle->h_tran...wangyan2020-01-311-2/+1
* ocfs2: fix a NULL pointer dereference when call ocfs2_update_inode_fsync_trans()wangyan2020-01-311-3/+5
* ocfs2/dlm: move BITS_TO_BYTES() to bitops.h for wider useAndy Shevchenko2020-01-311-4/+0
* ocfs2/dlm: remove redundant assignment to retColin Ian King2020-01-311-1/+1
* ocfs2: make local header paths relative to C filesMasahiro Yamada2020-01-3113-45/+41
* ocfs2: remove unneeded semicolonszhengbin2020-01-312-2/+2
* fs: ocfs: remove unnecessary assertion in dlm_migrate_lockresAditya Pakki2020-01-311-2/+0
* memcg: fix a crash in wb_workfn when a device disappearsTheodore Ts'o2020-01-311-1/+1
* Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds2020-01-291-2/+20
|\
| * vfs, fdtable: Add fget_task helperSargun Dhillon2020-01-131-2/+20
* | Merge tag 'for-5.6/io_uring-vfs-2020-01-29' of git://git.kernel.dk/linux-blockLinus Torvalds2020-01-298-459/+1995
|\ \
| * | io_uring: add support for epoll_ctl(2)Jens Axboe2020-01-291-0/+71
| * | eventpoll: support non-blocking do_epoll_ctl() callsJens Axboe2020-01-291-13/+33
| * | eventpoll: abstract out epoll_ctl() handlerJens Axboe2020-01-291-20/+25
| * | io_uring: fix linked command file table usageJens Axboe2020-01-293-14/+21
| * | io_uring: support using a registered personality for commandsJens Axboe2020-01-281-1/+19
| * | io_uring: allow registering credentialsJens Axboe2020-01-281-7/+68
| * | io_uring: add io-wq workqueue sharingPavel Begunkov2020-01-281-14/+50
| * | io-wq: allow grabbing existing io-wqPavel Begunkov2020-01-282-0/+9
| * | io_uring/io-wq: don't use static creds/mm assignmentsJens Axboe2020-01-283-30/+81
| * | io-wq: make the io_wq ref countedJens Axboe2020-01-271-1/+10
| * | io_uring: fix refcounting with batched allocations at OOMPavel Begunkov2020-01-271-2/+5
| * | io_uring: add comment for drain_nextPavel Begunkov2020-01-271-0/+7
| * | io_uring: don't attempt to copy iovec for READ/WRITEJens Axboe2020-01-271-2/+1
| * | io_uring: honor IOSQE_ASYNC for linked reqsPavel Begunkov2020-01-221-0/+4
| * | io_uring: prep req when do IOSQE_ASYNCPavel Begunkov2020-01-221-0/+4
| * | io_uring: use labeled array init in io_op_defsPavel Begunkov2020-01-201-62/+29
| * | io_uring: optimise sqe-to-req flags translationPavel Begunkov2020-01-201-29/+63
| * | io_uring: remove REQ_F_IO_DRAINEDPavel Begunkov2020-01-201-5/+2
| * | io_uring: file switch work needs to get flushed on exitJens Axboe2020-01-201-1/+4
| * | io_uring: hide uring_fd in ctxPavel Begunkov2020-01-201-15/+12
| * | io_uring: remove extra check in __io_commit_cqringPavel Begunkov2020-01-201-7/+5
| * | io_uring: optimise use of ctx->drain_nextPavel Begunkov2020-01-201-20/+21
| * | io_uring: add support for probing opcodesJens Axboe2020-01-201-2/+51
| * | io_uring: account fixed file references correctly in batchJens Axboe2020-01-201-5/+9
| * | io_uring: add opcode to issue trace eventJens Axboe2020-01-201-1/+2
| * | io_uring: add support for IORING_OP_OPENAT2Jens Axboe2020-01-201-6/+63
| * | io_uring: remove 'fname' from io_open structureJens Axboe2020-01-201-5/+6
| * | io_uring: add 'struct open_how' to the openat request contextJens Axboe2020-01-201-9/+8
| * | io_uring: enable option to only trigger eventfd for async completionsJens Axboe2020-01-201-1/+16
| * | io_uring: change io_ring_ctx bool fields into bit fieldsJens Axboe2020-01-201-7/+7
| * | io_uring: file set registration should use interruptible waitsJens Axboe2020-01-201-2/+8
| * | io_uring: Remove unnecessary null checkYueHaibing2020-01-201-2/+1
| * | io_uring: add support for send(2) and recv(2)Jens Axboe2020-01-201-5/+135
| * | io_uring: remove extra io_wq_current_is_worker()Pavel Begunkov2020-01-201-2/+1
| * | io_uring: optimise commit_sqring() for common casePavel Begunkov2020-01-201-8/+6
| * | io_uring: optimise head checks in io_get_sqring()Pavel Begunkov2020-01-201-9/+4
| * | io_uring: clamp to_submit in io_submit_sqes()Pavel Begunkov2020-01-201-2/+2