index
:
~glisse/linux
amdgpu-debug
bbb-3.8
bxm-3.2
dal
generic-write-protection-rfc
gup
gup-bio-v2
gup-bio-v3
gup-fs-block
gup-scatterlist-v1
hmm
hmm-4.17
hmm-4.19
hmm-4.20
hmm-4.21
hmm-5.1-v2
hmm-5.2-v3
hmm-5.3
hmm-cdm
hmm-cdm-next
hmm-cdm-v2
hmm-cdm-v3
hmm-cdm-v4
hmm-for-4.17
hmm-for-5.1
hmm-intel-v00
hmm-next
hmm-nouveau
hmm-nouveau-5.1
hmm-nouveau-v01
hmm-nouveau-v03
hmm-odp-v2
hmm-p2p
hmm-radeon-v00
hmm-stable
hmm-v10
hmm-v11
hmm-v12
hmm-v13
hmm-v14
hmm-v15
hmm-v16
hmm-v17
hmm-v18
hmm-v19
hmm-v20
hmm-v21
hmm-v22
hmm-v23
hmm-v24
hmm-v25
hmm-v25-4.9
hmm-v25-next
hmm-v9
hmm-y15may21
hms-hbind-v01
kill-page-mapping
kvm-restore-change_pte
master
mmu-notifier
mmu-notifier-context
mmu-notifier-rfc
mmu-notifier-rfc-kvm
mmu-notifier-v05
mmu-notifier-v06
nookhd
nouveau-hmm
nouveau-hmm-v00
nouveau-hmm-v01
odp-5.2
odp-hmm
rdma-5.2
rdma-odp-hmm-v4
scratch
wip-hmm-p2p
wip-kvm-mmu-notifier-opti
wip-p2p-showcase
Linux kernel with some radeon work.
glisse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ceph
/
xattr.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-07-03
ceph: fix sleeping function called from invalid context.
majianpeng
1
-4
/
+5
2013-02-25
ceph: eliminate sparse warnings in fs code
Alex Elder
1
-2
/
+2
2013-02-13
ceph: implement hidden per-field ceph.*.layout.* vxattrs
Sage Weil
1
-0
/
+59
2013-02-13
ceph: add ceph.dir.layout vxattr
Sage Weil
1
-0
/
+8
2013-02-13
ceph: change ceph.file.layout.* implementation, content
Sage Weil
1
-14
/
+53
2013-02-13
ceph: fix listxattr handling for vxattrs
Sage Weil
1
-6
/
+13
2013-02-13
ceph: fix getxattr vxattr handling
Sage Weil
1
-12
/
+8
2013-02-13
ceph: add exists_cb to vxattr struct
Sage Weil
1
-0
/
+2
2013-02-13
ceph: pass ceph.* removexattrs through to MDS
Sage Weil
1
-0
/
+5
2013-02-13
ceph: pass unhandled ceph.* setxattrs through to MDS
Sage Weil
1
-0
/
+5
2013-02-13
ceph: support hidden vxattrs
Sage Weil
1
-9
/
+11
2013-02-13
ceph: remove 'ceph.layout' virtual xattr
Sage Weil
1
-7
/
+0
2012-07-30
ceph: fix potential double free
Alan Cox
1
-0
/
+1
2012-05-07
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-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
1
-1
/
+3
2012-02-02
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-07
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-13
ceph: fix xattr rbtree search
Sage Weil
1
-0
/
+3
2010-10-20
fs/ceph/xattr.c: Use kmemdup
Julia Lawall
1
-2
/
+1
2010-10-20
ceph: factor out libceph from Ceph file system
Yehuda Sadeh
1
-6
/
+9
2010-08-22
ceph: include dirty xattrs state in snapped caps
Sage Weil
1
-0
/
+1
2010-08-01
ceph: code cleanup
Yehuda Sadeh
1
-0
/
+2
2010-05-17
ceph: use ceph. prefix for virtual xattrs
Sage Weil
1
-10
/
+11
2010-05-17
ceph: listxattr should compare version by >=
Henry C Chang
1
-1
/
+1
2010-05-17
ceph: use ceph_sb_to_client instead of ceph_client
Cheng Renquan
1
-2
/
+2
2010-05-17
ceph: cleanup: remove dead code
Dan Carpenter
1
-6
/
+0
2010-05-17
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
2009-11-21
fs/ceph: introduce missing kfree
Julia Lawall
1
-2
/
+4
2009-11-01
ceph: fix uninitialized err variable
Sage Weil
1
-1
/
+1
2009-10-07
ceph: include preferred_osd in file layout virtual xattr
Sage Weil
1
-1
/
+8
2009-10-06
ceph: inode operations
Sage Weil
1
-0
/
+833