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.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-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: allow ceph.dir.rctime xattr to be updatable
Venky Shankar
2022-06-14
1
-1
/
+9
*
ceph: fix setting of xattrs on async created inodes
Jeff Layton
2022-05-18
1
-3
/
+13
*
ceph: fix memory leak in ceph_readdir when note_last_dentry returns error
Xiubo Li
2022-04-13
1
-1
/
+10
*
ceph: set pool_ns in new inode layout for async creates
Jeff Layton
2022-02-01
1
-0
/
+7
*
ceph: properly put ceph_string reference after async create attempt
Jeff Layton
2022-02-01
1
-0
/
+2
*
ceph: fix up non-directory creation in SGID directories
Christian Brauner
2021-12-29
1
-3
/
+15
*
ceph: initialize pathlen variable in reconnect_caps_cb
Xiubo Li
2021-12-22
1
-2
/
+1
*
ceph: fix duplicate increment of opened_inodes metric
Hu Weiwen
2021-12-22
1
-8
/
+8
*
ceph: properly handle statfs on multifs setups
Jeff Layton
2021-12-01
1
-5
/
+6
*
ceph: fix handling of "meta" errors
Jeff Layton
2021-10-27
5
-27
/
+8
*
ceph: skip existing superblocks that are blocklisted or shut down when mounting
Jeff Layton
2021-10-27
1
-3
/
+14
*
ceph: lockdep annotations for try_nonblocking_invalidate
Jeff Layton
2021-09-26
1
-0
/
+2
*
ceph: remove the capsnaps when removing caps
Xiubo Li
2021-09-26
3
-18
/
+87
*
ceph: request Fw caps before updating the mtime in ceph_write_iter
Jeff Layton
2021-09-26
1
-15
/
+17
*
ceph: cancel delayed work instead of flushing on mdsc teardown
Jeff Layton
2021-09-26
2
-3
/
+2
*
ceph: allow ceph_put_mds_session to take NULL or ERR_PTR
Jeff Layton
2021-09-26
4
-10
/
+8
*
ceph: fix dereference of null pointer cf
Colin Ian King
2021-09-18
1
-0
/
+3
*
ceph: fix possible null-pointer dereference in ceph_mdsmap_decode()
Tuo Li
2021-09-08
1
-3
/
+5
*
ceph: correctly handle releasing an embedded cap flush
Xiubo Li
2021-09-03
4
-12
/
+22
*
ceph: take snap_empty_lock atomically with snaprealm refcount change
Jeff Layton
2021-08-18
1
-17
/
+17
*
ceph: clean up locking annotation for ceph_get_snap_realm and __lookup_snap_r...
Jeff Layton
2021-08-18
1
-4
/
+4
*
ceph: add some lockdep assertions around snaprealm handling
Jeff Layton
2021-08-18
1
-0
/
+16
*
ceph: reduce contention in ceph_check_delayed_caps()
Luis Henriques
2021-08-18
3
-11
/
+33
*
ceph: don't WARN if we're still opening a session to an MDS
Luis Henriques
2021-07-28
1
-1
/
+1
*
ceph: remove bogus checks and WARN_ONs from ceph_set_page_dirty
Jeff Layton
2021-07-20
1
-9
/
+1
*
netfs: fix test for whether we can skip read when writing beyond EOF
Jeff Layton
2021-06-30
1
-13
/
+41
*
ceph: must hold snap_rwsem when filling inode for async create
Jeff Layton
2021-06-30
2
-0
/
+5
*
ceph: don't allow access to MDS-private inodes
Jeff Layton
2021-05-22
4
-0
/
+42
*
ceph: don't clobber i_snap_caps on non-I_NEW inode
Jeff Layton
2021-05-22
1
-4
/
+5
*
ceph: fix fscache invalidation
Jeff Layton
2021-05-22
2
-0
/
+2
*
ceph: fix inode leak on getattr error in __fh_to_dentry
Jeff Layton
2021-05-19
1
-1
/
+3
*
ceph: fix flush_snap logic after putting caps
Jeff Layton
2021-03-04
1
-4
/
+6
*
ceph: downgrade warning from mdsmap decode to debug
Luis Henriques
2021-02-26
1
-2
/
+2
*
ceph: fix inode refcount leak when ceph_fill_inode on non-I_NEW inode fails
Jeff Layton
2021-01-06
1
-0
/
+2
*
ceph: fix race in concurrent __ceph_remove_cap invocations
Luis Henriques
2020-12-30
1
-2
/
+9
*
ceph: check session state after bumping session->s_seq
Jeff Layton
2020-11-04
5
-18
/
+39
*
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2020-10-24
1
-2
/
+1
|
\
|
*
[PATCH] reduce boilerplate in fsid handling
Al Viro
2020-09-18
1
-2
/
+1
*
|
ceph: comment cleanups and clarifications
Jeff Layton
2020-10-12
3
-2
/
+19
*
|
ceph: break up send_cap_msg
Jeff Layton
2020-10-12
1
-32
/
+28
*
|
ceph: drop separate mdsc argument from __send_cap
Jeff Layton
2020-10-12
1
-6
/
+5
*
|
ceph: promote to unsigned long long before shifting
Matthew Wilcox (Oracle)
2020-10-12
1
-1
/
+1
*
|
ceph: don't SetPageError on readpage errors
Jeff Layton
2020-10-12
1
-1
/
+0
*
|
ceph: mark ceph_fmt_xattr() as printf-like for better type checking
Ilya Dryomov
2020-10-12
1
-1
/
+2
*
|
ceph: fold ceph_update_writeable_page into ceph_write_begin
Jeff Layton
2020-10-12
1
-83
/
+63
*
|
ceph: fold ceph_sync_writepages into writepage_nounlock
Jeff Layton
2020-10-12
1
-58
/
+35
*
|
ceph: fold ceph_sync_readpages into ceph_readpage
Jeff Layton
2020-10-12
1
-53
/
+25
*
|
ceph: don't call ceph_update_writeable_page from page_mkwrite
Jeff Layton
2020-10-12
1
-6
/
+21
*
|
ceph: break out writeback of incompatible snap context to separate function
Jeff Layton
2020-10-12
1
-45
/
+67
*
|
ceph: add a note explaining session reject error string
Ilya Dryomov
2020-10-12
1
-0
/
+4
[next]