index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ceph
/
ioctl.c
Age
Commit message (
Expand
)
Author
2023-11-03
ceph: print cluster fsid and client global_id in all debug logs
Xiubo Li
2023-11-03
ceph: rename _to_client() to _to_fs_client()
Xiubo Li
2023-08-24
ceph: add some fscrypt guardrails
Jeff Layton
2023-08-22
ceph: make ioctl cmds more readable in debug log
Xiubo Li
2023-08-22
ceph: add fscrypt ioctls and ceph.fscrypt.auth vxattr
Jeff Layton
2022-12-12
ceph: remove useless session parameter for check_caps()
Xiubo Li
2020-03-30
ceph: consider inode's last read/write when calculating wanted caps
Yan, Zheng
2018-04-02
libceph, ceph: move ceph_calc_file_object_mapping() to striper.c
Ilya Dryomov
2018-04-02
libceph, ceph: change ceph_calc_file_object_mapping() signature
Ilya Dryomov
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-02-20
ceph: fix bogus endianness change in ceph_ioctl_set_layout
Jeff Layton
2016-07-28
ceph: reduce i_nr_by_mode array size
Yan, Zheng
2016-07-28
ceph: rados pool namespace support
Yan, Zheng
2016-07-28
libceph: define new ceph_file_layout structure
Yan, Zheng
2016-07-28
libceph: add an ONSTACK initializer for oids
Ilya Dryomov
2016-05-26
libceph: a major OSD client update
Ilya Dryomov
2016-05-26
libceph: rename ceph_calc_pg_primary()
Ilya Dryomov
2016-05-26
libceph: rename ceph_oloc_oid_to_pg()
Ilya Dryomov
2016-05-26
libceph: variable-sized ceph_object_id
Ilya Dryomov
2014-10-14
ceph: fix divide-by-zero in __validate_layout()
Yan, Zheng
2014-10-14
ceph: request xattrs if xattr_version is zero
Yan, Zheng
2014-05-05
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
2014-04-28
ceph: reserve caps for file layout/lock MDS requests
Yan, Zheng
2014-04-12
ceph: fix pr_fmt() redefinition
Linus Torvalds
2014-04-03
ceph: do not chain inode updates to parent fsync
Sage Weil
2014-01-27
libceph: replace ceph_calc_ceph_pg() with ceph_oloc_oid_to_pg()
Ilya Dryomov
2013-08-09
ceph: Add check returned value on func ceph_calc_ceph_pg.
majianpeng
2013-08-09
ceph: Don't forget the 'up_read(&osdc->map_sem)' if met error.
majianpeng
2013-05-01
libceph: rename ceph_calc_object_layout()
Alex Elder
2013-02-28
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
2013-02-26
libceph: calculate placement based on the internal data types
Sage Weil
2013-02-26
libceph: decode into cpu-native ceph_pg type
Sage Weil
2013-02-26
libceph: rename ceph_pg -> ceph_pg_v1
Sage Weil
2013-02-22
new helper: file_inode(file)
Al Viro
2013-01-17
libceph: pass length to ceph_calc_file_object_mapping()
Alex Elder
2012-10-03
ceph: return EIO on invalid layout on GET_DATALOC ioctl
Sage Weil
2012-08-21
ceph: avoid divide by zero in __validate_layout()
Sage Weil
2012-05-16
ceph: ignore preferred_osd field
Sage Weil
2012-05-16
ceph: fully initialize new layout
Sage Weil
2012-05-07
ceph: refactor SETLAYOUT and SETDIRLAYOUT ioctl checks into common helper
Sage Weil
2012-05-07
ceph: drop support for preferred_osd pgs
Sage Weil
2011-12-07
ceph: use i_ceph_lock instead of i_lock
Sage Weil
2011-10-25
ceph: let the set_layout ioctl set single traits
Greg Farnum
2011-07-26
ceph: protect access to d_parent
Sage Weil
2011-07-26
ceph: add F_SYNC file flag to force sync (non-O_DIRECT) io
Sage Weil
2011-06-07
ceph: use ihold when we already have an inode ref
Sage Weil
2010-10-20
ceph: add CEPH_MDS_OP_SETDIRLAYOUT and associated ioctl.
Greg Farnum
2010-10-20
ceph: factor out libceph from Ceph file system
Yehuda Sadeh
2010-08-01
ceph: add LAZYIO ioctl to mark a file description for lazy consistency
Sage Weil
2010-05-17
ceph: use ceph_sb_to_client instead of ceph_client
Cheng Renquan
[next]