index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ceph
/
caps.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-02
ceph: fix NULL pointer dereference for req->r_session
Xiubo Li
1
-36
/
+12
2022-12-02
ceph: Use kcalloc for allocating multiple elements
Kenneth Lee
1
-1
/
+1
2022-08-25
ceph: don't leak snap_rwsem in handle_cap_grant
Jeff Layton
1
-14
/
+13
2022-05-09
ceph: fix possible NULL pointer dereference for req->r_session
Xiubo Li
1
-0
/
+4
2022-02-01
ceph: put the requests/sessions when it fails to alloc memory
Xiubo Li
1
-18
/
+37
2021-12-22
ceph: fix duplicate increment of opened_inodes metric
Hu Weiwen
1
-8
/
+8
2021-10-19
ceph: fix handling of "meta" errors
Jeff Layton
1
-9
/
+3
2021-09-21
ceph: fix off by one bugs in unsafe_request_wait()
Dan Carpenter
1
-2
/
+2
2021-09-03
ceph: fix dereference of null pointer cf
Colin Ian King
1
-0
/
+3
2021-09-02
ceph: lockdep annotations for try_nonblocking_invalidate
Jeff Layton
1
-0
/
+2
2021-09-02
ceph: don't WARN if we're forcibly removing the session caps
Xiubo Li
1
-9
/
+30
2021-09-02
ceph: remove the capsnaps when removing caps
Xiubo Li
1
-17
/
+51
2021-09-02
ceph: print more information when we can't find snaprealm
Jeff Layton
1
-6
/
+5
2021-09-02
ceph: add ceph_change_snap_realm() helper
Jeff Layton
1
-33
/
+3
2021-09-02
ceph: flush the mdlog before waiting on unsafe reqs
Xiubo Li
1
-0
/
+76
2021-09-02
ceph: make iterate_sessions a global symbol
Xiubo Li
1
-25
/
+1
2021-09-02
ceph: fix memory leak on decode error in ceph_handle_caps
Jeff Layton
1
-2
/
+3
2021-08-25
ceph: correctly handle releasing an embedded cap flush
Xiubo Li
1
-8
/
+13
2021-08-04
ceph: reduce contention in ceph_check_delayed_caps()
Luis Henriques
1
-1
/
+16
2021-06-29
ceph: eliminate ceph_async_iput()
Jeff Layton
1
-6
/
+3
2021-06-29
ceph: don't take s_mutex in ceph_flush_snaps
Jeff Layton
1
-10
/
+3
2021-06-29
ceph: don't take s_mutex in try_flush_caps
Jeff Layton
1
-14
/
+2
2021-06-29
ceph: don't take s_mutex or snap_rwsem in ceph_check_caps
Jeff Layton
1
-61
/
+11
2021-06-29
ceph: eliminate session->s_gen_ttl_lock
Jeff Layton
1
-9
/
+6
2021-05-06
Merge tag 'ceph-for-5.13-rc1' of git://github.com/ceph/ceph-client
Linus Torvalds
1
-18
/
+9
2021-04-28
ceph: fix up some bare fetches of i_size
Jeff Layton
1
-3
/
+3
2021-04-28
ceph: drop pinned_page parameter from ceph_get_caps
Jeff Layton
1
-6
/
+5
2021-04-28
ceph: fix fscache invalidation
Jeff Layton
1
-0
/
+1
2021-04-28
ceph: rip out old fscache readpage handling
Jeff Layton
1
-9
/
+0
2021-03-08
ceph: don't allow type or device number to change on non-I_NEW inodes
Jeff Layton
1
-1
/
+7
2021-02-16
ceph: defer flushing the capsnap if the Fb is used
Xiubo Li
1
-13
/
+20
2021-02-16
ceph: allow queueing cap/snap handling after putting cap references
Jeff Layton
1
-4
/
+25
2021-02-16
ceph: fix flush_snap logic after putting caps
Jeff Layton
1
-4
/
+6
2020-12-15
ceph: fix race in concurrent __ceph_remove_cap invocations
Luis Henriques
1
-2
/
+9
2020-12-15
ceph: fix up some warnings on W=1 builds
Jeff Layton
1
-7
/
+4
2020-12-15
ceph: add new RECOVER mount_state when recovering session
Jeff Layton
1
-1
/
+1
2020-12-15
ceph: don't WARN when removing caps due to blocklisting
Jeff Layton
1
-1
/
+2
2020-11-04
ceph: check session state after bumping session->s_seq
Jeff Layton
1
-1
/
+1
2020-10-12
ceph: comment cleanups and clarifications
Jeff Layton
1
-0
/
+16
2020-10-12
ceph: break up send_cap_msg
Jeff Layton
1
-32
/
+28
2020-10-12
ceph: drop separate mdsc argument from __send_cap
Jeff Layton
1
-6
/
+5
2020-10-12
ceph: metrics for opened files, pinned caps and opened inodes
Xiubo Li
1
-2
/
+36
2020-10-12
ceph: add ceph_sb_to_mdsc helper support to parse the mdsc
Xiubo Li
1
-2
/
+1
2020-08-24
ceph: fix inode number handling on arches with 32-bit ino_t
Jeff Layton
1
-7
/
+7
2020-08-03
ceph: clean up and optimize ceph_check_delayed_caps()
Jeff Layton
1
-6
/
+4
2020-08-03
ceph: add global total_caps to count the mdsc's total caps number
Xiubo Li
1
-0
/
+2
2020-06-01
ceph: skip checking caps when session reconnecting and releasing reqs
Xiubo Li
1
-2
/
+13
2020-06-01
ceph: ceph_kick_flushing_caps needs the s_mutex
Jeff Layton
1
-0
/
+2
2020-06-01
ceph: request expedited service on session's last cap flush
Jeff Layton
1
-2
/
+6
2020-06-01
ceph: convert mdsc->cap_dirty to a per-session list
Jeff Layton
1
-13
/
+65
[next]