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.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2016-10-10
136
-640
/
+737
|
\
|
*
Merge remote-tracking branch 'jk/vfs' into work.misc
Al Viro
2016-10-08
76
-225
/
+296
|
|
\
|
|
*
fs: Avoid premature clearing of capabilities
Jan Kara
2016-09-22
1
-6
/
+14
|
|
*
fs: Give dentry to inode_change_ok() instead of inode
Jan Kara
2016-09-22
51
-68
/
+67
|
|
*
fuse: Propagate dentry down to inode_change_ok()
Jan Kara
2016-09-22
3
-5
/
+6
|
|
*
ceph: Propagate dentry down to inode_change_ok()
Jan Kara
2016-09-22
2
-8
/
+16
|
|
*
xfs: Propagate dentry down to inode_change_ok()
Jan Kara
2016-09-22
5
-35
/
+68
|
|
*
posix_acl: Clear SGID bit when setting file permissions
Jan Kara
2016-09-22
16
-102
/
+89
|
*
|
Merge remote-tracking branch 'ovl/misc' into work.misc
Al Viro
2016-10-08
25
-101
/
+170
|
|
\
\
|
|
*
|
vfat: don't use ->d_time
Miklos Szeredi
2016-09-16
1
-4
/
+15
|
|
*
|
cifs: don't use ->d_time
Miklos Szeredi
2016-09-16
3
-4
/
+14
|
|
*
|
posix_acl: don't ignore return value of posix_acl_create_masq()
Miklos Szeredi
2016-09-16
1
-5
/
+6
|
|
*
|
f2fs: use filemap_check_errors()
Miklos Szeredi
2016-09-16
1
-5
/
+2
|
|
*
|
btrfs: use filemap_check_errors()
Miklos Szeredi
2016-09-16
4
-19
/
+3
|
|
*
|
vfs: do get_write_access() on upper layer of overlayfs
Miklos Szeredi
2016-09-16
2
-3
/
+15
|
|
*
|
vfs: make argument of d_real_inode() const
Miklos Szeredi
2016-09-16
1
-2
/
+3
|
|
*
|
locks: fix file locking on overlayfs
Miklos Szeredi
2016-09-16
6
-27
/
+46
|
|
*
|
fsnotify: support overlayfs
Aihua Zhang
2016-09-16
1
-5
/
+9
|
|
*
|
vfs: update ovl inode before relatime check
Miklos Szeredi
2016-09-16
4
-8
/
+37
|
|
*
|
vfs: move permission checking into notify_change() for utimes(NULL)
Miklos Szeredi
2016-09-16
3
-16
/
+17
|
|
*
|
ima: use file_dentry()
Miklos Szeredi
2016-09-16
2
-3
/
+3
|
*
|
|
Merge branch 'work.const-qstr' into work.misc
Al Viro
2016-10-08
13
-59
/
+53
|
|
\
\
\
|
|
*
|
|
parisc: use %pD
Al Viro
2016-08-08
1
-1
/
+1
|
|
*
|
|
lustre: use %pD
Al Viro
2016-08-08
1
-2
/
+2
|
|
*
|
|
gpu: use %pd
Al Viro
2016-08-08
3
-6
/
+6
|
|
*
|
|
iwlwifi: use %pd
Al Viro
2016-08-08
3
-16
/
+10
|
|
*
|
|
orangefs: use %pd/%pD
Al Viro
2016-08-08
5
-34
/
+34
|
*
|
|
|
Merge branch 'work.iget' into work.misc
Al Viro
2016-10-08
1
-7
/
+34
|
|
\
\
\
\
|
|
*
|
|
|
iget_locked et.al.: make sure we don't return bad inodes
Al Viro
2016-07-04
1
-7
/
+34
|
*
|
|
|
|
proc: switch auxv to use of __mem_open()
Al Viro
2016-10-06
1
-19
/
+26
|
*
|
|
|
|
hpfs: support FIEMAP
Mikulas Patocka
2016-10-06
1
-0
/
+6
|
*
|
|
|
|
cifs: get rid of unused arguments of CIFSSMBWrite()
Al Viro
2016-09-28
3
-13
/
+5
|
*
|
|
|
|
posix_acl: uapi header split
Andreas Gruenbacher
2016-09-28
5
-38
/
+81
|
*
|
|
|
|
posix_acl: xattr representation cleanups
Andreas Gruenbacher
2016-09-28
6
-54
/
+51
|
*
|
|
|
|
fs/aio.c: eliminate redundant loads in put_aio_ring_file
Rasmus Villemoes
2016-09-28
1
-3
/
+6
|
*
|
|
|
|
fs/internal.h: add const to ns_dentry_operations declaration
Rasmus Villemoes
2016-09-28
1
-1
/
+1
|
*
|
|
|
|
compat: remove compat_printk()
Arnd Bergmann
2016-09-28
3
-25
/
+0
|
*
|
|
|
|
fs/buffer.c: make __getblk_slow() static
Eric Biggers
2016-09-28
1
-2
/
+1
|
*
|
|
|
|
proc: unsigned file descriptors
Alexey Dobriyan
2016-09-28
3
-6
/
+6
|
*
|
|
|
|
fs/file: more unsigned file descriptors
Alexey Dobriyan
2016-09-28
4
-23
/
+23
|
*
|
|
|
|
fs: compat: remove redundant check of nr_segs
Shawn Lin
2016-09-28
1
-1
/
+1
|
*
|
|
|
|
cachefiles: Fix attempt to read i_blocks after deleting file [ver #2]
David Howells
2016-09-28
3
-6
/
+13
|
*
|
|
|
|
cifs: don't use memcpy() to copy struct iov_iter
Al Viro
2016-09-28
1
-10
/
+4
|
*
|
|
|
|
get rid of separate multipage fault-in primitives
Al Viro
2016-09-28
7
-61
/
+9
*
|
|
|
|
|
Merge branch 'pcmcia' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
2016-10-10
4
-102
/
+183
|
\
\
\
\
\
\
|
*
|
|
|
|
|
pcmcia: soc_common: add driver-data pointer
Russell King
2016-09-22
1
-0
/
+1
|
*
|
|
|
|
|
pcmcia: soc_common: add support for voltage sense GPIOs
Russell King
2016-09-22
2
-2
/
+8
|
*
|
|
|
|
|
pcmcia: soc_common: constify pcmcia_low_level ops pointer
Russell King
2016-09-22
2
-2
/
+2
|
*
|
|
|
|
|
pcmcia: soc_common: switch to a per-socket cpufreq notifier
Russell King
2016-09-22
2
-54
/
+26
|
*
|
|
|
|
|
pcmcia: soc_common: add support for Vcc and Vpp regulators
Russell King
2016-09-22
2
-1
/
+47
[next]