summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.cramfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-11-176-69/+584
|\
| * cramfs: rehabilitate itNicolas Pitre2017-10-153-5/+50
| * cramfs: add mmap supportNicolas Pitre2017-10-151-0/+209
| * cramfs: implement uncompressed and arbitrary data block positioningNicolas Pitre2017-10-153-21/+126
| * cramfs: direct memory access supportNicolas Pitre2017-10-152-43/+199
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-11-1716-52/+60
|\ \
| * | vfs: grab the lock instead of blocking in __fd_install during resizingMateusz Guzik2017-11-062-8/+7
| * | vfs: stop clearing close on exec when closing a fdMateusz Guzik2017-11-061-1/+0
| * | include/linux/fs.h: fix comment about struct address_spaceMike Rapoport2017-11-061-1/+1
| * | fs: make fiemap work from compat_ioctlJosef Bacik2017-11-061-0/+1
| * | coda: fix 'kernel memory exposure attempt' in fsyncJan Harkes2017-11-061-2/+1
| * | pstore: remove unneeded unlikely()Hirofumi Nakagawa2017-11-061-1/+1
| * | vfs: remove unneeded unlikely()Hirofumi Nakagawa2017-11-061-1/+1
| * | stubs for mount_bdev() and kill_block_super() in !CONFIG_BLOCK caseAl Viro2017-10-151-0/+16
| * | make vfs_ustat() staticAl Viro2017-10-152-2/+1
| * | do_handle_open() should be staticAl Viro2017-10-141-2/+2
| * | elf_fdpic: fix unused variable warningArnd Bergmann2017-10-121-0/+2
| * | fold destroy_super() into __put_super()Al Viro2017-10-111-21/+10
| * | new helper: destroy_unused_super()Al Viro2017-10-111-12/+19
| * | fix address space warnings in ipc/Linus Torvalds2017-10-114-7/+7
| * | acct.h: get rid of detritusAl Viro2017-10-061-3/+0
* | | Merge branch 'work.get_user_pages_fast' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-11-178-36/+20
|\ \ \
| * | | ceph: use get_user_pages_fast()Al Viro2017-09-231-2/+2
| * | | pvr2fs: use get_user_pages_fast()Al Viro2017-09-231-3/+1
| * | | atomisp: use get_user_pages_fast()Al Viro2017-09-231-4/+2
| * | | st: use get_user_pages_fast()Al Viro2017-09-231-5/+1
| * | | via_dmablit(): use get_user_pages_fast()Al Viro2017-09-231-3/+3
| * | | fsl_hypervisor: switch to get_user_pages_fast()Al Viro2017-09-231-2/+2
| * | | rapidio: switch to get_user_pages_fast()Al Viro2017-09-231-4/+2
| * | | vchiq_2835_arm: switch to get_user_pages_fast()Al Viro2017-09-231-13/+7
| |/ /
* | | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-11-1715-440/+202
|\ \ \
| * | | iomap_dio_actor(): fix iov_iter bugsAl Viro2017-10-121-9/+15
| * | | switch ksocknal_lib_recv_...() to use of iov_iter_for_each_range()Al Viro2017-10-123-109/+25
| * | | lustre: switch struct ksock_conn to iov_iterAl Viro2017-10-124-121/+52
| * | | vhost/scsi: switch to iov_iter_get_pages()Al Viro2017-10-121-48/+20
| * | | fix a page leak in vhost_scsi_iov_to_sgl() error recoveryAl Viro2017-10-121-2/+3
| * | | new primitive: iov_iter_for_each_range()Al Viro2017-10-122-0/+26
| * | | lnet_return_rx_credits_locked: don't abuse list_entryAl Viro2017-10-121-1/+1
| * | | xen: don't open-code iov_iter_kvec()Al Viro2017-10-121-12/+4
| * | | orangefs: remove detritus from struct orangefs_kiocb_sAl Viro2017-10-111-6/+0
| * | | kill iov_shorten()Al Viro2017-10-112-23/+0
| * | | bio_alloc_map_data(): do bmd->iter setup right thereAl Viro2017-10-111-8/+12
| * | | bio_copy_user_iov(): saner bio size calculationAl Viro2017-10-111-24/+6
| * | | bio_map_user_iov(): get rid of copying iov_iterAl Viro2017-10-111-6/+3
| * | | bio_copy_from_iter(): get rid of copying iov_iterAl Viro2017-10-111-5/+6
| * | | move more stuff down into bio_copy_user_iov()Al Viro2017-10-112-6/+5
| * | | blk_rq_map_user_iov(): move iov_iter_advance() downAl Viro2017-10-113-5/+6
| * | | bio_map_user_iov(): get rid of the iov_for_each()Al Viro2017-10-111-19/+2
| * | | bio_map_user_iov(): move alignment check into the main loopAl Viro2017-10-111-27/+27
| * | | don't rely upon subsequent bio_add_pc_page() calls failingAl Viro2017-10-111-4/+4