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
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-03
ceph: add get_parent() NFS export callback
Yan, Zheng
1
-0
/
+60
2014-04-03
ceph: simplify ceph_fh_to_dentry()
Yan, Zheng
1
-135
/
+32
2014-04-03
ceph: fscache: Wait for completion of object initialization
Yunchuan Wen
1
-0
/
+1
2014-04-03
ceph: fscache: Update object store limit after file writing
Yunchuan Wen
1
-0
/
+3
2014-04-03
ceph: fscache: add an interface to synchronize object store limit
Yunchuan Wen
1
-0
/
+10
2014-04-03
ceph: do not set r_old_dentry_dir on link()
Sage Weil
1
-2
/
+1
2014-04-03
ceph: do not assume r_old_dentry[_dir] always set together
Sage Weil
2
-4
/
+6
2014-04-03
ceph: do not chain inode updates to parent fsync
Sage Weil
4
-17
/
+5
2014-04-03
ceph: avoid useless ceph_get_dentry_parent_inode() in ceph_rename()
Sage Weil
1
-1
/
+2
2014-04-03
ceph: let MDS adjust readdir 'frag'
Yan, Zheng
1
-3
/
+0
2014-04-03
ceph: fix reset_readdir()
Yan, Zheng
1
-3
/
+6
2014-04-03
ceph: fix ceph_dir_llseek()
Yan, Zheng
2
-7
/
+7
2014-04-03
rbd: prefix rbd writes with CEPH_OSD_OP_SETALLOCHINT osd op
Ilya Dryomov
1
-15
/
+39
2014-04-03
rbd: num_ops parameter for rbd_osd_req_create()
Ilya Dryomov
1
-10
/
+18
2014-04-03
libceph: bump CEPH_OSD_MAX_OP to 3
Ilya Dryomov
2
-2
/
+2
2014-04-03
libceph: add support for CEPH_OSD_OP_SETALLOCHINT osd op
Ilya Dryomov
3
-0
/
+42
2014-04-03
libceph: encode CEPH_OSD_OP_FLAG_* op flags
Ilya Dryomov
3
-1
/
+4
2014-04-03
rbd: fix error paths in rbd_img_request_fill()
Ilya Dryomov
1
-1
/
+1
2014-04-03
rbd: remove out_partial label in rbd_img_request_fill()
Ilya Dryomov
1
-4
/
+3
2014-04-03
libceph: a per-osdc crush scratch buffer
Ilya Dryomov
2
-9
/
+19
2014-03-31
Linux 3.14
v3.14
Linus Torvalds
1
-1
/
+1
2014-03-31
Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
4
-77
/
+134
2014-03-31
MAINTAINERS: resume as Documentation maintainer
Randy Dunlap
1
-2
/
+2
2014-03-31
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
2
-32
/
+45
2014-03-31
AUDIT: Allow login in non-init namespaces
Eric Paris
1
-1
/
+11
2014-03-31
ext4: atomically set inode->i_flags in ext4_set_inode_flags()
Theodore Ts'o
2
-6
/
+24
2014-03-31
switch mnt_hash to hlist
Al Viro
4
-50
/
+61
2014-03-31
don't bother with propagate_mnt() unless the target is shared
Al Viro
1
-10
/
+7
2014-03-31
keep shadowed vfsmounts together
Al Viro
1
-9
/
+23
2014-03-31
resizable namespace.c hashes
Al Viro
2
-24
/
+59
2014-03-30
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+2
2014-03-30
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
1
-1
/
+0
2014-03-30
Input: mousedev - fix race when creating mixed device
Dmitry Torokhov
1
-31
/
+42
2014-03-29
Input: don't modify the id of ioctl-provided ff effect on upload failure
Elias Vanderstuyft
1
-1
/
+3
2014-03-29
rbd: drop an unsafe assertion
Alex Elder
1
-1
/
+0
2014-03-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
32
-195
/
+363
2014-03-29
Merge branch 'vlan_offloads'
David S. Miller
5
-3
/
+19
2014-03-29
vlan: Warn the user if lowerdev has bad vlan features.
Vlad Yasevich
2
-0
/
+10
2014-03-29
veth: Turn off vlan rx acceleration in vlan_features
Vlad Yasevich
1
-1
/
+4
2014-03-29
ifb: Remove vlan acceleration from vlan_features
Vlad Yasevich
1
-1
/
+2
2014-03-29
qlge: Do not propaged vlan tag offloads to vlans
Vlad Yasevich
1
-1
/
+3
2014-03-29
bridge: Fix crash with vlan filtering and tcpdump
Vlad Yasevich
2
-5
/
+20
2014-03-29
net: Account for all vlan headers in skb_mac_gso_segment
Vlad Yasevich
3
-6
/
+12
2014-03-29
MAINTAINERS: bonding: change email address
Veaceslav Falico
1
-1
/
+1
2014-03-29
MAINTAINERS: bonding: change email address
Jay Vosburgh
1
-1
/
+1
2014-03-29
Merge branch 'akpm' (patches from Andrew Morton)
Linus Torvalds
2
-2
/
+5
2014-03-29
x86: fix boot on uniprocessor systems
Artem Fetishev
1
-1
/
+2
2014-03-29
ocfs2: check if cluster name exists before deref
Sasha Levin
1
-1
/
+3
2014-03-29
ipv6: move DAD and addrconf_verify processing to workqueue
Hannes Frederic Sowa
2
-52
/
+145
2014-03-29
tcp: fix get_timewait4_sock() delay computation on 64bit
Eric Dumazet
1
-1
/
+1
[next]