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
/
snap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-10
Merge tag 'ceph-for-6.7-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
1
-86
/
+106
2023-11-04
ceph: print cluster fsid and client global_id in all debug logs
Xiubo Li
1
-79
/
+95
2023-11-04
ceph: rename _to_client() to _to_fs_client()
Xiubo Li
1
-1
/
+1
2023-11-04
ceph: pass the mdsc to several helpers
Xiubo Li
1
-6
/
+10
2023-10-18
ceph: convert to new timestamp accessors
Jeff Layton
1
-2
/
+2
2023-09-06
Merge tag 'ceph-for-6.6-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
1
-4
/
+6
2023-08-24
ceph: drop messages from MDS when unmounting
Xiubo Li
1
-4
/
+6
2023-07-13
ceph: convert to ctime accessor functions
Jeff Layton
1
-1
/
+1
2023-06-30
ceph: trigger to flush the buffer when making snapshot
Xiubo Li
1
-3
/
+6
2023-06-08
ceph: fix use-after-free bug for inodes when flushing capsnaps
Xiubo Li
1
-1
/
+3
2023-05-18
ceph: force updating the msg pointer in non-split case
Xiubo Li
1
-0
/
+13
2023-02-02
ceph: blocklist the kclient when receiving corrupted snap trace
Xiubo Li
1
-2
/
+34
2022-11-14
ceph: avoid putting the realm twice when decoding snaps fails
Xiubo Li
1
-1
/
+2
2022-06-09
netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_context
David Howells
1
-4
/
+4
2022-03-01
ceph: misc fix for code style and logs
Xiubo Li
1
-60
/
+62
2022-03-01
ceph: allocate capsnap memory outside of ceph_queue_cap_snap()
Xiubo Li
1
-18
/
+28
2022-03-01
ceph: do not release the global snaprealm until unmounting
Xiubo Li
1
-2
/
+11
2022-03-01
ceph: eliminate the recursion when rebuilding the snap context
Xiubo Li
1
-9
/
+48
2022-03-01
ceph: do not update snapshot context when there is no new snapshot
Xiubo Li
1
-9
/
+19
2022-03-01
ceph: move to a dedicated slabcache for ceph_cap_snap
Xiubo Li
1
-2
/
+3
2021-09-02
ceph: add ceph_change_snap_realm() helper
Jeff Layton
1
-20
/
+39
2021-08-25
ceph: correctly handle releasing an embedded cap flush
Xiubo Li
1
-0
/
+3
2021-08-04
ceph: take snap_empty_lock atomically with snaprealm refcount change
Jeff Layton
1
-17
/
+17
2021-06-29
ceph: eliminate ceph_async_iput()
Jeff Layton
1
-11
/
+5
2021-06-29
ceph: don't take s_mutex in ceph_flush_snaps
Jeff Layton
1
-4
/
+1
2021-06-29
ceph: clean up locking annotation for ceph_get_snap_realm and __lookup_snap_r...
Jeff Layton
1
-4
/
+4
2021-06-29
ceph: add some lockdep assertions around snaprealm handling
Jeff Layton
1
-0
/
+16
2021-06-29
ceph: decoding error in ceph_update_snap_realm should return -EIO
Jeff Layton
1
-1
/
+1
2021-06-29
ceph: make ceph_queue_cap_snap static
Jeff Layton
1
-1
/
+1
2021-04-28
ceph: fix up some bare fetches of i_size
Jeff Layton
1
-1
/
+1
2021-02-16
ceph: defer flushing the capsnap if the Fb is used
Xiubo Li
1
-0
/
+10
2020-11-04
ceph: check session state after bumping session->s_seq
Jeff Layton
1
-1
/
+1
2020-10-12
ceph: add ceph_sb_to_mdsc helper support to parse the mdsc
Xiubo Li
1
-1
/
+1
2020-03-23
ceph: fix memory leak in ceph_cleanup_snapid_map()
Luis Henriques
1
-0
/
+1
2019-08-22
ceph: fix buffer free while holding i_ceph_lock in __ceph_build_xattrs_blob()
Luis Henriques
1
-1
/
+3
2019-07-08
ceph: handle change_attr in cap messages
Jeff Layton
1
-0
/
+2
2019-07-08
ceph: handle btime in cap messages
Jeff Layton
1
-0
/
+1
2019-06-05
ceph: avoid iput_final() while holding mutex or in dispatch thread
Yan, Zheng
1
-5
/
+11
2019-04-23
ceph: fix ci->i_head_snapc leak
Yan, Zheng
1
-1
/
+6
2019-03-05
ceph: map snapid to anonymous bdev ID
Yan, Zheng
1
-2
/
+154
2019-03-05
ceph: split large reconnect into multiple messages
Yan, Zheng
1
-0
/
+3
2019-02-18
ceph: avoid repeatedly adding inode to mdsc->snap_flush_list
Yan, Zheng
1
-1
/
+2
2018-08-02
ceph: use timespec64 for inode timestamp
Arnd Bergmann
1
-3
/
+3
2018-06-06
vfs: change inode times to use struct timespec64
Deepa Dinamani
1
-3
/
+3
2018-04-02
ceph: quota: cache inode pointer in ceph_snap_realm
Luis Henriques
1
-0
/
+2
2018-01-29
ceph: fix incorrect snaprealm when adding caps
Yan, Zheng
1
-2
/
+6
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-02
ceph: properly queue cap snap for newly created snap realm
Yan, Zheng
1
-5
/
+3
2017-09-06
ceph: queue cap snap only when snap realm's context changes
Yan, Zheng
1
-21
/
+16
2017-05-04
ceph: convert ceph_cap_snap.nref from atomic_t to refcount_t
Elena Reshetova
1
-1
/
+1
[next]