index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ceph
/
xattr.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-05
ceph: don't include ceph.{file,dir}.layout vxattr in listxattr()
Yan, Zheng
1
-2
/
+2
2014-04-05
ceph: check buffer size in ceph_vxattrcb_layout()
Yan, Zheng
1
-9
/
+25
2014-04-03
ceph: do not chain inode updates to parent fsync
Sage Weil
1
-8
/
+2
2014-02-18
ceph: fix ceph_removexattr()
Yan, Zheng
1
-1
/
+1
2014-02-18
ceph: remove xattr when null value is given to setxattr()
Yan, Zheng
1
-2
/
+14
2014-02-18
ceph: properly handle XATTR_CREATE and XATTR_REPLACE
Yan, Zheng
1
-12
/
+26
2014-01-29
ceph: Fix up after semantic merge conflict
Linus Torvalds
1
-2
/
+3
2013-12-31
ceph: add acl for cephfs
Guangliang Zhao
1
-12
/
+48
2013-07-04
ceph: fix sleeping function called from invalid context.
majianpeng
1
-4
/
+5
2013-02-26
ceph: eliminate sparse warnings in fs code
Alex Elder
1
-2
/
+2
2013-02-14
ceph: implement hidden per-field ceph.*.layout.* vxattrs
Sage Weil
1
-0
/
+59
2013-02-14
ceph: add ceph.dir.layout vxattr
Sage Weil
1
-0
/
+8
2013-02-14
ceph: change ceph.file.layout.* implementation, content
Sage Weil
1
-14
/
+53
2013-02-14
ceph: fix listxattr handling for vxattrs
Sage Weil
1
-6
/
+13
2013-02-14
ceph: fix getxattr vxattr handling
Sage Weil
1
-12
/
+8
2013-02-14
ceph: add exists_cb to vxattr struct
Sage Weil
1
-0
/
+2
2013-02-14
ceph: pass ceph.* removexattrs through to MDS
Sage Weil
1
-0
/
+5
2013-02-14
ceph: pass unhandled ceph.* setxattrs through to MDS
Sage Weil
1
-0
/
+5
2013-02-14
ceph: support hidden vxattrs
Sage Weil
1
-9
/
+11
2013-02-14
ceph: remove 'ceph.layout' virtual xattr
Sage Weil
1
-7
/
+0
2012-07-31
ceph: fix potential double free
Alan Cox
1
-0
/
+1
2012-05-08
ceph: drop support for preferred_osd pgs
Sage Weil
1
-9
/
+0
2012-03-22
ceph: fix three bugs, two in ceph_vxattrcb_file_layout()
Alex Elder
1
-3
/
+8
2012-03-22
ceph: make ceph_setxattr() and ceph_removexattr() more alike
Alex Elder
1
-6
/
+8
2012-03-22
ceph: avoid repeatedly computing the size of constant vxattr names
Alex Elder
1
-5
/
+51
2012-03-22
ceph: encode type in vxattr callback routines
Alex Elder
1
-11
/
+11
2012-03-22
ceph: drop "_cb" from name of struct ceph_vxattr_cb
Alex Elder
1
-10
/
+10
2012-03-22
ceph: use macros to normalize vxattr table definitions
Alex Elder
1
-13
/
+26
2012-03-22
ceph: use a symbolic name for "ceph." extended attribute namespace
Alex Elder
1
-11
/
+14
2012-03-22
ceph: pass inode rather than table to ceph_match_vxattr()
Alex Elder
1
-23
/
+20
2012-03-22
ceph: don't null-terminate xattr values
Alex Elder
1
-3
/
+1
2012-02-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
1
-1
/
+3
2012-02-03
ceph: change "ceph.layout" xattr to be "ceph.file.layout"
Alex Elder
1
-1
/
+3
2012-01-12
ceph: ensure prealloc_blob is in place when removing xattr
Alex Elder
1
-0
/
+22
2011-12-07
ceph: use i_ceph_lock instead of i_lock
Sage Weil
1
-21
/
+21
2011-07-26
ceph: protect access to d_parent
Sage Weil
1
-2
/
+6
2011-06-08
ceph: use ihold when we already have an inode ref
Sage Weil
1
-2
/
+4
2011-05-04
ceph: do not call __mark_dirty_inode under i_lock
Sage Weil
1
-4
/
+8
2011-01-14
ceph: fix xattr rbtree search
Sage Weil
1
-0
/
+3
2010-10-21
fs/ceph/xattr.c: Use kmemdup
Julia Lawall
1
-2
/
+1
2010-10-21
ceph: factor out libceph from Ceph file system
Yehuda Sadeh
1
-6
/
+9
2010-08-23
ceph: include dirty xattrs state in snapped caps
Sage Weil
1
-0
/
+1
2010-08-02
ceph: code cleanup
Yehuda Sadeh
1
-0
/
+2
2010-05-18
ceph: use ceph. prefix for virtual xattrs
Sage Weil
1
-10
/
+11
2010-05-18
ceph: listxattr should compare version by >=
Henry C Chang
1
-1
/
+1
2010-05-18
ceph: use ceph_sb_to_client instead of ceph_client
Cheng Renquan
1
-2
/
+2
2010-05-18
ceph: cleanup: remove dead code
Dan Carpenter
1
-6
/
+0
2010-05-18
ceph: use __page_cache_alloc and add_to_page_cache_lru
Yehuda Sadeh
1
-1
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-12-07
ceph: simplify ceph_buffer interface
Sage Weil
1
-3
/
+5
[next]