index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ceph
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-09
ceph: add more debug info when decoding mdsmap
Xiubo Li
1
-4
/
+8
2019-12-09
ceph: switch to global cap helper
Xiubo Li
1
-14
/
+10
2019-12-09
ceph: trigger the reclaim work once there has enough pending caps
Xiubo Li
1
-1
/
+1
2019-12-09
ceph: show tasks waiting on caps in debugfs caps file
Jeff Layton
4
-0
/
+40
2019-12-09
ceph: convert int fields in ceph_mount_options to unsigned int
Jeff Layton
3
-23
/
+26
2019-12-06
Merge tag 'ceph-for-5.5-rc1' of git://github.com/ceph/ceph-client
Linus Torvalds
6
-344
/
+359
2019-12-02
Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-1
/
+2
2019-11-28
libceph, rbd, ceph: convert to use the new mount API
David Howells
4
-329
/
+332
2019-11-25
ceph: don't leave ino field in ceph_mds_request_head uninitialized
Jeff Layton
1
-0
/
+1
2019-11-25
ceph: tone down loglevel on ceph_mdsc_build_path warning
Jeff Layton
1
-7
/
+11
2019-11-25
ceph: fix geting random mds from mdsmap
Xiubo Li
1
-4
/
+7
2019-11-25
ceph: make several helper accessors take const pointers
Jeff Layton
1
-4
/
+8
2019-11-14
ceph: increment/decrement dio counter on async requests
Jeff Layton
1
-0
/
+4
2019-11-14
ceph: take the inode lock before acquiring cap refs
Jeff Layton
1
-7
/
+18
2019-11-07
ceph: return -EINVAL if given fsc mount option on kernel w/o support
Jeff Layton
1
-1
/
+10
2019-11-05
ceph: don't allow copy_file_range when stripe_count != 1
Luis Henriques
1
-2
/
+10
2019-11-05
ceph: don't try to handle hashed dentries in non-O_CREAT atomic_open
Jeff Layton
1
-0
/
+3
2019-10-30
ceph: add missing check in d_revalidate snapdir handling
Al Viro
1
-0
/
+1
2019-10-30
ceph: fix RCU case handling in ceph_d_revalidate()
Al Viro
1
-7
/
+8
2019-10-30
ceph: fix use-after-free in __ceph_remove_cap()
Luis Henriques
1
-5
/
+5
2019-10-23
ceph: fix compat_ioctl for ceph_dir_operations
Arnd Bergmann
2
-1
/
+2
2019-10-15
ceph: just skip unrecognized info in ceph_reply_info_extra
Jeff Layton
1
-10
/
+11
2019-09-25
Merge tag 'ceph-for-5.4-rc1' of git://github.com/ceph/ceph-client
Linus Torvalds
16
-335
/
+596
2019-09-16
ceph: call ceph_mdsc_destroy from destroy_fs_client
Jeff Layton
1
-4
/
+1
2019-09-16
ceph: allow object copies across different filesystems in the same cluster
Luis Henriques
1
-4
/
+13
2019-09-16
ceph: include ceph_debug.h in cache.c
Ilya Dryomov
1
-0
/
+2
2019-09-16
ceph: move static keyword to the front of declarations
Krzysztof Wilczynski
1
-3
/
+3
2019-09-16
ceph: reconnect connection if session hang in opening state
Erqi Chen
1
-1
/
+3
2019-09-16
ceph: use release_pages() directly
John Hubbard
1
-18
/
+1
2019-09-16
ceph: allow arbitrary security.* xattrs
Jeff Layton
1
-33
/
+2
2019-09-16
ceph: only set CEPH_I_SEC_INITED if we got a MAC label
Jeff Layton
1
-1
/
+2
2019-09-16
ceph: turn ceph_security_invalidate_secctx into static inline
Jeff Layton
2
-8
/
+7
2019-09-16
ceph: add buffered/direct exclusionary locking for reads and writes
Jeff Layton
5
-16
/
+200
2019-09-16
ceph: don't return a value from void function
John Hubbard
1
-1
/
+0
2019-09-16
ceph: don't freeze during write page faults
Jeff Layton
1
-0
/
+2
2019-09-16
ceph: update the mtime when truncating up
Jeff Layton
1
-20
/
+21
2019-09-16
ceph: fix indentation in __get_snap_name()
Ilya Dryomov
1
-27
/
+27
2019-09-16
ceph: remove incorrect comment above __send_cap
Jeff Layton
1
-4
/
+0
2019-09-16
ceph: remove CEPH_I_NOFLUSH
Jeff Layton
2
-20
/
+9
2019-09-16
ceph: remove unneeded test in try_flush_caps
Jeff Layton
1
-1
/
+1
2019-09-16
ceph: have __mark_caps_flushing return flush_tid
Jeff Layton
1
-10
/
+10
2019-09-16
ceph: fix comments over ceph_add_cap
Jeff Layton
1
-1
/
+3
2019-09-16
ceph: eliminate session->s_trim_caps
Jeff Layton
2
-10
/
+9
2019-09-16
ceph: fetch cap_gen under spinlock in ceph_add_cap
Jeff Layton
1
-2
/
+7
2019-09-16
ceph: remove ceph_get_cap_mds and __ceph_get_cap_mds
Jeff Layton
2
-32
/
+0
2019-09-16
ceph: don't SetPageError on writepage errors
Jeff Layton
1
-2
/
+1
2019-09-16
ceph: auto reconnect after blacklisted
Yan, Zheng
5
-8
/
+79
2019-09-16
ceph: invalidate all write mode filp after reconnect
Yan, Zheng
4
-0
/
+19
2019-09-16
ceph: return -EIO if read/write against filp that lost file locks
Yan, Zheng
3
-8
/
+29
2019-09-16
ceph: add helper function that forcibly reconnects to ceph cluster.
Yan, Zheng
3
-5
/
+39
[next]