index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ceph
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
ceph: add column 'mds' to show caps in more user friendly
Yanhu Cao
2020-10-12
1
-3
/
+4
*
|
ceph: remove unnecessary return in switch statement
Luis Henriques
2020-10-12
1
-2
/
+0
*
|
ceph: encode inodes' parent/d_name in cap reconnect message
Yan, Zheng
2020-10-12
1
-28
/
+61
*
|
Merge tag 'ceph-for-5.9-rc3' of git://github.com/ceph/ceph-client
Linus Torvalds
2020-08-28
8
-77
/
+75
|
\
\
|
*
|
ceph: don't allow setlease on cephfs
Jeff Layton
2020-08-24
1
-0
/
+1
|
*
|
ceph: fix inode number handling on arches with 32-bit ino_t
Jeff Layton
2020-08-24
8
-77
/
+74
|
|
/
*
/
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-23
2
-2
/
+2
|
/
*
ceph: handle zero-length feature mask in session messages
Jeff Layton
2020-08-05
1
-2
/
+4
*
ceph: use frag's MDS in either mode
Yanhu Cao
2020-08-04
1
-2
/
+1
*
ceph: move sb->wb_pagevec_pool to be a global mempool
Jeff Layton
2020-08-04
3
-28
/
+19
*
ceph: set sec_context xattr on symlink creation
Jeff Layton
2020-08-04
1
-0
/
+4
*
ceph: remove redundant initialization of variable mds
Colin Ian King
2020-08-03
1
-1
/
+1
*
ceph: fix use-after-free for fsc->mdsc
Xiubo Li
2020-08-03
1
-1
/
+2
*
ceph: remove unused variables in ceph_mdsmap_decode()
Jia Yang
2020-08-03
1
-6
/
+4
*
ceph: delete repeated words in fs/ceph/
Randy Dunlap
2020-08-03
2
-2
/
+2
*
ceph: send client provided metric flags in client metadata
Xiubo Li
2020-08-03
2
-2
/
+71
*
ceph: periodically send perf metrics to MDSes
Xiubo Li
2020-08-03
6
-1
/
+275
*
ceph: check the sesion state and return false in case it is closed
Xiubo Li
2020-08-03
1
-0
/
+1
*
libceph: replace HTTP links with HTTPS ones
Alexander A. Klimov
2020-08-03
1
-1
/
+1
*
ceph: remove unnecessary cast in kfree()
Xu Wang
2020-08-03
1
-6
/
+6
*
ceph: do not access the kiocb after aio requests
Xiubo Li
2020-08-03
1
-2
/
+3
*
ceph: clean up and optimize ceph_check_delayed_caps()
Jeff Layton
2020-08-03
1
-6
/
+4
*
ceph: fix potential mdsc use-after-free crash
Xiubo Li
2020-08-03
1
-1
/
+13
*
ceph: switch to WARN_ON_ONCE in encode_supported_features()
Xiubo Li
2020-08-03
1
-11
/
+35
*
ceph: add global total_caps to count the mdsc's total caps number
Xiubo Li
2020-08-03
5
-12
/
+7
*
ceph: add check_session_state() helper and make it global
Xiubo Li
2020-08-03
2
-20
/
+30
*
ceph: skip checking caps when session reconnecting and releasing reqs
Xiubo Li
2020-06-01
4
-4
/
+30
*
ceph: make sure mdsc->mutex is nested in s->s_mutex to fix dead lock
Xiubo Li
2020-06-01
1
-2
/
+2
*
ceph: don't return -ESTALE if there's still an open file
Luis Henriques
2020-06-01
1
-1
/
+8
*
ceph: allow rename operation under different quota realms
Luis Henriques
2020-06-01
3
-6
/
+64
*
ceph: normalize 'delta' parameter usage in check_quota_exceeded
Luis Henriques
2020-06-01
1
-3
/
+1
*
ceph: ceph_kick_flushing_caps needs the s_mutex
Jeff Layton
2020-06-01
4
-3
/
+12
*
ceph: request expedited service on session's last cap flush
Jeff Layton
2020-06-01
1
-2
/
+6
*
ceph: convert mdsc->cap_dirty to a per-session list
Jeff Layton
2020-06-01
4
-19
/
+85
*
ceph: reset i_requested_max_size if file write is not wanted
Yan, Zheng
2020-06-01
1
-10
/
+19
*
ceph: throw a warning if we destroy session with mutex still locked
Jeff Layton
2020-06-01
1
-0
/
+1
*
ceph: fix potential race in ceph_check_caps
Jeff Layton
2020-06-01
1
-1
/
+13
*
ceph: document what protects i_dirty_item and i_flushing_item
Jeff Layton
2020-06-01
1
-1
/
+3
*
ceph: don't take i_ceph_lock in handle_cap_import
Jeff Layton
2020-06-01
1
-3
/
+2
*
ceph: don't release i_ceph_lock in handle_cap_trunc
Jeff Layton
2020-06-01
1
-8
/
+10
*
ceph: add comments for handle_cap_flush_ack logic
Jeff Layton
2020-06-01
1
-1
/
+13
*
ceph: split up __finish_cap_flush
Jeff Layton
2020-06-01
1
-31
/
+29
*
ceph: reorganize __send_cap for less spinlock abuse
Jeff Layton
2020-06-01
1
-79
/
+86
*
ceph: add metadata perf metric support
Xiubo Li
2020-06-01
5
-0
/
+53
*
ceph: add read/write latency metric support
Xiubo Li
2020-06-01
5
-1
/
+186
*
ceph: add caps perf metric for each superblock
Xiubo Li
2020-06-01
9
-14
/
+83
*
ceph: add dentry lease metric support
Xiubo Li
2020-06-01
8
-7
/
+113
*
ceph: flush release queue when handling caps for unknown inode
Jeff Layton
2020-05-27
1
-1
/
+1
*
Merge tag 'block-5.7-2020-05-09' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-05-10
1
-1
/
+1
|
\
|
*
bdi: use bdi_dev_name() to get device name
Yufen Yu
2020-05-09
1
-1
/
+1
[prev]
[next]