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.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2016-05-18
46
-224
/
+200
|
\
|
*
nfsd: use RWF_SYNC
Christoph Hellwig
2016-05-02
1
-11
/
+7
|
*
fs: add RWF_DSYNC aand RWF_SYNC
Christoph Hellwig
2016-05-02
2
-1
/
+7
|
*
ceph: use generic_write_sync
Christoph Hellwig
2016-05-02
1
-6
/
+5
|
*
fs: simplify the generic_write_sync prototype
Christoph Hellwig
2016-05-02
12
-65
/
+46
|
*
fs: add IOCB_SYNC and IOCB_DSYNC
Christoph Hellwig
2016-05-02
13
-16
/
+25
|
*
direct-io: remove the offset argument to dio_complete
Christoph Hellwig
2016-05-02
1
-5
/
+5
|
*
direct-io: eliminate the offset argument to ->direct_IO
Christoph Hellwig
2016-05-02
37
-112
/
+99
|
*
xfs: eliminate the pos variable in xfs_file_dio_aio_write
Christoph Hellwig
2016-05-02
1
-9
/
+8
|
*
filemap: remove the pos argument to generic_file_direct_write
Christoph Hellwig
2016-05-02
4
-9
/
+9
|
*
filemap: remove pos variables in generic_file_read_iter
Christoph Hellwig
2016-05-02
1
-8
/
+7
*
|
Merge branch 'work.const-path' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2016-05-17
19
-155
/
+132
|
\
\
|
*
|
constify ima_d_path()
Al Viro
2016-03-28
2
-2
/
+2
|
*
|
constify security_sb_pivotroot()
Al Viro
2016-03-28
4
-6
/
+6
|
*
|
constify security_path_chroot()
Al Viro
2016-03-28
4
-5
/
+5
|
*
|
constify security_path_{link,rename}
Al Viro
2016-03-28
5
-18
/
+18
|
*
|
apparmor: remove useless checks for NULL ->mnt
Al Viro
2016-03-28
1
-2
/
+2
|
*
|
constify security_path_{mkdir,mknod,symlink}
Al Viro
2016-03-28
7
-20
/
+20
|
*
|
constify security_path_{unlink,rmdir}
Al Viro
2016-03-28
5
-12
/
+12
|
*
|
apparmor: constify common_perm_...()
Al Viro
2016-03-28
1
-4
/
+4
|
*
|
apparmor: constify aa_path_link()
Al Viro
2016-03-28
2
-2
/
+2
|
*
|
apparmor: new helper - common_path_perm()
Al Viro
2016-03-28
1
-35
/
+12
|
*
|
constify chmod_common/security_path_chmod
Al Viro
2016-03-28
6
-7
/
+7
|
*
|
constify security_sb_mount()
Al Viro
2016-03-28
5
-6
/
+6
|
*
|
constify chown_common/security_path_chown
Al Viro
2016-03-28
6
-7
/
+7
|
*
|
tomoyo: constify assorted struct path *
Al Viro
2016-03-28
3
-13
/
+13
|
*
|
apparmor_path_truncate(): path->mnt is never NULL
Al Viro
2016-03-28
1
-1
/
+1
|
*
|
constify vfs_truncate()
Al Viro
2016-03-28
2
-2
/
+2
|
*
|
constify security_path_truncate()
Al Viro
2016-03-28
5
-6
/
+6
|
*
|
[apparmor] constify struct path * in a bunch of helpers
Al Viro
2016-03-28
5
-8
/
+8
*
|
|
Merge branch 'for-cifs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
2016-05-17
5
-220
/
+167
|
\
\
\
|
*
|
|
cifs: Switch to generic xattr handlers
Andreas Gruenbacher
2016-04-23
4
-218
/
+165
|
*
|
|
cifs: Fix removexattr for os2.* xattrs
Andreas Gruenbacher
2016-04-23
1
-9
/
+17
|
*
|
|
cifs: Check for equality with ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT
Andreas Gruenbacher
2016-04-23
1
-2
/
+2
|
*
|
|
cifs: Fix xattr name checks
Andreas Gruenbacher
2016-04-23
1
-16
/
+8
*
|
|
|
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
2016-05-17
3
-27
/
+46
|
\
\
\
\
|
*
|
|
|
udf: Export superblock magic to userspace
Jan Kara
2016-04-28
2
-3
/
+3
|
*
|
|
|
udf: Prevent stack overflow on corrupted filesystem mount
Alden Tondettar
2016-04-26
1
-24
/
+43
*
|
|
|
|
Merge tag 'jfs-4.7' of git://github.com/kleikamp/linux-shaggy
Linus Torvalds
2016-05-17
9
-39
/
+29
|
\
\
\
\
\
|
*
|
|
|
|
jfs: Coalesce some formats
Joe Perches
2016-03-30
6
-28
/
+20
|
*
|
|
|
|
jfs: Remove unnecessary line continuations and terminating newlines
Joe Perches
2016-03-30
1
-4
/
+2
|
*
|
|
|
|
jfs: Remove terminating newlines from jfs_info, jfs_warn, jfs_err uses
Joe Perches
2016-03-30
4
-7
/
+7
*
|
|
|
|
|
exec: clarify reasoning for euid/egid reset
Kees Cook
2016-05-17
1
-1
/
+6
*
|
|
|
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2016-05-17
195
-1230
/
+1449
|
\
\
\
\
\
\
|
*
\
\
\
\
\
Merge branch 'ovl-fixes' into for-linus
Al Viro
2016-05-17
745
-4038
/
+7529
|
|
\
\
\
\
\
\
|
*
|
|
|
|
|
|
ext4: switch to ->iterate_shared()
Al Viro
2016-05-13
2
-2
/
+9
|
*
|
|
|
|
|
|
hfs: switch to ->iterate_shared()
Al Viro
2016-05-13
4
-3
/
+15
|
*
|
|
|
|
|
|
hfsplus: switch to ->iterate_shared()
Al Viro
2016-05-13
5
-3
/
+15
|
*
|
|
|
|
|
|
hostfs: switch to ->iterate_shared()
Al Viro
2016-05-13
1
-1
/
+1
|
*
|
|
|
|
|
|
hpfs: switch to ->iterate_shared()
Al Viro
2016-05-13
1
-1
/
+1
[next]