summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-04-1590-1185/+598
|\
| * ->aio_read and ->aio_write removedAl Viro2015-04-118-54/+9
| * pcm: another weird API abuseAl Viro2015-04-111-19/+20
| * infinibad: weird APIs switched to ->write_iter()Al Viro2015-04-112-15/+23
| * kill do_sync_read/do_sync_writeAl Viro2015-04-112-40/+0
| * fuse: use iov_iter_get_pages() for non-splice pathAl Viro2015-04-111-24/+17
| * fuse: switch to ->read_iter/->write_iterAl Viro2015-04-111-12/+14
| * switch drivers/char/mem.c to ->read_iter/->write_iterAl Viro2015-04-111-9/+9
| * make new_sync_{read,write}() staticAl Viro2015-04-1159-153/+11
| * coredump: accept any write methodAl Viro2015-04-111-1/+1
| * switch /dev/loop to vfs_iter_write()Al Viro2015-04-111-5/+7
| * serial2002: switch to __vfs_read/__vfs_writeAl Viro2015-04-111-12/+6
| * ashmem: use __vfs_read()Al Viro2015-04-111-1/+1
| * export __vfs_read()Al Viro2015-04-111-8/+5
| * autofs: switch to __vfs_write()Al Viro2015-04-112-2/+2
| * new helper: __vfs_write()Al Viro2015-04-112-12/+17
| * Merge branch '9p-iov_iter' into for-nextAl Viro2015-04-1112-627/+355
| |\
| | * net/9p: remove (now-)unused helpersAl Viro2015-04-112-43/+1
| | * p9_client_attach(): set fid->uid correctlyAl Viro2015-04-111-0/+1
| | * 9p: we are leaking glock.client_id in v9fs_file_getlock()Al Viro2015-04-111-0/+2
| | * 9p: switch to ->read_iter/->write_iterAl Viro2015-04-111-44/+39
| | * 9p: get rid of v9fs_direct_file_read()Al Viro2015-04-112-51/+12
| | * 9p: switch p9_client_read() to passing struct iov_iter *Al Viro2015-04-117-183/+108
| | * 9p: get rid of v9fs_direct_file_write()Al Viro2015-04-112-82/+17
| | * 9p: fold v9fs_file_write_internal() into the callerAl Viro2015-04-112-49/+30
| | * 9p: switch ->writepage() to direct use of p9_client_write()Al Viro2015-04-111-22/+13
| | * 9p: switch p9_client_write() to passing it struct iov_iter *Al Viro2015-04-114-97/+62
| | * net/9p: switch the guts of p9_client_{read,write}() to iov_iterAl Viro2015-04-114-133/+147
| * | switch hugetlbfs to ->read_iter()Al Viro2015-04-111-58/+34
| * | coda: switch to ->read_iter/->write_iterAl Viro2015-04-111-25/+15
| * | ncpfs: switch to ->read_iter/->write_iterAl Viro2015-04-113-63/+37
| |/
| * nommu: use __vfs_read()Al Viro2015-04-111-2/+2
| * acct: check FMODE_CAN_WRITEAl Viro2015-04-111-1/+1
| * aio_run_iocb(): kill dead checkAl Viro2015-04-111-7/+0
| * ioctx_alloc(): remove pointless checkAl Viro2015-04-111-2/+1
| * lustre: kill unused members of struct vvp_thread_infoAl Viro2015-04-111-2/+0
| * expand __fuse_direct_write() in both callersAl Viro2015-04-111-25/+17
| * fuse: switch fuse_direct_io_file_operations to ->{read,write}_iter()Al Viro2015-04-111-17/+12
| * cuse: switch to iov_iterAl Viro2015-04-111-17/+10
| * Merge branch 'for-davem' into for-nextAl Viro2015-04-111537-28671/+47630
| |\
* | \ Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2015-04-1515-198/+174
|\ \ \
| * | | kconfig: Do not print status messages in make -s modeMichal Marek2015-04-096-32/+62
| * | | kconfig: Simplify MakefileMichal Marek2015-04-081-12/+8
| * | | kbuild: add generic mergeconfig target, %.configMasahiro Yamada2015-03-241-10/+9
| * | | merge_config.sh: rename MAKE to RUNMAKEMasahiro Yamada2015-03-241-3/+3
| * | | merge_config.sh: improve indentationMasahiro Yamada2015-03-241-8/+6
| * | | kbuild: mergeconfig: remove redundant $(objtree)Masahiro Yamada2015-03-241-1/+1
| * | | kbuild: mergeconfig: move an error check to merge_config.shMasahiro Yamada2015-03-242-1/+5
| * | | kbuild: mergeconfig: fix "jobserver unavailable" warningMasahiro Yamada2015-03-241-1/+1
| * | | kconfig: Remove unnecessary prototypes from headersMichal Marek2015-02-257-48/+40
OpenPOWER on IntegriCloud