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
2014-10-14
ceph: remove redundant code for max file size verification
Chao Yu
1
-9
/
+0
2014-06-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
1
-10
/
+7
2014-06-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-2
/
+2
2014-06-06
fs/ceph: replace pr_warning by pr_warn
Fabian Frederick
1
-1
/
+1
2014-06-06
ceph: refactor readpage_nounlock() to make the logic clearer
Zhang Zhen
1
-10
/
+7
2014-05-06
pass iov_iter to ->direct_IO()
Al Viro
1
-2
/
+2
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
[next]