Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
fbd72127c975dc8e532ecc73d52f3b1b00935bec
/
fs
/
aio.c
f346b0b
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 6 years ago
956eb6c
Merge tag 'for-4.21/aio-20181221' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 6 years ago
0e9da3f
Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 6 years ago
b12a912
Merge tag 'y2038-for-4.21' of ssh://gitolite.kernel.org:/pub/scm/linux/kernel/git/arnd/playground
by Linus Torvalds
· 6 years ago
ab41ee6
mm: migrate: drop unused argument of migrate_page_move_mapping()
by Jan Kara
· 6 years ago
875736b
aio: abstract out io_event filler helper
by Jens Axboe
· 6 years ago
88a6f18
aio: split out iocb copy from io_submit_one()
by Jens Axboe
· 6 years ago
71ebc6f
aio: use iocb_put() instead of open coding it
by Jens Axboe
· 6 years ago
a79d40e
aio: only use blk plugs for > 2 depth submissions
by Jens Axboe
· 6 years ago
2bc4ca9
aio: don't zero entire aio_kiocb aio_get_req()
by Jens Axboe
· 6 years ago
432c799
aio: separate out ring reservation from req allocation
by Christoph Hellwig
· 6 years ago
bc9bff6
aio: use assigned completion handler
by Jens Axboe
· 6 years ago
4b92543
Merge branch 'for-4.21/block' into for-4.21/aio
by Jens Axboe
· 6 years ago
380ef2c
Merge tag 'for-linus-20181214' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 6 years ago
a538e3f
aio: fix spectre gadget in lookup_ioctx
by Jeff Moyer
· 6 years ago
7a35397
io_pgetevents: use __kernel_timespec
by Deepa Dinamani
· 6 years ago
854a6ed
signal: Add restore_user_sigmask()
by Deepa Dinamani
· 6 years ago
ded653c
signal: Add set_user_sigmask()
by Deepa Dinamani
· 6 years ago
154989e
aio: clear IOCB_HIPRI
by Christoph Hellwig
· 6 years ago
89d04ec
Merge tag 'v4.20-rc5' into for-4.21/block
by Jens Axboe
· 6 years ago
76dc891
aio: Fix fallback I/O priority value
by Damien Le Moal
· 6 years ago
53fffe2
aio: fix failure to put the file pointer
by Jens Axboe
· 6 years ago
9afc5ee
y2038: globally rename compat_time to old_time32
by Arnd Bergmann
· 6 years ago
f2be269
Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 6 years ago
a66b4cd
Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 6 years ago
e8693bc
aio: allow direct aio poll comletions for keyed wakeups
by Christoph Hellwig
· 6 years ago
bfe4037
aio: implement IOCB_CMD_POLL
by Christoph Hellwig
· 6 years ago
9018ccc
aio: add a iocb refcount
by Christoph Hellwig
· 6 years ago
165ea0d
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 6 years ago
9ba546c
aio: don't expose __aio_sigset in uapi
by Christoph Hellwig
· 6 years ago
d93aa9d
new wrapper: alloc_file_pseudo()
by Al Viro
· 6 years ago
c9c554f
alloc_file(): switch to passing O_... flags instead of FMODE_... mode
by Al Viro
· 6 years ago
a11e1d4
Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL
by Linus Torvalds
· 6 years ago
2739b80
aio: only return events requested in poll_mask() for IOCB_CMD_POLL
by Christoph Hellwig
· 6 years ago
9a6d9a6
fs: aio ioprio use ioprio_check_cap ret val
by Adam Manzanares
· 6 years ago
d9a08a9
fs: Add aio iopriority support
by Adam Manzanares
· 6 years ago
fc28724
fs: Convert kiocb rw_hint from enum to u16
by Adam Manzanares
· 6 years ago
1da9277
aio: sanitize the limit checking in io_submit(2)
by Al Viro
· 6 years ago
67ba049
aio: fold do_io_submit() into callers
by Al Viro
· 6 years ago
95af849
aio: shift copyin of iocb into io_submit_one()
by Al Viro
· 6 years ago
d2988bd4
aio_read_events_ring(): make a bit more readable
by Al Viro
· 6 years ago
9061d14
aio: all callers of aio_{read,write,fsync,poll} treat 0 and -EIOCBQUEUED the same way
by Al Viro
· 6 years ago
3c96c7f
aio: take list removal to (some) callers of aio_complete()
by Al Viro
· 6 years ago
ac060cb
aio: add missing break for the IOCB_CMD_FDSYNC case
by Christoph Hellwig
· 6 years ago
1962da0
aio: try to complete poll iocbs without context switch
by Christoph Hellwig
· 6 years ago
2c14fa8
aio: implement IOCB_CMD_POLL
by Christoph Hellwig
· 7 years ago
888933f
aio: simplify cancellation
by Christoph Hellwig
· 6 years ago
f3a2752
aio: simplify KIOCB_KEY handling
by Christoph Hellwig
· 7 years ago
ed0d523
Merge branch 'fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs into aio-base
by Christoph Hellwig
· 6 years ago
4faa9996
fix io_destroy()/aio_complete() race
by Al Viro
· 6 years ago
baf1056
aio: fix io_destroy(2) vs. lookup_ioctx() race
by Al Viro
· 6 years ago
7a074e9
aio: implement io_pgetevents
by Christoph Hellwig
· 7 years ago
a3c0d43
aio: implement IOCB_CMD_FSYNC and IOCB_CMD_FDSYNC
by Christoph Hellwig
· 7 years ago
54843f8
aio: refactor read/write iocb setup
by Christoph Hellwig
· 7 years ago
92ce472
aio: remove the extra get_file/fput pair in io_submit_one
by Christoph Hellwig
· 7 years ago
75321b5
aio: sanitize ki_list handling
by Christoph Hellwig
· 7 years ago
c213dc8
aio: remove an outdated BUG_ON and comment in aio_complete
by Christoph Hellwig
· 7 years ago
01a658e
aio: don't print the page size at boot time
by Christoph Hellwig
· 7 years ago
f729863
fs/aio: Use rcu_work instead of explicit rcu and work item
by Tejun Heo
· 7 years ago
d0264c0
fs/aio: Use RCU accessors for kioctx_table->table[]
by Tejun Heo
· 7 years ago
a6d7cff
fs/aio: Add explicit RCU grace period when freeing kioctx
by Tejun Heo
· 7 years ago
93f30c7
Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
6aa7de0
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()
by Mark Rutland
· 7 years ago
fa2e62a
io_getevents: Use timespec64 to represent timeouts
by Deepa Dinamani
· 7 years ago
e253d98
Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
2916ecc
mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPY
by Jérôme Glisse
· 7 years ago
2a8a986
fs: aio: fix the increment of aio-nr and counting against aio-max-nr
by Mauricio Faria de Oliveira
· 7 years ago
91f9943
fs: support RWF_NOWAIT for buffered reads
by Christoph Hellwig
· 7 years ago
45d06cf
fs: add O_DIRECT and aio support for sending down write life time hints
by Jens Axboe
· 7 years ago
b745faf
fs: Introduce RWF_NOWAIT and FMODE_AIO_NOWAIT
by Goldwyn Rodrigues
· 7 years ago
9830f4b
fs: Use RWF_* flags for AIO operations
by Goldwyn Rodrigues
· 7 years ago
1827adb
Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
94e877d
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
653a774
Merge remote-tracking branch 'ovl/for-viro' into for-linus
by Al Viro
· 8 years ago
174cd4b
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>
by Ingo Molnar
· 8 years ago
897ab3e
userfaultfd: non-cooperative: add event for memory unmaps
by Mike Rapoport
· 8 years ago
bb7462b
vfs: use helpers for calling f_op->{read,write}_iter()
by Miklos Szeredi
· 8 years ago
a12f1ae
aio: fix lock dep warning
by Shaohua Li
· 8 years ago
2456e85
ktime: Get rid of the union
by Thomas Gleixner
· 8 years ago
7c0f6ba
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
by Linus Torvalds
· 8 years ago
c00d2c7
move aio compat to fs/aio.c
by Al Viro
· 8 years ago
4506309
don't open-code file_inode()
by Al Viro
· 8 years ago
70fe2f4
aio: fix freeze protection of aio writes
by Jan Kara
· 8 years ago
89319d31
fs: remove aio_run_iocb
by Christoph Hellwig
· 8 years ago
723c038
fs: remove the never implemented aio_fsync file operation
by Christoph Hellwig
· 8 years ago
0b944d3
aio: hold an extra file reference over AIO read/write operations
by Christoph Hellwig
· 8 years ago
de04e76
fs/aio.c: eliminate redundant loads in put_aio_ring_file
by Rasmus Villemoes
· 8 years ago
22f6b4d
aio: mark AIO pseudo-fs noexec
by Jann Horn
· 8 years ago
013373e
aio: make aio_setup_ring killable
by Michal Hocko
· 8 years ago
2958ec1
aio: remove a pointless assignment
by Al Viro
· 9 years ago
5477e70
mm: move ->mremap() from file_operations to vm_operations_struct
by Oleg Nesterov
· 9 years ago
4fc8adc
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
d82312c
Merge branch 'for-4.1/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 10 years ago
fa92789
Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
dc48e56
aio: fix serial draining in exit_aio()
by Jens Axboe
· 10 years ago
ca2ec32
Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
2ba48ce
mirror O_APPEND and O_DIRECT into iocb->ki_flags
by Al Viro
· 10 years ago
dfea934
Merge branch 'for-linus' into for-next
by Al Viro
· 10 years ago
8436318
->aio_read and ->aio_write removed
by Al Viro
· 10 years ago
47e3936
aio_run_iocb(): kill dead check
by Al Viro
· 10 years ago
Next »