index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ext4
/
page-io.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2013-05-14
1
-76
/
+45
|
\
|
*
ext4: revert "ext4: use io_end for multiple bios"
Theodore Ts'o
2013-05-11
1
-76
/
+45
*
|
aio: don't include aio.h in sched.h
Kent Overstreet
2013-05-07
1
-0
/
+1
|
/
*
ext4: clear buffer_uninit flag when submitting IO
Jan Kara
2013-04-12
1
-1
/
+1
*
ext4: use io_end for multiple bios
Jan Kara
2013-04-11
1
-46
/
+75
*
ext4: make ext4_bio_write_page() use BH_Async_Write flags
Jan Kara
2013-04-11
1
-86
/
+77
*
ext4: fix ext4_evict_inode() racing against workqueue processing code
Theodore Ts'o
2013-03-20
1
-1
/
+11
*
ext4: fix possible use-after-free with AIO
Jan Kara
2013-01-29
1
-5
/
+4
*
ext4: remove unused variable flags
Lukas Czerner
2013-01-28
1
-1
/
+0
*
ext4: Make ext4_bio_writepage() handle unprepared buffers
Jan Kara
2013-01-28
1
-8
/
+9
*
ext4: simplify list handling in ext4_do_flush_completed_IO()
Jan Kara
2013-01-28
1
-17
/
+1
*
ext4: move work from io_end to inode
Jan Kara
2013-01-28
1
-24
/
+9
*
ext4: use redirty_page_for_writepage() in ext4_bio_write_page()
Jan Kara
2013-01-28
1
-3
/
+4
*
ext4: Always use ext4_bio_write_page() for writeout
Jan Kara
2013-01-28
1
-2
/
+0
*
ext4: rationalize ext4_extents.h inclusion
Theodore Ts'o
2012-11-28
1
-1
/
+0
*
ext4: use 'inode' variable that is already dereferenced
Anatol Pomozov
2012-11-08
1
-1
/
+1
*
ext4: fix ext4_flush_completed_IO wait semantics
Dmitry Monakhov
2012-10-05
1
-4
/
+7
*
ext4: completed_io locking cleanup
Dmitry Monakhov
2012-09-29
1
-58
/
+113
*
ext4: fix unwritten counter leakage
Dmitry Monakhov
2012-09-28
1
-1
/
+5
*
ext4: give i_aiodio_unwritten a more appropriate name
Dmitry Monakhov
2012-09-28
1
-1
/
+1
*
Revert "ext4: don't release page refs in ext4_end_bio()"
Linus Torvalds
2012-03-29
1
-4
/
+3
*
ext4: don't release page refs in ext4_end_bio()
Curt Wohlgemuth
2012-03-05
1
-3
/
+4
*
ext4: fix race between sync and completed io work
Jeff Moyer
2012-03-05
1
-2
/
+7
*
ext4: fix race between unwritten extent conversion and truncate
Jeff Moyer
2012-02-20
1
-0
/
+2
*
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
2012-01-09
1
-1
/
+0
|
\
|
*
ext2/3/4: delete unneeded includes of module.h
Paul Gortmaker
2012-01-09
1
-1
/
+0
*
|
ext4: handle EOF correctly in ext4_bio_write_page()
Yongqiang Yang
2011-12-13
1
-0
/
+12
|
/
*
ext4: Create helper function for EXT4_IO_END_UNWRITTEN and i_aiodio_unwritten
Tao Ma
2011-10-31
1
-4
/
+2
*
ext4: optimize locking for end_io extent conversion
Theodore Ts'o
2011-10-31
1
-26
/
+11
*
ext4: remove unnecessary call to waitqueue_active()
Theodore Ts'o
2011-10-30
1
-11
/
+4
*
ext4: Use correct locking for ext4_end_io_nolock()
Tao Ma
2011-10-30
1
-3
/
+11
*
ext4: remove i_mutex lock in ext4_evict_inode to fix lockdep complaining
Jiaying Zhang
2011-08-31
1
-1
/
+17
*
ext4: Resolve the hang of direct i/o read in handling EXT4_IO_END_UNWRITTEN.
Tao Ma
2011-08-13
1
-2
/
+4
*
ext4: remove loop around bio_alloc()
Theodore Ts'o
2011-06-29
1
-5
/
+1
*
ext4: don't set PageUptodate in ext4_end_bio()
Curt Wohlgemuth
2011-04-30
1
-28
/
+11
*
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...
Linus Torvalds
2011-03-25
1
-4
/
+9
|
\
|
*
ext4: optimize ext4_bio_write_page() when no extent conversion is needed
Theodore Ts'o
2011-02-28
1
-0
/
+5
|
*
ext4: don't leave PageWriteback set after memory failure
Theodore Ts'o
2011-02-27
1
-2
/
+2
|
*
ext4: Fix sparse warning: Using plain integer as NULL pointer
Peter Huewe
2011-02-21
1
-2
/
+2
*
|
block: kill off REQ_UNPLUG
Jens Axboe
2011-03-10
1
-2
/
+1
|
/
*
ext4: serialize unaligned asynchronous DIO
Eric Sandeen
2011-02-12
1
-12
/
+13
*
ext4: Fix data corruption with multi-block writepages support
Curt Wohlgemuth
2011-02-07
1
-5
/
+6
*
ext4: test the correct variable in ext4_init_pageio()
Dan Carpenter
2011-01-10
1
-1
/
+1
*
ext4: use kmem_cache_zalloc() in ext4_init_io_end()
Jesper Juhl
2010-12-19
1
-4
/
+1
*
ext4: fix setting random pages PageUptodate
Markus Trippelsdorf
2010-11-17
1
-2
/
+2
*
ext4: fix potential race when freeing ext4_io_page structures
Theodore Ts'o
2010-11-08
1
-23
/
+15
*
ext4: handle writeback of inodes which are being freed
Theodore Ts'o
2010-11-08
1
-25
/
+34
*
ext4: rename {exit,init}_ext4_*() to ext4_{exit,init}_*()
Theodore Ts'o
2010-10-27
1
-2
/
+2
*
ext4: use bio layer instead of buffer layer in mpage_da_submit_io
Theodore Ts'o
2010-10-27
1
-0
/
+430