Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
d507d1b7521b9c464b8d02a0c06997ed6f69cff3
/
fs
/
9p
/
vfs_inode_dotl.c
2b0143b
VFS: normal filesystems (and lustre): d_inode() annotations
by David Howells
· 10 years ago
a455589
assorted conversions to %p[dD]
by Al Viro
· 10 years ago
4b8e992
9p: switch to %p[dD]
by Al Viro
· 10 years ago
fd2916b
fs/9p: kerneldoc fixes
by Fabian Frederick
· 10 years ago
fb89b45
9P: introduction of a new cache=mmap model.
by Dominique Martinet
· 11 years ago
dd2a0a3
9p: remove useless 'name' variable and assignment
by Geyslan G. Bem
· 11 years ago
72fe18c
9p: remove useless variable and assignment
by Geyslan G. Bem
· 11 years ago
5d62a37
9p: remove never used return variable
by Geyslan G. Bem
· 11 years ago
ceaec15
9p: make v9fs_cache_inode_{get,put,set}_cookie empty inlines for !9P_CACHEFS
by Al Viro
· 11 years ago
03da633
atomic_open: take care of EEXIST in no-open case with O_CREAT|O_EXCL in fs/namei.c
by Al Viro
· 11 years ago
2ea03e1d
9p: v9fs_fid_add() can't fail now
by Al Viro
· 12 years ago
d895cb1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
3592ac4
9p: switch v9fs_set_create_acl() to inode+fid, do it before d_instantiate()
by Al Viro
· 12 years ago
5fa6300
9p: split dropping the acls from v9fs_set_create_acl()
by Al Viro
· 12 years ago
be308f0
9p: switch v9fs_acl_chmod() from dentry to inode+fid
by Al Viro
· 12 years ago
94f2f14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 12 years ago
d4ef4e3
9p: Modify v9fs_get_fsgid_for_create to return a kgid
by Eric W. Biederman
· 12 years ago
b6f4bee
fs/9p: Fix atomic_open
by M. Mohan Kumar
· 12 years ago
03f0e02
fs/9p: Don't use O_TRUNC flag in TOPEN and TLOPEN request
by Aneesh Kumar K.V
· 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
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
e43ae79
9p: implement i_op->atomic_open()
by Miklos Szeredi
· 12 years ago
af56959
kill v9fs_dentry_from_dir_inode()
by Al Viro
· 13 years ago
609eac1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs
by Linus Torvalds
· 13 years ago
f766619
fs/9p: iattr_valid flags are kernel internal flags map them to 9p values.
by Aneesh Kumar K.V
· 13 years ago
5d38515
9p: Reduce object size with CONFIG_NET_9P_DEBUG
by Joe Perches
· 13 years ago
3eda0de
9p: 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
bfe8684
filesystems: add set_nlink()
by Miklos Szeredi
· 13 years ago
f88657c
fs/9p: Add OS dependent open flags in 9p protocol
by Aneesh Kumar K.V
· 13 years ago
4508914
fs/9p: Don't update file type when updating file attributes
by Aneesh Kumar K.V
· 13 years ago
5441ae5
fs/9p: Add fid before dentry instantiation
by Aneesh Kumar K.V
· 13 years ago
d3fb612
switch posix_acl_create() to umode_t *
by Al Viro
· 13 years ago
0003230
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 13 years ago
4e34e71
fs: take the ACL checks to common code
by Christoph Hellwig
· 13 years ago
1ec95bf
9p: close ACL leaks
by Al Viro
· 13 years ago
ed80fcf
fs/9p: Always ask new inode in create
by Aneesh Kumar K.V
· 13 years ago
fd2421f
fs/9p: When doing inode lookup compare qid details and inode mode bits.
by Aneesh Kumar K.V
· 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
398c4f0
fs/9p: Don't clunk dentry fid when we fail to get a writeback inode
by Aneesh Kumar K.V
· 13 years ago
936bb2d
fs/9p: Fix error reported by coccicheck
by Aneesh Kumar K.V
· 14 years ago
42869c8
fs/9p: Add v9fs_dentry2v9ses
by Aneesh Kumar K.V
· 14 years ago
7add697
fs/9p: Attach writeback_fid on first open with WR flag
by Aneesh Kumar K.V
· 14 years ago
059c138
fs/9p: Use truncate_setsize instead of vmtruncate
by Aneesh Kumar K.V
· 14 years ago
5a7e0a8
fs/9p: Fix race in initializing writeback fid
by Aneesh Kumar K.V
· 14 years ago
3dc5436
fs/9p: Writeback dirty data before setattr
by Aneesh Kumar K.V
· 14 years ago
f10fc50
fs/9p: call vmtruncate before setattr 9p opeation
by Aneesh Kumar K.V
· 14 years ago
c06c066
fs/9p: Properly update inode attributes on link
by Aneesh Kumar K.V
· 14 years ago
d28c61f
fs/9p: Mark directory inode invalid for many directory inode operations
by Aneesh Kumar K.V
· 14 years ago
3bc86de
fs/9p: mark inode attribute invalid on rename, unlink and setattr
by Aneesh Kumar K.V
· 14 years ago
b3cbea0
fs/9p: Add support for marking inode attribute invalid
by Aneesh Kumar K.V
· 14 years ago
b271ec4
fs/9p: Update link count correctly on different file system operations
by Aneesh Kumar K.V
· 14 years ago
6b39f6d
fs/9p: Move writeback fid to v9fs_inode
by Aneesh Kumar K.V
· 14 years ago
a78ce05
fs/9p: Add v9fs_inode
by Aneesh Kumar K.V
· 14 years ago
a121190
fs/9p: Don't set stat.st_blocks based on nrpages
by Aneesh Kumar K.V
· 14 years ago
5ffc0cb
fs/9p: Add inode hashing
by Aneesh Kumar K.V
· 14 years ago
3cf387d
fs/9p: Add fid to inode in cached mode
by Aneesh Kumar K.V
· 14 years ago
20656a4
fs/9p: increment inode->i_count in cached mode.
by Aneesh Kumar K.V
· 14 years ago
46848de
fs/9p: set fs cache cookie in create path also
by Aneesh Kumar K.V
· 14 years ago
b8b80cf
fs/9p: Don't set dentry->d_op in create routines
by Aneesh Kumar K.V
· 14 years ago
c25a61f
fs/9p: fix spelling typo
by Eric Van Hensbergen
· 14 years ago
31b6cea
fs/9p: TREADLINK bugfix
by M. Mohan Kumar
· 14 years ago
af7542f
fs/9p: Simplify the .L create operation
by Aneesh Kumar K.V
· 14 years ago
53c06f4
fs/9p: Move dotl inode operations into a seperate file
by Aneesh Kumar K.V
· 14 years ago