summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* blk-mq: fix FUA request hangShaohua Li2015-05-041-1/+1
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-04-171-1/+1
|\
| * blk-mq: fix iteration of busy bitmapJens Axboe2015-04-171-1/+1
* | Merge tag 'acpica-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2015-04-174-72/+63
|\ \ | |/ |/|
| * ACPICA: Store GPE register enable masks upfrontRafael J. Wysocki2015-04-151-4/+0
| * ACPICA: Update version to 20150410.Bob Moore2015-04-141-1/+1
| * ACPICA: Disassembler: Some cleanup of the table dump module.Bob Moore2015-04-141-1/+2
| * ACPICA: iASL: Add support for MSDM ACPI table.Bob Moore2015-04-141-2/+17
| * ACPICA: Update for SLIC ACPI table.Bob Moore2015-04-141-49/+3
| * ACPICA: Add "Windows 2015" string to _OSI support.Bob Moore2015-04-141-0/+1
| * ACPICA: Events: Add support to return both enable/status register values for ...Lv Zheng2015-04-141-11/+14
| * ACPICA: Utilities: split IO address types from data type models.Lv Zheng2015-04-142-0/+21
| * ACPICA: Tables: Change acpi_find_root_pointer() to use acpi_physical_address.Lv Zheng2015-04-141-6/+6
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-04-1711-16/+91
|\ \
| * | proc: show locks in /proc/pid/fdinfo/XAndrey Vagin2015-04-171-0/+7
| * | seccomp: allow COMPAT sigreturn overridesKees Cook2015-04-171-0/+2
| * | include/linux/kconfig.h: ese macros which are already definedMichal Simek2015-04-171-8/+7
| * | mm: rcu-protected get_mm_exe_file()Konstantin Khlebnikov2015-04-172-1/+2
| * | kernel/sysctl.c: threads-max observe limitsHeinrich Schuchardt2015-04-171-0/+3
| * | drivers/rtc/rtc-s5m.c: add support for S2MPS13 RTCKrzysztof Kozlowski2015-04-171-0/+2
| * | errno.h: Improve ENOSYS's commentAndy Lutomirski2015-04-171-1/+10
| * | lib/bitmap.c: bitmap_[empty,full]: remove code duplicationYury Norov2015-04-171-4/+4
| * | kernel.h: implement DIV_ROUND_CLOSEST_ULLJavi Merino2015-04-171-0/+12
| * | util_macros.h: add find_closest() macroBartosz Golaszewski2015-04-171-0/+40
| * | lib: find_*_bit reimplementationYury Norov2015-04-171-2/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-164-33/+80
|\ \ \
| * | | VFS: Impose ordering on accesses of d_inode and d_flagsDavid Howells2015-04-151-18/+3
| * | | VFS: Add owner-filesystem positive/negative dentry checksDavid Howells2015-04-151-0/+38
| * | | nfs: generic_write_checks() shouldn't be done on swapout...Al Viro2015-04-151-2/+1
| * | | mirror O_APPEND and O_DIRECT into iocb->ki_flagsAl Viro2015-04-111-0/+15
| * | | switch generic_write_checks() to iocb and iterAl Viro2015-04-111-1/+1
| * | | Merge branch 'for-linus' into for-nextAl Viro2015-04-111-1/+1
| |\ \ \
| * | | | generic_write_checks(): drop isblk argumentAl Viro2015-04-111-1/+1
| * | | | direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval2015-04-112-2/+2
| * | | | Remove rw from dax_{do_,}io()Omar Sandoval2015-04-111-2/+2
| * | | | Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval2015-04-111-10/+12
| * | | | new helper: iov_iter_rw()Omar Sandoval2015-04-111-0/+8
* | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2015-04-163-24/+86
|\ \ \ \ \
| * | | | | vfs: Add general support to enforce project quota limitsLi Xi2015-03-182-2/+6
| * | | | | Merge branch 'quota_interface' into for_next_testingJan Kara2015-03-162-7/+53
| |\ \ \ \ \
| | * | | | | quota: Make ->set_info use structure with neccesary info to VFS and XFSJan Kara2015-03-042-3/+20
| | * | | | | quota: Remove ->get_xstate and ->get_xstatev callbacksJan Kara2015-03-041-2/+0
| | * | | | | quota: Make VFS quotas use new interface for getting quota infoJan Kara2015-03-042-2/+33
| * | | | | | quota: reorder flags in quota stateKonstantin Khlebnikov2015-03-042-15/+27
| |/ / / / /
* | | | | | Merge branch 'for-4.1/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2015-04-162-48/+3
|\ \ \ \ \ \
| * | | | | | NVMe: Meta data handling through submit io ioctlKeith Busch2015-04-071-2/+3
| * | | | | | nbd: Remove kernel internal headerMarkus Pargmann2015-04-021-46/+0
* | | | | | | Merge branch 'for-4.1/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-04-161-2/+5
|\ \ \ \ \ \ \
| * | | | | | | blk-mq: cleanup blk_mq_rq_to_pdu()Jens Axboe2015-04-091-2/+2
| |/ / / / / /
| * | | | | | blk-mq: export blk_mq_run_hw_queuesMike Snitzer2015-03-131-0/+1