index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Makefile
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-09-10
fuse: add simple background helper
Miklos Szeredi
2
-0
/
+51
2019-09-10
fuse: convert sync write to simple api
Miklos Szeredi
1
-44
/
+86
2019-09-10
fuse: covert readpage to simple api
Miklos Szeredi
1
-32
/
+48
2019-09-10
fuse: fuse_short_read(): don't take fuse_req as argument
Miklos Szeredi
1
-8
/
+9
2019-09-10
fuse: convert ioctl to simple api
Miklos Szeredi
2
-56
/
+45
2019-09-10
fuse: move page alloc
Miklos Szeredi
3
-15
/
+16
2019-09-10
fuse: convert readlink to simple api
Miklos Szeredi
1
-27
/
+25
2019-09-10
fuse: add pages to fuse_args
Miklos Szeredi
2
-10
/
+43
2019-09-10
fuse: convert destroy to simple api
Miklos Szeredi
3
-22
/
+14
2019-09-10
fuse: add nocreds to fuse_args
Miklos Szeredi
2
-29
/
+16
2019-09-10
fuse: convert fuse_force_forget() to simple api
Miklos Szeredi
3
-24
/
+21
2019-09-10
fuse: add noreply to fuse_args
Miklos Szeredi
2
-1
/
+4
2019-09-10
fuse: convert flush to simple api
Miklos Szeredi
3
-20
/
+19
2019-09-10
fuse: simplify 'nofail' request
Miklos Szeredi
4
-69
/
+6
2019-09-10
fuse: rearrange and resize fuse_args fields
Miklos Szeredi
2
-6
/
+6
2019-09-10
fuse: flatten 'struct fuse_args'
Miklos Szeredi
6
-223
/
+216
2019-09-10
fuse: fix deadlock with aio poll and fuse_iqueue::waitq.lock
Eric Biggers
3
-45
/
+52
2019-09-06
vfs: subtype handling moved to fuse
David Howells
6
-25
/
+2
2019-09-06
fuse: convert to use the new mount API
David Howells
1
-125
/
+167
2019-09-05
mtd: Provide fs_context-aware mount_mtd() replacement
David Howells
3
-2
/
+181
2019-09-05
vfs: Create fs_context-aware mount_bdev() replacement
David Howells
2
-0
/
+99
2019-09-05
new helper: get_tree_keyed()
Al Viro
6
-9
/
+20
2019-09-05
vfs: set fs_context::user_ns for reconfigure
Eric Biggers
1
-3
/
+1
2019-09-02
cuse: fix broken release
Miklos Szeredi
1
-2
/
+1
2019-09-02
fuse: cleanup fuse_wait_on_page_writeback
Maxim Patlasov
1
-2
/
+1
2019-09-02
fuse: require /dev/fuse reads to have enough buffer capacity (take 2)
Kirill Smelkov
1
-0
/
+18
2019-08-25
Linux 5.3-rc6
v5.3-rc6
Linus Torvalds
1
-1
/
+1
2019-08-25
mm/kasan: fix false positive invalid-free reports with CONFIG_KASAN_SW_TAGS=y
Andrey Ryabinin
1
-2
/
+8
2019-08-25
mm/zsmalloc.c: fix race condition in zs_destroy_pool
Henry Burns
1
-2
/
+59
2019-08-25
mm/zsmalloc.c: migration can leave pages in ZS_EMPTY indefinitely
Henry Burns
1
-4
/
+15
2019-08-25
mm, page_owner: handle THP splits correctly
Vlastimil Babka
1
-0
/
+4
2019-08-25
userfaultfd_release: always remove uffd flags and clear vm_userfaultfd_ctx
Oleg Nesterov
1
-12
/
+13
2019-08-25
psi: get poll_work to run when calling poll syscall next time
Jason Xing
1
-0
/
+8
2019-08-25
mm: memcontrol: flush percpu vmevents before releasing memcg
Roman Gushchin
1
-1
/
+21
2019-08-25
mm: memcontrol: flush percpu vmstats before releasing memcg
Roman Gushchin
1
-0
/
+40
2019-08-25
parisc: fix compilation errrors
Qian Cai
1
-2
/
+1
2019-08-25
mm, page_alloc: move_freepages should not examine struct page of reserved memory
David Rientjes
1
-15
/
+4
2019-08-25
mm/z3fold.c: fix race between migration and destruction
Henry Burns
1
-0
/
+89
2019-08-24
drm/mediatek: include dma-mapping header
Dave Airlie
1
-0
/
+1
2019-08-23
KVM: arm/arm64: VGIC: Properly initialise private IRQ affinity
Andre Przywara
1
-10
/
+20
2019-08-23
RDMA/siw: Fix 64/32bit pointer inconsistency
Bernard Metzler
9
-109
/
+108
2019-08-23
x86/retpoline: Don't clobber RFLAGS during CALL_NOSPEC on i386
Sean Christopherson
1
-1
/
+1
2019-08-23
dm table: fix invalid memory accesses with too high sector number
Mikulas Patocka
1
-1
/
+4
2019-08-23
gpio: Fix irqchip initialization order
Linus Walleij
1
-15
/
+15
2019-08-23
xfs: fix missing ILOCK unlock when xfs_setattr_nonsize fails due to EDQUOT
Darrick J. Wong
1
-0
/
+1
2019-08-23
drm/nouveau: Don't retry infinitely when receiving no data on i2c over AUX
Lyude Paul
1
-7
/
+17
2019-08-23
drm/amdgpu/powerplay: silence a warning in smu_v11_0_setup_pptable
Alex Deucher
1
-1
/
+1
2019-08-23
timekeeping/vsyscall: Prevent math overflow in BOOTTIME update
Thomas Gleixner
3
-9
/
+23
2019-08-23
um: fix time travel mode
Johannes Berg
3
-12
/
+20
2019-08-22
io_uring: add need_resched() check in inner poll loop
Jens Axboe
1
-1
/
+7
[next]