Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
6629326b89b6e69cc44276e1649a31158bb2c819
/
fs
/
ceph
/
super.c
48fde70
switch open-coded instances of d_make_root() to new helper
by Al Viro
· 13 years ago
1a52bb0
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
by Linus Torvalds
· 13 years ago
a40dc6c
ceph: enable/disable dentry complete flags via mount option
by Sage Weil
· 13 years ago
d46cfba
ceph: always initialize the dentry in open_root_dentry()
by Alex Elder
· 13 years ago
3c5184e
ceph: d_alloc_root() may fail
by Al Viro
· 13 years ago
34c80b1
vfs: switch ->show_options() to struct dentry *
by Al Viro
· 13 years ago
2151937
ceph: fix rasize reporting by ceph_show_options
by Sage Weil
· 13 years ago
774ac21
ceph: initialize root dentry
by Sage Weil
· 13 years ago
0c6d4b4
ceph/super.c: quiet sparse noise
by H Hartley Sweeten
· 13 years ago
80db8be
ceph: replace leading spaces with tabs
by Noah Watkins
· 13 years ago
6ab00d4
libceph: create messenger with client
by Sage Weil
· 13 years ago
83817e3
ceph: rename rsize -> rasize
by Sage Weil
· 13 years ago
259a187
ceph: fix memory leak
by Noah Watkins
· 13 years ago
e985222
ceph: set up readahead size when rsize is not passed
by Yehuda Sadeh
· 13 years ago
8f04d42
ceph: report f_bfree based on kb_avail rather than diffing.
by Greg Farnum
· 13 years ago
8323c3a
ceph: Move secret key parsing earlier.
by Tommi Virtanen
· 14 years ago
80456f8
ceph: move readahead default to fs/ceph from libceph
by Sage Weil
· 14 years ago
ad1fee9
ceph: add ino32 mount option
by Yehuda Sadeh
· 14 years ago
50aac4f
ceph: fix cap_wanted_delay_{min,max} mount option initialization
by Sage Weil
· 14 years ago
01e6acc
ceph: fsc->*_wq's aren't used in memory reclaim path
by Tejun Heo
· 14 years ago
14303d2
ceph: implement DIRLAYOUTHASH feature to get dir layout from MDS
by Sage Weil
· 14 years ago
a7f9fb2
convert ceph
by Al Viro
· 14 years ago
3d14c5d
ceph: factor out libceph from Ceph file system
by Yehuda Sadeh
· 15 years ago
e9d1774
ceph: do not ignore osd_idle_ttl mount option
by Sage Weil
· 14 years ago
2d9c98a
ceph: make ->sync_fs not wait if wait==0
by Sage Weil
· 14 years ago
a8b763a
ceph: use %pU to print uuid (fsid)
by Sage Weil
· 14 years ago
c309f0a
ceph: clean up fsid mount option
by Sage Weil
· 14 years ago
e0f9f9e
ceph: remove unused 'monport' mount option
by Sage Weil
· 14 years ago
3715166
ceph: do caps accounting per mds_client
by Yehuda Sadeh
· 14 years ago
00d5643
ceph: fix atomic64_t initialization on ia64
by Jeff Mahoney
· 14 years ago
558d349
ceph: fix f_namelen reported by statfs
by Sage Weil
· 14 years ago
b612a05
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
by Linus Torvalds
· 14 years ago
a922d38
ceph: close out mds, osd connections before stopping auth
by Sage Weil
· 14 years ago
7e34bc5
fs/ceph: Use ERR_CAST
by Julia Lawall
· 14 years ago
6e18824
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
by Linus Torvalds
· 14 years ago
3981f2e
ceph: should use deactivate_locked_super() on failure exits
by Al Viro
· 15 years ago
23804d9
ceph: specify max_bytes on readdir replies
by Sage Weil
· 14 years ago
31e0cf8
ceph: name bdi ceph-%d instead of major:minor
by Sage Weil
· 15 years ago
6e19a16
ceph: clean up mount options, ->show_options()
by Sage Weil
· 15 years ago
1bb7163
ceph: remove unused #includes
by Huang Weiyi
· 15 years ago
6822d00
ceph: wait for both monmap and osdmap when opening session
by Sage Weil
· 15 years ago
640ef79
ceph: use ceph_sb_to_client instead of ceph_client
by Cheng Renquan
· 15 years ago
5dfc589
ceph: unregister bdi before kill_anon_super releases device name
by Sage Weil
· 15 years ago
c8f1658
ceph: print more useful version info on module load
by Sage Weil
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
422d2cb
ceph: reset osd after relevant messages timed out
by Yehuda Sadeh
· 15 years ago
85ccce4
ceph: clean up readdir caps reservation
by Sage Weil
· 15 years ago
f5a2041
ceph: put unused osd connections on lru
by Yehuda Sadeh
· 15 years ago
9bd2e6f
ceph: allow renewal of auth credentials
by Sage Weil
· 15 years ago
e0e3271
ceph: only unregister registered bdi
by Sage Weil
· 15 years ago
2baba25
ceph: writeback congestion control
by Yehuda Sadeh
· 15 years ago
9ec7cab
ceph: hex dump corrupt server data to KERN_DEBUG
by Sage Weil
· 15 years ago
dc14657
ceph: mount fails immediately on error
by Yehuda Sadeh
· 15 years ago
0743304
ceph: fix debugfs entry, simplify fsid checks
by Sage Weil
· 15 years ago
b9bfb93
ceph: move mempool creation to ceph_create_client
by Sage Weil
· 15 years ago
4e7a5dc
ceph: negotiate authentication protocol; implement AUTH_NONE protocol
by Sage Weil
· 15 years ago
5f44f14
ceph: handle errors during osd client init
by Sage Weil
· 15 years ago
6a18be1
ceph: fix sparse endian warning
by Sage Weil
· 15 years ago
859e7b1
ceph: init/destroy bdi in client create/destroy helpers
by Sage Weil
· 15 years ago
6b80518
ceph: allocate and parse mount args before client instance
by Sage Weil
· 15 years ago
e53c2fe
ceph: fix, clean up string mount arg parsing
by Sage Weil
· 15 years ago
6ca874e
ceph: silence uninitialized variable warning
by Sage Weil
· 15 years ago
7b813c46
ceph: reduce parse_mount_args stack usage
by Sage Weil
· 15 years ago
ecb19c4
ceph: remove small mon addr limit; use CEPH_MAX_MON where appropriate
by Sage Weil
· 15 years ago
8fa9765
ceph: enable readahead
by Sage Weil
· 15 years ago
f2cf418
ceph: initialize sb->s_bdi, bdi_unregister after kill_anon_super
by Sage Weil
· 15 years ago
5720330
ceph: remove unused CEPH_MSG_{OSD,MDS}_GETMAP
by Sage Weil
· 15 years ago
fa0b72e
ceph: show meaningful version on module load
by Sage Weil
· 15 years ago
16725b9
ceph: super.c
by Sage Weil
· 15 years ago