index
:
delta/linux-next.git
akpm
akpm-base
baserock/edcragg/armv8l-tegra-jetson-tx1-support
master
pending-fixes
stable
git.kernel.org: pub/scm/linux/kernel/git/next/linux-next.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ceph
Commit message (
Expand
)
Author
Age
Files
Lines
*
ceph: avoid divide by zero in __validate_layout()
Sage Weil
2012-08-21
1
-1
/
+2
*
ceph: tolerate (and warn on) extraneous dentry from mds
Sage Weil
2012-08-21
1
-5
/
+10
*
libceph: delay debugfs initialization until we learn global_id
Sage Weil
2012-08-20
1
-0
/
+1
*
ceph: simplify+fix atomic_open
Sage Weil
2012-08-02
3
-66
/
+40
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2012-08-01
1
-0
/
+3
|
\
|
*
ceph: Push file_update_time() into ceph_page_mkwrite()
Jan Kara
2012-07-31
1
-0
/
+3
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
2012-07-31
6
-31
/
+23
|
\
\
|
|
/
|
/
|
|
*
ceph: define snap counts as u32 everywhere
Alex Elder
2012-07-30
2
-10
/
+12
|
*
ceph: fix potential double free
Alan Cox
2012-07-30
1
-0
/
+1
|
*
ceph: close old con before reopening on mds reconnect
Sage Weil
2012-07-30
1
-0
/
+1
|
*
libceph: move feature bits to separate header
Sage Weil
2012-07-30
2
-0
/
+2
|
*
ceph: clean up useless d_parent checks
Sage Weil
2012-07-30
2
-15
/
+3
|
*
libceph: set peer name on con_open, not init
Sage Weil
2012-07-05
1
-3
/
+4
|
*
Merge tag 'v3.5-rc1'
Sage Weil
2012-06-15
3
-14
/
+23
|
|
\
|
*
|
libceph: fully initialize connection in con_init()
Alex Elder
2012-06-06
1
-5
/
+2
|
*
|
libceph: embed ceph messenger structure in ceph_client
Alex Elder
2012-06-01
1
-1
/
+1
|
*
|
ceph: check PG_Private flag before accessing page->private
Yan, Zheng
2012-06-01
1
-9
/
+12
*
|
|
VFS: Pass mount flags to sget()
David Howells
2012-07-14
1
-1
/
+1
*
|
|
don't pass nameidata to ->create()
Al Viro
2012-07-14
1
-1
/
+1
*
|
|
stop passing nameidata to ->lookup()
Al Viro
2012-07-14
1
-3
/
+3
*
|
|
stop passing nameidata * to ->d_revalidate()
Al Viro
2012-07-14
1
-3
/
+3
*
|
|
make finish_no_open() return int
Al Viro
2012-07-14
1
-4
/
+2
*
|
|
kill struct opendata
Al Viro
2012-07-14
3
-10
/
+7
*
|
|
make ->atomic_open() return int
Al Viro
2012-07-14
3
-19
/
+18
*
|
|
->atomic_open() prototype change - pass int * instead of bool *
Al Viro
2012-07-14
3
-7
/
+8
*
|
|
ceph: implement i_op->atomic_open()
Miklos Szeredi
2012-07-14
3
-38
/
+56
*
|
|
ceph: remove unused arg from ceph_lookup_open()
Miklos Szeredi
2012-07-14
3
-6
/
+4
*
|
|
ceph: check PG_Private flag before accessing page->private
Yan, Zheng
2012-06-20
1
-9
/
+12
|
|
/
|
/
|
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2012-06-01
1
-11
/
+21
|
\
\
|
*
|
ceph: move encode_fh to new API
Sage Weil
2012-05-29
1
-13
/
+21
|
*
|
->encode_fh() API change
Al Viro
2012-05-29
1
-0
/
+2
*
|
|
Merge branch 'akpm' (Andrew's patch-bomb)
Linus Torvalds
2012-05-31
1
-1
/
+1
|
\
\
\
|
*
|
|
introduce SIZE_MAX
Xi Wang
2012-05-31
1
-1
/
+1
|
|
/
/
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
Linus Torvalds
2012-05-30
6
-98
/
+75
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
ceph: use info returned by get_authorizer
Alex Elder
2012-05-17
1
-8
/
+1
|
*
ceph: have get_authorizer methods return pointers
Alex Elder
2012-05-17
1
-7
/
+13
|
*
ceph: ensure auth ops are defined before use
Alex Elder
2012-05-17
1
-8
/
+6
|
*
ceph: messenger: reduce args to create_authorizer
Alex Elder
2012-05-17
1
-15
/
+12
|
*
ceph: define ceph_auth_handshake type
Alex Elder
2012-05-17
2
-19
/
+18
|
*
ceph: ignore preferred_osd field
Sage Weil
2012-05-16
1
-4
/
+0
|
*
ceph: fully initialize new layout
Sage Weil
2012-05-16
2
-6
/
+15
|
*
ceph: refactor SETLAYOUT and SETDIRLAYOUT ioctl checks into common helper
Sage Weil
2012-05-07
1
-44
/
+38
|
*
ceph: drop support for preferred_osd pgs
Sage Weil
2012-05-07
3
-20
/
+5
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
2012-03-28
6
-82
/
+163
|
\
\
|
|
/
|
*
ceph: fix three bugs, two in ceph_vxattrcb_file_layout()
Alex Elder
2012-03-22
1
-3
/
+8
|
*
ceph: ensure Boolean options support both senses
Alex Elder
2012-03-22
1
-0
/
+10
|
*
rbd: make ceph_parse_options() return a pointer
Alex Elder
2012-03-22
1
-2
/
+4
|
*
ceph: make ceph_setxattr() and ceph_removexattr() more alike
Alex Elder
2012-03-22
1
-6
/
+8
|
*
ceph: avoid repeatedly computing the size of constant vxattr names
Alex Elder
2012-03-22
3
-5
/
+56
|
*
ceph: encode type in vxattr callback routines
Alex Elder
2012-03-22
1
-11
/
+11
[next]