index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (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
2013-09-06
ceph: use fscache as a local presisent cache
Milosz Tanski
1
-0
/
+17
2013-08-27
ceph: allow sync_read/write return partial successed size of read/write.
majianpeng
1
-1
/
+3
2013-08-27
ceph: fix bugs about handling short-read for sync read mode.
majianpeng
1
-23
/
+16
2013-08-27
ceph: fix fallocate division
Sage Weil
1
-6
/
+10
2013-08-15
ceph: punch hole support
Li Wang
1
-0
/
+196
2013-08-15
ceph: introduce i_truncate_mutex
Yan, Zheng
1
-1
/
+7
2013-08-15
Merge remote-tracking branch 'linus/master' into testing
Sage Weil
1
-10
/
+1
2013-08-10
ceph: replace hold_mutex flag with goto
Sage Weil
1
-7
/
+4
2013-08-10
ceph: Move the place for EOLDSNAPC handle in ceph_aio_write to easily understand
majianpeng
1
-7
/
+9
2013-08-10
ceph: Don't use ceph-sync-mode for synchronous-fs.
majianpeng
1
-2
/
+0
2013-08-10
ceph: cleanup types in striped_read()
Dan Carpenter
1
-4
/
+4
2013-07-09
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
1
-3
/
+1
2013-07-04
ceph: fix pending vmtruncate race
Yan, Zheng
1
-1
/
+1
2013-07-04
ceph: remove sb_start/end_write in ceph_aio_write.
Jianpeng Ma
1
-2
/
+0
2013-07-03
vfs: export lseek_execute() to modules
Jie Liu
1
-10
/
+1
2013-05-08
aio: don't include aio.h in sched.h
Kent Overstreet
1
-0
/
+1
2013-05-02
libceph: kill off osd data write_request parameters
Alex Elder
1
-2
/
+2
2013-05-02
ceph: fix printk format warnings in file.c
Randy Dunlap
1
-2
/
+2
2013-05-02
ceph: apply write checks in ceph_aio_write
Yan, Zheng
1
-35
/
+59
2013-05-02
ceph: take i_mutex before getting Fw cap
Yan, Zheng
1
-6
/
+6
2013-05-02
libceph: change how "safe" callback is used
Alex Elder
1
-24
/
+28
2013-05-02
ceph: let osd client clean up for interrupted request
Alex Elder
1
-6
/
+0
2013-05-02
libceph: combine initializing and setting osd data
Alex Elder
1
-2
/
+1
2013-05-02
libceph: add data pointers in osd op structures
Alex Elder
1
-2
/
+3
2013-05-02
libceph: keep source rather than message osd op array
Alex Elder
1
-4
/
+2
2013-05-02
libceph: define osd data initialization helpers
Alex Elder
1
-6
/
+4
2013-05-02
libceph: hold off building osd request
Alex Elder
1
-3
/
+4
2013-05-02
libceph: don't build request in ceph_osdc_new_request()
Alex Elder
1
-7
/
+13
2013-05-02
ceph: fix buffer pointer advance in ceph_sync_write
Henry C Chang
1
-1
/
+1
2013-05-02
libceph: record byte count not page count
Alex Elder
1
-1
/
+1
2013-05-02
libceph: separate read and write data
Alex Elder
1
-5
/
+5
2013-05-02
libceph: distinguish page and bio requests
Alex Elder
1
-0
/
+1
2013-05-02
libceph: separate osd request data info
Alex Elder
1
-4
/
+4
2013-05-02
libceph: don't assign page info in ceph_osdc_new_request()
Alex Elder
1
-4
/
+5
2013-05-02
ceph: simplify ceph_sync_write() page_align calculation
Alex Elder
1
-9
/
+4
2013-05-02
ceph: acquire i_mutex in __ceph_do_pending_vmtruncate
Yan, Zheng
1
-3
/
+3
2013-05-02
ceph: don't early drop Fw cap
Yan, Zheng
1
-25
/
+17
2013-05-02
ceph: revert commit 22cddde104
Sage Weil
1
-30
/
+43
2013-03-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
1
-1
/
+7
2013-02-23
new helper: file_inode(file)
Al Viro
1
-5
/
+5
2013-02-18
ceph: kill ceph_osdc_new_request() "num_reply" parameter
Alex Elder
1
-1
/
+1
2013-01-30
Merge branch 'testing' of github.com:ceph/ceph-client into v3.8-rc5-testing
Alex Elder
1
-0
/
+6
2013-01-17
ceph: Check for created flag in response from mds
Sam Lang
1
-0
/
+3
2013-01-17
ceph: Check for err on mds request in atomic_open
Sam Lang
1
-0
/
+3
2012-12-21
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
1
-43
/
+30
2012-12-18
lseek: the "whence" argument is called "whence"
Andrew Morton
1
-3
/
+3
2012-11-05
ceph: Fix i_size update race
Sage Weil
1
-43
/
+30
2012-10-02
ceph: propagate layout error on osd request creation
Sage Weil
1
-2
/
+2
2012-08-02
ceph: simplify+fix atomic_open
Sage Weil
1
-25
/
+37
2012-07-14
kill struct opendata
Al Viro
1
-5
/
+2
[next]