index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ext4
/
page-io.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-08-31
ext4: remove i_mutex lock in ext4_evict_inode to fix lockdep complaining
Jiaying Zhang
1
-1
/
+17
2011-08-13
ext4: Resolve the hang of direct i/o read in handling EXT4_IO_END_UNWRITTEN.
Tao Ma
1
-2
/
+4
2011-06-29
ext4: remove loop around bio_alloc()
Theodore Ts'o
1
-5
/
+1
2011-04-30
ext4: don't set PageUptodate in ext4_end_bio()
Curt Wohlgemuth
1
-28
/
+11
2011-03-25
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...
Linus Torvalds
1
-4
/
+9
2011-03-10
block: kill off REQ_UNPLUG
Jens Axboe
1
-2
/
+1
2011-02-28
ext4: optimize ext4_bio_write_page() when no extent conversion is needed
Theodore Ts'o
1
-0
/
+5
2011-02-27
ext4: don't leave PageWriteback set after memory failure
Theodore Ts'o
1
-2
/
+2
2011-02-21
ext4: Fix sparse warning: Using plain integer as NULL pointer
Peter Huewe
1
-2
/
+2
2011-02-12
ext4: serialize unaligned asynchronous DIO
Eric Sandeen
1
-12
/
+13
2011-02-07
ext4: Fix data corruption with multi-block writepages support
Curt Wohlgemuth
1
-5
/
+6
2011-01-10
ext4: test the correct variable in ext4_init_pageio()
Dan Carpenter
1
-1
/
+1
2010-12-19
ext4: use kmem_cache_zalloc() in ext4_init_io_end()
Jesper Juhl
1
-4
/
+1
2010-11-17
ext4: fix setting random pages PageUptodate
Markus Trippelsdorf
1
-2
/
+2
2010-11-08
ext4: fix potential race when freeing ext4_io_page structures
Theodore Ts'o
1
-23
/
+15
2010-11-08
ext4: handle writeback of inodes which are being freed
Theodore Ts'o
1
-25
/
+34
2010-10-27
ext4: rename {exit,init}_ext4_*() to ext4_{exit,init}_*()
Theodore Ts'o
1
-2
/
+2
2010-10-27
ext4: use bio layer instead of buffer layer in mpage_da_submit_io
Theodore Ts'o
1
-0
/
+430