index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-29
ovl: share inode for hard link
Miklos Szeredi
4
-48
/
+100
2016-07-29
ovl: store real inode pointer in ->i_private
Miklos Szeredi
5
-37
/
+40
2016-07-29
ovl: permission: return ECHILD instead of ENOENT
Miklos Szeredi
1
-1
/
+1
2016-07-29
ovl: update atime on upper
Miklos Szeredi
4
-5
/
+37
2016-07-29
ovl: fix sgid on directory
Miklos Szeredi
1
-4
/
+27
2016-07-29
ovl: simplify permission checking
Miklos Szeredi
3
-53
/
+1
2016-07-29
ovl: do not require mounter to have MAY_WRITE on lower
Vivek Goyal
1
-0
/
+2
2016-07-29
ovl: do operations on underlying file system in mounter's context
Vivek Goyal
2
-37
/
+72
2016-07-29
ovl: modify ovl_permission() to do checks on two inodes
Vivek Goyal
1
-4
/
+14
2016-07-29
ovl: define ->get_acl() for overlay inodes
Vivek Goyal
4
-0
/
+28
2016-07-29
ovl: move some common code in a function
Vivek Goyal
1
-8
/
+12
2016-07-29
ovl: store ovl_entry in inode->i_private for all inodes
Andreas Gruenbacher
1
-37
/
+11
2016-07-29
ovl: use generic_delete_inode
Miklos Szeredi
1
-0
/
+1
2016-07-29
ovl: check mounter creds on underlying lookup
Miklos Szeredi
1
-4
/
+9
2016-07-27
Merge branch 'd_real' into overlayfs-next
Miklos Szeredi
6
-36
/
+30
2016-07-23
Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
3
-32
/
+29
2016-07-22
ovl: verify upper dentry in ovl_remove_and_whiteout()
Maxim Patlasov
1
-30
/
+24
2016-07-16
xfs: fix type confusion in xfs_ioc_swapext
Jann Horn
1
-0
/
+6
2016-07-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
7
-10
/
+32
2016-07-08
Merge tag 'ecryptfs-4.7-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
4
-20
/
+23
2016-07-08
ecryptfs: don't allow mmap when the lower fs doesn't support it
Jeff Mahoney
1
-1
/
+14
2016-07-07
Revert "ecryptfs: forbid opening files without mmap handler"
Jeff Mahoney
1
-11
/
+2
2016-07-07
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2016-07-07
Merge tag 'configfs-for-4.7' of git://git.infradead.org/users/hch/configfs
Linus Torvalds
1
-2
/
+0
2016-07-05
nfs_atomic_open(): prevent parallel nfs_lookup() on a negative hashed
Al Viro
1
-3
/
+25
2016-07-05
Use the right predicate in ->atomic_open() instances
Al Viro
7
-7
/
+7
2016-07-04
ovl: Copy up underlying inode's ->i_mode to overlay inode
Vivek Goyal
2
-2
/
+2
2016-07-04
ovl: handle ATTR_KILL*
Miklos Szeredi
1
-0
/
+3
2016-07-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...
Linus Torvalds
3
-1
/
+31
2016-07-03
Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-8
/
+33
2016-07-03
ovl: warn instead of error if d_type is not supported
Vivek Goyal
1
-5
/
+7
2016-07-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
4
-48
/
+78
2016-07-01
Merge tag 'nfsd-4.7-3' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2
-4
/
+11
2016-07-01
Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+6
2016-07-01
locks: use file_inode()
Miklos Szeredi
1
-1
/
+1
2016-06-30
namespace: update event counter when umounting a deleted dentry
Andrey Ulanov
1
-0
/
+1
2016-06-30
9p: use file_dentry()
Miklos Szeredi
1
-3
/
+3
2016-06-30
lockd: unregister notifier blocks if the service fails to come up completely
Scott Mayhew
1
-3
/
+10
2016-06-30
writeback: inode cgroup wb switch should not call ihold()
Tahsin Erdogan
1
-1
/
+1
2016-06-30
fuse: serialize dirops by default
Miklos Szeredi
3
-1
/
+31
2016-06-30
configfs: Remove ppos increment in configfs_write_bin_file
Marek Vasut
1
-2
/
+0
2016-06-30
vfs: merge .d_select_inode() into .d_real()
Miklos Szeredi
6
-36
/
+30
2016-06-29
Merge tag 'nfs-for-4.7-2' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
8
-23
/
+45
2016-06-29
ovl: get_write_access() in truncate
Miklos Szeredi
1
-0
/
+21
2016-06-29
ovl: fix dentry leak for default_permissions
Miklos Szeredi
1
-3
/
+5
2016-06-28
NFS: Fix another OPEN_DOWNGRADE bug
Trond Myklebust
1
-3
/
+2
2016-06-27
dax: fix offset overflow in dax_io
Eric Sandeen
1
-1
/
+6
2016-06-27
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
9
-52
/
+124
2016-06-27
make nfs_atomic_open() call d_drop() on all ->open_context() errors.
Al Viro
1
-1
/
+1
2016-06-25
Merge branch 'for-linus-4.7-part2' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
3
-13
/
+34
[next]