summaryrefslogtreecommitdiffstats
path: root/fs/aio.c
Commit message (Expand)AuthorAgeFilesLines
* aio: Annotate struct kioctx_table with __counted_byKees Cook2023-09-201-1/+1
* Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-08-311-1/+1
|\
| * mm: Re-introduce vm_flags to do_mmap()Yu-cheng Yu2023-07-111-1/+1
* | aio: use kiocb_{start,end}_write() helpersAmir Goldstein2023-08-211-17/+3
|/
* fs/aio: Stop allocating aio rings from HIGHMEMFabio M. De Francesco2023-06-151-17/+9
* Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton2023-02-101-0/+4
|\
| * aio: fix mremap after fork null-derefSeth Jenkins2023-02-031-0/+4
* | mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-091-1/+1
|/
* use less confusing names for iov_iter direction initializersAl Viro2022-11-251-2/+2
* aio: use atomic_try_cmpxchg in __get_reqs_availableUros Bizjak2022-09-111-6/+3
* Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-08-031-1/+1
|\
| * keep iocb_flags() result cached in struct fileAl Viro2022-06-101-1/+1
* | aio: Convert to migrate_folioMatthew Wilcox (Oracle)2022-08-021-18/+18
|/
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2022-04-011-1/+0
|\
| * aio: drop needless assignment in aio_read()Lukas Bulwahn2022-03-151-1/+0
* | Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-261-1/+0
|\ \
| * | fs: remove kiocb.ki_hintChristoph Hellwig2022-03-081-1/+0
| |/
* / fs: Convert __set_page_dirty_no_writeback to noop_dirty_folioMatthew Wilcox (Oracle)2022-03-161-1/+1
|/
* aio: move aio sysctl to aio.cXiaoming Ni2022-01-221-2/+29
* aio: Fix incorrect usage of eventfd_signal_allowed()Xie Yongji2021-12-091-1/+1
* aio: fix use-after-free due to missing POLLFREE handlingEric Biggers2021-12-091-31/+106
* aio: keep poll requests on waitqueue until completedEric Biggers2021-12-091-20/+63
* Merge tag 'kspp-misc-fixes-5.16-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-11-011-2/+1
|\
| * aio: Prefer struct_size over open coded arithmeticLen Baker2021-10-201-2/+1
* | fs: get rid of the res2 iocb->ki_complete argumentJens Axboe2021-10-251-3/+3
|/
* eventfd: Make signal recursion protection a task bitThomas Gleixner2021-08-281-1/+1
* Revert "mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aio"Brian Geffon2021-04-301-4/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-12-151-1/+4
|\
| * mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aioDmitry Safonov2020-12-151-1/+4
* | Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-12-141-1/+0
|\ \ | |/ |/|
| * fs: Remove asm/kmap_types.h includesThomas Gleixner2020-11-061-1/+0
* | vfs: separate __sb_start_write into blocking and non-blocking helpersDarrick J. Wong2020-11-101-1/+1
|/
* Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-10-121-6/+2
|\
| * iov_iter: transparently handle compat iovecs in import_iovecChristoph Hellwig2020-10-031-6/+2
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
|/
* mm: remove unnecessary wrapper function do_mmap_pgoff()Peter Collingbourne2020-08-071-3/+3
* aio: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-151-1/+1
* kernel: move use_mm/unuse_mm to kthread.cChristoph Hellwig2020-06-101-1/+0
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-2/+2
* aio: fix async fsync credsMiklos Szeredi2020-05-141-0/+8
* aio: prevent potential eventfd recursion on pollJens Axboe2020-02-031-2/+18
* Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...Linus Torvalds2019-12-011-1/+1
|\
| * y2038: remove CONFIG_64BIT_TIMEArnd Bergmann2019-11-151-1/+1
* | aio: Fix io_pgetevents() struct __compat_aio_sigset layoutGuillem Jover2019-10-211-5/+5
|/
* Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-191-9/+7
|\
| * vfs: Convert aio to use the new mount APIDavid Howells2019-05-251-8/+7
| * mount_pseudo(): drop 'name' argument, switch to d_make_root()Al Viro2019-05-251-2/+1
* | mm: migrate: remove unused mode argumentKeith Busch2019-07-181-1/+1
* | signal: simplify set_user_sigmask/restore_user_sigmaskOleg Nesterov2019-07-161-12/+8
* | Merge tag 'for-5.3/io_uring-20190711' of git://git.kernel.dk/linux-blockLinus Torvalds2019-07-131-4/+5
|\ \