Age | Commit message (Expand) | Author | Files | Lines |
2010-10-20 | ceph: switch from BKL to lock_flocks() | Sage Weil | 1 | -5/+6 |
2010-10-20 | ceph: preallocate flock state without locks held | Greg Farnum | 2 | -15/+44 |
2010-10-20 | ceph: add pagelist_reserve, pagelist_truncate, pagelist_set_cursor | Greg Farnum | 2 | -9/+118 |
2010-10-20 | ceph: use mapping->nrpages to determine if mapping is empty | Sage Weil | 1 | -12/+1 |
2010-10-20 | ceph: only invalidate on check_caps if we actually have pages | Sage Weil | 1 | -1/+1 |
2010-10-20 | ceph: do not hide .snap in root directory | Sage Weil | 1 | -1/+0 |
2010-10-20 | rbd: introduce rados block device (rbd), based on libceph | Yehuda Sadeh | 6 | -2/+1944 |
2010-10-20 | ceph: factor out libceph from Ceph file system | Yehuda Sadeh | 73 | -1838/+2566 |
2010-10-20 | ceph-rbd: osdc support for osd call and rollback operations | Yehuda Sadeh | 3 | -0/+29 |
2010-10-20 | ceph: messenger and osdc changes for rbd | Yehuda Sadeh | 6 | -101/+436 |
2010-10-20 | ceph: refactor osdc requests creation functions | Yehuda Sadeh | 2 | -57/+155 |
2010-10-20 | ceph: lookup pool in osdmap by name | Yehuda Sadeh | 2 | -0/+15 |
2010-10-14 | Linux 2.6.36-rc8v2.6.36-rc8 | Linus Torvalds | 1 | -2/+2 |
2010-10-14 | Un-inline the core-dump helper functions | Linus Torvalds | 2 | -32/+40 |
2010-10-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 13 | -77/+104 |
2010-10-14 | Don't dump task struct in a.out core-dumps | Linus Torvalds | 3 | -22/+6 |
2010-10-13 | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/as... | Linus Torvalds | 1 | -1/+1 |
2010-10-13 | Merge branch 'for-2.6.36' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -2/+0 |
2010-10-13 | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 3 | -4/+14 |
2010-10-13 | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 11 | -17/+44 |
2010-10-13 | Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+1 |
2010-10-13 | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air... | Linus Torvalds | 12 | -30/+40 |
2010-10-13 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 3 | -10/+10 |
2010-10-13 | ioat2: fix performance regression | Dan Williams | 1 | -1/+1 |
2010-10-13 | ehea: Fix a checksum issue on the receive path | Breno Leitao | 2 | -1/+9 |
2010-10-13 | nfsd: fix BUG at fs/nfsd/nfsfh.h:199 on unlink | J. Bruce Fields | 1 | -2/+0 |
2010-10-13 | net: allow FEC driver to use fixed PHY support | Greg Ungerer | 1 | -14/+27 |
2010-10-13 | ARM: relax ioremap prohibition (309caa9) for -final and -stable | Russell King | 1 | -2/+6 |
2010-10-12 | Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 | Russell King | 2 | -1/+2 |
2010-10-12 | ARM: 6440/1: ep93xx: DMA: fix channel_disable | Mika Westerberg | 1 | -1/+1 |
2010-10-12 | Merge branch 'kvm-updates/2.6.36' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -1/+1 |
2010-10-12 | ring-buffer: Fix typo of time extends per page | Steven Rostedt | 1 | -1/+1 |
2010-10-12 | perf, MIPS: Support cross compiling of tools/perf for MIPS | Deng-Cheng Zhu | 1 | -0/+12 |
2010-10-12 | drm/radeon/kms: Silent spurious error message | Jean Delvare | 1 | -4/+1 |
2010-10-12 | drm/radeon/kms: fix bad cast/shift in evergreen.c | Alex Deucher | 1 | -1/+1 |
2010-10-12 | drm/radeon/kms: make TV/DFP table info less verbose | Alex Deucher | 2 | -22/+22 |
2010-10-12 | drm/radeon/kms: leave certain CP int bits enabled | Alex Deucher | 2 | -2/+2 |
2010-10-12 | drm/radeon/kms: avoid corner case issue with unmappable vram V2 | Jerome Glisse | 9 | -1/+14 |
2010-10-12 | perf: Fix incorrect copy_from_user() usage | John Blackwood | 1 | -3/+1 |
2010-10-11 | fanotify: disable fanotify syscalls | Eric Paris | 2 | -2/+1 |
2010-10-11 | tg3: restore rx_dropped accounting | Eric Dumazet | 2 | -3/+5 |
2010-10-11 | b44: fix carrier detection on bind | Paul Fertser | 1 | -2/+2 |
2010-10-11 | x86, numa: For each node, register the memory blocks actually used | Yinghai Lu | 1 | -3/+5 |
2010-10-11 | net: clear heap allocations for privileged ethtool actions | Kees Cook | 1 | -3/+3 |
2010-10-11 | NET: wimax, fix use after free | Jiri Slaby | 1 | -13/+13 |
2010-10-11 | ATM: iphase, remove sleep-inside-atomic | Jiri Slaby | 2 | -7/+1 |
2010-10-11 | ATM: mpc, fix use after free | Jiri Slaby | 1 | -1/+1 |
2010-10-11 | ATM: solos-pci, remove use after free | Jiri Slaby | 1 | -3/+5 |
2010-10-11 | Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar... | Linus Torvalds | 4 | -7/+5 |
2010-10-11 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg... | Linus Torvalds | 1 | -32/+90 |