summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* io_uring: fix a typo in a commentLimingWu2019-12-051-1/+1
* io_uring: hook all linked requests via link_listPavel Begunkov2019-12-051-22/+20
* io_uring: fix error handling in io_queue_link_headPavel Begunkov2019-12-051-5/+7
* io_uring: use hash table for poll command lookupsJens Axboe2019-12-051-43/+41
* io-wq: clear node->next on list deletionJens Axboe2019-12-051-0/+1
* io_uring: ensure deferred timeouts copy necessary dataJens Axboe2019-12-041-41/+42
* io_uring: allow IO_SQE_* flags on IORING_OP_TIMEOUTJens Axboe2019-12-041-3/+0
* io_uring: handle connect -EINPROGRESS like -EAGAINJens Axboe2019-12-031-1/+1
* io_uring: remove io_wq_current_is_workerJackie Liu2019-12-031-6/+2
* io_uring: remove parameter ctx of io_submit_state_startJackie Liu2019-12-031-2/+2
* io_uring: mark us with IORING_FEAT_SUBMIT_STABLEJens Axboe2019-12-031-1/+2
* io_uring: ensure async punted connect requests copy dataJens Axboe2019-12-031-4/+47
* io_uring: ensure async punted sendmsg/recvmsg requests copy dataJens Axboe2019-12-031-17/+128
* io_uring: ensure async punted read/write requests copy iovecJens Axboe2019-12-031-62/+181
* io_uring: add general async offload contextJens Axboe2019-12-031-24/+32
* block: don't send uevent for empty disk when not invalidatingEric Biggers2019-12-031-1/+1
* io_uring: transform send/recvmsg() -ERESTARTSYS to -EINTRJens Axboe2019-12-031-0/+2
* io_uring: use current task creds instead of allocating a new oneJens Axboe2019-12-023-4/+4
* Merge tag 'for-linus-20191129' of git://git.kernel.dk/linux-blockLinus Torvalds2019-12-021-6/+52
|\
| * io_uring: fix missing kmap() declaration on powerpcJens Axboe2019-11-291-0/+1
| * io_uring: add mapping support for NOMMU archsRoman Penyaev2019-11-281-6/+51
* | Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...Linus Torvalds2019-12-017-31/+31
|\ \
| * | y2038: timerfd: Use timespec64 internallyArnd Bergmann2019-11-151-7/+7
| * | y2038: elfcore: Use __kernel_old_timeval for process timesArnd Bergmann2019-11-153-14/+14
| * | y2038: syscalls: change remaining timeval to __kernel_old_timevalArnd Bergmann2019-11-152-9/+9
| * | y2038: remove CONFIG_64BIT_TIMEArnd Bergmann2019-11-151-1/+1
* | | Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-0117-907/+151
|\ \ \
| * | | compat_ioctl: move SG_GET_REQUEST_TABLE handlingArnd Bergmann2019-10-231-56/+1
| * | | compat_ioctl: ppp: move simple commands into ppp_generic.cArnd Bergmann2019-10-231-32/+4
| * | | compat_ioctl: handle PPPIOCGIDLE for 64-bit time_tArnd Bergmann2019-10-231-33/+5
| * | | compat_ioctl: move PPPIOCSCOMPRESS to ppp_genericAl Viro2019-10-231-32/+0
| * | | compat_ioctl: unify copy-in of ppp filtersAl Viro2019-10-231-37/+0
| * | | compat_ioctl: move SIOCOUTQ out of compat_ioctl.cArnd Bergmann2019-10-231-2/+0
| * | | compat_ioctl: reimplement SG_IO handlingArnd Bergmann2019-10-231-147/+1
| * | | compat_ioctl: move WDIOC handling into wdt driversArnd Bergmann2019-10-231-11/+0
| * | | fs: compat_ioctl: move FITRIM emulation into file systemsArnd Bergmann2019-10-238-2/+7
| * | | gfs2: add compat_ioctl supportArnd Bergmann2019-10-231-0/+30
| * | | compat_ioctl: remove unused convert_in_user macroArnd Bergmann2019-10-231-7/+0
| * | | compat_ioctl: remove last RAID handling codeArnd Bergmann2019-10-231-13/+0
| * | | compat_ioctl: remove /dev/raw ioctl translationArnd Bergmann2019-10-231-4/+0
| * | | compat_ioctl: remove PCI ioctl translationArnd Bergmann2019-10-231-6/+0
| * | | compat_ioctl: remove joystick ioctl translationArnd Bergmann2019-10-231-7/+0
| * | | compat_ioctl: remove /dev/random commandsArnd Bergmann2019-10-231-7/+0
| * | | compat_ioctl: remove IGNORE_IOCTL()Arnd Bergmann2019-10-231-56/+0
| * | | compat_ioctl: remove translation for sound ioctlsArnd Bergmann2019-10-231-158/+0
| * | | compat_ioctl: remove HIDIO translationArnd Bergmann2019-10-231-17/+0
| * | | compat_ioctl: remove HCIUART handlingArnd Bergmann2019-10-231-13/+0
| * | | compat_ioctl: move hci_sock handlers into driverArnd Bergmann2019-10-231-24/+0
| * | | compat_ioctl: move rfcomm handlers into driverArnd Bergmann2019-10-231-6/+0
| * | | compat_ioctl: move isdn/capi ioctl translation into driverArnd Bergmann2019-10-231-17/+0