index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'work.cramfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2017-11-17
6
-69
/
+584
|
\
|
*
cramfs: rehabilitate it
Nicolas Pitre
2017-10-15
3
-5
/
+50
|
*
cramfs: add mmap support
Nicolas Pitre
2017-10-15
1
-0
/
+209
|
*
cramfs: implement uncompressed and arbitrary data block positioning
Nicolas Pitre
2017-10-15
3
-21
/
+126
|
*
cramfs: direct memory access support
Nicolas Pitre
2017-10-15
2
-43
/
+199
*
|
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2017-11-17
16
-52
/
+60
|
\
\
|
*
|
vfs: grab the lock instead of blocking in __fd_install during resizing
Mateusz Guzik
2017-11-06
2
-8
/
+7
|
*
|
vfs: stop clearing close on exec when closing a fd
Mateusz Guzik
2017-11-06
1
-1
/
+0
|
*
|
include/linux/fs.h: fix comment about struct address_space
Mike Rapoport
2017-11-06
1
-1
/
+1
|
*
|
fs: make fiemap work from compat_ioctl
Josef Bacik
2017-11-06
1
-0
/
+1
|
*
|
coda: fix 'kernel memory exposure attempt' in fsync
Jan Harkes
2017-11-06
1
-2
/
+1
|
*
|
pstore: remove unneeded unlikely()
Hirofumi Nakagawa
2017-11-06
1
-1
/
+1
|
*
|
vfs: remove unneeded unlikely()
Hirofumi Nakagawa
2017-11-06
1
-1
/
+1
|
*
|
stubs for mount_bdev() and kill_block_super() in !CONFIG_BLOCK case
Al Viro
2017-10-15
1
-0
/
+16
|
*
|
make vfs_ustat() static
Al Viro
2017-10-15
2
-2
/
+1
|
*
|
do_handle_open() should be static
Al Viro
2017-10-14
1
-2
/
+2
|
*
|
elf_fdpic: fix unused variable warning
Arnd Bergmann
2017-10-12
1
-0
/
+2
|
*
|
fold destroy_super() into __put_super()
Al Viro
2017-10-11
1
-21
/
+10
|
*
|
new helper: destroy_unused_super()
Al Viro
2017-10-11
1
-12
/
+19
|
*
|
fix address space warnings in ipc/
Linus Torvalds
2017-10-11
4
-7
/
+7
|
*
|
acct.h: get rid of detritus
Al Viro
2017-10-06
1
-3
/
+0
*
|
|
Merge branch 'work.get_user_pages_fast' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2017-11-17
8
-36
/
+20
|
\
\
\
|
*
|
|
ceph: use get_user_pages_fast()
Al Viro
2017-09-23
1
-2
/
+2
|
*
|
|
pvr2fs: use get_user_pages_fast()
Al Viro
2017-09-23
1
-3
/
+1
|
*
|
|
atomisp: use get_user_pages_fast()
Al Viro
2017-09-23
1
-4
/
+2
|
*
|
|
st: use get_user_pages_fast()
Al Viro
2017-09-23
1
-5
/
+1
|
*
|
|
via_dmablit(): use get_user_pages_fast()
Al Viro
2017-09-23
1
-3
/
+3
|
*
|
|
fsl_hypervisor: switch to get_user_pages_fast()
Al Viro
2017-09-23
1
-2
/
+2
|
*
|
|
rapidio: switch to get_user_pages_fast()
Al Viro
2017-09-23
1
-4
/
+2
|
*
|
|
vchiq_2835_arm: switch to get_user_pages_fast()
Al Viro
2017-09-23
1
-13
/
+7
|
|
/
/
*
|
|
Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2017-11-17
15
-440
/
+202
|
\
\
\
|
*
|
|
iomap_dio_actor(): fix iov_iter bugs
Al Viro
2017-10-12
1
-9
/
+15
|
*
|
|
switch ksocknal_lib_recv_...() to use of iov_iter_for_each_range()
Al Viro
2017-10-12
3
-109
/
+25
|
*
|
|
lustre: switch struct ksock_conn to iov_iter
Al Viro
2017-10-12
4
-121
/
+52
|
*
|
|
vhost/scsi: switch to iov_iter_get_pages()
Al Viro
2017-10-12
1
-48
/
+20
|
*
|
|
fix a page leak in vhost_scsi_iov_to_sgl() error recovery
Al Viro
2017-10-12
1
-2
/
+3
|
*
|
|
new primitive: iov_iter_for_each_range()
Al Viro
2017-10-12
2
-0
/
+26
|
*
|
|
lnet_return_rx_credits_locked: don't abuse list_entry
Al Viro
2017-10-12
1
-1
/
+1
|
*
|
|
xen: don't open-code iov_iter_kvec()
Al Viro
2017-10-12
1
-12
/
+4
|
*
|
|
orangefs: remove detritus from struct orangefs_kiocb_s
Al Viro
2017-10-11
1
-6
/
+0
|
*
|
|
kill iov_shorten()
Al Viro
2017-10-11
2
-23
/
+0
|
*
|
|
bio_alloc_map_data(): do bmd->iter setup right there
Al Viro
2017-10-11
1
-8
/
+12
|
*
|
|
bio_copy_user_iov(): saner bio size calculation
Al Viro
2017-10-11
1
-24
/
+6
|
*
|
|
bio_map_user_iov(): get rid of copying iov_iter
Al Viro
2017-10-11
1
-6
/
+3
|
*
|
|
bio_copy_from_iter(): get rid of copying iov_iter
Al Viro
2017-10-11
1
-5
/
+6
|
*
|
|
move more stuff down into bio_copy_user_iov()
Al Viro
2017-10-11
2
-6
/
+5
|
*
|
|
blk_rq_map_user_iov(): move iov_iter_advance() down
Al Viro
2017-10-11
3
-5
/
+6
|
*
|
|
bio_map_user_iov(): get rid of the iov_for_each()
Al Viro
2017-10-11
1
-19
/
+2
|
*
|
|
bio_map_user_iov(): move alignment check into the main loop
Al Viro
2017-10-11
1
-27
/
+27
|
*
|
|
don't rely upon subsequent bio_add_pc_page() calls failing
Al Viro
2017-10-11
1
-4
/
+4
[next]