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-05-30
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
17
-32
/
+85
2010-05-29
ceph: clean up on forwarded aborted mds request
Sage Weil
1
-4
/
+9
2010-05-29
ceph: fix leak of osd authorizer
Sage Weil
1
-1
/
+6
2010-05-29
ceph: close out mds, osd connections before stopping auth
Sage Weil
3
-1
/
+16
2010-05-29
ceph: make lease code DN specific
Sage Weil
2
-12
/
+13
2010-05-29
fs/ceph: Use ERR_CAST
Julia Lawall
6
-6
/
+6
2010-05-29
ceph: renew auth tickets before they expire
Sage Weil
4
-1
/
+27
2010-05-29
ceph: do not resend mon requests on auth ticket renewal
Sage Weil
1
-1
/
+4
2010-05-29
ceph: removed duplicated #includes
Andrea Gelmini
2
-2
/
+0
2010-05-29
ceph: avoid possible null dereference
Sage Weil
1
-2
/
+2
2010-05-29
ceph: make mds requests killable, not interruptible
Sage Weil
1
-2
/
+2
2010-05-27
drop unused dentry argument to ->fsync
Christoph Hellwig
3
-6
/
+5
2010-05-24
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
30
-759
/
+876
2010-05-21
ceph: reuse mon subscribe message instead of allocated anew
Sage Weil
2
-10
/
+14
2010-05-21
sanitize vfs_fsync calling conventions
Christoph Hellwig
1
-2
/
+1
2010-05-21
ceph: should use deactivate_locked_super() on failure exits
Al Viro
1
-2
/
+1
2010-05-21
ceph: avoid resending queued message to monitor
Sage Weil
1
-0
/
+2
2010-05-21
ceph: Storage class should be before const qualifier
Tobias Klauser
3
-6
/
+6
2010-05-17
ceph: all allocation functions should get gfp_mask
Yehuda Sadeh
8
-30
/
+32
2010-05-17
ceph: specify max_bytes on readdir replies
Sage Weil
4
-1
/
+14
2010-05-17
ceph: cleanup pool op strings
Sage Weil
1
-19
/
+12
2010-05-17
ceph: Use kzalloc
Julia Lawall
1
-2
/
+1
2010-05-17
ceph: use common helper for aborted dir request invalidation
Sage Weil
3
-31
/
+27
2010-05-17
ceph: cope with out of order (unsafe after safe) mds reply
Sage Weil
1
-0
/
+6
2010-05-17
ceph: save peer feature bits in connection structure
Sage Weil
2
-0
/
+2
2010-05-17
ceph: resync headers with userland
Sage Weil
6
-22
/
+91
2010-05-17
ceph: use ceph. prefix for virtual xattrs
Sage Weil
1
-10
/
+11
2010-05-17
ceph: throw out dirty caps metadata, data on session teardown
Sage Weil
1
-3
/
+41
2010-05-17
ceph: attempt mds reconnect if mds closes our session
Sage Weil
1
-2
/
+3
2010-05-17
ceph: clean up send_mds_reconnect interface
Sage Weil
1
-31
/
+16
2010-05-17
ceph: wait for mds OPEN reply to indicate reconnect success
Sage Weil
1
-15
/
+13
2010-05-17
ceph: only send cap releases when mds is OPEN|HUNG
Sage Weil
1
-1
/
+3
2010-05-17
ceph: dicard cap releases on mds restart
Sage Weil
1
-0
/
+41
2010-05-17
ceph: make mon client statfs handling more generic
Yehuda Sadeh
3
-52
/
+58
2010-05-17
ceph: drop src address(es) from message header [new protocol feature]
Sage Weil
3
-11
/
+36
2010-05-17
ceph: cleanup: remove unused assignement
Dan Carpenter
1
-2
/
+1
2010-05-17
ceph: clean up cap release loop vs spinlock
Sage Weil
1
-4
/
+3
2010-05-17
ceph: name bdi ceph-%d instead of major:minor
Sage Weil
1
-1
/
+4
2010-05-17
ceph: skip mds sync on forced unmount
Sage Weil
1
-0
/
+3
2010-05-17
ceph: adjust masked struct_v variable names
Sage Weil
1
-9
/
+9
2010-05-17
ceph: clean up mount options, ->show_options()
Sage Weil
2
-40
/
+69
2010-05-17
ceph: set dn offset when spliced
Sage Weil
2
-40
/
+44
2010-05-17
ceph: don't clobber i_max_offset on already complete dir
Sage Weil
1
-1
/
+2
2010-05-17
ceph: skip set_dentry_offset work if directory not I_COMPLETE
Sage Weil
1
-0
/
+4
2010-05-17
ceph: set next_offset on readdir finish
Sage Weil
1
-1
/
+1
2010-05-17
ceph: listxattr should compare version by >=
Henry C Chang
1
-1
/
+1
2010-05-17
ceph: fix xattr dangling pointer / double free
Sage Weil
1
-0
/
+1
2010-05-17
ceph: close messenger race
Sage Weil
1
-7
/
+7
2010-05-17
ceph: name msgpools; useful error messages
Sage Weil
3
-7
/
+16
2010-05-17
ceph: fix memory leak due to possible dentry init race
Sage Weil
1
-1
/
+4
[next]