summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* blk-mq: rename blk_mq_end_io to blk_mq_end_requestChristoph Hellwig2014-09-227-18/+18
* blk-mq: call blk_mq_start_request from ->queue_rqChristoph Hellwig2014-09-226-7/+14
* blk-mq: remove REQ_ENDChristoph Hellwig2014-09-227-25/+14
* Merge branch 'for-linus' into for-3.18/coreJens Axboe2014-09-22485-2816/+5397
|\
| * blk-mq: use blk_mq_start_hw_queues() when running requeue workJens Axboe2014-09-221-1/+5
| * blk-mq: fix potential oops on out-of-memory in __blk_mq_alloc_rq_maps()Jens Axboe2014-09-221-1/+0
| * blk-mq: avoid infinite recursion with the FUA flagChristoph Hellwig2014-09-222-8/+4
| * blk-mq: Avoid race condition with uninitialized requestsDavid Hildenbrand2014-09-221-1/+3
| * blk-mq: request deadline must be visible before marking rq as startedJens Axboe2014-09-221-0/+6
| * Merge tag 'gfs2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/steve...Linus Torvalds2014-09-165-22/+38
| |\
| | * GFS2: fix d_splice_alias() misusesAl Viro2014-09-121-2/+3
| | * GFS2: Don't use MAXQUOTAS valueJan Kara2014-09-111-2/+5
| | * GFS2: Hash the negative dentry during inode lookupBenjamin Coddington2014-09-111-1/+3
| | * GFS2: Request demote when a "try" flock failsBob Peterson2014-08-211-3/+12
| | * GFS2: Change maxlen variables to size_tBob Peterson2014-08-211-4/+5
| | * GFS2: fs/gfs2/super.c: replace seq_printf by seq_putsFabian Frederick2014-08-211-10/+10
| * | vfs: workaround gcc <4.6 build error in link_path_walk()James Hogan2014-09-161-1/+1
| * | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-09-151-0/+7
| |\ \
| | * | virtio-rng: skip reading when we start to remove the deviceAmos Kong2014-09-111-0/+5
| | * | virtio-rng: fix stuck of hot-unplugging busy deviceAmos Kong2014-09-111-0/+2
| * | | Merge tag 'regmap-v3.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-09-151-1/+8
| |\ \ \
| | * | | regmap: Fix debugfs-file 'registers' modeMarkus Pargmann2014-09-081-1/+8
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2014-09-154-12/+17
| |\ \ \ \
| | * | | | Input: atmel_mxt_ts - fix merge in DT documentationNick Dyer2014-09-111-4/+0
| | * | | | Input: i8042 - also set the firmware id for MUXed portsHans de Goede2014-09-111-0/+2
| | * | | | Input: i8042 - add nomux quirk for Avatar AVIU-145A6Hans de Goede2014-09-111-0/+7
| | * | | | Input: i8042 - add Fujitsu U574 to no_timeout dmi tableHans de Goede2014-09-111-0/+8
| | * | | | Input: atkbd - do not try 'deactivate' keyboard on any LG laptopsDmitry Torokhov2014-09-111-8/+0
| * | | | | ia64: Fix syscall number for memfd_createTony Luck2014-09-151-1/+1
| * | | | | vfs: simplify and shrink stack frame of link_path_walk()Linus Torvalds2014-09-151-21/+18
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2014-09-152-3/+13
| |\ \ \ \ \
| | * | | | | crypto: drbg - remove check for uninitialized DRBG handleStephan Mueller2014-09-051-3/+0
| | * | | | | crypto: drbg - backport "fix maximum value checks on 32 bit systems"Herbert Xu2014-09-051-0/+13
| | | |/ / / | | |/| | |
| * | | | | Linux 3.17-rc5Linus Torvalds2014-09-141-1/+1
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-09-143-23/+39
| |\ \ \ \ \
| | * | | | | be careful with nd->inode in path_init() and follow_dotdot_rcu()Al Viro2014-09-141-2/+13
| | * | | | | don't bugger nd->seq on set_root_rcu() from follow_dotdot_rcu()Al Viro2014-09-141-16/+17
| | * | | | | fix bogus read_seqretry() checks introduced in b37199eAl Viro2014-09-131-2/+2
| | * | | | | move the call of __d_drop(anon) into __d_materialise_unique(dentry, anon)Al Viro2014-09-131-2/+6
| | * | | | | [fix] lustre: d_make_root() does iput() on dentry allocation failureAl Viro2014-09-131-1/+1
| | | |_|/ / | | |/| | |
| * | | | | vfs: avoid non-forwarding large load after small store in path lookupLinus Torvalds2014-09-142-9/+11
| * | | | | Merge branch 'parisc-3.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-09-149-8/+280
| |\ \ \ \ \
| | * | | | | parisc: Implement new LWS CAS supporting 64 bit operations.Guy Martin2014-09-131-4/+229
| | * | | | | parisc: Wire up seccomp, getrandom and memfd_create syscallsHelge Deller2014-08-276-2/+49
| | * | | | | parisc: dino: fix %d confusingly prefixed with 0x in format stringHans Wennborg2014-08-271-1/+1
| | * | | | | parisc: sys_hpux: NUL terminator is one past the endDan Carpenter2014-08-271-1/+1
| * | | | | | Merge tag 'ntb-3.17' of git://github.com/jonmason/ntbLinus Torvalds2014-09-142-3/+17
| |\ \ \ \ \ \
| | * | | | | | ntb: Add alignment check to meet hardware requirementDave Jiang2014-09-141-0/+13
| | * | | | | | MAINTAINERS: update NTB infoJon Mason2014-09-141-1/+2
| | * | | | | | NTB: correct the spread of queues over mw'sJon Mason2014-09-141-2/+2