summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ext4: convert dx_probe() to use the ERR_PTR conventionTheodore Ts'o2014-08-301-54/+35
* ext4: convert ext4_bread() to use the ERR_PTR conventionTheodore Ts'o2014-08-305-43/+34
* ext4: convert ext4_getblk() to use the ERR_PTR conventionTheodore Ts'o2014-08-303-33/+30
* ext4: convert ext4_dx_find_entry() to use the ERR_PTR conventionTheodore Ts'o2014-08-301-26/+20
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-08-2911-129/+233
|\
| * ext4: fix same-dir rename when inline data directory overflowsDarrick J. Wong2014-08-291-3/+18
| * jbd2: fix descriptor block size handling errors with journal_csumDarrick J. Wong2014-08-296-49/+95
| * jbd2: fix infinite loop when recovering corrupt journal blocksDarrick J. Wong2014-08-291-2/+5
| * ext4: update i_disksize coherently with block allocation on error pathDmitry Monakhov2014-08-291-2/+8
| * ext4: fix transaction issues for ext4_fallocate and ext_zero_rangeDmitry Monakhov2014-08-281-33/+35
| * ext4: fix incorect journal credits reservation in ext4_zero_rangeDmitry Monakhov2014-08-281-2/+9
| * ext4: move i_size,i_disksize update routines to helper functionDmitry Monakhov2014-08-233-39/+28
| * ext4: fix BUG_ON in mb_free_blocks()Theodore Ts'o2014-08-231-0/+5
| * ext4: propagate errors up to ext4_find_entry()'s callersTheodore Ts'o2014-08-232-3/+34
* | Merge tag 'dm-3.17-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/devi...Linus Torvalds2014-08-291-6/+19
|\ \
| * | dm crypt: fix access beyond the end of allocated spaceMikulas Patocka2014-08-281-6/+19
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2014-08-299-39/+74
|\ \ \
| * | | cfq-iosched: Add comments on update timing of weightToshiaki Makita2014-08-281-0/+8
| * | | cfq-iosched: Fix wrong children_weight calculationToshiaki Makita2014-08-261-3/+8
| * | | block: fix error handling in sg_ioSabrina Dubroca2014-08-261-0/+1
| * | | fix regression in SCSI_IOCTL_SEND_COMMANDTony Battersby2014-08-221-2/+7
| * | | scsi-mq: fix requests that use a separate CDB bufferTony Battersby2014-08-223-2/+2
| * | | block: support > 16 byte CDBs for SG_IOChristoph Hellwig2014-08-221-7/+17
| * | | block: cleanup error handling in sg_ioChristoph Hellwig2014-08-221-6/+4
| * | | brd: add ram disk visibility optionDmitry Monakhov2014-08-221-1/+5
| * | | block: systemace: Remove .owner field for driverMichal Simek2014-08-221-1/+0
| * | | blk-mq: blk_mq_freeze_queue() should allow nestingTejun Heo2014-08-221-4/+8
| * | | blk-mq: correct a few wrong/bad commentsJens Axboe2014-08-221-3/+3
| * | | block: Fix BUG_ON when pi errors occurSagi Grimberg2014-08-221-1/+1
| * | | blk-mq: don't allow merges if turned off for the queueJens Axboe2014-08-221-3/+9
| * | | blk-mq: get rid of unused BLK_MQ_F_SHOULD_SORT flagJens Axboe2014-08-151-4/+3
| * | | blk-mq: fix WARNING "percpu_ref_kill() called more than once!"Ming Lei2014-08-151-4/+0
* | | | alpha: io: implement relaxed accessor macros for writesWill Deacon2014-08-291-4/+8
* | | | alpha: Wire up sched_setattr, sched_getattr, and renameat2 syscalls.Michael Cree2014-08-293-1/+7
* | | | Merge tag 'backlight-fixes-3.17' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-08-281-0/+1
|\ \ \ \
| * | | | pwm-backlight: Fix bogus request for GPIO#0 when instantiated from DTLothar Waßmann2014-08-201-0/+1
| | |_|/ | |/| |
* | | | Merge tag 'mfd-fixes-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2014-08-286-14/+121
|\ \ \ \
| * | | | mfd: twl4030-power: Fix PM idle pin configuration to not conflict with regula...Tony Lindgren2014-08-282-11/+11
| * | | | mfd: tc3589x: Add device tree bindingsLinus Walleij2014-08-281-0/+107
| * | | | mfd: ab8500-core: Use 'ifdef' for config optionsFabio Estevam2014-08-201-1/+1
| * | | | mfd: htc-i2cpld: Fix %d confusingly prefixed with 0x in format stringHans Wennborg2014-08-201-1/+1
| * | | | mfd: omap-usb-host: Fix %d confusingly prefixed with 0x in format stringHans Wennborg2014-08-201-1/+1
| |/ / /
* | | | Merge tag 'pinctrl-v3.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-08-288-23/+84
|\ \ \ \
| * | | | pinctrl: qcom: apq8064: Correct interrupts in exampleBjorn Andersson2014-08-211-1/+1
| * | | | pinctrl: exynos: Lock GPIOs as interrupts when used as EINTsTomasz Figa2014-08-212-6/+64
| * | | | pinctrl: pinctrl-at91.c: fix decimal printf format specifiers prefixed with 0xHans Wennborg2014-08-171-2/+2
| * | | | pinctrl: abx500: remove useless checkPatrice CHOTARD2014-08-171-2/+1
| * | | | pinctrl: tegra-xusb: testing wrong variable in probe()Dan Carpenter2014-08-171-1/+2
| * | | | pinctrl: tegra-xusb: fix an off by one testDan Carpenter2014-08-171-1/+1
| * | | | pinctrl: rockchip: fix rk3288 gpio0 configurationSonny Rao2014-08-171-6/+9