index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
init: add an init_rmdir helper
Christoph Hellwig
2020-07-31
1
-0
/
+5
*
init: add an init_unlink helper
Christoph Hellwig
2020-07-31
1
-0
/
+5
*
init: add an init_umount helper
Christoph Hellwig
2020-07-31
3
-2
/
+17
*
init: add an init_mount helper
Christoph Hellwig
2020-07-31
4
-2
/
+31
*
fs: push the getname from do_rmdir into the callers
Christoph Hellwig
2020-07-31
2
-7
/
+5
*
fs: refactor ksys_umount
Christoph Hellwig
2020-07-31
1
-22
/
+18
*
fs: refactor do_mount
Christoph Hellwig
2020-07-31
1
-32
/
+35
*
fs: expose utimes_common
Christoph Hellwig
2020-07-31
1
-3
/
+3
*
fs: move timespec validation into utimes_common
Christoph Hellwig
2020-07-31
1
-10
/
+9
*
fs: refactor do_utimes
Christoph Hellwig
2020-07-31
1
-46
/
+54
*
fs: remove ksys_ioctl
Christoph Hellwig
2020-07-31
1
-6
/
+1
*
fs: remove ksys_fchmod
Christoph Hellwig
2020-07-31
1
-6
/
+1
*
fs: remove ksys_dup
Christoph Hellwig
2020-07-31
1
-6
/
+1
*
fs: remove ksys_open
Christoph Hellwig
2020-07-31
1
-3
/
+8
*
fs: remove ksys_getdents64
Christoph Hellwig
2020-07-31
1
-9
/
+2
*
initrd: switch initrd loading to struct file based APIs
Christoph Hellwig
2020-07-30
1
-1
/
+1
*
fs: add a vfs_fchmod helper
Christoph Hellwig
2020-07-16
1
-2
/
+7
*
fs: add a vfs_fchown helper
Christoph Hellwig
2020-07-16
1
-12
/
+17
*
afs: Fix interruption of operations
David Howells
2020-07-16
2
-2
/
+3
*
Merge tag 'io_uring-5.8-2020-07-12' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-07-12
1
-1
/
+4
|
\
|
*
io_uring: fix not initialised work->flags
Pavel Begunkov
2020-07-12
1
-1
/
+2
|
*
io_uring: fix missing msg_name assignment
Pavel Begunkov
2020-07-12
1
-0
/
+2
*
|
Merge tag 'for-5.8-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2020-07-12
3
-8
/
+3
|
\
\
|
*
|
btrfs: wire up iter_file_splice_write
Christoph Hellwig
2020-07-09
1
-0
/
+1
|
*
|
btrfs: fix double put of block group with nocow
Josef Bacik
2020-07-09
1
-8
/
+1
|
*
|
btrfs: discard: add missing put when grabbing block group from unused list
Qu Wenruo
2020-07-07
1
-0
/
+1
*
|
|
Merge tag '5.8-rc4-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2020-07-11
5
-18
/
+22
|
\
\
\
|
*
|
|
cifs: update internal module version number
Steve French
2020-07-09
1
-1
/
+1
|
*
|
|
cifs: fix reference leak for tlink
Ronnie Sahlberg
2020-07-09
1
-1
/
+8
|
*
|
|
smb3: fix unneeded error message on change notify
Steve French
2020-07-08
1
-2
/
+6
|
*
|
|
cifs: remove the retry in cifs_poxis_lock_set
yangerkun
2020-07-08
1
-13
/
+6
|
*
|
|
smb3: fix access denied on change notify request to some servers
Steve French
2020-07-08
1
-1
/
+1
*
|
|
|
Merge tag 'io_uring-5.8-2020-07-10' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-07-10
1
-6
/
+23
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
io_uring: account user memory freed when exit has been queued
Jens Axboe
2020-07-10
1
-3
/
+10
|
*
|
|
io_uring: fix memleak in io_sqe_files_register()
Yang Yingliang
2020-07-10
1
-0
/
+1
|
*
|
|
io_uring: fix memleak in __io_sqe_files_update()
Yang Yingliang
2020-07-09
1
-1
/
+3
|
*
|
|
io_uring: export cq overflow status to userspace
Xiaoguang Wang
2020-07-09
1
-2
/
+9
*
|
|
|
Merge tag 'cleanup-kernel_read_write' of git://git.infradead.org/users/hch/misc
Linus Torvalds
2020-07-10
3
-58
/
+77
|
\
\
\
\
|
*
|
|
|
fs: remove __vfs_read
Christoph Hellwig
2020-07-08
1
-22
/
+21
|
*
|
|
|
fs: implement kernel_read using __kernel_read
Christoph Hellwig
2020-07-08
1
-8
/
+5
|
*
|
|
|
fs: add a __kernel_read helper
Christoph Hellwig
2020-07-08
1
-0
/
+23
|
*
|
|
|
fs: remove __vfs_write
Christoph Hellwig
2020-07-08
1
-24
/
+22
|
*
|
|
|
fs: implement kernel_write using __kernel_write
Christoph Hellwig
2020-07-08
1
-8
/
+9
|
*
|
|
|
fs: check FMODE_WRITE in __kernel_write
Christoph Hellwig
2020-07-08
1
-0
/
+2
|
*
|
|
|
fs: unexport __kernel_write
Christoph Hellwig
2020-07-08
1
-1
/
+0
|
*
|
|
|
autofs: switch to kernel_write
Christoph Hellwig
2020-07-08
1
-1
/
+1
|
*
|
|
|
cachefiles: switch to kernel_write
Christoph Hellwig
2020-07-08
1
-1
/
+1
*
|
|
|
|
Merge tag 'gfs2-v5.8-rc4.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2020-07-10
2
-46
/
+51
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
gfs2: Rework read and page fault locking
Andreas Gruenbacher
2020-07-07
2
-46
/
+51
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge tag 'for-5.8-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2020-07-07
7
-25
/
+35
|
\
\
\
\
|
|
/
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
[next]