summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* execve: warn if process starts with executable stackAlexey Dobriyan2020-01-311-0/+5
* reiserfs: prevent NULL pointer dereference in reiserfs_insert_item()Yunfeng Ye2020-01-311-1/+2
* fs/binfmt_elf.c: coredump: allow process with empty address space to coredumpAlexey Dobriyan2020-01-311-1/+9
* fs/binfmt_elf.c: coredump: delete duplicated overflow checkAlexey Dobriyan2020-01-311-2/+0
* fs/binfmt_elf.c: coredump: allocate core ELF header on stackAlexey Dobriyan2020-01-311-11/+5
* fs/binfmt_elf.c: make BAD_ADDR() unlikelyAlexey Dobriyan2020-01-311-1/+1
* fs/binfmt_elf.c: better codegen around current->mmAlexey Dobriyan2020-01-311-24/+28
* fs/binfmt_elf.c: don't copy ELF header aroundAlexey Dobriyan2020-01-311-28/+27
* fs/binfmt_elf.c: fix ->start_code calculationAlexey Dobriyan2020-01-311-1/+1
* fs/binfmt_elf.c: smaller code generation around auxv vector fillAlexey Dobriyan2020-01-311-7/+8
* btrfs: use larger zlib buffer for s390 hardware compressionMikhail Zaslonko2020-01-312-36/+101
* 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-301-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-308-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-291-1/+19
| * | io_uring: allow registering credentialsJens Axboe2020-01-291-7/+68
| * | io_uring: add io-wq workqueue sharingPavel Begunkov2020-01-291-14/+50
| * | io-wq: allow grabbing existing io-wqPavel Begunkov2020-01-292-0/+9
| * | io_uring/io-wq: don't use static creds/mm assignmentsJens Axboe2020-01-293-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-211-62/+29
| * | io_uring: optimise sqe-to-req flags translationPavel Begunkov2020-01-211-29/+63
| * | io_uring: remove REQ_F_IO_DRAINEDPavel Begunkov2020-01-211-5/+2
| * | io_uring: file switch work needs to get flushed on exitJens Axboe2020-01-211-1/+4
| * | io_uring: hide uring_fd in ctxPavel Begunkov2020-01-211-15/+12
| * | io_uring: remove extra check in __io_commit_cqringPavel Begunkov2020-01-211-7/+5
| * | io_uring: optimise use of ctx->drain_nextPavel Begunkov2020-01-211-20/+21
| * | io_uring: add support for probing opcodesJens Axboe2020-01-211-2/+51
| * | io_uring: account fixed file references correctly in batchJens Axboe2020-01-211-5/+9
| * | io_uring: add opcode to issue trace eventJens Axboe2020-01-211-1/+2
| * | io_uring: add support for IORING_OP_OPENAT2Jens Axboe2020-01-211-6/+63