summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'jfs-4.1' of git://github.com/kleikamp/linux-shaggyLinus Torvalds2015-04-141-1/+1
|\
| * jfs: %pf is only for function pointersScott Wood2015-03-121-1/+1
* | Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-04-141-0/+3
|\ \
| * | pstore: Fix the ramoops module parameters updateWang Long2015-03-161-0/+3
* | | Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-04-14103-1118/+839
|\ \ \
| * | | sg_start_req(): use import_iovec()Al Viro2015-04-111-11/+5
| * | | sg_start_req(): make sure that there's not too many elements in iovecAl Viro2015-04-111-0/+3
| * | | blk_rq_map_user(): use import_single_range()Al Viro2015-04-111-3/+3
| * | | sg_io(): use import_iovec()Al Viro2015-04-111-7/+5
| * | | process_vm_access: switch to {compat_,}import_iovec()Al Viro2015-04-111-23/+12
| * | | switch keyctl_instantiate_key_common() to iov_iterAl Viro2015-04-113-72/+40
| * | | switch {compat_,}do_readv_writev() to {compat_,}import_iovec()Al Viro2015-04-111-16/+16
| * | | aio_setup_vectored_rw(): switch to {compat_,}import_iovec()Al Viro2015-04-111-19/+9
| * | | vmsplice_to_user(): switch to import_iovec()Al Viro2015-04-111-16/+11
| * | | kill aio_setup_single_vector()Al Viro2015-04-111-17/+1
| * | | Merge branch 'iov_iter' into for-nextAl Viro2015-04-112-0/+71
| |\ \ \
| | * | | saner iov_iter initialization primitivesAl Viro2015-03-302-0/+71
| * | | | aio: simplify arguments of aio_setup_..._rw()Al Viro2015-04-111-28/+17
| * | | | aio: lift iov_iter_init() into aio_setup_..._rw()Al Viro2015-04-111-6/+11
| * | | | lift iov_iter into {compat_,}do_readv_writev()Al Viro2015-04-111-31/+23
| * | | | Merge branch 'iocb' into for-nextAl Viro2015-04-1168-271/+201
| |\ \ \ \
| | * | | | fs: move struct kiocb to fs.hChristoph Hellwig2015-03-2563-86/+55
| | * | | | fs: split generic and aio kiocbChristoph Hellwig2015-03-137-77/+81
| | * | | | fs: don't allow to complete sync iocbs through aio_completeChristoph Hellwig2015-03-135-57/+12
| | * | | | fuse: handle synchronous iocbs internallyChristoph Hellwig2015-03-132-20/+32
| | * | | | fs: remove ki_nbytesChristoph Hellwig2015-03-1210-38/+28
| * | | | | NFS: fix BUG() crash in notify_change() with patch to chown_common()Andrew Elble2015-04-111-1/+1
| * | | | | dcache: return -ESTALE not -EBUSY on distributed fs raceJ. Bruce Fields2015-04-111-1/+1
| * | | | | NTFS: Version 2.1.32 - Update file write from aio_write to write_iter.Anton Altaparmakov2015-04-112-477/+308
| * | | | | VFS: Add iov_iter_fault_in_multipages_readable()Anton Altaparmakov2015-04-112-0/+27
| * | | | | drop bogus check in file_open_root()Al Viro2015-04-111-3/+0
| * | | | | switch security_inode_getattr() to struct path *Al Viro2015-04-1110-35/+24
| * | | | | constify tomoyo_realpath_from_path()Al Viro2015-04-112-4/+4
| * | | | | whack-a-mole: there's no point doing set_fs(USER_DS) in sigframe setupAl Viro2015-04-116-21/+0
| * | | | | whack-a-mole: no need to set_fs(USER_DS) in {start,flush}_thread()Al Viro2015-04-116-8/+0
| * | | | | remove incorrect comment in lookup_one_len()Al Viro2015-04-111-3/+1
| * | | | | namei.c: fold do_path_lookup() into both callersAl Viro2015-04-111-24/+24
| * | | | | kill struct filename.separateAl Viro2015-04-112-14/+17
| * | | | | switch path_init() to struct filenameAl Viro2015-03-241-8/+8
| * | | | | switch path_mountpoint() to struct filenameAl Viro2015-03-241-10/+11
| * | | | | switch path_lookupat() to struct filenameAl Viro2015-03-241-7/+6
| * | | | | getname_flags(): clean up a bitAl Viro2015-03-241-28/+25
* | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-04-14285-2906/+13237
|\ \ \ \ \ \
| * | | | | | perf/x86/intel/pt: Clean up the control flow in pt_pmu_hw_init()Ingo Molnar2015-04-121-23/+30
| * | | | | | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2015-04-1111-37/+61
| |\ \ \ \ \ \
| | * | | | | | perf evlist: Fix type for references to data_head/tailDavid Ahern2015-04-103-10/+9
| | * | | | | | perf probe: Check the orphaned -x optionMasami Hiramatsu2015-04-101-0/+10
| | * | | | | | perf probe: Support multiple probes on different binariesMasami Hiramatsu2015-04-103-7/+13
| | * | | | | | perf buildid-list: Fix segfault when show DSOs with hitsHe Kuang2015-04-103-9/+4
| | * | | | | | perf tools: Fix cross-endian analysisDavid Ahern2015-04-101-1/+4
OpenPOWER on IntegriCloud