Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
d8e9a54414b92efd87e32c7320c894e7d0595158
/
fs
/
ceph
/
addr.c
d4d3aa3
ceph: page still marked private_2
by Milosz Tanski
· 11 years ago
76be778
ceph: clean PgPrivate2 on returning from readpages
by Milosz Tanski
· 11 years ago
99ccbd2
ceph: use fscache as a local presisent cache
by Milosz Tanski
· 11 years ago
7d6e1f5
ceph: use vfs __set_page_dirty_nobuffers interface instead of doing it inside filesystem
by Sha Zhengju
· 11 years ago
b150f5c1
ceph: cleanup the logic in ceph_invalidatepage
by Milosz Tanski
· 11 years ago
ee3e542
Merge remote-tracking branch 'linus/master' into testing
by Sage Weil
· 11 years ago
fe2a801
ceph: Remove bogus check in invalidatepage
by Milosz Tanski
· 11 years ago
9a5889a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
by Linus Torvalds
· 11 years ago
c62988e
ceph: avoid meaningless calling ceph_caps_revoking if sync_mode == WB_SYNC_ALL.
by majianpeng
· 11 years ago
fc2744a
ceph: fix race between page writeback and truncate
by Yan, Zheng
· 11 years ago
569d39f
ceph: use ->invalidatepage() length argument
by Lukas Czerner
· 11 years ago
d47992f
mm: change invalidatepage prototype to accept length
by Lukas Czerner
· 11 years ago
406e2c9
libceph: kill off osd data write_request parameters
by Alex Elder
· 12 years ago
1ac0fc8
ceph: fix race between writepages and truncate
by Yan, Zheng
· 12 years ago
a4ce40a
libceph: combine initializing and setting osd data
by Alex Elder
· 12 years ago
c99d2d4
libceph: specify osd op by index in request
by Alex Elder
· 12 years ago
8c042b0
libceph: add data pointers in osd op structures
by Alex Elder
· 12 years ago
7952873
libceph: keep source rather than message osd op array
by Alex Elder
· 12 years ago
87060c1
libceph: a few more osd data cleanups
by Alex Elder
· 12 years ago
43bfe5d
libceph: define osd data initialization helpers
by Alex Elder
· 12 years ago
e5975c7
ceph: build osd request message later for writepages
by Alex Elder
· 12 years ago
02ee07d
libceph: hold off building osd request
by Alex Elder
· 12 years ago
8848695
ceph: kill ceph alloc_page_vec()
by Alex Elder
· 12 years ago
94fe842
ceph: define ceph_writepages_osd_request()
by Alex Elder
· 12 years ago
acead00
libceph: don't build request in ceph_osdc_new_request()
by Alex Elder
· 12 years ago
25d71cb
ceph: use page_offset() in ceph_writepages_start()
by Alex Elder
· 12 years ago
e0c5948
libceph: record byte count not page count
by Alex Elder
· 12 years ago
0fff87e
libceph: separate read and write data
by Alex Elder
· 12 years ago
2ac2b7a
libceph: distinguish page and bio requests
by Alex Elder
· 12 years ago
2794a82a
libceph: separate osd request data info
by Alex Elder
· 12 years ago
153e516
libceph: don't assign page info in ceph_osdc_new_request()
by Alex Elder
· 12 years ago
cf7b7e1
ceph: use calc_pages_for() in start_read()
by Alex Elder
· 12 years ago
7971bd9
ceph: revert commit 22cddde104
by Sage Weil
· 12 years ago
1cf0209
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
by Linus Torvalds
· 12 years ago
1b83bef
libceph: update osd request/reply encoding
by Sage Weil
· 12 years ago
496ad9a
new helper: file_inode(file)
by Al Viro
· 12 years ago
a3bea47
ceph: kill ceph_osdc_new_request() "num_reply" parameter
by Alex Elder
· 12 years ago
2480882
ceph: kill ceph_osdc_writepages() "flags" parameter
by Alex Elder
· 12 years ago
fbf8685
ceph: kill ceph_osdc_writepages() "dosync" parameter
by Alex Elder
· 12 years ago
87f979d
ceph: kill ceph_osdc_writepages() "nofail" parameter
by Alex Elder
· 12 years ago
40889e8
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
by Linus Torvalds
· 12 years ago
8884d53
libceph: Unlock unprocessed pages in start_read() error path
by David Zafman
· 12 years ago
22cddde
ceph: Fix i_size update race
by Sage Weil
· 12 years ago
0b173bc
mm: kill vma flag VM_CAN_NONLINEAR
by Konstantin Khlebnikov
· 12 years ago
6285bc2
ceph: avoid 32-bit page index overflow
by Alex Elder
· 12 years ago
6816282
ceph: propagate layout error on osd request creation
by Sage Weil
· 12 years ago
3ca9c3b
ceph: Push file_update_time() into ceph_page_mkwrite()
by Jan Kara
· 12 years ago
61600ef
ceph: check PG_Private flag before accessing page->private
by Yan, Zheng
· 12 years ago
be65559
ceph: use i_ceph_lock instead of i_lock
by Sage Weil
· 13 years ago
3395734
libceph: fix double-free of page vector
by Sage Weil
· 13 years ago
0d66a48
ceph: implement (optional) max read size
by Sage Weil
· 13 years ago
7c27219
ceph: make readpages fully async
by Sage Weil
· 13 years ago
70b666c
ceph: use ihold when we already have an inode ref
by Sage Weil
· 13 years ago
9d6fcb0
ceph: check return value for start_request in writepages
by Sage Weil
· 14 years ago
6b4a3b5
ceph: remove useless check
by Sage Weil
· 14 years ago
8c71897
ceph: handle ceph_osdc_new_request failure in ceph_writepages_start
by Henry C Chang
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
0444d76
fs: don't use igrab() while holding i_lock
by Dave Chinner
· 14 years ago
76db8ac
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
by Linus Torvalds
· 14 years ago
b7495fc
ceph: make page alignment explicit in osd interface
by Sage Weil
· 14 years ago
1b430be
writeback: remove nonblocking/encountered_congestion references
by Wu Fengguang
· 14 years ago
3d14c5d
ceph: factor out libceph from Ceph file system
by Yehuda Sadeh
· 15 years ago
ae00d4f
ceph: fix cap_snap and realm split
by Sage Weil
· 14 years ago
a77d9f7
ceph: fix file offset wrapping at 4GB on 32-bit archs
by Sage Weil
· 14 years ago
7d8cb26
ceph: maintain i_head_snapc when any caps are dirty, not just for data
by Sage Weil
· 14 years ago
679ceac
mm: exporting account_page_dirty
by Michael Rubin
· 14 years ago
213c99e
ceph: whitespace cleanup
by Sage Weil
· 14 years ago
2962507
ceph: perform lazy reads when file mode and caps permit
by Sage Weil
· 14 years ago
640ef79
ceph: use ceph_sb_to_client instead of ceph_client
by Cheng Renquan
· 15 years ago
31459fe
ceph: use __page_cache_alloc and add_to_page_cache_lru
by Yehuda Sadeh
· 15 years ago
54ad023
ceph: don't use writeback_control in writepages completion
by Sage Weil
· 15 years ago
7ff899d
ceph: fix lockless caps check
by Sage Weil
· 15 years ago
96e35b4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
by Linus Torvalds
· 15 years ago
6298a33
ceph: fix snap context reference leaks
by Sage Weil
· 15 years ago
80e755f
ceph: allow writeback of snapped pages older than 'oldest' snapc
by Sage Weil
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
8f883c2
ceph: make write_begin wait propagate ERESTARTSYS
by Sage Weil
· 15 years ago
4ce1e9a
ceph: move dereference after NULL test
by Alexander Beregalov
· 15 years ago
e63dc5c
ceph: remove page upon writeback completion if lost cache cap
by Yehuda Sadeh
· 15 years ago
3c6f6b7
ceph: cleanup async writeback, truncation, invalidate helpers
by Sage Weil
· 15 years ago
4af6b22
ceph: refactor ceph_write_begin, fix ceph_page_mkwrite
by Yehuda Sadeh
· 15 years ago
b056c87
ceph: remove unused variable
by Yehuda Sadeh
· 15 years ago
79788c6
ceph: release all pages after successful osd write response
by Sage Weil
· 15 years ago
ec7384e
ceph: remove duplicate variable initialization
by Julia Lawall
· 15 years ago
2baba25
ceph: writeback congestion control
by Yehuda Sadeh
· 15 years ago
dbd646a
ceph: writepage grabs and releases inode
by Yehuda Sadeh
· 15 years ago
6b80518
ceph: allocate and parse mount args before client instance
by Sage Weil
· 15 years ago
1d3576f
ceph: address space operations
by Sage Weil
· 15 years ago