index
:
profile/common/kernel-common
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0_common
accepted/tizen_4.0_unified
accepted/tizen_common
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
sandbox/dkson95/gcc6
sandbox/jaehun77/hardfp
sandbox/jkozerski/ima-evm
sandbox/jobol/upstream
sandbox/jobol/v3.19.1
sandbox/jobol/v4.0
sandbox/lstelmach/memfd
sandbox/mwereski/kdbus-integration
sandbox/mwereski/memfd
sandbox/pcoval/devel-sdk
sandbox/pcoval/efi
sandbox/pcoval/ivi-devel
sandbox/pcoval/latest
sandbox/pcoval/rcar-m2
sandbox/pcoval/snapshot
sandbox/pcoval/tizen
sandbox/pcoval/tizen_common
sandbox/sdx/displaylink
sandbox/zjasinski/ima-evm
sandbox/zjasinski/ima-evm2
tizen
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m2
tizen_3.14.14
tizen_3.14.19
tizen_3.14.4
tizen_4.0
tizen_common
tizen_common_3.14.20
tizen_common_3.14.25
upstream
Domain: SCM / Uncategorized;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ceph
/
addr.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-28
ceph: fix dout() compile warnings in ceph_filemap_fault()
Ilya Dryomov
1
-3
/
+3
2013-12-31
ceph fscache: Uncaching no data page from fscache in readpage()
Li Wang
1
-0
/
+1
2013-12-31
ceph: check caps in filemap_fault and page_mkwrite
Yan, Zheng
1
-12
/
+77
2013-12-13
ceph: Clean up if error occurred in finish_read()
Li Wang
1
-0
/
+3
2013-12-13
ceph: Avoid data inconsistency due to d-cache aliasing in readpage()
Li Wang
1
-2
/
+6
2013-11-23
ceph: allocate non-zero page to fscache in readpage()
Li Wang
1
-1
/
+1
2013-09-06
ceph: page still marked private_2
Milosz Tanski
1
-0
/
+1
2013-09-06
ceph: clean PgPrivate2 on returning from readpages
Milosz Tanski
1
-0
/
+2
2013-09-06
ceph: use fscache as a local presisent cache
Milosz Tanski
1
-6
/
+31
2013-08-27
ceph: use vfs __set_page_dirty_nobuffers interface instead of doing it inside...
Sha Zhengju
1
-29
/
+14
2013-08-15
ceph: cleanup the logic in ceph_invalidatepage
Milosz Tanski
1
-14
/
+15
2013-08-15
Merge remote-tracking branch 'linus/master' into testing
Sage Weil
1
-7
/
+8
2013-08-09
ceph: Remove bogus check in invalidatepage
Milosz Tanski
1
-4
/
+0
2013-07-09
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
1
-46
/
+42
2013-07-03
ceph: avoid meaningless calling ceph_caps_revoking if sync_mode == WB_SYNC_ALL.
majianpeng
1
-2
/
+2
2013-07-03
ceph: fix race between page writeback and truncate
Yan, Zheng
1
-44
/
+40
2013-05-21
ceph: use ->invalidatepage() length argument
Lukas Czerner
1
-6
/
+6
2013-05-21
mm: change invalidatepage prototype to accept length
Lukas Czerner
1
-2
/
+3
2013-05-01
libceph: kill off osd data write_request parameters
Alex Elder
1
-5
/
+4
2013-05-01
ceph: fix race between writepages and truncate
Yan, Zheng
1
-7
/
+7
2013-05-01
libceph: combine initializing and setting osd data
Alex Elder
1
-7
/
+5
2013-05-01
libceph: specify osd op by index in request
Alex Elder
1
-1
/
+1
2013-05-01
libceph: add data pointers in osd op structures
Alex Elder
1
-3
/
+5
2013-05-01
libceph: keep source rather than message osd op array
Alex Elder
1
-12
/
+9
2013-05-01
libceph: a few more osd data cleanups
Alex Elder
1
-13
/
+17
2013-05-01
libceph: define osd data initialization helpers
Alex Elder
1
-9
/
+4
2013-05-01
ceph: build osd request message later for writepages
Alex Elder
1
-26
/
+33
2013-05-01
libceph: hold off building osd request
Alex Elder
1
-2
/
+2
2013-05-01
ceph: kill ceph alloc_page_vec()
Alex Elder
1
-27
/
+18
2013-05-01
ceph: define ceph_writepages_osd_request()
Alex Elder
1
-10
/
+24
2013-05-01
libceph: don't build request in ceph_osdc_new_request()
Alex Elder
1
-13
/
+23
2013-05-01
ceph: use page_offset() in ceph_writepages_start()
Alex Elder
1
-1
/
+1
2013-05-01
libceph: record byte count not page count
Alex Elder
1
-13
/
+20
2013-05-01
libceph: separate read and write data
Alex Elder
1
-31
/
+36
2013-05-01
libceph: distinguish page and bio requests
Alex Elder
1
-0
/
+4
2013-05-01
libceph: separate osd request data info
Alex Elder
1
-27
/
+28
2013-05-01
libceph: don't assign page info in ceph_osdc_new_request()
Alex Elder
1
-2
/
+5
2013-05-01
ceph: use calc_pages_for() in start_read()
Alex Elder
1
-1
/
+1
2013-05-01
ceph: revert commit 22cddde104
Sage Weil
1
-47
/
+4
2013-02-28
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
1
-29
/
+9
2013-02-26
libceph: update osd request/reply encoding
Sage Weil
1
-25
/
+6
2013-02-22
new helper: file_inode(file)
Al Viro
1
-6
/
+6
2013-02-18
ceph: kill ceph_osdc_new_request() "num_reply" parameter
Alex Elder
1
-2
/
+2
2013-02-18
ceph: kill ceph_osdc_writepages() "flags" parameter
Alex Elder
1
-2
/
+1
2013-02-18
ceph: kill ceph_osdc_writepages() "dosync" parameter
Alex Elder
1
-1
/
+1
2013-02-18
ceph: kill ceph_osdc_writepages() "nofail" parameter
Alex Elder
1
-1
/
+1
2012-12-20
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
1
-4
/
+56
2012-12-13
libceph: Unlock unprocessed pages in start_read() error path
David Zafman
1
-0
/
+9
2012-11-05
ceph: Fix i_size update race
Sage Weil
1
-4
/
+47
2012-10-09
mm: kill vma flag VM_CAN_NONLINEAR
Konstantin Khlebnikov
1
-1
/
+1
[next]