index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
fuse
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...
Linus Torvalds
2017-03-03
3
-18
/
+13
|
\
|
*
fuse: release: private_data cannot be NULL
Miklos Szeredi
2017-02-22
1
-7
/
+2
|
*
fuse: cleanup fuse_file refcounting
Miklos Szeredi
2017-02-22
3
-11
/
+10
|
*
fuse: add missing FR_FORCE
Miklos Szeredi
2017-02-22
1
-0
/
+1
*
|
Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2017-03-03
1
-3
/
+3
|
\
\
|
*
|
statx: Add a system call to make enhanced file info available
David Howells
2017-03-02
1
-3
/
+3
*
|
|
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
2017-03-02
1
-0
/
+1
|
/
/
*
|
mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf
Dave Jiang
2017-02-24
1
-3
/
+3
*
|
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2017-02-20
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
locking/atomic, kref: Add KREF_INIT()
Peter Zijlstra
2017-01-14
1
-1
/
+1
*
|
fuse: fix uninitialized flags in pipe_buffer
Miklos Szeredi
2017-02-16
1
-0
/
+1
*
|
fuse: fix use after free issue in fuse_dev_do_read()
Sahitya Tummala
2017-02-15
1
-0
/
+4
*
|
fuse: fix time_to_jiffies nsec sanity check
David Sheets
2017-01-13
1
-1
/
+1
*
|
fuse: clear FR_PENDING flag when moving requests out of pending queue
Tahsin Erdogan
2017-01-13
1
-1
/
+2
|
/
*
Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...
Linus Torvalds
2016-12-17
1
-1
/
+0
|
\
|
*
vfs: remove ".readlink = generic_readlink" assignments
Miklos Szeredi
2016-12-09
1
-1
/
+0
*
|
fuse: fix clearing suid, sgid for chown()
Miklos Szeredi
2016-12-06
1
-5
/
+2
|
/
*
fuse: fix fuse_write_end() if zero bytes were copied
Miklos Szeredi
2016-11-15
1
-0
/
+6
*
fuse: fix root dentry initialization
Miklos Szeredi
2016-10-18
3
-1
/
+8
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2016-10-10
2
-3
/
+3
|
\
|
*
Merge remote-tracking branch 'ovl/rename2' into for-linus
Al Viro
2016-10-10
1
-1
/
+1
|
|
\
|
|
*
fs: rename "rename2" i_op to "rename"
Miklos Szeredi
2016-09-27
1
-1
/
+1
|
*
|
fs: Replace current_fs_time() with current_time()
Deepa Dinamani
2016-09-27
1
-1
/
+1
|
*
|
fs: Replace CURRENT_TIME with current_time() for inode timestamps
Deepa Dinamani
2016-09-27
1
-1
/
+1
|
|
/
*
|
Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2016-10-10
1
-9
/
+0
|
\
\
|
*
|
vfs: Remove {get,set,remove}xattr inode operations
Andreas Gruenbacher
2016-10-07
1
-9
/
+0
*
|
|
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2016-10-10
3
-5
/
+6
|
\
\
\
|
*
\
\
Merge remote-tracking branch 'jk/vfs' into work.misc
Al Viro
2016-10-08
3
-6
/
+7
|
|
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
|
*
|
fs: Give dentry to inode_change_ok() instead of inode
Jan Kara
2016-09-22
1
-1
/
+1
|
|
*
|
fuse: Propagate dentry down to inode_change_ok()
Jan Kara
2016-09-22
3
-5
/
+6
*
|
|
|
Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2016-10-07
1
-47
/
+16
|
\
\
\
\
|
*
|
|
|
pipe: add pipe_buf_steal() helper
Miklos Szeredi
2016-10-05
1
-1
/
+1
|
*
|
|
|
pipe: add pipe_buf_confirm() helper
Miklos Szeredi
2016-10-05
1
-2
/
+2
|
*
|
|
|
pipe: add pipe_buf_release() helper
Miklos Szeredi
2016-10-05
1
-4
/
+3
|
*
|
|
|
pipe: add pipe_buf_get() helper
Miklos Szeredi
2016-10-05
1
-1
/
+1
|
*
|
|
|
fuse_dev_splice_read(): switch to add_to_pipe()
Al Viro
2016-10-03
1
-37
/
+9
|
*
|
|
|
splice: lift pipe_lock out of splice_to_pipe()
Al Viro
2016-10-03
1
-2
/
+0
|
|
/
/
/
*
|
|
|
fuse: limit xattr returned size
Miklos Szeredi
2016-10-03
1
-2
/
+2
*
|
|
|
fuse: remove duplicate cs->offset assignment
Miklos Szeredi
2016-10-01
1
-1
/
+0
*
|
|
|
fuse: don't use fuse_ioctl_copy_user() helper
Miklos Szeredi
2016-10-01
1
-34
/
+18
*
|
|
|
fuse_ioctl_copy_user(): don't open-code copy_page_{to,from}_iter()
Al Viro
2016-10-01
1
-23
/
+7
*
|
|
|
fuse: get rid of fc->flags
Miklos Szeredi
2016-10-01
3
-24
/
+20
*
|
|
|
fuse: use timespec64
Miklos Szeredi
2016-10-01
1
-3
/
+7
*
|
|
|
fuse: don't use ->d_time
Miklos Szeredi
2016-10-01
1
-20
/
+23
*
|
|
|
fuse: Add posix ACL support
Seth Forshee
2016-10-01
7
-7
/
+152
*
|
|
|
fuse: handle killpriv in userspace fs
Miklos Szeredi
2016-10-01
3
-18
/
+33
*
|
|
|
fuse: fix killing s[ug]id in setattr
Miklos Szeredi
2016-10-01
1
-4
/
+28
*
|
|
|
fuse: invalidate dir dentry after chmod
Miklos Szeredi
2016-10-01
1
-2
/
+10
|
|
_
|
/
|
/
|
|
*
|
|
fuse: Use generic xattr ops
Seth Forshee
2016-10-01
5
-176
/
+221
*
|
|
fuse: listxattr: verify xattr list
Miklos Szeredi
2016-10-01
1
-0
/
+19
|
/
/
[next]