index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'dlm-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...
Linus Torvalds
2016-10-10
1
-6
/
+2
|
\
|
*
dlm: free workqueues after the connections
Marcelo Ricardo Leitner
2016-10-10
1
-6
/
+2
*
|
Merge tag 'ceph-for-4.9-rc1' of git://github.com/ceph/ceph-client
Linus Torvalds
2016-10-10
26
-339
/
+1966
|
\
\
|
*
|
crush: remove redundant local variable
Ilya Dryomov
2016-10-05
1
-3
/
+2
|
*
|
crush: don't normalize input of crush_ln iteratively
Ilya Dryomov
2016-10-05
1
-3
/
+9
|
*
|
libceph: ceph_build_auth() doesn't need ceph_auth_build_hello()
Ilya Dryomov
2016-10-03
1
-3
/
+1
|
*
|
libceph: use CEPH_AUTH_UNKNOWN in ceph_auth_build_hello()
Ilya Dryomov
2016-10-03
1
-1
/
+1
|
*
|
ceph: fix description for rsize and rasize mount options
Andreas Gerstmayr
2016-10-03
1
-0
/
+4
|
*
|
rbd: use kmalloc_array() in rbd_header_from_disk()
Markus Elfring
2016-10-03
1
-4
/
+3
|
*
|
ceph: use list_move instead of list_del/list_add
Wei Yongjun
2016-10-03
1
-2
/
+1
|
*
|
ceph: handle CEPH_SESSION_REJECT message
Yan, Zheng
2016-10-03
4
-5
/
+26
|
*
|
ceph: avoid accessing / when mounting a subpath
Yan, Zheng
2016-10-03
1
-29
/
+20
|
*
|
ceph: fix mandatory flock check
Yan, Zheng
2016-10-03
1
-2
/
+2
|
*
|
ceph: remove warning when ceph_releasepage() is called on dirty page
NeilBrown
2016-10-03
1
-3
/
+2
|
*
|
ceph: ignore error from invalidate_inode_pages2_range() in direct write
NeilBrown
2016-10-03
1
-2
/
+2
|
*
|
ceph: fix error handling of start_read()
Yan, Zheng
2016-10-03
1
-10
/
+9
|
*
|
rbd: add rbd_obj_request_error() helper
Ilya Dryomov
2016-10-03
1
-10
/
+18
|
*
|
rbd: img_data requests don't own their page array
Ilya Dryomov
2016-10-03
1
-8
/
+3
|
*
|
rbd: don't call rbd_osd_req_format_read() for !img_data requests
Ilya Dryomov
2016-10-03
1
-7
/
+2
|
*
|
rbd: rework rbd_img_obj_exists_submit() error paths
Ilya Dryomov
2016-10-03
1
-20
/
+22
|
*
|
rbd: don't crash or leak on errors in rbd_img_obj_parent_read_full_callback()
Ilya Dryomov
2016-10-03
1
-1
/
+2
|
*
|
rbd: move bumping img_request refcount into rbd_obj_request_submit()
Ilya Dryomov
2016-10-03
1
-4
/
+8
|
*
|
rbd: mark the original request as done if stat request fails
Ilya Dryomov
2016-10-03
1
-13
/
+15
|
*
|
rbd: clean up asserts in rbd_img_obj_request_submit() helpers
Ilya Dryomov
2016-10-03
1
-20
/
+10
|
*
|
rbd: change rbd_obj_request_submit() signature
Ilya Dryomov
2016-10-03
1
-47
/
+23
|
*
|
rbd: lock_on_read map option
Ilya Dryomov
2016-10-03
1
-1
/
+12
|
*
|
rbd: add force close option
Mike Christie
2016-08-24
2
-12
/
+33
|
*
|
rbd: add 'config_info' sysfs rbd device attribute
Mike Christie
2016-08-24
2
-2
/
+26
|
*
|
rbd: add 'snap_id' sysfs rbd device attribute
Mike Christie
2016-08-24
2
-0
/
+14
|
*
|
rbd: add 'cluster_fsid' sysfs rbd device attribute
Mike Christie
2016-08-24
2
-0
/
+14
|
*
|
rbd: add 'client_addr' sysfs rbd device attribute
Ilya Dryomov
2016-08-24
4
-0
/
+26
|
*
|
rbd: print capacity in decimal and features in hex
Ilya Dryomov
2016-08-24
1
-2
/
+3
|
*
|
rbd: support for exclusive-lock feature
Ilya Dryomov
2016-08-24
3
-16
/
+808
|
*
|
rbd: retry watch re-registration periodically
Ilya Dryomov
2016-08-24
2
-29
/
+110
|
*
|
rbd: introduce a per-device ordered workqueue
Ilya Dryomov
2016-08-24
1
-80
/
+71
|
*
|
libceph: rename ceph_client_id() -> ceph_client_gid()
Ilya Dryomov
2016-08-24
3
-5
/
+6
|
*
|
libceph: support for blacklisting clients
Douglas Fuller
2016-08-24
3
-0
/
+96
|
*
|
libceph: support for lock.lock_info
Douglas Fuller
2016-08-24
2
-0
/
+167
|
*
|
libceph: support for advisory locking on RADOS objects
Douglas Fuller
2016-08-24
3
-0
/
+208
|
*
|
libceph: add ceph_osdc_call() single-page helper
Douglas Fuller
2016-08-24
2
-0
/
+59
|
*
|
libceph: support for CEPH_OSD_OP_LIST_WATCHERS
Douglas Fuller
2016-08-24
2
-1
/
+131
|
*
|
libceph: rename ceph_entity_name_encode() -> ceph_auth_entity_name_encode()
Ilya Dryomov
2016-08-24
3
-4
/
+7
*
|
|
Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2016-10-10
5
-14
/
+8
|
\
\
\
|
*
|
|
[btrfs] fix check_direct_IO() for non-iovec iterators
Al Viro
2016-10-10
1
-1
/
+1
|
*
|
|
constify iov_iter_count() and iter_is_iovec()
Al Viro
2016-10-10
1
-2
/
+2
|
*
|
|
fix ITER_PIPE interaction with direct_IO
Al Viro
2016-10-10
3
-11
/
+5
*
|
|
|
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2016-10-10
136
-640
/
+737
|
\
\
\
\
|
*
\
\
\
Merge remote-tracking branch 'jk/vfs' into work.misc
Al Viro
2016-10-08
76
-225
/
+296
|
|
\
\
\
\
|
|
*
|
|
|
fs: Avoid premature clearing of capabilities
Jan Kara
2016-09-22
1
-6
/
+14
|
|
*
|
|
|
fs: Give dentry to inode_change_ok() instead of inode
Jan Kara
2016-09-22
51
-68
/
+67
[next]