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
/
ceph
Age
Commit message (
Expand
)
Author
Files
Lines
2010-03-05
ceph: update for write_inode API change
Stephen Rothwell
2
-2
/
+5
2010-03-04
ceph: reset osd after relevant messages timed out
Yehuda Sadeh
4
-57
/
+113
2010-03-01
ceph: fix flush_dirty_caps race with caps migration
Sage Weil
2
-7
/
+39
2010-03-01
ceph: include migrating caps in issued set
Sage Weil
1
-1
/
+1
2010-03-01
ceph: fix osdmap decoding when pools include (removed) snaps
Sage Weil
1
-2
/
+2
2010-03-01
ceph: return EBADF if waiting for caps on closed file
Sage Weil
2
-3
/
+9
2010-03-01
ceph: set osd request message front length correctly
Sage Weil
1
-0
/
+3
2010-03-01
ceph: reset front len on return to msgpool; BUG on mismatched front iov
Sage Weil
2
-0
/
+6
2010-03-01
ceph: fix snaptrace decoding on cap migration between mds
Sage Weil
1
-2
/
+3
2010-03-01
ceph: use single osd op reply msg
Sage Weil
2
-97
/
+46
2010-03-01
ceph: reset bits on connection close
Sage Weil
2
-1
/
+3
2010-02-26
ceph: remove bogus mds forward warning
Sage Weil
1
-5
/
+1
2010-02-26
ceph: remove fragile __map_osds optimization
Sage Weil
1
-17
/
+4
2010-02-25
ceph: fix connection fault STANDBY check
Sage Weil
1
-18
/
+13
2010-02-25
ceph: invalidate_authorizer without con->mutex held
Sage Weil
1
-8
/
+9
2010-02-23
ceph: don't clobber write return value when using O_SYNC
Yehuda Sadeh
1
-3
/
+6
2010-02-23
ceph: fix client_request_forward decoding
Sage Weil
1
-8
/
+2
2010-02-23
ceph: drop messages on unregistered mds sessions; cleanup
Sage Weil
4
-59
/
+46
2010-02-23
ceph: fix comments, locking in destroy_inode
Sage Weil
1
-7
/
+4
2010-02-23
ceph: move dereference after NULL test
Alexander Beregalov
1
-1
/
+3
2010-02-23
ceph: fix up unexpected message handling
Sage Weil
3
-17
/
+43
2010-02-19
ceph: cleanup redundant code in handle_cap_grant
Yehuda Sadeh
1
-5
/
+1
2010-02-19
ceph: don't truncate dirty pages in invalidate work thread
Yehuda Sadeh
1
-1
/
+45
2010-02-19
ceph: remove page upon writeback completion if lost cache cap
Yehuda Sadeh
1
-0
/
+11
2010-02-19
ceph: fix check for invalidate_mapping_pages success
Sage Weil
1
-32
/
+50
2010-02-17
ceph: fix typo in ceph_queue_writeback debug output
Sage Weil
1
-2
/
+2
2010-02-17
ceph: v0.19 release
Sage Weil
1
-1
/
+1
2010-02-17
ceph: use rbtree for pg pools; decode new osdmap format
Sage Weil
4
-50
/
+104
2010-02-17
ceph: fix memory leak when destroying osdmap with pg_temp mappings
Sage Weil
1
-16
/
+33
2010-02-17
ceph: fix iterate_caps removal race
Sage Weil
4
-36
/
+70
2010-02-17
ceph: clean up readdir caps reservation
Sage Weil
4
-13
/
+33
2010-02-16
ceph: fix authentication races, auth_none oops
Sage Weil
1
-16
/
+13
2010-02-16
ceph: use rbtree for mon statfs requests
Sage Weil
3
-32
/
+54
2010-02-16
ceph: use rbtree for snap_realms
Sage Weil
4
-24
/
+48
2010-02-16
ceph: use rbtree for mds requests
Sage Weil
3
-69
/
+97
2010-02-16
ceph: cancel delayed work when closing connection
Sage Weil
1
-2
/
+5
2010-02-16
ceph: allow connection to be reopened by fault callback
Sage Weil
1
-1
/
+1
2010-02-15
ceph: reset osd connections after fault
Sage Weil
1
-2
/
+3
2010-02-13
ceph: fix msgr to keep sent messages until acked
Sage Weil
1
-2
/
+2
2010-02-11
ceph: remove bogus invalidate_mapping_pages
Sage Weil
1
-6
/
+0
2010-02-11
ceph: invalidate pages even if truncate is pending
Sage Weil
1
-1
/
+0
2010-02-11
ceph: cleanup async writeback, truncation, invalidate helpers
Sage Weil
4
-43
/
+65
2010-02-11
ceph: fix sync read eof check deadlock
Sage Weil
1
-13
/
+26
2010-02-11
ceph: do not retain caps that are being revoked
Sage Weil
1
-4
/
+6
2010-02-11
ceph: cap revocation fixes
Sage Weil
1
-5
/
+17
2010-02-11
ceph: sync read/write considers page cache
Yehuda Sadeh
1
-2
/
+16
2010-02-11
ceph: fix truncation when not holding caps
Yehuda Sadeh
1
-2
/
+10
2010-02-11
ceph: refactor ceph_write_begin, fix ceph_page_mkwrite
Yehuda Sadeh
1
-29
/
+51
2010-02-11
ceph: fix short synchronous reads
Yehuda Sadeh
1
-9
/
+9
2010-02-11
ceph: add uid field to ceph_pg_pool
Sage Weil
2
-0
/
+28
[next]