summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | aio: Kill unneeded kiocb membersKent Overstreet2013-07-301-9/+2
| * | | | | | | | | | | | | | aio: Kill aio_rw_vect_retry()Kent Overstreet2013-07-301-2/+0
| * | | | | | | | | | | | | | aio: io_cancel() no longer returns the io_eventKent Overstreet2013-07-301-1/+1
| * | | | | | | | | | | | | | fs/aio: Add support to aio ring pages migrationGu Zheng2013-07-161-0/+3
| * | | | | | | | | | | | | | fs/anon_inode: Introduce a new lib function anon_inode_getfile_private()Gu Zheng2013-07-161-0/+3
| | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Remove GENERIC_HARDIRQ config optionMartin Schwidefsky2013-09-137-144/+3
* | | | | | | | | | | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2013-09-136-4/+128
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | target/iscsi: Bump versions to v4.1.0Nicholas Bellinger2013-09-111-1/+1
| * | | | | | | | | | | | | | target: Add Third Party Copy (3PC) bit in INQUIRY responseNicholas Bellinger2013-09-111-0/+3
| * | | | | | | | | | | | | | target: Add support for EXTENDED_COPY copy offload emulationNicholas Bellinger2013-09-111-0/+1
| * | | | | | | | | | | | | | target: Add global device list for EXTENDED_COPYNicholas Bellinger2013-09-111-0/+1
| * | | | | | | | | | | | | | target: Make helpers non static for EXTENDED_COPY command setupNicholas Bellinger2013-09-111-0/+4
| * | | | | | | | | | | | | | target/tcm_qla2xxx: Add/use target_reverse_dma_direction() in target_core_fab...Nicholas Bellinger2013-09-111-0/+26
| * | | | | | | | | | | | | | target: Add support for COMPARE_AND_WRITE emulationNicholas Bellinger2013-09-111-0/+1
| * | | | | | | | | | | | | | target: Add MAXIMUM COMPARE AND WRITE LENGTH in Block Limits VPDNicholas Bellinger2013-09-091-0/+3
| * | | | | | | | | | | | | | target: Make __target_execute_cmd() available as externNicholas Bellinger2013-09-091-0/+1
| * | | | | | | | | | | | | | target: Add transport_reset_sgl_orig() for COMPARE_AND_WRITENicholas Bellinger2013-09-091-0/+2
| * | | | | | | | | | | | | | target: Allow sbc_ops->execute_rw() to accept SGLs + data_directionNicholas Bellinger2013-09-092-1/+7
| * | | | | | | | | | | | | | target: Add TCM_MISCOMPARE_VERIFY sense handlingNicholas Bellinger2013-09-091-0/+1
| * | | | | | | | | | | | | | target: Add return for se_cmd->transport_complete_callbackNicholas Bellinger2013-09-091-1/+1
| * | | | | | | | | | | | | | scsi: Add CDB definition for COMPARE_AND_WRITENicholas Bellinger2013-09-091-0/+1
| * | | | | | | | | | | | | | iscsi/iser-target: Convert to command priv_size usageNicholas Bellinger2013-09-091-1/+7
| * | | | | | | | | | | | | | target: Add transport_init_session_tags using per-cpu idaNicholas Bellinger2013-09-092-0/+8
| * | | | | | | | | | | | | | idr: Percpu idaKent Overstreet2013-09-091-0/+60
* | | | | | | | | | | | | | | Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2013-09-136-25/+143
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | thp: consolidate code between handle_mm_fault() and do_huge_pmd_anonymous_page()Kirill A. Shutemov2013-09-132-4/+2
| * | | | | | | | | | | | | | | truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov2013-09-131-1/+1
| * | | | | | | | | | | | | | | mm: make lru_add_drain_all() selectiveChris Metcalf2013-09-131-1/+1
| * | | | | | | | | | | | | | | memcg: add per cgroup writeback pages accountingSha Zhengju2013-09-131-0/+1
| * | | | | | | | | | | | | | | memcg: remove MEMCG_NR_FILE_MAPPEDSha Zhengju2013-09-131-8/+19
| * | | | | | | | | | | | | | | memcg: rename RESOURCE_MAX to RES_COUNTER_MAXSha Zhengju2013-09-131-1/+1
| * | | | | | | | | | | | | | | memcg: correct RESOURCE_MAX to ULLONG_MAXSha Zhengju2013-09-131-1/+1
| * | | | | | | | | | | | | | | mm: memcg: do not trap chargers with full callstack on OOMJohannes Weiner2013-09-132-0/+25
| * | | | | | | | | | | | | | | mm: memcg: enable memcg OOM killer only for user faultsJohannes Weiner2013-09-132-0/+47
| * | | | | | | | | | | | | | | arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner2013-09-131-0/+1
| * | | | | | | | | | | | | | | memcg: enhance memcg iterator to support predicatesMichal Hocko2013-09-131-6/+43
| * | | | | | | | | | | | | | | vmscan, memcg: do softlimit reclaim also for targeted reclaimMichal Hocko2013-09-131-2/+4
| * | | | | | | | | | | | | | | memcg, vmscan: integrate soft reclaim tighter with zone shrinking codeMichal Hocko2013-09-131-7/+3
| | |_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-09-136-39/+196
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | list_lru: dynamically adjust node arraysGlauber Costa2013-09-111-11/+2
| * | | | | | | | | | | | | | | shrinker: Kill old ->shrink API.Dave Chinner2013-09-112-12/+7
| * | | | | | | | | | | | | | | fs: convert inode and dentry shrinking to be node awareDave Chinner2013-09-111-2/+2
| * | | | | | | | | | | | | | | vmscan: per-node deferred workGlauber Costa2013-09-111-2/+12
| * | | | | | | | | | | | | | | shrinker: add node awarenessDave Chinner2013-09-111-0/+3
| * | | | | | | | | | | | | | | list_lru: remove special case function list_lru_dispose_all.Glauber Costa2013-09-111-17/+0
| * | | | | | | | | | | | | | | list_lru: per-node APIGlauber Costa2013-09-111-5/+34
| * | | | | | | | | | | | | | | list_lru: per-node list infrastructureDave Chinner2013-09-111-5/+18
| * | | | | | | | | | | | | | | dcache: convert to use new lru list infrastructureDave Chinner2013-09-111-8/+7
| * | | | | | | | | | | | | | | inode: convert inode lru list to generic lru list code.Dave Chinner2013-09-111-4/+2
| * | | | | | | | | | | | | | | list: add a new LRU list typeDave Chinner2013-09-111-0/+115