| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'trace-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 2020-06-20 | 1 | -5/+10 |
|\ |
|
| * | proc/bootconfig: Fix to use correct quotes for value | Masami Hiramatsu | 2020-06-17 | 1 | -5/+10 |
* | | afs: Fix hang on rmmod due to outstanding timer | David Howells | 2020-06-20 | 4 | -2/+16 |
* | | afs: Fix afs_do_lookup() to call correct fetch-status op variant | David Howells | 2020-06-20 | 1 | -1/+1 |
* | | Merge tag 'io_uring-5.8-2020-06-19' of git://git.kernel.dk/linux-block | Linus Torvalds | 2020-06-19 | 3 | -112/+177 |
|\ \ |
|
| * | | io_uring: fix possible race condition against REQ_F_NEED_CLEANUP | Xiaoguang Wang | 2020-06-18 | 1 | -4/+4 |
| * | | io_uring: reap poll completions while waiting for refs to drop on exit | Jens Axboe | 2020-06-17 | 1 | -1/+11 |
| * | | io_uring: acquire 'mm' for task_work for SQPOLL | Jens Axboe | 2020-06-17 | 1 | -15/+29 |
| * | | io_uring: add memory barrier to synchronize io_kiocb's result and iopoll_comp... | Xiaoguang Wang | 2020-06-17 | 1 | -24/+29 |
| * | | io_uring: don't fail links for EAGAIN error in IOPOLL mode | Xiaoguang Wang | 2020-06-17 | 1 | -1/+1 |
| * | | io_uring: cancel by ->task not pid | Pavel Begunkov | 2020-06-15 | 2 | -11/+6 |
| * | | io_uring: lazy get task | Pavel Begunkov | 2020-06-15 | 1 | -8/+22 |
| * | | io_uring: batch cancel in io_uring_cancel_files() | Pavel Begunkov | 2020-06-15 | 1 | -0/+13 |
| * | | io_uring: cancel all task's requests on exit | Pavel Begunkov | 2020-06-15 | 3 | -17/+12 |
| * | | io-wq: add an option to cancel all matched reqs | Pavel Begunkov | 2020-06-15 | 3 | -28/+36 |
| * | | io-wq: reorder cancellation pending -> running | Pavel Begunkov | 2020-06-15 | 1 | -22/+32 |
| * | | io_uring: fix lazy work init | Pavel Begunkov | 2020-06-15 | 1 | -0/+1 |
| |/ |
|
* | | Merge tag 'block-5.8-2020-06-19' of git://git.kernel.dk/linux-block | Linus Torvalds | 2020-06-19 | 1 | -8/+9 |
|\ \ |
|
| * | | block: make function 'kill_bdev' static | Zheng Bin | 2020-06-18 | 1 | -3/+2 |
| * | | block: Fix use-after-free in blkdev_get() | Jason Yan | 2020-06-16 | 1 | -5/+7 |
| |/ |
|
* | | Merge branch 'hch' (maccess patches from Christoph Hellwig) | Linus Torvalds | 2020-06-18 | 1 | -1/+2 |
|\ \ |
|
| * | | maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofault | Christoph Hellwig | 2020-06-17 | 1 | -1/+2 |
| |/ |
|
* | | Merge tag 'afs-fixes-20200616' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2020-06-17 | 10 | -124/+225 |
|\ \ |
|
| * | | afs: Fix silly rename | David Howells | 2020-06-16 | 4 | -16/+80 |
| * | | afs: afs_vnode_commit_status() doesn't need to check the RPC error | David Howells | 2020-06-16 | 1 | -3/+1 |
| * | | afs: Fix use of afs_check_for_remote_deletion() | David Howells | 2020-06-16 | 7 | -18/+32 |
| * | | afs: Remove afs_operation::abort_code | David Howells | 2020-06-16 | 2 | -2/+1 |
| * | | afs: Fix yfs_fs_fetch_status() to honour vnode selector | David Howells | 2020-06-16 | 1 | -25/+26 |
| * | | afs: Remove yfs_fs_fetch_file_status() as it's not used | David Howells | 2020-06-16 | 2 | -43/+0 |
| * | | afs: Fix the mapping of the UAEOVERFLOW abort code | David Howells | 2020-06-15 | 1 | -0/+1 |
| * | | afs: Fix truncation issues and mmap writeback size | David Howells | 2020-06-15 | 3 | -5/+35 |
| * | | afs: Concoct ctimes | David Howells | 2020-06-15 | 4 | -12/+38 |
| * | | afs: Fix EOF corruption | David Howells | 2020-06-15 | 1 | -1/+11 |
| * | | afs: afs_write_end() should change i_size under the right lock | David Howells | 2020-06-15 | 1 | -2/+2 |
| * | | afs: Fix non-setting of mtime when writing into mmap | David Howells | 2020-06-15 | 1 | -0/+1 |
| |/ |
|
* | | Merge tag 'flex-array-conversions-5.8-rc2' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 2020-06-17 | 4 | -12/+12 |
|\ \ |
|
| * | | Squashfs: Replace zero-length array with flexible-array | Gustavo A. R. Silva | 2020-06-16 | 1 | -8/+8 |
| * | | jffs2: Replace zero-length array with flexible-array | Gustavo A. R. Silva | 2020-06-16 | 2 | -3/+3 |
| * | | aio: Replace zero-length array with flexible-array | Gustavo A. R. Silva | 2020-06-16 | 1 | -1/+1 |
| |/ |
|
* | | Merge tag 'ext4-for-linus-5.8-rc1-2' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2020-06-15 | 14 | -69/+274 |
|\ \
| |/
|/| |
|
| * | ext4, jbd2: ensure panic by fix a race between jbd2 abort and ext4 error hand... | zhangyi (F) | 2020-06-12 | 2 | -16/+17 |
| * | ext4: support xattr gnu.* namespace for the Hurd | Jan (janneke) Nieuwenhuizen | 2020-06-12 | 4 | -1/+56 |
| * | ext4: mballoc: Use this_cpu_read instead of this_cpu_ptr | Ritesh Harjani | 2020-06-11 | 1 | -1/+1 |
| * | ext4: avoid utf8_strncasecmp() with unstable name | Eric Biggers | 2020-06-11 | 1 | -0/+16 |
| * | ext4: stop overwrite the errcode in ext4_setup_super | yangerkun | 2020-06-11 | 1 | -0/+1 |
| * | ext4: fix partial cluster initialization when splitting extent | Jeffle Xu | 2020-06-11 | 1 | -1/+1 |
| * | ext4: avoid race conditions when remounting with options that change dax | Theodore Ts'o | 2020-06-11 | 1 | -18/+24 |
| * | Enable ext4 support for per-file/directory dax operations | Theodore Ts'o | 2020-06-11 | 11 | -47/+194 |
| |\ |
|
| | * | fs/ext4: Introduce DAX inode flag | Ira Weiny | 2020-05-29 | 5 | -7/+65 |
| | * | fs/ext4: Remove jflag variable | Ira Weiny | 2020-05-29 | 1 | -7/+4 |