Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
8795841bd606fbf1a63f66c51c07de39c44c4f34
/
fs
/
ext4
/
page-io.c
937d7b8
ext4 crypto: fix memory leak in ext4_bio_write_page()
by Theodore Ts'o
· 9 years ago
ea814ab
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 9 years ago
b54ffb7
block: remove bio_get_nr_vecs()
by Kent Overstreet
· 9 years ago
4246a0b
block: add a bi_error field to struct bio
by Christoph Hellwig
· 9 years ago
001e4a8
ext4: implement cgroup writeback support
by Tejun Heo
· 9 years ago
5a33911
ext4: replace ext4_io_submit->io_op with ->io_wbc
by Tejun Heo
· 9 years ago
bfffa1c
Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 9 years ago
614def7
ext4 crypto: shrink size of the ext4_crypto_ctx structure
by Theodore Ts'o
· 9 years ago
b25de9d
block: remove BIO_EOPNOTSUPP
by Christoph Hellwig
· 10 years ago
6162e4b
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 10 years ago
2058f83
ext4 crypto: implement the ext4 encryption write path
by Michael Halcrow
· 10 years ago
72b8e0f
ext4: remove unused header files
by Sheng Yong
· 10 years ago
e2e40f2
fs: move struct kiocb to fs.h
by Christoph Hellwig
· 10 years ago
f8409ab
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 10 years ago
1b938c0
fs/buffer.c: remove block_write_full_page_endio()
by Matthew Wilcox
· 10 years ago
eeece46
ext4: fix zeroing of page during writeback
by Jan Kara
· 10 years ago
1c8349a
ext4: fix data integrity sync in ordered mode
by Namjae Jeon
· 10 years ago
9503c67
ext4: note the error in ext4_end_bio()
by Matthew Wilcox
· 11 years ago
4f024f3
block: Abstract out bvec iterator
by Kent Overstreet
· 11 years ago
2c30c71
block: Convert various code to bio_for_each_segment()
by Kent Overstreet
· 11 years ago
78371a4
ext4: fix assertion in ext4_add_complete_io()
by Jan Kara
· 11 years ago
7b7a866
direct-io: Implement generic deferred AIO completions
by Christoph Hellwig
· 11 years ago
e8974c3
ext4: rate limit printk in buffer_io_error()
by Anatol Pomozov
· 11 years ago
822dbba
ext4: fix warning in ext4_evict_inode()
by Jan Kara
· 11 years ago
a1d8d9a7
ext4: add check to io_submit_init_bio
by Theodore Ts'o
· 11 years ago
5dc23bd
ext4: remove ext4_ioend_wait()
by Jan Kara
· 11 years ago
c724585
ext4: don't wait for extent conversion in ext4_punch_hole()
by Jan Kara
· 11 years ago
a115f74
ext4: remove wait for unwritten extent conversion from ext4_truncate()
by Jan Kara
· 11 years ago
b0857d3
ext4: defer clearing of PageWriteback after extent conversion
by Jan Kara
· 11 years ago
2e8fa54
ext4: split extent conversion lists to reserved & unreserved parts
by Jan Kara
· 11 years ago
6b523df
ext4: use transaction reservation for extent conversion in ext4_end_io
by Jan Kara
· 11 years ago
3613d22
ext4: remove buffer_uninit handling
by Jan Kara
· 11 years ago
4e7ea81
ext4: restructure writeback path
by Jan Kara
· 11 years ago
97a851e
ext4: use io_end for multiple bios
by Jan Kara
· 11 years ago
b973425
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 11 years ago
a549984
ext4: revert "ext4: use io_end for multiple bios"
by Theodore Ts'o
· 11 years ago
a27bb33
aio: don't include aio.h in sched.h
by Kent Overstreet
· 11 years ago
7b001d6
ext4: clear buffer_uninit flag when submitting IO
by Jan Kara
· 12 years ago
4eec708
ext4: use io_end for multiple bios
by Jan Kara
· 12 years ago
0058f96
ext4: make ext4_bio_write_page() use BH_Async_Write flags
by Jan Kara
· 12 years ago
1ada47d
ext4: fix ext4_evict_inode() racing against workqueue processing code
by Theodore Ts'o
· 12 years ago
091e26d
ext4: fix possible use-after-free with AIO
by Jan Kara
· 12 years ago
cfa7275
ext4: remove unused variable flags
by Lukas Czerner
· 12 years ago
8a850c3
ext4: Make ext4_bio_writepage() handle unprepared buffers
by Jan Kara
· 12 years ago
002bd7f
ext4: simplify list handling in ext4_do_flush_completed_IO()
by Jan Kara
· 12 years ago
84c1754
ext4: move work from io_end to inode
by Jan Kara
· 12 years ago
1ae48a6
ext4: use redirty_page_for_writepage() in ext4_bio_write_page()
by Jan Kara
· 12 years ago
36ade45
ext4: Always use ext4_bio_write_page() for writeout
by Jan Kara
· 12 years ago
4a092d7
ext4: rationalize ext4_extents.h inclusion
by Theodore Ts'o
· 12 years ago
8d8c182
ext4: use 'inode' variable that is already dereferenced
by Anatol Pomozov
· 12 years ago
c278531
ext4: fix ext4_flush_completed_IO wait semantics
by Dmitry Monakhov
· 12 years ago
28a535f
ext4: completed_io locking cleanup
by Dmitry Monakhov
· 12 years ago
82e5422
ext4: fix unwritten counter leakage
by Dmitry Monakhov
· 12 years ago
e27f41e
ext4: give i_aiodio_unwritten a more appropriate name
by Dmitry Monakhov
· 12 years ago
6268b32
Revert "ext4: don't release page refs in ext4_end_bio()"
by Linus Torvalds
· 13 years ago
b43d17f
ext4: don't release page refs in ext4_end_bio()
by Curt Wohlgemuth
· 13 years ago
491caa4
ext4: fix race between sync and completed io work
by Jeff Moyer
· 13 years ago
266991b
ext4: fix race between unwritten extent conversion and truncate
by Jeff Moyer
· 13 years ago
ac69e09
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Linus Torvalds
· 13 years ago
302bf2f
ext2/3/4: delete unneeded includes of module.h
by Paul Gortmaker
· 13 years ago
5a0dc73
ext4: handle EOF correctly in ext4_bio_write_page()
by Yongqiang Yang
· 13 years ago
0edeb71
ext4: Create helper function for EXT4_IO_END_UNWRITTEN and i_aiodio_unwritten
by Tao Ma
· 13 years ago
b82e384
ext4: optimize locking for end_io extent conversion
by Theodore Ts'o
· 13 years ago
4e29802
ext4: remove unnecessary call to waitqueue_active()
by Theodore Ts'o
· 13 years ago
d73d504
ext4: Use correct locking for ext4_end_io_nolock()
by Tao Ma
· 13 years ago
8c0bec2
ext4: remove i_mutex lock in ext4_evict_inode to fix lockdep complaining
by Jiaying Zhang
· 13 years ago
32c80b3
ext4: Resolve the hang of direct i/o read in handling EXT4_IO_END_UNWRITTEN.
by Tao Ma
· 13 years ago
275d3ba
ext4: remove loop around bio_alloc()
by Theodore Ts'o
· 13 years ago
39db00f
ext4: don't set PageUptodate in ext4_end_bio()
by Curt Wohlgemuth
· 14 years ago
ae005cb
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 14 years ago
721a960
block: kill off REQ_UNPLUG
by Jens Axboe
· 14 years ago
b616844
ext4: optimize ext4_bio_write_page() when no extent conversion is needed
by Theodore Ts'o
· 14 years ago
a54aa76
ext4: don't leave PageWriteback set after memory failure
by Theodore Ts'o
· 14 years ago
7dc5761
ext4: Fix sparse warning: Using plain integer as NULL pointer
by Peter Huewe
· 14 years ago
e9e3bce
ext4: serialize unaligned asynchronous DIO
by Eric Sandeen
· 14 years ago
d50bdd5
ext4: Fix data corruption with multi-block writepages support
by Curt Wohlgemuth
· 14 years ago
1319518
ext4: test the correct variable in ext4_init_pageio()
by Dan Carpenter
· 14 years ago
b17b35e
ext4: use kmem_cache_zalloc() in ext4_init_io_end()
by Jesper Juhl
· 14 years ago
08da119
ext4: fix setting random pages PageUptodate
by Markus Trippelsdorf
· 14 years ago
83668e7
ext4: fix potential race when freeing ext4_io_page structures
by Theodore Ts'o
· 14 years ago
f7ad6d2
ext4: handle writeback of inodes which are being freed
by Theodore Ts'o
· 14 years ago
5dabfc7
ext4: rename {exit,init}_ext4_*() to ext4_{exit,init}_*()
by Theodore Ts'o
· 14 years ago
bd2d021
ext4: use bio layer instead of buffer layer in mpage_da_submit_io
by Theodore Ts'o
· 14 years ago