summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* io_uring: don't read user-shared sqe flags twicePavel Begunkov2020-04-081-12/+8
* io_uring: remove req init from io_get_req()Pavel Begunkov2020-04-081-26/+27
* io_uring: alloc req only after getting sqePavel Begunkov2020-04-081-15/+9
* io_uring: simplify io_get_sqringPavel Begunkov2020-04-081-18/+22
* io_uring: do not always copy iovec in io_req_map_rw()Xiaoguang Wang2020-04-081-2/+3
* io_uring: ensure openat sets O_LARGEFILE if neededJens Axboe2020-04-081-0/+2
* io_uring: initialize fixed_file_data lockXiaoguang Wang2020-04-071-0/+1
* io_uring: remove redundant variable pointer nxt and io_wq_assign_next callColin Ian King2020-04-071-3/+0
* io_uring: fix ctx refcounting in io_submit_sqes()Pavel Begunkov2020-04-051-1/+0
* io_uring: process requests completed with -EAGAIN on poll listBijan Mottahedeh2020-04-031-3/+26
* io_uring: remove bogus RLIMIT_NOFILE check in file registrationJens Axboe2020-04-031-7/+0
* io_uring: use io-wq manager as backup task if task is exitingJens Axboe2020-04-033-4/+23
* io_uring: grab task reference for poll requestsJens Axboe2020-04-031-12/+7
* io_uring: retry poll if we got woken with non-matching maskJens Axboe2020-04-031-0/+12
* io_uring: add missing finish_wait() in io_sq_thread()Hillf Danton2020-04-011-0/+1
* io_uring: refactor file register/unregister/update handlingXiaoguang Wang2020-03-311-80/+124
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-03-303-23/+13
|\
| * fs/buffer: Make BH_Uptodate_Lock bit_spin_lock a regular spinlock_tThomas Gleixner2020-03-283-23/+13
* | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-03-301-1/+1
|\ \
| * \ Merge branch 'efi/urgent' into efi/core, to pick up fixesIngo Molnar2020-03-0822-198/+182
| |\ \
| * \ \ Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi...Ingo Molnar2020-02-261-1/+1
| |\ \ \
| | * | | efi: Use more granular check for availability for variable servicesArd Biesheuvel2020-02-231-1/+1
* | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-03-301-1/+1
|\ \ \ \ \
| * \ \ \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2020-03-241-1/+1
| |\ \ \ \ \
| | * | | | | nfs: Fix nfs_access_get_cached_rcu() sparse errorMadhuparna Bhowmik2020-02-201-1/+1
| | | |/ / / | | |/| | |
* | | | | | 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