summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ext4: standardize error handling in ext4_da_write_inline_data_begin()Jan Kara2014-01-061-7/+4
* ext4: retry allocation when inline->extent conversion failedJan Kara2014-01-061-0/+7
* ext4: enable punch hole for bigallocZheng Liu2014-01-061-5/+0
* ext4: fix bigalloc regressionEric Whitney2014-01-061-1/+1
* ext4: add explicit casts when masking cluster sizesTheodore Ts'o2013-12-203-17/+25
* ext4: fix deadlock when writing in ENOSPC conditionsJan Kara2013-12-181-12/+0
* jbd2: rename obsoleted msg JBD->JBD2Dmitry Monakhov2013-12-083-9/+9
* jbd2: revise KERN_EMERG error messagesJan Kara2013-12-082-10/+8
* jbd2: don't BUG but return ENOSPC if a handle runs out of spaceTheodore Ts'o2013-12-081-2/+4
* ext4: Do not reserve clusters when fs doesn't support extentsJan Kara2013-12-081-4/+13
* ext4: fix del_timer() misuse for ->s_err_reportAl Viro2013-12-081-2/+2
* ext4: check for overlapping extents in ext4_valid_extent_entries()Eryu Guan2013-12-031-1/+18
* ext4: fix use-after-free in ext4_mb_new_blocksJunho Ryu2013-12-031-3/+8
* ext4: call ext4_error_inode() if jbd2_journal_dirty_metadata() failsTheodore Ts'o2013-12-021-0/+9
* Linux 3.13-rc2v3.13-rc2Linus Torvalds2013-11-291-1/+1
* Merge tag 'arm64-stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cma...Linus Torvalds2013-11-298-66/+67
|\
| * arm64: Move PTE_PROT_NONE higher upCatalin Marinas2013-11-291-14/+17
| * arm64: Use Normal NonCacheable memory for writecombineCatalin Marinas2013-11-291-1/+1
| * arm64: debug: make aarch32 bkpt checking endian cleanMatthew Leach2013-11-281-8/+12
| * arm64: ptrace: fix compat registes get/set to be endian cleanMatthew Leach2013-11-281-21/+19
| * arm64: Unmask asynchronous aborts when in kernel modeCatalin Marinas2013-11-253-0/+9
| * arm64: dts: Reserve the memory used for secondary CPU release addressCatalin Marinas2013-11-251-0/+2
| * arm64: let the core code deal with preempt_countMarc Zyngier2013-11-251-22/+7
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2013-11-2914-88/+87
|\ \
| * | s390/mm: handle asce-type exceptions as normal page faultMartin Schwidefsky2013-11-251-1/+1
| * | s390,time: revert direct ktime path for s390 clockevent deviceMartin Schwidefsky2013-11-251-15/+4
| * | s390/time,vdso: convert to the new update_vsyscall interfaceMartin Schwidefsky2013-11-258-45/+62
| * | s390/uaccess: add missing page table walk range checkHeiko Carstens2013-11-251-0/+3
| * | s390/mm: optimize copy_pageHeiko Carstens2013-11-201-25/+13
| * | s390/dasd: validate request size before building CCW/TCW requestStefan Weinhuber2013-11-201-0/+2
| * | s390/signal: always restore saved runtime instrumentation psw bitHendrik Brueckner2013-11-202-2/+2
* | | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-11-295-13/+19
|\ \ \
| * | | i2c: bcm2835: Linking platform nodes to adapter nodesFlorian Meier2013-11-281-0/+1
| * | | i2c: omap: raw read and write endian fixVictor Kamensky2013-11-271-4/+4
| * | | i2c: i2c-bcm-kona: Fix module buildTim Kryger2013-11-261-1/+1
| * | | i2c: i2c-diolan-u2c: different usb endpoints for DLN-2-U2CMartin Vogt2013-11-261-5/+11
| * | | i2c: bcm-kona: remove duplicated includeWei Yongjun2013-11-261-1/+0
| * | | i2c: davinci: raw read and write endian fixTaras Kondratiuk2013-11-261-2/+2
| | |/ | |/|
* | | Merge branch 'for-3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-11-291-13/+37
|\ \ \
| * | | workqueue: fix pool ID allocation leakage and remove BUILD_BUG_ON() in init_w...Li Bin2013-11-221-6/+9
| * | | workqueue: fix comment typo for __queue_work()Li Bin2013-11-221-1/+1
| * | | workqueue: fix ordered workqueues in NUMA setupsTejun Heo2013-11-221-2/+22
| * | | workqueue: swap set_cpus_allowed_ptr() and PF_NO_SETAFFINITYOleg Nesterov2013-11-221-4/+5
| |/ /
* | | Merge branch 'for-3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-11-295-5/+6
|\ \ \
| * | | ATA: Fix port removal orderingRafael J. Wysocki2013-11-271-2/+1
| * | | ahci: add Marvell 9230 to the AHCI PCI device listSamir Benmendil2013-11-231-0/+2
| * | | ata: fix acpi_bus_get_device() return value checkYijing Wang2013-11-231-3/+1
| * | | pata_arasan_cf: add missing clk_disable_unprepare() on error pathWei Yongjun2013-11-221-0/+1
| * | | ahci: add support for IBM Akebono platform deviceAlistair Popple2013-11-221-0/+1
| |/ /
* | | Merge branch 'for-3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-11-292-6/+37
|\ \ \
OpenPOWER on IntegriCloud