summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ext4: fix data corruption in data=journal modeJan Kara2017-01-271-10/+13
* ext4: trim allocation requests to group sizeJan Kara2017-01-271-0/+7
* ext4: replace BUG_ON with WARN_ON in mb_find_extent()Theodore Ts'o2017-01-221-1/+11
* ext4: propagate error values from ext4_inline_data_truncate()Theodore Ts'o2017-01-223-19/+27
* ext4: avoid calling ext4_mark_inode_dirty() under unneeded semaphoresTheodore Ts'o2017-01-112-7/+4
* ext4: fix deadlock between inline_data and ext4_expand_extra_isize_ea()Theodore Ts'o2017-01-113-54/+74
* ext4: add debug_want_extra_isize mount optionTheodore Ts'o2017-01-111-2/+7
* ext4: do not polute the extents cache while shifting extentsRoman Pen2017-01-081-3/+6
* ext4: Include forgotten start block on fallocate insert rangeRoman Pen2017-01-081-6/+12
* Merge branch 'fscrypt' into dTheodore Ts'o2017-01-0818-301/+263
|\
| * fscrypt: make fscrypt_operations.key_prefix a stringEric Biggers2017-01-087-76/+15
| * fscrypt: remove unused 'mode' member of fscrypt_ctxEric Biggers2017-01-081-1/+0
| * ext4: don't allow encrypted operations without keysTheodore Ts'o2017-01-081-0/+12
| * fscrypt: make test_dummy_encryption require a keyring keyTheodore Ts'o2017-01-022-24/+13
| * fscrypt: factor out bio specific functionsRichard Weinberger2017-01-016-147/+184
| * fscrypt: pass up error codes from ->get_context()Eric Biggers2016-12-311-31/+23
| * fscrypt: remove user-triggerable warning messagesEric Biggers2016-12-311-13/+2
| * fscrypt: use EEXIST when file already uses different policyEric Biggers2016-12-311-1/+1
| * fscrypt: use ENOTDIR when setting encryption policy on nondirectoryEric Biggers2016-12-311-1/+1
| * fscrypt: use ENOKEY when file cannot be created w/o keyEric Biggers2016-12-315-7/+12
* | Linux 4.10-rc3v4.10-rc3Linus Torvalds2017-01-081-1/+1
* | Merge tag 'usb-4.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-01-0846-316/+550
|\ \
| * | USB: fix problems with duplicate endpoint addressesAlan Stern2017-01-051-0/+10
| * | usb: ohci-at91: use descriptor-based gpio APIs correctlyPeter Rosin2017-01-051-14/+10
| * | usb: storage: unusual_uas: Add JMicron JMS56x to unusual deviceOliver Neukum2017-01-051-0/+7
| * | usb: hub: Move hub_port_disable() to fix warning if PM is disabledGeert Uytterhoeven2017-01-051-30/+29
| * | usb: musb: blackfin: add bfin_fifo_offset in bfin_opsJérémy Lefaure2017-01-051-0/+1
| * | usb: musb: fix compilation warning on unused functionJérémy Lefaure2017-01-051-0/+2
| * | usb: musb: Fix trying to free already-free IRQ 4Tony Lindgren2017-01-051-1/+1
| * | usb: musb: dsps: implement clear_ep_rxintr() callbackBin Liu2017-01-051-0/+12
| * | usb: musb: core: add clear_ep_rxintr() to musb_platform_opsBin Liu2017-01-052-6/+11
| * | Merge tag 'usb-serial-4.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2017-01-0516-58/+167
| |\ \
| | * | USB: serial: ti_usb_3410_5052: fix NULL-deref at openJohan Hovold2017-01-041-0/+7
| | * | USB: serial: spcp8x5: fix NULL-deref at openJohan Hovold2017-01-041-0/+14
| | * | USB: serial: quatech2: fix sleep-while-atomic in closeJohan Hovold2017-01-041-4/+0
| | * | USB: serial: pl2303: fix NULL-deref at openJohan Hovold2017-01-041-0/+8
| | * | USB: serial: oti6858: fix NULL-deref at openJohan Hovold2017-01-041-0/+16
| | * | USB: serial: omninet: fix NULL-derefs at open and disconnectJohan Hovold2017-01-041-0/+13
| | * | USB: serial: mos7840: fix misleading interrupt-URB commentJohan Hovold2017-01-041-3/+1
| | * | USB: serial: mos7840: remove unused write URBJohan Hovold2017-01-041-8/+0
| | * | USB: serial: mos7840: fix NULL-deref at openJohan Hovold2017-01-041-0/+12
| | * | USB: serial: mos7720: remove obsolete port initialisationJohan Hovold2017-01-041-5/+0
| | * | USB: serial: mos7720: fix parallel probeJohan Hovold2017-01-041-23/+7
| | * | USB: serial: mos7720: fix parport use-after-free on probe errorsJohan Hovold2017-01-041-10/+8
| | * | USB: serial: mos7720: fix use-after-free on probe errorsJohan Hovold2017-01-041-1/+5
| | * | USB: serial: mos7720: fix NULL-deref at openJohan Hovold2017-01-041-0/+5
| | * | USB: serial: kobil_sct: fix NULL-deref in writeJohan Hovold2017-01-041-0/+12
| | * | USB: serial: keyspan_pda: verify endpoints at probeJohan Hovold2017-01-041-0/+14
| | * | USB: serial: iuu_phoenix: fix NULL-deref at openJohan Hovold2017-01-041-0/+11
| | * | USB: serial: io_ti: bind to interface after fw downloadJohan Hovold2017-01-041-2/+1