index
:
drm/drm-intel
core-for-ci
drm-intel-fixes
drm-intel-gt-next
drm-intel-gt-next-backup
drm-intel-next
drm-intel-next-fixes
drm-intel-next-queued
drm-intel-testing
for-linux-next
for-linux-next-fixes
for-linux-next-gt
i915-orig
main
maintainer-tools
topic/core-for-CI
topic/drm-intel-gem-next
topic/thunderbolt-next
Linux driver for Intel graphics
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-07
fs/binfmt_elf.c: delete "loc" variable
Alexey Dobriyan
1
-17
/
+15
2020-04-07
fs/epoll: make nesting accounting safe for -rt kernel
Jason Baron
1
-21
/
+43
2020-04-07
proc: inline m_next_vma into m_next
Matthew Wilcox (Oracle)
1
-10
/
+8
2020-04-07
seq_file: remove m->version
Matthew Wilcox (Oracle)
1
-28
/
+0
2020-04-07
proc: use ppos instead of m->version
Matthew Wilcox (Oracle)
1
-4
/
+3
2020-04-07
proc: remove m_cache_vma
Matthew Wilcox (Oracle)
1
-32
/
+6
2020-04-07
proc: inline vma_stop into m_stop
Matthew Wilcox (Oracle)
1
-19
/
+15
2020-04-07
proc: speed up /proc/*/statm
Alexey Dobriyan
1
-16
/
+23
2020-04-07
proc: faster open/read/close with "permanent" files
Alexey Dobriyan
6
-53
/
+174
2020-04-07
fs/proc/inode.c: annotate close_pdeo() for sparse
Jules Irenge
1
-0
/
+1
2020-04-07
userfaultfd: wp: declare _UFFDIO_WRITEPROTECT conditionally
Peter Xu
1
-3
/
+13
2020-04-07
userfaultfd: wp: don't wake up when doing write protect
Peter Xu
1
-5
/
+8
2020-04-07
userfaultfd: wp: add the writeprotect API to userfaultfd ioctl
Andrea Arcangeli
1
-16
/
+66
2020-04-07
userfaultfd: wp: add UFFDIO_COPY_MODE_WP
Andrea Arcangeli
1
-2
/
+3
2020-04-07
mm/vma: replace all remaining open encodings with is_vm_hugetlb_page()
Anshuman Khandual
1
-1
/
+2
2020-04-07
cifs: smbd: Do not schedule work to send immediate packet on every receive
Long Li
2
-52
/
+10
2020-04-07
cifs: smbd: Properly process errors on ib_post_send
Long Li
1
-123
/
+97
2020-04-07
cifs: Allocate crypto structures on the fly for calculating signatures of inc...
Long Li
3
-36
/
+60
2020-04-07
cifs: smbd: Update receive credits before sending and deal with credits roll ...
Long Li
1
-7
/
+18
2020-04-07
cifs: smbd: Check send queue size before posting a send
Long Li
2
-1
/
+11
2020-04-07
cifs: smbd: Merge code to track pending packets
Long Li
3
-39
/
+12
2020-04-07
cifs: ignore cached share root handle closing errors
Aurelien Aptel
1
-0
/
+14
2020-04-07
io_uring: initialize fixed_file_data lock
Xiaoguang Wang
1
-0
/
+1
2020-04-07
io_uring: remove redundant variable pointer nxt and io_wq_assign_next call
Colin Ian King
1
-3
/
+0
2020-04-06
NFS: Clean up process of marking inode stale.
Trond Myklebust
4
-8
/
+18
2020-04-06
Merge tag 'fsnotify_for_v5.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
6
-233
/
+514
2020-04-06
Merge tag 'for_v5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
3
-7
/
+15
2020-04-06
Merge tag '9p-for-5.7' of git://github.com/martinetd/linux
Linus Torvalds
3
-12
/
+15
2020-04-06
xfs: reflink should force the log out if mounted with wsync
Christoph Hellwig
1
-0
/
+4
2020-04-06
xfs: factor out a new xfs_log_force_inode helper
Christoph Hellwig
4
-24
/
+22
2020-04-06
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-1
/
+1
2020-04-06
fix a braino in legitimize_path()
Al Viro
1
-1
/
+1
2020-04-05
io_uring: fix ctx refcounting in io_submit_sqes()
Pavel Begunkov
1
-1
/
+0
2020-04-05
sysfs: remove redundant __compat_only_sysfs_link_entry_to_kobj fn
Linus Torvalds
1
-16
/
+0
2020-04-05
Merge tag 'powerpc-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-3
/
+25
2020-04-05
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
21
-673
/
+388
2020-04-04
Merge branch 'work.exfat' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
16
-1
/
+7236
2020-04-04
Merge tag 'nfsd-5.7' of git://git.linux-nfs.org/projects/cel/cel-2.6
Linus Torvalds
12
-79
/
+261
2020-04-03
NFS/pnfs: Reference the layout cred in pnfs_prepare_layoutreturn()
Trond Myklebust
2
-19
/
+34
2020-04-03
NFS/pnfs: Fix dereference of layout cred in pnfs_layoutcommit_inode()
Trond Myklebust
1
-1
/
+1
2020-04-03
NFS: Beware when dereferencing the delegation cred
Trond Myklebust
2
-1
/
+11
2020-04-03
io_uring: process requests completed with -EAGAIN on poll list
Bijan Mottahedeh
1
-3
/
+26
2020-04-03
Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-0
/
+1
2020-04-03
io_uring: remove bogus RLIMIT_NOFILE check in file registration
Jens Axboe
1
-7
/
+0
2020-04-03
Merge branch 'for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
3
-5
/
+105
2020-04-03
io_uring: use io-wq manager as backup task if task is exiting
Jens Axboe
3
-4
/
+23
2020-04-03
io_uring: grab task reference for poll requests
Jens Axboe
1
-12
/
+7
2020-04-03
io_uring: retry poll if we got woken with non-matching mask
Jens Axboe
1
-0
/
+12
2020-04-03
f2fs: keep inline_data when compression conversion
Chao Yu
1
-5
/
+0
2020-04-03
f2fs: fix to disable compression on directory
Chao Yu
2
-5
/
+7
[prev]
[next]