Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
9202d732e6bc3b46566db3ed25f7a5a3eeaee3c1
/
fs
/
aio.c
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
08397ac
ioctx_alloc(): remove pointless check
by Al Viro
· 10 years ago
32a56af
aio_setup_vectored_rw(): switch to {compat_,}import_iovec()
by Al Viro
· 10 years ago
d4fb392
kill aio_setup_single_vector()
by Al Viro
· 10 years ago
a96114f
aio: simplify arguments of aio_setup_..._rw()
by Al Viro
· 10 years ago
4c185ce
aio: lift iov_iter_init() into aio_setup_..._rw()
by Al Viro
· 10 years ago
c0fec3a
Merge branch 'iocb' into for-next
by Al Viro
· 10 years ago
deeb852
ioctx_alloc(): fix vma (and file) leak on failure
by Al Viro
· 10 years ago
b2edffd
fix mremap() vs. ioctx_kill() race
by Al Viro
· 10 years ago
04b2fa9
fs: split generic and aio kiocb
by Christoph Hellwig
· 10 years ago
599bd19
fs: don't allow to complete sync iocbs through aio_complete
by Christoph Hellwig
· 10 years ago
66ee59a
fs: remove ki_nbytes
by Christoph Hellwig
· 10 years ago
acd88d4
fs/aio.c: Remove duplicate function name in pr_debug messages
by Kinglong Mee
· 10 years ago
6bec003
Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 10 years ago
9c9ce76
aio: annotate aio_read_event_ring for sleep patterns
by Dave Chinner
· 10 years ago
b83ae6d
fs: remove mapping->backing_dev_info
by Christoph Hellwig
· 10 years ago
b4caecd
fs: introduce f_op->mmap_capabilities for nommu mmap support
by Christoph Hellwig
· 10 years ago
5f785de
aio: Skip timer for io_getevents if timeout=0
by Fam Zheng
· 10 years ago
e4a0d3e
aio: Make it possible to remap aio ring
by Pavel Emelyanov
· 10 years ago
277f850
Merge git://git.kvack.org/~bcrl/aio-fixes
by Linus Torvalds
· 10 years ago
835f252
aio: fix uncorrent dirty pages accouting when truncating AIO ring buffer
by Gu Zheng
· 10 years ago
2aad2a8
percpu_ref: add PERCPU_REF_INIT_* flags
by Tejun Heo
· 10 years ago
d06efeb
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block into for-3.18
by Tejun Heo
· 10 years ago
a34375e
percpu-refcount: add @gfp to percpu_ref_init()
by Tejun Heo
· 10 years ago
6098b45
aio: block exit_aio() until all context requests are completed
by Gu Zheng
· 10 years ago
2ff396be
aio: add missing smp_rmb() in read_events_ring
by Jeff Moyer
· 10 years ago
d856f32
aio: fix reqs_available handling
by Benjamin LaHaise
· 10 years ago
da06df5
Merge git://git.kvack.org/~bcrl/aio-next
by Linus Torvalds
· 10 years ago
f2a8417
Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
by Linus Torvalds
· 10 years ago
00fefb9
aio: use iovec array rather than the single one
by Gu Zheng
· 10 years ago
2be4e7d
aio: fix some comments
by Gu Zheng
· 10 years ago
8dc4379
aio: use the macro rather than the inline magic number
by Gu Zheng
· 10 years ago
b53f1f8
aio: remove the needless registration of ring file's private_data
by Gu Zheng
· 10 years ago
be6fb45
aio: remove no longer needed preempt_disable()
by Benjamin LaHaise
· 10 years ago
6e830d5
Merge ../aio-fixes
by Benjamin LaHaise
· 10 years ago
263782c
aio: protect reqs_available updates from changes in interrupt handlers
by Benjamin LaHaise
· 10 years ago
9a1049d
percpu-refcount: require percpu_ref to be exited explicitly
by Tejun Heo
· 10 years ago
55c6c81
percpu-refcount, aio: use percpu_ref_cancel_init() in ioctx_alloc()
by Tejun Heo
· 10 years ago
855ef0d
aio: kill the misleading rcu read locks in ioctx_add_table() and kill_ioctx()
by Oleg Nesterov
· 11 years ago
4b70ac5
aio: change exit_aio() to load mm->ioctx_table once and avoid rcu_read_lock()
by Oleg Nesterov
· 11 years ago
edfbbf3
aio: fix kernel memory disclosure in io_getevents() introduced in v3.10
by Benjamin LaHaise
· 10 years ago
f8567a3
aio: fix aio request leak when events are reaped by userspace
by Benjamin LaHaise
· 10 years ago
a311c48
Merge git://git.kvack.org/~bcrl/aio-next
by Linus Torvalds
· 10 years ago
293bc98
new methods: ->read_iter() and ->write_iter()
by Al Viro
· 11 years ago
754320d
aio: fix potential leak in aio_run_iocb().
by Leon Yu
· 11 years ago
fa88b6f
aio: cleanup: flatten kill_ioctx()
by Benjamin LaHaise
· 11 years ago
fb2d448
aio: report error from io_destroy() when threads race in io_destroy()
by Benjamin LaHaise
· 11 years ago
d52a8f9
fs/aio.c: Remove ctx parameter in kiocb_cancel
by Fabian Frederick
· 11 years ago
e02ba72
aio: block io_destroy() until all context requests are completed
by Anatol Pomozov
· 11 years ago
fa8a53c
aio: v4 ensure access to ctx->ring_pages is correctly serialised for migration
by Benjamin LaHaise
· 11 years ago
a8472b4
Merge git://git.kvack.org/~bcrl/aio-next
by Linus Torvalds
· 11 years ago
3dc9acb
aio: clean up and fix aio_setup_ring page mapping
by Linus Torvalds
· 11 years ago
8e321fe
aio/migratepages: make aio migrate pages sane
by Benjamin LaHaise
· 11 years ago
1881686
aio: fix kioctx leak introduced by "aio: Fix a trinity splat"
by Benjamin LaHaise
· 11 years ago
c537aba
Merge git://git.kvack.org/~bcrl/aio-next
by Linus Torvalds
· 11 years ago
d1b9432
aio: clean up aio ring in the fail path
by Gu Zheng
· 11 years ago
d0f278c
Merge git://git.kvack.org/~bcrl/aio-next
by Linus Torvalds
· 11 years ago
ddb8c45
aio: nullify aio->ring_pages after freeing it
by Sasha Levin
· 11 years ago
d558023
aio: prevent double free in ioctx_alloc
by Sasha Levin
· 11 years ago
7f62656
aio: checking for NULL instead of IS_ERR
by Dan Carpenter
· 11 years ago
71ad749
rework aio migrate pages to use aio fs
by Benjamin LaHaise
· 11 years ago
e34ecee
aio: Fix a trinity splat
by Kent Overstreet
· 11 years ago
5e9ae2e
aio: fix use-after-free in aio_migratepage
by Benjamin LaHaise
· 11 years ago
d9b2c87
aio: rcu_read_lock protection for new rcu_dereference calls
by Artem Savkov
· 11 years ago
d6c355c
aio: fix race in ring buffer page lookup introduced by page migration support
by Benjamin LaHaise
· 11 years ago
Next »