index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ceph
/
addr.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-29
ceph: add IO size metrics support
Xiubo Li
1
-6
/
+8
2021-06-28
ceph: make ceph_netfs_read_ops static
Wei Yongjun
1
-1
/
+1
2021-06-28
ceph: remove bogus checks and WARN_ONs from ceph_set_page_dirty
Jeff Layton
1
-9
/
+1
2021-04-27
ceph: convert some PAGE_SIZE invocations to thp_size()
Jeff Layton
1
-26
/
+25
2021-04-27
ceph: drop pinned_page parameter from ceph_get_caps
Jeff Layton
1
-7
/
+2
2021-04-27
ceph: only check pool permissions for regular files
Jeff Layton
1
-0
/
+4
2021-04-27
ceph: rename the metric helpers
Xiubo Li
1
-4
/
+4
2021-04-27
ceph: use attach/detach_page_private for tracking snap context
Jeff Layton
1
-11
/
+7
2021-04-27
ceph: convert ceph_readpages to ceph_readahead
Jeff Layton
1
-199
/
+31
2021-04-27
ceph: convert ceph_write_begin to netfs_write_begin
Jeff Layton
1
-129
/
+57
2021-04-27
ceph: convert ceph_readpage to netfs_readpage
Jeff Layton
1
-10
/
+158
2021-04-27
ceph: rework PageFsCache handling
Jeff Layton
1
-1
/
+8
2021-04-27
ceph: rip out old fscache readpage handling
Jeff Layton
1
-29
/
+2
2021-02-16
ceph: allow queueing cap/snap handling after putting cap references
Jeff Layton
1
-1
/
+1
2020-12-14
ceph: pass down the flags to grab_cache_page_write_begin
Jeff Layton
1
-1
/
+1
2020-12-14
ceph: add new RECOVER mount_state when recovering session
Jeff Layton
1
-2
/
+2
2020-10-12
ceph: promote to unsigned long long before shifting
Matthew Wilcox (Oracle)
1
-1
/
+1
2020-10-12
ceph: don't SetPageError on readpage errors
Jeff Layton
1
-1
/
+0
2020-10-12
ceph: fold ceph_update_writeable_page into ceph_write_begin
Jeff Layton
1
-83
/
+63
2020-10-12
ceph: fold ceph_sync_writepages into writepage_nounlock
Jeff Layton
1
-58
/
+35
2020-10-12
ceph: fold ceph_sync_readpages into ceph_readpage
Jeff Layton
1
-53
/
+25
2020-10-12
ceph: don't call ceph_update_writeable_page from page_mkwrite
Jeff Layton
1
-6
/
+21
2020-10-12
ceph: break out writeback of incompatible snap context to separate function
Jeff Layton
1
-45
/
+67
2020-10-12
libceph, rbd, ceph: "blacklist" -> "blocklist"
Ilya Dryomov
1
-12
/
+12
2020-10-12
ceph: have ceph_writepages_start call pagevec_lookup_range_tag
Jeff Layton
1
-3
/
+2
2020-08-04
ceph: move sb->wb_pagevec_pool to be a global mempool
Jeff Layton
1
-12
/
+11
2020-06-01
ceph: add read/write latency metric support
Xiubo Li
1
-0
/
+20
2020-03-30
ceph: switch to page_mkwrite_check_truncate in ceph_page_mkwrite
Andreas Gruenbacher
1
-1
/
+1
2020-03-30
ceph: move ceph_osdc_{read,write}pages to ceph.ko
Xiubo Li
1
-2
/
+84
2020-03-30
ceph: don't ClearPageChecked in ceph_invalidatepage()
Jeff Layton
1
-2
/
+0
2019-09-16
ceph: use release_pages() directly
John Hubbard
1
-18
/
+1
2019-09-16
ceph: don't freeze during write page faults
Jeff Layton
1
-0
/
+2
2019-09-16
ceph: don't SetPageError on writepage errors
Jeff Layton
1
-2
/
+1
2019-09-16
ceph: auto reconnect after blacklisted
Yan, Zheng
1
-5
/
+17
2019-09-16
ceph: pass filp to ceph_get_caps()
Yan, Zheng
1
-6
/
+9
2019-08-22
ceph: clear page dirty before invalidate page
Erqi Chen
1
-2
/
+3
2019-07-08
ceph: increment change_attribute on local changes
Jeff Layton
1
-0
/
+2
2019-01-07
ceph: use vmf_error() in ceph_filemap_fault()
Souptick Joarder
1
-4
/
+1
2019-01-04
fs: don't open code lru_to_page()
Nikolay Borisov
1
-3
/
+2
2018-10-22
ceph: add non-blocking parameter to ceph_try_get_caps()
Luis Henriques
1
-1
/
+1
2018-08-02
ceph: adding new return type vm_fault_t
Souptick Joarder
1
-30
/
+32
2018-08-02
libceph: use timespec64 for r_mtime
Arnd Bergmann
1
-7
/
+5
2018-06-15
Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-5
/
+7
2018-06-15
Merge tag 'ceph-for-4.18-rc1' of git://github.com/ceph/ceph-client
Linus Torvalds
1
-1
/
+0
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
1
-5
/
+6
2018-06-05
vfs: change inode times to use struct timespec64
Deepa Dinamani
1
-5
/
+7
2018-06-04
libceph: make abort_on_full a per-osdc setting
Ilya Dryomov
1
-1
/
+0
2018-04-02
ceph: don't wait on writeback when there is no more dirty pages
Yan, Zheng
1
-1
/
+5
2018-04-02
ceph: invalidate pages that beyond EOF in ceph_writepages_start()
Yan, Zheng
1
-18
/
+18
2018-04-02
ceph: change variable name to follow common rule
Chengguang Xu
1
-2
/
+2
[prev]
[next]