summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | btrfs: factor btrfs_init_dev_replace_locks() out of open_ctree()Eric Sandeen2015-02-161-6/+12
| * | btrfs: factor btrfs_init_btree_inode() out of open_ctree()Eric Sandeen2015-02-161-25/+31
| * | btrfs: factor btrfs_init_balance() out of open_ctree()Eric Sandeen2015-02-161-8/+12
| * | btrfs: factor btrfs_init_scrub() out of open_ctree()Eric Sandeen2015-02-161-7/+12
| * | btrfs: consistently use fs_info in close_ctree()Eric Sandeen2015-02-161-3/+3
| * | btrfs: remove unused fs_info arg from btrfs_close_extra_devices()Eric Sandeen2015-02-163-6/+4
| * | btrfs: fix sizeof format specifier in btrfs_check_super_valid()Fabian Frederick2015-02-161-1/+1
| * | btrfs: cleanup: use for() loop in btrfs_map_bio()Zhao Lei2015-02-161-6/+3
| * | btrfs: remove unused chunk_tree argument in several functionsZhao Lei2015-02-161-14/+6
| * | btrfs: cleanup: remove no-used alloc_chunk in btrfs_check_data_free_space()Zhao Lei2015-02-161-2/+2
| * | btrfs: constify structs with op functions or static definitionsDavid Sterba2015-02-1610-11/+13
| * | Btrfs: switch to kvfree() helperWang Shilong2015-02-162-14/+4
| * | Btrfs: disk-io: replace root args iff only fs_info usedDaniel Dressler2015-02-166-38/+40
| * | Btrfs: delayed-inode: replace root args iff only fs_info usedDaniel Dressler2015-02-161-4/+5
| * | Btrfs: ctree: reduce args where only fs_info usedDaniel Dressler2015-02-164-18/+22
* | | Merge branch 'cleanups-for-4.1-v2' of git://git.kernel.org/pub/scm/linux/kern...Chris Mason2015-03-2521-135/+126
|\ \ \
| * | | btrfs: remove shadowing variables in __btrfs_map_blockDavid Sterba2015-03-031-4/+1
| * | | btrfs: switch helper macros to static inlines in sysfs.hDavid Sterba2015-03-031-5/+17
| * | | btrfs: cleanup, use correct type in div_u64_remDavid Sterba2015-03-032-8/+9
| * | | btrfs: replace remaining do_div calls with div_u64 variantsDavid Sterba2015-03-034-19/+20
| * | | btrfs: cleanup 64bit/32bit divs, provably bounded valuesDavid Sterba2015-03-035-26/+24
| * | | btrfs: use explicit initializer for seq_elemDavid Sterba2015-03-034-6/+8
| * | | btrfs: remove shadowing variables in __btrfs_buffered_writeDavid Sterba2015-03-031-2/+2
| * | | btrfs: cleanup, use kmalloc_array/kcalloc array helpersDavid Sterba2015-03-0311-21/+18
| * | | btrfs: cleanup 64bit/32bit divs, compile time constantsDavid Sterba2015-03-036-21/+18
| * | | btrfs: use cond_resched_lock where possibleDavid Sterba2015-03-033-20/+7
| * | | btrfs: need_resched not needed with cond_reschedDavid Sterba2015-03-031-4/+3
| | |/ | |/|
* | | Linux 4.0-rc5v4.0-rc5Linus Torvalds2015-03-231-1/+1
* | | Merge tag 'md/4.0-rc4-fix' of git://neil.brown.name/mdLinus Torvalds2015-03-232-3/+2
|\ \ \
| * | | md: fix problems with freeing private data after ->run failure.NeilBrown2015-03-202-3/+2
* | | | Merge tag 'driver-core-4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-03-222-0/+4
|\ \ \ \
| * | | | LZ4 : fix the data abort issueJeHyeon Yeon2015-03-161-0/+3
| * | | | kernfs: handle poll correctly on 'direct_read' files.NeilBrown2015-03-161-0/+1
| |/ / /
* | | | Merge tag 'char-misc-4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-03-223-183/+3
|\ \ \ \
| * | | | Revert "pcmcia: add a new resource manager for non ISA systems"Greg Kroah-Hartman2015-03-113-182/+3
| * | | | Revert "pcmcia: fix incorrect bracketing on a test"Greg Kroah-Hartman2015-03-111-1/+1
| * | | | Revert "pcmcia: add missing include for new pci resource handler"Greg Kroah-Hartman2015-03-111-1/+0
* | | | | Merge tag 'staging-4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-03-223-17/+17
|\ \ \ \ \
| * | | | | vt6655: Fix late setting of byRFType.Malcolm Priestley2015-03-091-10/+6
| * | | | | vt6655: RFbSetPower fix missing rate RATE_12MMalcolm Priestley2015-03-091-0/+1
| * | | | | staging: vt6656: vnt_rf_setpower: fix missing rate RATE_12MMalcolm Priestley2015-03-091-0/+1
| * | | | | staging: vt6655: vnt_tx_packet fix dma_idx selection.Malcolm Priestley2015-03-091-7/+9
| |/ / / /
* | | | | Merge tag 'tty-4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-03-221-3/+12
|\ \ \ \ \
| * | | | | serial: 8250_dw: Fix deadlock in LCR workaroundPeter Hurley2015-03-111-3/+12
| |/ / / /
* | | | | Merge tag 'usb-4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-03-2234-719/+131
|\ \ \ \ \
| * | | | | usb: common: otg-fsm: only signal connect after switching to peripheralPeter Chen2015-03-181-2/+2
| * | | | | uas: Add US_FL_NO_ATA_1X for Initio Corporation controllers / devicesHans de Goede2015-03-181-0/+7
| * | | | | USB: ehci-atmel: rework clk handlingBoris Brezillon2015-03-181-21/+9
| * | | | | MAINTAINERS: add entry for USB OTG FSMPeter Chen2015-03-151-0/+7
| * | | | | usb: chipidea: otg: add a_alt_hnp_support response for B deviceLi Jun2015-03-151-0/+11