summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-03-304-21/+49
|\
| * libfs: fix infoleak in simple_attr_read()Eric Biggers2020-03-241-3/+5
| * debugfs: remove return value of debugfs_create_file_size()Greg Kroah-Hartman2020-03-181-14/+4
| * debugfs: Check module state before warning in {full/open}_proxy_open()Taehee Yoo2020-03-181-4/+14
| * Merge 5.6-rc5 into driver-core-nextGreg Kroah-Hartman2020-03-0966-669/+1188
| |\
| * | firmware_loader: load files from the mount namespace of initTopi Miettinen2020-02-101-0/+26
* | | Merge tag 'pstore-v5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-03-304-5/+7
|\ \ \
| * | | pstore/ram: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-091-1/+1
| * | | pstore: pstore_ftrace_seq_next should increase position indexVasily Averin2020-02-271-1/+4
| * | | pstore/ram: remove unnecessary ramoops_unregister_dummy()chenqiwu2020-02-251-1/+0
| * | | pstore/platform: fix potential mem leak if pstore_init_fs failedchenqiwu2020-02-251-2/+2
* | | | Merge tag 'erofs-for-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-03-305-105/+93
|\ \ \ \
| * | | | erofs: handle corrupted images whose decompressed size less than it'd beGao Xiang2020-03-031-3/+7
| * | | | erofs: use LZ4_decompress_safe() for full decodingGao Xiang2020-03-031-3/+9
| * | | | erofs: correct the remaining shrink objectsGao Xiang2020-03-031-1/+1
| * | | | erofs: convert workstn to XArrayGao Xiang2020-03-034-98/+76
* | | | | Merge tag 'docs-5.7' of git://git.lwn.net/linuxLinus Torvalds2020-03-301-1/+1
|\ \ \ \ \
| * | | | | Documentation: nfsroot.rst: Fix references to nfsroot.rstNiklas Söderlund2020-03-021-1/+1
| | |_|/ / | |/| | |
* | | | | Merge tag 'for-5.7/io_uring-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds2020-03-304-837/+1617
|\ \ \ \ \
| * | | | | io_uring: cleanup io_alloc_async_ctx()Xiaoguang Wang2020-03-271-3/+9
| * | | | | io_uring: fix missing 'return' in commentChucheng Luo2020-03-241-1/+1
| * | | | | io-wq: handle hashed writes in chainsPavel Begunkov2020-03-232-28/+85
| * | | | | io-uring: drop 'free_pfile' in struct io_file_putHillf Danton2020-03-231-24/+10
| * | | | | io-uring: drop completion when removing fileHillf Danton2020-03-231-8/+5
| * | | | | io_uring: Fix ->data corruption on re-enqueuePavel Begunkov2020-03-222-9/+5
| * | | | | io-wq: close cancel gap for hashed linked workPavel Begunkov2020-03-221-3/+7
| * | | | | io_uring: honor original task RLIMIT_FSIZEJens Axboe2020-03-201-1/+16
| * | | | | io-wq: hash dependent workPavel Begunkov2020-03-141-6/+19
| * | | | | io-wq: split hashing and enqueueingPavel Begunkov2020-03-143-24/+21
| * | | | | io-wq: don't resched if there is no workPavel Begunkov2020-03-141-4/+6
| * | | | | io-wq: remove duplicated cancel codePavel Begunkov2020-03-121-112/+24
| * | | | | io_uring: fix truncated async read/readv and write/writev retryJens Axboe2020-03-111-2/+5
| * | | | | io_uring: io_uring_enter(2) don't poll while SETUP_IOPOLL|SETUP_SQPOLL enabledXiaoguang Wang2020-03-111-1/+10
| * | | | | io_uring: Fix unused function warningsYueHaibing2020-03-101-42/+52
| * | | | | io_uring: add end-of-bits marker and build time verify itJens Axboe2020-03-101-0/+4
| * | | | | io_uring: provide means of removing buffersJens Axboe2020-03-101-19/+83
| * | | | | io_uring: add IOSQE_BUFFER_SELECT support for IORING_OP_RECVMSGJens Axboe2020-03-101-12/+106
| * | | | | io_uring: add IOSQE_BUFFER_SELECT support for IORING_OP_READVJens Axboe2020-03-101-14/+97
| * | | | | io_uring: support buffer selection for OP_READ and OP_RECVJens Axboe2020-03-101-39/+185
| * | | | | io_uring: add IORING_OP_PROVIDE_BUFFERSJens Axboe2020-03-101-1/+137
| * | | | | io_uring: buffer registration infrastructureJens Axboe2020-03-041-0/+35
| * | | | | io_uring/io-wq: forward submission ref to asyncPavel Begunkov2020-03-043-39/+27
| * | | | | io-wq: optimise out *next_work() double lockPavel Begunkov2020-03-041-3/+6
| * | | | | io-wq: optimise locking in io_worker_handle_work()Pavel Begunkov2020-03-041-8/+7
| * | | | | io-wq: shuffle io_worker_handle_work() codePavel Begunkov2020-03-041-59/+64
| * | | | | io_uring: get next work with submission ref dropPavel Begunkov2020-03-031-41/+48
| * | | | | io_uring: remove @nxt from handlersPavel Begunkov2020-03-031-118/+86
| * | | | | io_uring: make submission ref putting consistentPavel Begunkov2020-03-031-14/+13
| * | | | | io_uring: clean up io_closePavel Begunkov2020-03-021-11/+10
| * | | | | io_uring: Ensure mask is initialized in io_arm_poll_handlerNathan Chancellor2020-03-021-1/+2