| Commit message (Expand) | Author | Age | Files | Lines |
* | md/bitmap: fix calculation of 'chunks' - missing shift. | NeilBrown | 2012-05-04 | 2 | -5/+1 |
* | Linux 3.4-rc5v3.4-rc5 | Linus Torvalds | 2012-04-30 | 1 | -1/+1 |
* | Merge tag 'pm-for-3.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 2012-04-30 | 2 | -24/+41 |
|\ |
|
| * | PM / Freezer / Docs: Update documentation about freezing of tasks | Marcos Paulo de Souza | 2012-04-29 | 1 | -18/+19 |
| * | PM / Hibernate: fix the number of pages used for hibernate/thaw buffering | Bojan Smojver | 2012-04-24 | 1 | -6/+22 |
* | | autofs: make the autofsv5 packet file descriptor use a packetized pipe | Linus Torvalds | 2012-04-29 | 3 | -2/+13 |
* | | pipes: add a "packetized pipe" mode for writing | Linus Torvalds | 2012-04-29 | 2 | -2/+30 |
* | | Merge tag 'staging-3.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2012-04-29 | 7 | -12/+23 |
|\ \ |
|
| * | | staging: ozwpan: Fix bug where kfree is called twice. | Rupesh Gujare | 2012-04-26 | 1 | -2/+0 |
| * | | staging: octeon-ethernet: fix build errors by including interrupt.h | Imre Kaloz | 2012-04-24 | 3 | -0/+3 |
| * | | staging: zcache: fix Kconfig crypto dependency | Seth Jennings | 2012-04-24 | 1 | -1/+1 |
| * | | staging: tidspbridge: remove usage of OMAP2_L4_IO_ADDRESS | Omar Ramirez Luna | 2012-04-24 | 2 | -9/+19 |
| |/ |
|
* | | Merge tag 'usb-3.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2012-04-29 | 13 | -12/+47 |
|\ \ |
|
| * \ | Merge tag 'fixes-for-v3.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g... | Greg Kroah-Hartman | 2012-04-27 | 7 | -8/+21 |
| |\ \ |
|
| | * | | usb: gadget: udc-core: fix incompatibility with dummy-hcd | Alan Stern | 2012-04-27 | 1 | -1/+1 |
| | * | | usb: gadget: udc-core: fix wrong call order | Felipe Balbi | 2012-04-27 | 1 | -1/+1 |
| | * | | usb: gadget: dummy: do not call pullup() on udc_stop() | Felipe Balbi | 2012-04-19 | 1 | -1/+0 |
| | * | | usb: musb: davinci.c: add missing unregister | Julia Lawall | 2012-04-18 | 1 | -1/+2 |
| | * | | usb: musb: drop __deprecated flag | Felipe Balbi | 2012-04-18 | 1 | -1/+1 |
| | * | | USB: gadget: storage gadgets send wrong error code for unknown commands | Alan Stern | 2012-04-12 | 2 | -2/+2 |
| | * | | usb: otg: gpio_vbus: Add otg transceiver events and notifiers | Heiko Stübner | 2012-04-12 | 1 | -1/+14 |
| * | | | USB: cdc-wdm: fix race leading leading to memory corruption | Oliver Neukum | 2012-04-27 | 1 | -2/+5 |
| * | | | USB: EHCI: fix crash during suspend on ASUS computers | Alan Stern | 2012-04-24 | 3 | -0/+19 |
| * | | | usb gadget: uvc: uvc_request_data::length field must be signed | Laurent Pinchart | 2012-04-24 | 2 | -2/+2 |
| | |/
| |/| |
|
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2012-04-28 | 15 | -139/+148 |
|\ \ \ |
|
| * | | | Btrfs: reduce lock contention during extent insertion | Chris Mason | 2012-04-27 | 1 | -2/+7 |
| * | | | Btrfs: avoid deadlocks from GFP_KERNEL allocations during btrfs_real_readdir | Chris Mason | 2012-04-27 | 1 | -29/+1 |
| * | | | Btrfs: Fix space checking during fs resize | Daniel J Blueman | 2012-04-27 | 1 | -1/+1 |
| * | | | Btrfs: fix block_rsv and space_info lock ordering | Stefan Behrens | 2012-04-27 | 1 | -2/+2 |
| * | | | Btrfs: Prevent root_list corruption | Daniel J Blueman | 2012-04-27 | 1 | -0/+2 |
| * | | | Btrfs: fix repair code for RAID10 | Jan Schmidt | 2012-04-27 | 1 | -1/+2 |
| * | | | Btrfs: do not start delalloc inodes during sync | Josef Bacik | 2012-04-27 | 1 | -1/+0 |
| * | | | Btrfs: fix that check_int_data mount option was ignored | Stefan Behrens | 2012-04-18 | 1 | -1/+1 |
| * | | | Btrfs: don't count CRC or header errors twice while scrubbing | Stefan Behrens | 2012-04-18 | 1 | -15/+0 |
| * | | | Btrfs: fix btrfs_ioctl_dev_info() crash on missing device | Stefan Behrens | 2012-04-18 | 1 | -1/+4 |
| * | | | btrfs: don't return EINTR | Arne Jansen | 2012-04-18 | 1 | -6/+3 |
| * | | | Btrfs: double unlock bug in error handling | Dan Carpenter | 2012-04-18 | 1 | -0/+2 |
| * | | | Btrfs: always store the mirror we read the eb from | Josef Bacik | 2012-04-18 | 4 | -20/+17 |
| * | | | fs/btrfs/volumes.c: add missing free_fs_devices | Julia Lawall | 2012-04-18 | 1 | -1/+3 |
| * | | | btrfs: fix early abort in 'remount' | Sergei Trofimovich | 2012-04-18 | 1 | -2/+4 |
| * | | | Btrfs: fix max chunk size check in chunk allocator | Ilya Dryomov | 2012-04-18 | 1 | -2/+4 |
| * | | | Btrfs: add missing read locks in backref.c | Jan Schmidt | 2012-04-18 | 1 | -2/+15 |
| * | | | Btrfs: don't call free_extent_buffer twice in iterate_irefs | Jan Schmidt | 2012-04-18 | 1 | -5/+3 |
| * | | | Btrfs: Make free_ipath() deal gracefully with NULL pointers | Jesper Juhl | 2012-04-18 | 1 | -0/+2 |
| * | | | Btrfs: avoid possible use-after-free in clear_extent_bit() | Li Zefan | 2012-04-18 | 1 | -15/+21 |
| * | | | Btrfs: retrurn void from clear_state_bit | Li Zefan | 2012-04-18 | 1 | -5/+2 |
| * | | | btrfs: add missing unlocks to transaction abort paths | David Sterba | 2012-04-18 | 1 | -1/+5 |
| * | | | Btrfs: do not mount when we have a sectorsize unequal to PAGE_SIZE | Liu Bo | 2012-04-18 | 1 | -3/+3 |
| * | | | btrfs: don't add both copies of DUP to reada extent tree | Arne Jansen | 2012-04-18 | 1 | -0/+13 |
| * | | | btrfs: fix race in reada | Arne Jansen | 2012-04-18 | 2 | -20/+23 |