summaryrefslogtreecommitdiffstats
path: root/include/crypto (unfollow)
Commit message (Expand)AuthorFilesLines
2013-08-06staging/lustre: kiocb->ki_left is removedPeng Tao1-2/+2
2013-08-05aio: fix error handling and rcu usage in "convert the ioctx list to table loo...Benjamin LaHaise1-8/+9
2013-07-31aio: be defensive to ensure request batching is non-zero instead of BUG_ON()Benjamin LaHaise1-1/+2
2013-07-30aio: convert the ioctx list to table lookup v3Benjamin LaHaise3-25/+118
2013-07-30aio: double aio_max_nr in calculationsBenjamin LaHaise1-2/+2
2013-07-30aio: Kill ki_dtorKent Overstreet3-14/+2
2013-07-30aio: Kill ki_usersKent Overstreet2-40/+12
2013-07-30aio: Kill unneeded kiocb membersKent Overstreet2-38/+42
2013-07-30aio: Kill aio_rw_vect_retry()Kent Overstreet11-90/+28
2013-07-30aio: Don't use ctx->tail unnecessarilyKent Overstreet1-19/+23
2013-07-30aio: io_cancel() no longer returns the io_eventKent Overstreet3-33/+12
2013-07-30aio: percpu ioctx refcountKent Overstreet1-39/+27
2013-07-30aio: percpu reqs_availableKent Overstreet1-7/+99
2013-07-30aio: reqs_active -> reqs_availableKent Overstreet1-16/+22
2013-07-17aio: fix build when migration is disabledBenjamin LaHaise1-0/+4
2013-07-16fs/aio: Add support to aio ring pages migrationGu Zheng3-12/+112
2013-07-16fs/anon_inode: Introduce a new lib function anon_inode_getfile_private()Gu Zheng2-0/+69
2013-07-15Linux 3.11-rc1v3.11-rc1Linus Torvalds2-1604/+883
2013-07-15slub: Check for page NULL before doing the node_match checkSteven Rostedt1-1/+1
2013-07-14sunrpc: now we can just set ->s_d_opAl Viro1-3/+2
2013-07-14cgroup: we can use simple_lookup() nowAl Viro1-10/+1
2013-07-14efivarfs: we can use simple_lookup() nowAl Viro1-13/+1
2013-07-14make simple_lookup() usable for filesystems that set ->s_d_opAl Viro1-1/+2
2013-07-14configfs: don't open-code d_alloc_name()Al Viro1-11/+2
2013-07-14__rpc_lookup_create_exclusive: pass string instead of qstrAl Viro1-25/+9
2013-07-14rpc_create_*_dir: don't bother with qstrAl Viro4-33/+23
2013-07-13llist: llist_add() can use llist_add_batch()Oleg Nesterov1-10/+4
2013-07-13llist: fix/simplify llist_add() and llist_add_batch()Oleg Nesterov2-22/+12
2013-07-13fput: turn "list_head delayed_fput_list" into llist_headOleg Nesterov2-15/+12
2013-07-13fs/file_table.c:fput(): add commentAndrew Morton1-0/+6
2013-07-13Safer ABI for O_TMPFILEAl Viro6-8/+12
2013-07-13arm: multi_v7_defconfig: Tweaks for omap and sunxiOlof Johansson1-3/+7
2013-07-13ext4: don't allow ext4_free_blocks() to fail due to ENOMEMTheodore Ts'o1-3/+8
2013-07-13ext4: fix spelling errors and a comment in extent_status treeTheodore Ts'o2-16/+14
2013-07-13ipv6: only static routes qualify for equal cost multipathingHannes Frederic Sowa1-4/+11
2013-07-13via-rhine: fix dma mapping errorsNeil Horman1-1/+16
2013-07-13atl1e: fix dma mapping warningsNeil Horman1-3/+25
2013-07-13tcp: account all retransmit failuresYuchung Cheng1-3/+4
2013-07-13usb/net/r815x: fix cast to restricted __le32hayeswang1-9/+12
2013-07-13usb/net/r8152: fix integer overflow in expressionhayeswang1-1/+2
2013-07-13net: access page->private by using page_privateSunghan Suh1-3/+3
2013-07-13net: strict_strtoul is obsolete, use kstrtoul instead“Cosmin1-1/+1
2013-07-12arm: multi_v7_defconfig: add i.MX options and NFS rootVincent Stehlé1-0/+10
2013-07-12perf/x86: Fix incorrect use of do_div() in NMI warningDave Hansen1-3/+4
2013-07-12sched: Fix HRTICKPeter Zijlstra1-9/+11
2013-07-12tick: broadcast: Check broadcast mode on CPU hotplugStephen Boyd1-1/+4
2013-07-12mutex: Move ww_mutex definitions to ww_mutex.hMaarten Lankhorst5-359/+381
2013-07-12perf: Fix perf_lock_task_context() vs RCUPeter Zijlstra1-1/+14
2013-07-12perf: Remove WARN_ON_ONCE() check in __perf_event_enable() for valid scenarioJiri Olsa1-1/+10
2013-07-12perf: Clone child context from parent context pmuJiri Olsa1-1/+1