index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ceph
/
file.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-11
Merge tag 'ceph-for-5.20-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
1
-75
/
+48
2022-08-09
Merge tag 'fs.setgid.v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/b...
Linus Torvalds
1
-4
/
+0
2022-08-09
iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()
Al Viro
1
-2
/
+1
2022-08-09
new iov_iter flavour - ITER_UBUF
Al Viro
1
-1
/
+1
2022-08-03
libceph: clean up ceph_osdc_start_request prototype
Jeff Layton
1
-19
/
+13
2022-08-03
ceph: don't truncate file in atomic_open
Hu Weiwen
1
-3
/
+6
2022-08-03
ceph: flush the dirty caps immediatelly when quota is approaching
Xiubo Li
1
-2
/
+3
2022-08-03
ceph: don't get the inline data for new creating files
Xiubo Li
1
-3
/
+2
2022-08-03
ceph: update the auth cap when the async create req is forwarded
Xiubo Li
1
-0
/
+14
2022-08-03
ceph: convert to generic_file_llseek
Jeff Layton
1
-47
/
+5
2022-08-03
ceph: wait for the first reply of inflight async unlink
Xiubo Li
1
-1
/
+5
2022-07-21
ceph: rely on vfs for setgid stripping
Yang Xu
1
-4
/
+0
2022-06-09
netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_context
David Howells
1
-1
/
+1
2022-05-10
ceph: fix setting of xattrs on async created inodes
Jeff Layton
1
-3
/
+13
2022-04-01
fs: Pass an iocb to generic_perform_write()
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-03-01
ceph: wake waiters after failed async create
Jeff Layton
1
-18
/
+33
2022-03-01
ceph: uninline the data on a file opened for writing
David Howells
1
-16
/
+16
2022-01-26
ceph: set pool_ns in new inode layout for async creates
Jeff Layton
1
-0
/
+7
2022-01-26
ceph: properly put ceph_string reference after async create attempt
Jeff Layton
1
-0
/
+2
2022-01-20
Merge tag 'ceph-for-5.17-rc1' of git://github.com/ceph/ceph-client
Linus Torvalds
1
-9
/
+15
2022-01-13
ceph: add new "nopagecache" option
Jeff Layton
1
-9
/
+15
2022-01-13
Merge tag 'fscache-rewrite-20220111' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-3
/
+10
2022-01-12
ceph: conversion to new fscache API
Jeff Layton
1
-3
/
+10
2021-12-01
ceph: fix up non-directory creation in SGID directories
Christian Brauner
1
-3
/
+15
2021-12-01
ceph: initialize i_size variable in ceph_sync_read
Jeff Layton
1
-1
/
+1
2021-11-13
Merge tag 'ceph-for-5.16-rc1' of git://github.com/ceph/ceph-client
Linus Torvalds
1
-18
/
+85
2021-11-08
ceph: add a new metric to keep track of remote object copies
Luís Henriques
1
-0
/
+4
2021-11-08
libceph, ceph: move ceph_osdc_copy_from() into cephfs code
Luís Henriques
1
-11
/
+63
2021-11-08
ceph: return the real size read when it hits EOF
Xiubo Li
1
-5
/
+8
2021-11-08
ceph: shut down access to inode when async create fails
Jeff Layton
1
-1
/
+9
2021-11-08
ceph: print inode numbers instead of pointer values
Jeff Layton
1
-1
/
+1
2021-11-01
Merge tag 'for-5.16/ki_complete-2021-10-29' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2021-10-25
fs: get rid of the res2 iocb->ki_complete argument
Jens Axboe
1
-1
/
+1
2021-10-19
ceph: fix handling of "meta" errors
Jeff Layton
1
-1
/
+0
2021-09-09
Merge tag 'ceph-for-5.15-rc1' of git://github.com/ceph/ceph-client
Linus Torvalds
1
-15
/
+17
2021-09-02
ceph: request Fw caps before updating the mtime in ceph_write_iter
Jeff Layton
1
-15
/
+17
2021-07-13
ceph: Fix race between hole punch and page fault
Jan Kara
1
-0
/
+2
2021-06-29
ceph: take reference to req->r_parent at point of assignment
Jeff Layton
1
-0
/
+1
2021-06-29
ceph: add IO size metrics support
Xiubo Li
1
-12
/
+11
2021-06-22
ceph: fix error handling in ceph_atomic_open and ceph_lookup
Jeff Layton
1
-6
/
+8
2021-06-22
ceph: must hold snap_rwsem when filling inode for async create
Jeff Layton
1
-0
/
+3
2021-04-28
ceph: drop pinned_page parameter from ceph_get_caps
Jeff Layton
1
-12
/
+5
2021-04-28
ceph: avoid counting the same request twice or more
Xiubo Li
1
-10
/
+10
2021-04-28
ceph: rename the metric helpers
Xiubo Li
1
-6
/
+6
2021-04-28
ceph: don't use d_add in ceph_handle_snapdir
Jeff Layton
1
-2
/
+5
2020-10-12
libceph, rbd, ceph: "blacklist" -> "blocklist"
Ilya Dryomov
1
-2
/
+2
2020-10-12
ceph: add ceph_sb_to_mdsc helper support to parse the mdsc
Xiubo Li
1
-5
/
+3
2020-10-12
ceph: drop special-casing for ITER_PIPE in ceph_sync_read
Jeff Layton
1
-47
/
+24
2020-10-12
ceph: remove unnecessary return in switch statement
Luis Henriques
1
-2
/
+0
2020-08-28
Merge tag 'ceph-for-5.9-rc3' of git://github.com/ceph/ceph-client
Linus Torvalds
1
-2
/
+3
[next]