summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* block: integrate bd_start_claiming into __blkdev_getChristoph Hellwig2020-07-161-122/+55
* block: use bd_prepare_to_claim directly in the loop driverChristoph Hellwig2020-07-161-4/+5
* block: refactor bd_start_claimingChristoph Hellwig2020-07-161-20/+13
* block: simplify the restart case in __blkdev_getChristoph Hellwig2020-07-161-15/+10
* writeback: remove bdi->congested_fnChristoph Hellwig2020-07-091-23/+0
* isofs: remove a stale commentChristoph Hellwig2020-07-091-3/+0
* block: remove flush_diskChristoph Hellwig2020-07-091-23/+7
* block: remove the all_bdevs listChristoph Hellwig2020-07-011-15/+7
* block: remove the bd_queue field from struct block_deviceChristoph Hellwig2020-07-013-10/+7
* block: remove the bd_block_size field from struct block_deviceChristoph Hellwig2020-07-011-7/+2
* block: simplify set_init_blocksizeChristoph Hellwig2020-07-011-6/+0
* fs: remove a weird comment in submit_bh_wbcChristoph Hellwig2020-07-011-5/+0
* block: move struct block_device to blk_types.hChristoph Hellwig2020-06-245-0/+5
* block: move block-related definitions out of fs.hChristoph Hellwig2020-06-247-2/+21
* block: mark bd_finish_claiming staticChristoph Hellwig2020-06-241-3/+2
* Merge tag 'trace-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-06-201-5/+10
|\
| * proc/bootconfig: Fix to use correct quotes for valueMasami Hiramatsu2020-06-171-5/+10
* | afs: Fix hang on rmmod due to outstanding timerDavid Howells2020-06-204-2/+16
* | afs: Fix afs_do_lookup() to call correct fetch-status op variantDavid Howells2020-06-201-1/+1
* | Merge tag 'io_uring-5.8-2020-06-19' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-193-112/+177
|\ \
| * | io_uring: fix possible race condition against REQ_F_NEED_CLEANUPXiaoguang Wang2020-06-181-4/+4
| * | io_uring: reap poll completions while waiting for refs to drop on exitJens Axboe2020-06-171-1/+11
| * | io_uring: acquire 'mm' for task_work for SQPOLLJens Axboe2020-06-171-15/+29
| * | io_uring: add memory barrier to synchronize io_kiocb's result and iopoll_comp...Xiaoguang Wang2020-06-171-24/+29
| * | io_uring: don't fail links for EAGAIN error in IOPOLL modeXiaoguang Wang2020-06-171-1/+1
| * | io_uring: cancel by ->task not pidPavel Begunkov2020-06-152-11/+6
| * | io_uring: lazy get taskPavel Begunkov2020-06-151-8/+22
| * | io_uring: batch cancel in io_uring_cancel_files()Pavel Begunkov2020-06-151-0/+13
| * | io_uring: cancel all task's requests on exitPavel Begunkov2020-06-153-17/+12
| * | io-wq: add an option to cancel all matched reqsPavel Begunkov2020-06-153-28/+36
| * | io-wq: reorder cancellation pending -> runningPavel Begunkov2020-06-151-22/+32
| * | io_uring: fix lazy work initPavel Begunkov2020-06-151-0/+1
| |/
* | Merge tag 'block-5.8-2020-06-19' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-191-8/+9
|\ \
| * | block: make function 'kill_bdev' staticZheng Bin2020-06-181-3/+2
| * | block: Fix use-after-free in blkdev_get()Jason Yan2020-06-161-5/+7
| |/
* | Merge branch 'hch' (maccess patches from Christoph Hellwig)Linus Torvalds2020-06-181-1/+2
|\ \
| * | maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig2020-06-171-1/+2
| |/
* | Merge tag 'afs-fixes-20200616' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-06-1710-124/+225
|\ \
| * | afs: Fix silly renameDavid Howells2020-06-164-16/+80
| * | afs: afs_vnode_commit_status() doesn't need to check the RPC errorDavid Howells2020-06-161-3/+1
| * | afs: Fix use of afs_check_for_remote_deletion()David Howells2020-06-167-18/+32
| * | afs: Remove afs_operation::abort_codeDavid Howells2020-06-162-2/+1
| * | afs: Fix yfs_fs_fetch_status() to honour vnode selectorDavid Howells2020-06-161-25/+26
| * | afs: Remove yfs_fs_fetch_file_status() as it's not usedDavid Howells2020-06-162-43/+0
| * | afs: Fix the mapping of the UAEOVERFLOW abort codeDavid Howells2020-06-151-0/+1
| * | afs: Fix truncation issues and mmap writeback sizeDavid Howells2020-06-153-5/+35
| * | afs: Concoct ctimesDavid Howells2020-06-154-12/+38
| * | afs: Fix EOF corruptionDavid Howells2020-06-151-1/+11
| * | afs: afs_write_end() should change i_size under the right lockDavid Howells2020-06-151-2/+2
| * | afs: Fix non-setting of mtime when writing into mmapDavid Howells2020-06-151-0/+1
| |/