Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
e9f6d13513ea9fd33b0184db8fc33cf51baa584b
/
fs
/
fuse
/
dir.c
af109bc
fuse: check create mode in atomic open
by Miklos Szeredi
· 12 years ago
ebfc3b4
don't pass nameidata to ->create()
by Al Viro
· 12 years ago
00cd8dd
stop passing nameidata to ->lookup()
by Al Viro
· 12 years ago
0b728e1
stop passing nameidata * to ->d_revalidate()
by Al Viro
· 12 years ago
e45198a
make finish_no_open() return int
by Al Viro
· 12 years ago
30d9049
kill struct opendata
by Al Viro
· 12 years ago
d958527
make ->atomic_open() return int
by Al Viro
· 12 years ago
4723768
->atomic_open() prototype change - pass int * instead of bool *
by Al Viro
· 12 years ago
c8ccbe0
fuse: implement i_op->atomic_open()
by Miklos Szeredi
· 12 years ago
b3d9b7a
vfs: switch i_dentry/d_alias to hlist
by Al Viro
· 12 years ago
203627b
fuse: fix blksize calculation
by Miklos Szeredi
· 12 years ago
45c72cd
fuse: fix stat call on 32 bit platforms
by Pavel Shilovsky
· 12 years ago
4273b79
fuse: O_DIRECT support for files
by Anand Avati
· 13 years ago
ac45d61
fuse: fix nlink after unlink
by Miklos Szeredi
· 13 years ago
6733e54
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
by Linus Torvalds
· 13 years ago
541af6a
fuse: propagate umode_t
by Al Viro
· 13 years ago
1a67aaf
switch ->mknod() to umode_t
by Al Viro
· 13 years ago
4acdaf2
switch ->create() to umode_t
by Al Viro
· 13 years ago
18bb1db
switch vfs_mkdir() and ->mkdir() to umode_t
by Al Viro
· 13 years ago
451d0f5
FUSE: Notifying the kernel of deletion.
by John Muir
· 13 years ago
b18da0c
fuse: support ioctl on directories
by Miklos Szeredi
· 13 years ago
02c24a8
fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers
by Josef Bacik
· 13 years ago
dd7dd55
no need to check for LOOKUP_OPEN in ->create() instances
by Al Viro
· 13 years ago
8a5e929
don't transliterate lower bits of ->intent.open.flags to FMODE_...
by Al Viro
· 13 years ago
10556cb
->permission() sanitizing: don't pass flags to ->permission()
by Al Viro
· 13 years ago
2830ba7
->permission() sanitizing: don't pass flags to generic_permission()
by Al Viro
· 13 years ago
178ea735
kill check_acl callback of generic_permission()
by Al Viro
· 13 years ago
526e7ce
fuse: remove unnecessary dentry_unhash on rmdir, dir rename
by Sage Weil
· 13 years ago
32e51f1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 13 years ago
e4eaac0
vfs: push dentry_unhash on rename_dir into file systems
by Sage Weil
· 13 years ago
79bf7c7
vfs: push dentry_unhash on rmdir into file systems
by Sage Weil
· 13 years ago
d243390
fuse: fix oops in revalidate when called with NULL nameidata
by Miklos Szeredi
· 13 years ago
e7c0a16
fuse: make fuse_dentry_revalidate() RCU aware
by Miklos Szeredi
· 14 years ago
19690dd
fuse: make fuse_permission() RCU aware
by Miklos Szeredi
· 14 years ago
529c5f9
fuse: fix d_revalidate oopsen on NFS exports
by Al Viro
· 14 years ago
8d56add
fuse: fix truncate after open
by Miklos Szeredi
· 14 years ago
c35eebe
switch fuse
by Al Viro
· 14 years ago
7d44b04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
by Linus Torvalds
· 14 years ago
b74c79e
fs: provide rcu-walk aware permission i_ops
by Nick Piggin
· 14 years ago
34286d6
fs: rcu-walk aware d_revalidate method
by Nick Piggin
· 14 years ago
fb045ad
fs: dcache reduce branches in lookup path
by Nick Piggin
· 14 years ago
07e77dc
fuse: separate queue for FORGET requests
by Miklos Szeredi
· 14 years ago
5f248c9
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 14 years ago
2c27c65
check ATTR_SIZE contraints in inode_change_ok
by Christoph Hellwig
· 14 years ago
db78b87
always call inode_change_ok early in ->setattr
by Christoph Hellwig
· 14 years ago
9cfcac8
vfs: re-introduce MAY_CHDIR
by Eric Paris
· 14 years ago
7ea8085
drop unused dentry argument to ->fsync
by Christoph Hellwig
· 14 years ago
1b73239
fuse: reject O_DIRECT flag also in fuse_create
by Csaba Henk
· 15 years ago
5219f34
fuse: invalidate target of rename
by Miklos Szeredi
· 15 years ago
c08d3b0
truncate: use new helpers
by npiggin@suse.de
· 15 years ago
3b463ae
fuse: invalidation reverse calls
by John Muir
· 15 years ago
e0a43dd
fuse: allow umask processing in userspace
by Miklos Szeredi
· 15 years ago
8b0797a
fuse: don't use inode in fuse_sync_release()
by Miklos Szeredi
· 16 years ago
91fe96b
fuse: create fuse_do_open() helper for CUSE
by Miklos Szeredi
· 16 years ago
c7b7143
fuse: clean up args in fuse_finish_open() and fuse_release_fill()
by Miklos Szeredi
· 16 years ago
2106cb1
fuse: don't use inode in helpers called by fuse_direct_io()
by Miklos Szeredi
· 16 years ago
f4975c6
fuse: allow kernel to access "direct_io" files
by Miklos Szeredi
· 16 years ago
4269590
constify dentry_operations: FUSE
by Al Viro
· 16 years ago
5fec8bd
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
by Linus Torvalds
· 16 years ago
b93f858
fuse: add fuse_ prefix to several functions
by Tejun Heo
· 16 years ago
acf9943
fuse: add file kernel handle
by Tejun Heo
· 16 years ago
1729a16
fuse: style fixes
by Miklos Szeredi
· 16 years ago
c69e8d9
CRED: Use RCU to access another task's creds and to release a task's own creds
by David Howells
· 16 years ago
b6dff3e
CRED: Separate task security context from task_struct
by David Howells
· 16 years ago
a110343
[PATCH] fix MAY_CHDIR/MAY_ACCESS/LOOKUP_ACCESS mess
by Al Viro
· 16 years ago
e6305c4
[PATCH] sanitize ->permission() prototype
by Al Viro
· 16 years ago
c180eeb
fuse: add fuse_lookup_name() helper
by Miklos Szeredi
· 16 years ago
dbd561d
fuse: add export operations
by Miklos Szeredi
· 16 years ago
0de6256
fuse: prepare lookup for nfs export
by Miklos Szeredi
· 16 years ago
5c5c5e5
fuse: update file size on short read
by Miklos Szeredi
· 17 years ago
3be5a52
fuse: support writable mmap
by Miklos Szeredi
· 17 years ago
1a823ac
fuse: fix permission checking
by Miklos Szeredi
· 17 years ago
e231c2e
Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)
by David Howells
· 17 years ago
0952b2a
fuse: fix attribute caching after create
by Miklos Szeredi
· 17 years ago
08b6330
fuse: fix attribute caching after rename
by Miklos Szeredi
· 17 years ago
a664309
fuse: pass open flags to read and write
by Miklos Szeredi
· 17 years ago
7dca9fd
fuse: cleanup: add fuse_get_attr_version()
by Miklos Szeredi
· 17 years ago
bcb4be8
fuse: fix reading past EOF
by Miklos Szeredi
· 17 years ago
0e9663e
fuse: add blksize field to fuse_attr
by Miklos Szeredi
· 17 years ago
f333211
fuse: add support for mandatory locking
by Miklos Szeredi
· 17 years ago
6ff958e
fuse: add atomic open+truncate support
by Miklos Szeredi
· 17 years ago
17637cb
fuse: improve utimes support
by Miklos Szeredi
· 17 years ago
49d4914
fuse: clean up open file passing in setattr
by Miklos Szeredi
· 17 years ago
c79e322
fuse: add file handle to getattr operation
by Miklos Szeredi
· 17 years ago
1fb69e7
fuse: fix race between getattr and write
by Miklos Szeredi
· 17 years ago
e57ac68
fuse: fix allowing operations
by Miklos Szeredi
· 17 years ago
e8e9615
fuse: clean up execute permission checking
by Miklos Szeredi
· 17 years ago
ebc14c4
fuse: fix permission checking on sticky directories
by Miklos Szeredi
· 17 years ago
244f638
fuse: refresh stale attributes in fuse_permission()
by Miklos Szeredi
· 17 years ago
e00d2c2
fuse: truncate on spontaneous size change
by Miklos Szeredi
· 17 years ago
c756e0a
fuse: add reference counting to fuse_file
by Miklos Szeredi
· 17 years ago
b9ba347
fuse: fix mknod of regular file
by Miklos Szeredi
· 17 years ago
a5bfffac
[PATCH] fuse: validate rootmode mount option
by Timo Savola
· 18 years ago
754661f
[PATCH] mark struct inode_operations const 1
by Arjan van de Ven
· 18 years ago
7706a9d
[PATCH] struct path: convert fuse
by Josef Sipek
· 18 years ago
b2d2272
[PATCH] fuse: add bmap support
by Miklos Szeredi
· 18 years ago
bdcf250
[PATCH] fuse: minor cleanup in fuse_dentry_revalidate
by Miklos Szeredi
· 18 years ago
2d51013
[PATCH] fuse: fix Oops in lookup
by Miklos Szeredi
· 18 years ago
e956edd
[PATCH] fuse: fix dereferencing dentry parent
by Miklos Szeredi
· 18 years ago
d2a8516
[PATCH] fuse: fix handling of moved directory
by Miklos Szeredi
· 18 years ago
Next »