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
/
gfs2
/
ops_address.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-02-05
Pagecache zeroing: zero_user_segment, zero_user_segments and zero_user
Christoph Lameter
1
-1
/
+1
2008-01-25
[GFS2] Reduce inode size by moving i_alloc out of line
Steven Whitehouse
1
-3
/
+2
2008-01-25
[GFS2] Fix problems relating to execution of files on GFS2
Steven Whitehouse
1
-8
/
+5
2008-01-25
[GFS2] Allow page migration for writeback and ordered pages
Steven Whitehouse
1
-0
/
+2
2008-01-25
[GFS2] Remove function gfs2_get_block
Bob Peterson
1
-23
/
+7
2008-01-25
[GFS2] Use correct include file in ops_address.c
Steven Whitehouse
1
-1
/
+1
2008-01-25
[GFS2] Don't hold page lock when starting transaction
Steven Whitehouse
1
-26
/
+25
2008-01-25
[GFS2] Add writepages for GFS2 jdata
Steven Whitehouse
1
-8
/
+205
2008-01-25
[GFS2] Split gfs2_writepage into three cases
Steven Whitehouse
1
-21
/
+91
2008-01-25
[GFS2] Introduce gfs2_set_aops()
Steven Whitehouse
1
-28
/
+50
2008-01-25
[GFS2] Add gfs2_is_writeback()
Steven Whitehouse
1
-6
/
+4
2008-01-25
[GFS2] Remove useless i_cache from inodes
Steven Whitehouse
1
-1
/
+0
2008-01-25
[GFS2] Use ->page_mkwrite() for mmap()
Steven Whitehouse
1
-37
/
+8
2008-01-25
[GFS2] Clean up internal read function
Steven Whitehouse
1
-50
/
+101
2007-10-16
gfs2: convert to new aops
Steven Whitehouse
1
-84
/
+127
2007-10-10
[GFS2] Don't try to remove buffers that don't exist
Steven Whitehouse
1
-2
/
+1
2007-10-10
[GFS2] Data corruption fix
Wendy Cheng
1
-1
/
+1
2007-10-10
[GFS2] Clean up journaled data writing
Steven Whitehouse
1
-5
/
+6
2007-10-10
[GFS2] Clean up ordered write code
Steven Whitehouse
1
-4
/
+46
2007-10-10
[GFS2] Clean up invalidatepage/releasepage
Steven Whitehouse
1
-117
/
+15
2007-08-14
[GFS2] Fix incorrect error path in prepare_write()
Steven Whitehouse
1
-1
/
+2
2007-07-19
mm: merge populate and nopage into fault (fixes nonlinear)
Nick Piggin
1
-1
/
+1
2007-07-09
[GFS2] Use zero_user_page() in stuffed_readpage()
Steven Whitehouse
1
-5
/
+1
2007-07-09
[GFS2] Journaled file write/unstuff bug
Robert Peterson
1
-1
/
+25
2007-07-09
[GFS2] fix jdata issues
Benjamin Marzinski
1
-0
/
+2
2007-07-09
[GFS2] Clean up inode number handling
Steven Whitehouse
1
-2
/
+2
2007-07-09
[GFS2] Addendum patch 2 for gfs2_grow
Robert Peterson
1
-0
/
+1
2007-07-09
[GFS2] Kernel changes to support new gfs2_grow command (part 2)
Robert Peterson
1
-1
/
+2
2007-07-09
[GFS2] kernel changes to support new gfs2_grow command
Robert Peterson
1
-1
/
+28
2007-05-01
[GFS2] Patch to fix mmap of stuffed files
Steven Whitehouse
1
-3
/
+14
2007-05-01
[GFS2] Fix bz 231380, unlock page before dequeing glocks in gfs2_commit_write
Josef Whiter
1
-0
/
+4
2007-03-07
[GFS2] fix hangup when multiple processes are trying to write to the same file
Josef Whiter
1
-2
/
+5
2007-02-07
[GFS2] make gfs2_writepages() static
Adrian Bunk
1
-1
/
+2
2007-02-07
[GFS2] Unlock page on prepare_write try lock failure
Steven Whitehouse
1
-1
/
+3
2007-02-05
[GFS2] Add writepages for "data=writeback" mounts
Steven Whitehouse
1
-0
/
+27
2007-02-05
[GFS2] Fail over to readpage for stuffed files
Steven Whitehouse
1
-25
/
+3
2007-02-05
[GFS2] Fix DIO deadlock
Steven Whitehouse
1
-29
/
+45
2006-11-30
[GFS2] mark_inode_dirty after write to stuffed file
Steven Whitehouse
1
-1
/
+3
2006-11-30
[GFS2] Remove unused function from inode.c
Steven Whitehouse
1
-4
/
+4
2006-11-30
[GFS2] Remove unused zero_readpage from stuffed_readpage
Russell Cattelan
1
-16
/
+4
2006-11-30
[GFS2] Fix page lock/glock deadlock
Steven Whitehouse
1
-4
/
+9
2006-11-30
[GFS2] Shrink gfs2_inode (6) - di_atime/di_mtime/di_ctime
Steven Whitehouse
1
-4
/
+0
2006-11-30
[GFS2] Shrink gfs2_inode (4) - di_uid/di_gid
Steven Whitehouse
1
-1
/
+1
2006-11-30
[GFS2] Shrink gfs2_inode (3) - di_mode
Steven Whitehouse
1
-1
/
+0
2006-11-03
[PATCH] gfs2: ->readpages() fixes
OGAWA Hirofumi
1
-7
/
+0
2006-10-20
[GFS2] Fix bmap to map extents properly
Steven Whitehouse
1
-3
/
+3
2006-10-12
[GFS2] Pass the correct value to kunmap_atomic
Russell Cattelan
1
-3
/
+3
2006-10-12
[GFS2] Fix uninitialised variable
Steven Whitehouse
1
-0
/
+1
2006-10-12
[GFS2] Fix a size calculation error
Russell Cattelan
1
-2
/
+4
2006-10-02
[GFS2] Remove uneeded endian conversion
Steven Whitehouse
1
-3
/
+11
[next]