index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
ceph: only set message data pointers if non-empty
Alex Elder
2013-05-01
1
-3
/
+10
|
*
|
|
libceph: isolate other message data fields
Alex Elder
2013-05-01
1
-1
/
+1
|
*
|
|
libceph: set page info with byte length
Alex Elder
2013-05-01
1
-1
/
+1
|
*
|
|
libceph: isolate message page field manipulation
Alex Elder
2013-05-01
1
-2
/
+2
|
*
|
|
libceph: record byte count not page count
Alex Elder
2013-05-01
2
-14
/
+21
|
*
|
|
libceph: separate read and write data
Alex Elder
2013-05-01
2
-36
/
+41
|
*
|
|
libceph: distinguish page and bio requests
Alex Elder
2013-05-01
2
-0
/
+5
|
*
|
|
libceph: separate osd request data info
Alex Elder
2013-05-01
2
-31
/
+32
|
*
|
|
libceph: don't assign page info in ceph_osdc_new_request()
Alex Elder
2013-05-01
2
-6
/
+10
|
*
|
|
ceph: simplify ceph_sync_write() page_align calculation
Alex Elder
2013-05-01
1
-9
/
+4
|
*
|
|
ceph: use calc_pages_for() in start_read()
Alex Elder
2013-05-01
1
-1
/
+1
|
*
|
|
libceph: no need for alignment for mds message
Alex Elder
2013-05-01
1
-1
/
+0
|
*
|
|
libceph: define mds_alloc_msg() method
Alex Elder
2013-05-01
1
-0
/
+23
|
*
|
|
libceph: rename ceph_calc_object_layout()
Alex Elder
2013-05-01
1
-2
/
+3
|
*
|
|
libceph: kill ceph_msg->pagelist_count
Alex Elder
2013-05-01
1
-1
/
+0
|
*
|
|
ceph: acquire i_mutex in __ceph_do_pending_vmtruncate
Yan, Zheng
2013-05-01
3
-13
/
+13
|
*
|
|
ceph: don't early drop Fw cap
Yan, Zheng
2013-05-01
1
-25
/
+17
|
*
|
|
ceph: revert commit 22cddde104
Sage Weil
2013-05-01
3
-77
/
+48
|
*
|
|
ceph: use I_COMPLETE inode flag instead of D_COMPLETE flag
Yan, Zheng
2013-05-01
5
-95
/
+34
|
*
|
|
ceph: set mds_want according to cap import message
Yan, Zheng
2013-05-01
1
-1
/
+5
|
*
|
|
ceph: queue cap release when trimming cap
Yan, Zheng
2013-05-01
3
-3
/
+7
|
*
|
|
ceph: fix LSSNAP regression
Yan, Zheng
2013-05-01
1
-1
/
+2
|
*
|
|
libceph: distinguish page array and pagelist count
Alex Elder
2013-05-01
1
-2
/
+2
|
|
/
/
*
|
|
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2013-05-06
36
-1304
/
+1261
|
\
\
\
|
*
|
|
cifs: small variable name cleanup
Dan Carpenter
2013-05-04
1
-1
/
+1
|
*
|
|
CIFS: fix error return code in cifs_atomic_open()
Wei Yongjun
2013-05-04
1
-1
/
+3
|
*
|
|
cifs: store the real expected sequence number in the mid
Jeff Layton
2013-05-04
3
-4
/
+4
|
*
|
|
cifs: on send failure, readjust server sequence number downward
Jeff Layton
2013-05-04
2
-0
/
+16
|
*
|
|
cifs: remove ENOSPC handling in smb_sendv
Jeff Layton
2013-05-04
1
-7
/
+1
|
*
|
|
[CIFS] cifs: Rename cERROR and cFYI to cifs_dbg
Joe Perches
2013-05-04
36
-1227
/
+1223
|
*
|
|
fs: cifs: use kmemdup instead of kmalloc + memcpy
Silviu-Mihai Popescu
2013-05-04
4
-10
/
+7
|
*
|
|
cifs: replaced kmalloc + memset with kzalloc
Dia Vasile
2013-05-04
1
-3
/
+1
|
*
|
|
cifs: ignore the unc= and prefixpath= mount options
Jeff Layton
2013-05-04
1
-51
/
+5
*
|
|
|
autofs - remove autofs dentry mount check
David Jeffery
2013-05-06
1
-9
/
+0
*
|
|
|
autofs - fix sparse warning for autofs4_d_manage()
Claudiu Ghioc
2013-05-06
1
-1
/
+1
|
/
/
/
*
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2013-05-04
9
-50
/
+27
|
\
\
\
|
*
|
|
hostfs: use kmalloc instead of kzalloc
James Hogan
2013-05-04
1
-1
/
+2
|
*
|
|
hostfs: move HOSTFS_SUPER_MAGIC to <linux/magic.h>
James Hogan
2013-05-04
1
-2
/
+1
|
*
|
|
hostfs: remove "will unlock" comment
James Hogan
2013-05-04
1
-1
/
+1
|
*
|
|
vfs: use list_move instead of list_del/list_add
Wei Yongjun
2013-05-04
1
-2
/
+1
|
*
|
|
proc_devtree: Replace include linux/module.h with linux/export.h
Syam Sidhardhan
2013-05-04
1
-1
/
+1
|
*
|
|
create_mnt_ns: unidiomatic use of list_add()
Al Viro
2013-05-04
1
-1
/
+1
|
*
|
|
fs: remove dentry_lru_prune()
Yan, Zheng
2013-05-04
1
-22
/
+9
|
*
|
|
Removed unused typedef to avoid "unused local typedef" warnings.
Han Shen
2013-05-04
1
-1
/
+0
|
*
|
|
kill fs/read_write.h
Al Viro
2013-05-04
3
-12
/
+4
|
*
|
|
do_coredump(): don't wait for thaw if coredump has already been interrupted
Al Viro
2013-05-04
1
-4
/
+5
|
*
|
|
do_mount(): fix a leak introduced in 3.9 ("mount: consolidate permission chec...
Al Viro
2013-05-04
1
-3
/
+2
*
|
|
|
Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2013-05-03
12
-549
/
+708
|
\
\
\
\
|
*
|
|
|
NFSD: SECINFO doesn't handle unsupported pseudoflavors correctly
Chuck Lever
2013-04-30
1
-6
/
+20
|
*
|
|
|
NFSD: Simplify GSS flavor encoding in nfsd4_do_encode_secinfo()
Chuck Lever
2013-04-30
1
-7
/
+1
[prev]
[next]