Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
39b681f8026c170a73972517269efc830db0d7ce
/
fs
39b681f
ovl: store real inode pointer in ->i_private
by Miklos Szeredi
· 8 years ago
a999d7e
ovl: permission: return ECHILD instead of ENOENT
by Miklos Szeredi
· 8 years ago
d719e8f
ovl: update atime on upper
by Miklos Szeredi
· 8 years ago
bb0d2b8
ovl: fix sgid on directory
by Miklos Szeredi
· 8 years ago
9c630eb
ovl: simplify permission checking
by Miklos Szeredi
· 8 years ago
754f8cb
ovl: do not require mounter to have MAY_WRITE on lower
by Vivek Goyal
· 8 years ago
1175b6b
ovl: do operations on underlying file system in mounter's context
by Vivek Goyal
· 8 years ago
c0ca3d7
ovl: modify ovl_permission() to do checks on two inodes
by Vivek Goyal
· 8 years ago
39a25b2
ovl: define ->get_acl() for overlay inodes
by Vivek Goyal
· 8 years ago
72e4848
ovl: move some common code in a function
by Vivek Goyal
· 8 years ago
58ed4e7
ovl: store ovl_entry in inode->i_private for all inodes
by Andreas Gruenbacher
· 8 years ago
eead4f2
ovl: use generic_delete_inode
by Miklos Szeredi
· 8 years ago
c1b2cc1
ovl: check mounter creds on underlying lookup
by Miklos Szeredi
· 8 years ago
1b91dbd
Merge branch 'd_real' into overlayfs-next
by Miklos Szeredi
· 8 years ago
88083e9
Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs
by Linus Torvalds
· 8 years ago
cfc9fde
ovl: verify upper dentry in ovl_remove_and_whiteout()
by Maxim Patlasov
· 8 years ago
3e0a396
xfs: fix type confusion in xfs_ioc_swapext
by Jann Horn
· 9 years ago
08d27eb
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
b987c75
Merge tag 'ecryptfs-4.7-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs
by Linus Torvalds
· 8 years ago
f0fe970
ecryptfs: don't allow mmap when the lower fs doesn't support it
by Jeff Mahoney
· 8 years ago
78c4e17
Revert "ecryptfs: forbid opening files without mmap handler"
by Jeff Mahoney
· 8 years ago
ac904ae
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 8 years ago
4c2a849
Merge tag 'configfs-for-4.7' of git://git.infradead.org/users/hch/configfs
by Linus Torvalds
· 8 years ago
c94c095
nfs_atomic_open(): prevent parallel nfs_lookup() on a negative hashed
by Al Viro
· 8 years ago
00699ad
Use the right predicate in ->atomic_open() instances
by Al Viro
· 8 years ago
07a2daa
ovl: Copy up underlying inode's ->i_mode to overlay inode
by Vivek Goyal
· 8 years ago
b99c2d9
ovl: handle ATTR_KILL*
by Miklos Szeredi
· 8 years ago
0b295dd
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
by Linus Torvalds
· 8 years ago
236bfd8
Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs
by Linus Torvalds
· 8 years ago
e7c0b59
ovl: warn instead of error if d_type is not supported
by Vivek Goyal
· 8 years ago
48c4565
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
2728c57
Merge tag 'nfsd-4.7-3' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 8 years ago
f3683cc
Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 8 years ago
6343a21
locks: use file_inode()
by Miklos Szeredi
· 8 years ago
e06b933
namespace: update event counter when umounting a deleted dentry
by Andrey Ulanov
· 9 years ago
b403f0e
9p: use file_dentry()
by Miklos Szeredi
· 8 years ago
cb7d224f
lockd: unregister notifier blocks if the service fails to come up completely
by Scott Mayhew
· 8 years ago
7452495
writeback: inode cgroup wb switch should not call ihold()
by Tahsin Erdogan
· 8 years ago
5c672ab
fuse: serialize dirops by default
by Miklos Szeredi
· 8 years ago
f860898
configfs: Remove ppos increment in configfs_write_bin_file
by Marek Vasut
· 8 years ago
2d90267
vfs: merge .d_select_inode() into .d_real()
by Miklos Szeredi
· 8 years ago
e7bdea7
Merge tag 'nfs-for-4.7-2' of git://git.linux-nfs.org/projects/anna/linux-nfs
by Linus Torvalds
· 8 years ago
03bea60
ovl: get_write_access() in truncate
by Miklos Szeredi
· 8 years ago
a4859d7
ovl: fix dentry leak for default_permissions
by Miklos Szeredi
· 8 years ago
e547f26
NFS: Fix another OPEN_DOWNGRADE bug
by Trond Myklebust
· 8 years ago
0239543
dax: fix offset overflow in dax_io
by Eric Sandeen
· 8 years ago
fbe601f
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 8 years ago
d20cb71
make nfs_atomic_open() call d_drop() on all ->open_context() errors.
by Al Viro
· 8 years ago
da2f6ab
Merge branch 'for-linus-4.7-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 8 years ago
b971712a
Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 8 years ago
02dbfc9
Btrfs: fix ->iterate_shared() by upgrading i_rwsem for delayed nodes
by Omar Sandoval
· 8 years ago
b42b90d
ceph: fix d_obtain_alias() misuses
by Al Viro
· 8 years ago
086e3eb
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 8 years ago
5a9294e5
autofs: don't get stuck in a loop if vfs_write() returns an error
by Andrey Vagin
· 8 years ago
63d2f95
fs/nilfs2: fix potential underflow in call to crc32_le
by Torsten Hilbrich
· 8 years ago
7186ee0
ocfs2: disable BUG assertions in reading blocks
by Gang He
· 8 years ago
f2db197
jbd2: get rid of superfluous __GFP_REPEAT
by Michal Hocko
· 8 years ago
9c46a6d
Merge tag 'nfsd-4.7-2' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 8 years ago
45e8a25
File names with trailing period or space need special case conversion
by Steve French
· 8 years ago
4fcd181
Fix reconnect to not defer smb3 session reconnect long after socket reconnect
by Steve French
· 8 years ago
9996537
nfsd: check permissions when setting ACLs
by Ben Hutchings
· 8 years ago
485e71e
posix_acl: Add set_posix_acl
by Andreas Gruenbacher
· 8 years ago
1b982ea
NFS: Fix an unused variable warning
by Trond Myklebust
· 8 years ago
916ec34
NFS: Fix potential race in nfs_fhget()
by Trond Myklebust
· 8 years ago
d8fdb47
NFS: Don't let readdirplus revalidate an inode that was marked as stale
by Trond Myklebust
· 8 years ago
2d148c7
NFSv4.1/pnfs: Mark the layout stateid invalid when all segments are removed
by Trond Myklebust
· 8 years ago
cbebaf8
NFS: Fix a double page unlock
by Trond Myklebust
· 8 years ago
5e3a988
pnfs_nfs: fix _cancel_empty_pagelist
by Weston Andros Adamson
· 8 years ago
cea7f82
nfs4: Fix potential use after free of state in nfs4_do_reclaim.
by Oleg Drokin
· 8 years ago
d2a7de0
NFS: Fix up O_DIRECT results
by Trond Myklebust
· 8 years ago
dd1beb3
NFS/pnfs: handle bad delegation stateids in nfs4_layoutget_handle_exception
by Trond Myklebust
· 8 years ago
e5241e4
NFSv4.1/pnfs: Add sparse lock annotations for pnfs_find_alloc_layout
by Trond Myklebust
· 8 years ago
67a3b72
NFSv4.1/pnfs: Layout stateids start out as being invalid
by Trond Myklebust
· 8 years ago
bc23676
NFSv4.1/pnfs: Ensure we handle delegation errors in nfs4_proc_layoutget()
by Trond Myklebust
· 8 years ago
63c04ee
Merge tag 'upstream-4.7-rc5' of git://git.infradead.org/linux-ubifs
by Linus Torvalds
· 8 years ago
a6b6bef
cifs: check hash calculating succeeded
by Luis de Bethencourt
· 8 years ago
b8da344
cifs: dynamic allocation of ntlmssp blob
by Jerome Marchand
· 8 years ago
202d772
cifs: use CIFS_MAX_DOMAINNAME_LEN when converting the domain name
by Jerome Marchand
· 8 years ago
3d22462
cifs: stuff the fl_owner into "pid" field in the lock request
by Jeff Layton
· 8 years ago
b7f6705
Btrfs: Force stripesize to the value of sectorsize
by Chandan Rajendra
· 8 years ago
c0d2f61
btrfs: fix disk_i_size update bug when fallocate() fails
by Wang Xiaoguang
· 8 years ago
415b35a
Btrfs: fix error handling in map_private_extent_buffer
by Liu Bo
· 8 years ago
04e1b65
Btrfs: fix error return code in btrfs_init_test_fs()
by Wei Yongjun
· 8 years ago
c6887cd
Btrfs: don't do nocow check unless we have to
by Josef Bacik
· 9 years ago
0f873ec
btrfs: fix deadlock in delayed_ref_async_start
by Chris Mason
· 9 years ago
31b9655
Btrfs: track transid for delayed ref flushing
by Josef Bacik
· 9 years ago
4ac1c17
UBIFS: Implement ->migratepage()
by Kirill A. Shutemov
· 8 years ago
f9020d1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 8 years ago
ebaaa80
lockless next_positive()
by Al Viro
· 8 years ago
4f42c1b
libfs.c: new helper - next_positive()
by Al Viro
· 8 years ago
274f5b0
dcache_{readdir,dir_lseek}(): don't bother with nested ->d_lock
by Al Viro
· 8 years ago
67016f6
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
40f0fd3
ecryptfs: fix spelling mistakes
by Chris J Arges
· 8 years ago
5f9f2c2
eCryptfs: fix typos in comment
by Wei Yuan
· 9 years ago
c39341c
ecryptfs: drop null test before destroy functions
by Julia Lawall
· 9 years ago
e7d6ef9
fix idiotic braino in d_alloc_parallel()
by Al Viro
· 8 years ago
c369533
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Linus Torvalds
· 8 years ago
607117a
Merge tag 'driver-core-4.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 8 years ago
4c6459f
Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 8 years ago
dd5c931
Btrfs: btrfs_check_super_valid: Allow 4096 as stripesize
by Chandan Rajendra
· 8 years ago
Next »