index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ceph
/
file.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ceph: switch ceph_lookup/atomic_open() to use new fscrypt helper
Luís Henriques
2023-08-24
1
-5
/
+3
*
ceph: invalidate pages when doing direct/sync writes
Luís Henriques
2023-08-24
1
-5
/
+14
*
ceph: plumb in decryption during reads
Jeff Layton
2023-08-24
1
-24
/
+66
*
ceph: add read/modify/write to ceph_sync_write
Jeff Layton
2023-08-24
1
-28
/
+290
*
ceph: align data in pages in ceph_sync_write
Jeff Layton
2023-08-24
1
-10
/
+10
*
ceph: don't use special DIO path for encrypted inodes
Jeff Layton
2023-08-24
1
-2
/
+4
*
ceph: add object version support for sync read
Xiubo Li
2023-08-24
1
-12
/
+32
*
ceph: size handling in MClientRequest, cap updates and inode traces
Jeff Layton
2023-08-24
1
-0
/
+1
*
ceph: add some fscrypt guardrails
Jeff Layton
2023-08-24
1
-1
/
+20
*
ceph: set DCACHE_NOKEY_NAME flag in ceph_lookup/atomic_open()
Jeff Layton
2023-08-24
1
-0
/
+7
*
ceph: preallocate inode for ops that may create one
Jeff Layton
2023-08-22
1
-25
/
+40
*
ceph: add new mount option to enable sparse reads
Jeff Layton
2023-08-22
1
-8
/
+43
*
Merge tag 'ceph-for-6.5-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
2023-07-08
1
-1
/
+2
|
\
|
*
ceph: voluntarily drop Xx caps for requests those touch parent mtime
Xiubo Li
2023-06-30
1
-1
/
+2
*
|
Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-06-28
1
-6
/
+0
|
\
\
|
*
|
filemap: update ki_pos in generic_perform_write
Christoph Hellwig
2023-06-10
1
-2
/
+0
|
*
|
backing_dev: remove current->backing_dev_info
Christoph Hellwig
2023-06-10
1
-4
/
+0
|
|
/
*
/
ceph: Provide a splice-read wrapper
David Howells
2023-05-24
1
-1
/
+64
|
/
*
Merge tag 'ceph-for-6.3-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
2023-03-02
1
-0
/
+8
|
\
|
*
ceph: update the time stamps and try to drop the suid/sgid
Xiubo Li
2023-02-26
1
-0
/
+8
*
|
Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linux
Linus Torvalds
2023-02-20
1
-8
/
+4
|
\
\
|
|
/
|
/
|
|
*
ceph: use bvec_set_page to initialize a bvec
Christoph Hellwig
2023-02-03
1
-8
/
+4
*
|
ceph: blocklist the kclient when receiving corrupted snap trace
Xiubo Li
2023-02-02
1
-0
/
+3
|
/
*
Merge tag 'ceph-for-6.2-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
2022-12-14
1
-10
/
+16
|
\
|
*
ceph: try to check caps immediately after async creating finishes
Xiubo Li
2022-12-12
1
-0
/
+9
|
*
ceph: remove useless session parameter for check_caps()
Xiubo Li
2022-12-12
1
-10
/
+7
*
|
use less confusing names for iov_iter direction initializers
Al Viro
2022-11-25
1
-2
/
+2
|
/
*
Merge tag 'ceph-for-5.20-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
2022-08-11
1
-75
/
+48
|
\
|
*
libceph: clean up ceph_osdc_start_request prototype
Jeff Layton
2022-08-03
1
-19
/
+13
|
*
ceph: don't truncate file in atomic_open
Hu Weiwen
2022-08-03
1
-3
/
+6
|
*
ceph: flush the dirty caps immediatelly when quota is approaching
Xiubo Li
2022-08-03
1
-2
/
+3
|
*
ceph: don't get the inline data for new creating files
Xiubo Li
2022-08-03
1
-3
/
+2
|
*
ceph: update the auth cap when the async create req is forwarded
Xiubo Li
2022-08-03
1
-0
/
+14
|
*
ceph: convert to generic_file_llseek
Jeff Layton
2022-08-03
1
-47
/
+5
|
*
ceph: wait for the first reply of inflight async unlink
Xiubo Li
2022-08-03
1
-1
/
+5
*
|
Merge tag 'fs.setgid.v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/b...
Linus Torvalds
2022-08-09
1
-4
/
+0
|
\
\
|
*
|
ceph: rely on vfs for setgid stripping
Yang Xu
2022-07-21
1
-4
/
+0
|
|
/
*
|
iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()
Al Viro
2022-08-09
1
-2
/
+1
*
|
new iov_iter flavour - ITER_UBUF
Al Viro
2022-08-09
1
-1
/
+1
|
/
*
netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_context
David Howells
2022-06-09
1
-1
/
+1
*
ceph: fix setting of xattrs on async created inodes
Jeff Layton
2022-05-10
1
-3
/
+13
*
fs: Pass an iocb to generic_perform_write()
Matthew Wilcox (Oracle)
2022-04-01
1
-1
/
+1
*
ceph: wake waiters after failed async create
Jeff Layton
2022-03-01
1
-18
/
+33
*
ceph: uninline the data on a file opened for writing
David Howells
2022-03-01
1
-16
/
+16
*
ceph: set pool_ns in new inode layout for async creates
Jeff Layton
2022-01-26
1
-0
/
+7
*
ceph: properly put ceph_string reference after async create attempt
Jeff Layton
2022-01-26
1
-0
/
+2
*
Merge tag 'ceph-for-5.17-rc1' of git://github.com/ceph/ceph-client
Linus Torvalds
2022-01-20
1
-9
/
+15
|
\
|
*
ceph: add new "nopagecache" option
Jeff Layton
2022-01-13
1
-9
/
+15
*
|
Merge tag 'fscache-rewrite-20220111' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2022-01-12
1
-3
/
+10
|
\
\
|
|
/
|
/
|
|
*
ceph: conversion to new fscache API
Jeff Layton
2022-01-11
1
-3
/
+10
[next]