| Commit message (Expand) | Author | Age | Files | Lines |
* | ocfs2: allow return of new inode block location before allocation of the inode | Mark Fasheh | 2010-09-08 | 2 | -0/+180 |
* | ocfs2: use ocfs2_alloc_dinode_update_counts() instead of open coding | Mark Fasheh | 2010-09-08 | 1 | -13/+4 |
* | ocfs2: split out inode alloc code from ocfs2_mknod_locked | Mark Fasheh | 2010-09-08 | 1 | -18/+37 |
* | Ocfs2: Fix a regression bug from mainline commit(6b933c8e6f1a2f3118082c455eef... | Tristan Ye | 2010-09-08 | 1 | -1/+1 |
* | ocfs2: Fix deadlock when allocating page | Jan Kara | 2010-09-08 | 3 | -4/+5 |
* | ocfs2: properly set and use inode group alloc hint | Mark Fasheh | 2010-09-08 | 1 | -4/+20 |
* | ocfs2: Use the right group in nfs sync check. | Tao Ma | 2010-09-08 | 1 | -8/+11 |
* | ocfs2: Flush drive's caches on fdatasync | Jan Kara | 2010-09-08 | 1 | -1/+10 |
* | ocfs2: make __ocfs2_page_mkwrite handle file end properly. | Tao Ma | 2010-09-08 | 1 | -3/+5 |
* | ocfs2: Fix incorrect checksum validation error | Sunil Mushran | 2010-09-08 | 1 | -1/+5 |
* | ocfs2: Fix metaecc error messages | Sunil Mushran | 2010-09-08 | 1 | -2/+2 |
* | Linux 2.6.36-rc3v2.6.36-rc3 | Linus Torvalds | 2010-08-29 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee... | Linus Torvalds | 2010-08-29 | 5 | -26/+50 |
|\ |
|
| * | firewire: ohci: work around VIA and NEC PHY packet reception bug | Stefan Richter | 2010-08-29 | 1 | -1/+9 |
| * | firewire: core: do not use del_timer_sync() in interrupt context | Clemens Ladisch | 2010-08-19 | 1 | -3/+10 |
| * | firewire: net: fix unicast reception RCODE in failure paths | Stefan Richter | 2010-08-19 | 1 | -13/+15 |
| * | firewire: sbp2: fix stall with "Unsolicited response" | Stefan Richter | 2010-08-19 | 1 | -3/+8 |
| * | firewire: sbp2: fix memory leak in sbp2_cancel_orbs or at send error | Stefan Richter | 2010-08-19 | 1 | -5/+7 |
| * | ieee1394: Adjust confusing if indentation | Julia Lawall | 2010-08-05 | 1 | -1/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2010-08-29 | 15 | -72/+98 |
|\ \ |
|
| * | | net/ipv4: Eliminate kstrdup memory leak | Julia Lawall | 2010-08-28 | 1 | -2/+3 |
| * | | net/caif/cfrfml.c: use asm/unaligned.h | Jeff Mahoney | 2010-08-27 | 1 | -1/+1 |
| * | | ax25: missplaced sock_put(sk) | Bernard Pidoux F6BVP | 2010-08-27 | 1 | -1/+1 |
| * | | qlge: reset the chip before freeing the buffers | Breno Leitao | 2010-08-26 | 1 | -2/+2 |
| * | | l2tp: test for ethernet header in l2tp_eth_dev_recv() | Eric Dumazet | 2010-08-26 | 1 | -1/+1 |
| * | | tcp: select(writefds) don't hang up when a peer close connection | KOSAKI Motohiro | 2010-08-26 | 1 | -1/+2 |
| * | | tcp: fix three tcp sysctls tuning | Eric Dumazet | 2010-08-26 | 1 | -17/+7 |
| * | | tcp: Combat per-cpu skew in orphan tests. | David S. Miller | 2010-08-25 | 3 | -12/+19 |
| * | | pxa168_eth: silence gcc warnings | Dan Carpenter | 2010-08-24 | 1 | -3/+3 |
| * | | pxa168_eth: update call to phy_mii_ioctl() | Dan Carpenter | 2010-08-24 | 1 | -1/+1 |
| * | | pxa168_eth: fix error handling in prope | Dan Carpenter | 2010-08-24 | 1 | -22/+22 |
| * | | pxa168_eth: remove unneeded null check | Dan Carpenter | 2010-08-24 | 1 | -4/+2 |
| * | | phylib: Fix race between returning phydev and calling adjust_link | Anton Vorontsov | 2010-08-24 | 1 | -0/+2 |
| * | | caif-driver: add HAS_DMA dependency | Heiko Carstens | 2010-08-24 | 1 | -1/+1 |
| * | | 3c59x: Fix deadlock between boomerang_interrupt and boomerang_start_tx | Neil Horman | 2010-08-24 | 1 | -1/+14 |
| * | | qlcnic: fix poll implementation | Yinglin Luan | 2010-08-24 | 1 | -1/+8 |
| * | | netxen: fix poll implementation | Yinglin Luan | 2010-08-24 | 1 | -1/+8 |
| * | | bridge: netfilter: fix a memory leak | Changli Gao | 2010-08-24 | 1 | -1/+1 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vap... | Linus Torvalds | 2010-08-28 | 13 | -581/+0 |
|\ \ \ |
|
| * | | | Blackfin: bf52x/bf54x boards: drop unused nand page size | Barry Song | 2010-08-27 | 5 | -5/+0 |
| * | | | Blackfin: punt duplicate SPORT MMR defines | Mike Frysinger | 2010-08-27 | 8 | -576/+0 |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... | Linus Torvalds | 2010-08-28 | 5 | -4/+14 |
|\ \ \ \ |
|
| * \ \ \ | Merge branch 'fix/asoc' into for-linus | Takashi Iwai | 2010-08-28 | 1 | -1/+1 |
| |\ \ \ \ |
|
| | * | | | | ASoC: soc-core: fix debugfs_pop_time file permissions | Axel Lin | 2010-08-27 | 1 | -1/+1 |
| * | | | | | Merge branch 'fix/hda' into for-linus | Takashi Iwai | 2010-08-28 | 1 | -0/+1 |
| |\ \ \ \ \ |
|
| | * | | | | | ALSA: hda - Add Sony VAIO quirk for ALC269 | David Henningsson | 2010-08-26 | 1 | -0/+1 |
| * | | | | | | ALSA: pcm: add more format names | Dan Carpenter | 2010-08-28 | 1 | -0/+6 |
| * | | | | | | sound: oss: fix uninitialized spinlock | Akinobu Mita | 2010-08-28 | 1 | -1/+1 |
| * | | | | | | ALSA: asihpi - Return hw error directly from oustream_write. | Eliot Blennerhassett | 2010-08-28 | 1 | -2/+5 |
* | | | | | | | Merge branch 's5p-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2010-08-28 | 14 | -62/+135 |
|\ \ \ \ \ \ \ |
|