Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
833526941f5945cf0b22a595bb8f3525b512f654
/
fs
/
9p
/
vfs_inode.c
4ad7862
9p: ->evict_inode() should kick out ->i_data, not ->i_mapping
by Al Viro
· 9 years ago
349c703
fs/9p: remove unnecessary new_valid_dev() checks
by Yaowei Bai
· 9 years ago
0a73d0a
9p: don't leave a half-initialized inode sitting around
by Al Viro
· 9 years ago
89076bc
get rid of assorted nameidata-related debris
by Al Viro
· 9 years ago
6e77137b
don't pass nameidata to ->follow_link()
by Al Viro
· 10 years ago
680baac
new ->follow_link() and ->put_link() calling conventions
by Al Viro
· 10 years ago
90e4fc8
9p: don't bother with __getname() in ->follow_link()
by Al Viro
· 10 years ago
b46c267
9p: don't bother with 4K allocation for 24-byte local array...
by Al Viro
· 10 years ago
2b0143b
VFS: normal filesystems (and lustre): d_inode() annotations
by David Howells
· 10 years ago
e36cb0b
VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)
by David Howells
· 10 years ago
41d28bc
switch d_materialise_unique() users to d_splice_alias()
by Al Viro
· 10 years ago
4b8e992
9p: switch to %p[dD]
by Al Viro
· 10 years ago
963649d
Merge tag 'for-linus-3.16-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs
by Linus Torvalds
· 10 years ago
fd2916b
fs/9p: kerneldoc fixes
by Fabian Frederick
· 10 years ago
afe604d
fs/9p: adjust sscanf parameters accordingly to the variable types
by Toralf Förster
· 11 years ago
91b0abe
mm + fs: store shadow entries in page cache
by Johannes Weiner
· 11 years ago
fb89b45
9P: introduction of a new cache=mmap model.
by Dominique Martinet
· 11 years ago
fae7469
9p: remove useless assignment
by Geyslan G. Bem
· 11 years ago
08e15f2d
9p: remove unused 'super_block' struct pointer
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
b3f8ab4
fs: 9p: use strlcpy instead of strncpy
by Chen Gang
· 11 years ago
f2692ea
fs/9p: Remove the unused variable "err" in v9fs_vfs_getattr()
by Gu Zheng
· 11 years ago
a3b2157
9p: make sure ->lookup() adds fid to the right dentry
by Al Viro
· 12 years ago
7b5be62
9p: untangle ->lookup() a bit
by Al Viro
· 12 years ago
3509b67
9p: double iput() in ->lookup() if d_materialise_unique() fails
by Al Viro
· 12 years ago
2ea03e1d
9p: v9fs_fid_add() can't fail now
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
447c509
9p: Modify the stat structures to use kuid_t and kgid_t
by Eric W. Biederman
· 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
ba413ab
fs/9p: avoid debug OOPS when reading a long symlink
by Jim Meyering
· 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
dbd5768
vfs: Rename end_writeback() to clear_inode()
by Jan Kara
· 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
b605479
fs/9p: We should not allocate a new inode when creating hardlines.
by Aneesh Kumar K.V
· 13 years ago
df345c6
fs/9p: v9fs_stat2inode should update suid/sgid bits.
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
c2837de
9p: don't bother with unixmode2p9mode() for link() and symlink()
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
6b520e0
vfs: fix the stupidity with i_dentry in inode destructors
by Al Viro
· 13 years ago
bfe8684
filesystems: add set_nlink()
by Miklos Szeredi
· 13 years ago
464f5ec
fs/9p: inode file operation is properly initialized init_special_inode
by Aneesh Kumar K.V
· 13 years ago
73f5071
fs/9p: Always ask new inode in lookup for cache mode disabled
by Aneesh Kumar K.V
· 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
48e370f
fs/9p: add 9P2000.L unlinkat operation
by Aneesh Kumar K.V
· 13 years ago
9e8fb38
fs/9p: add 9P2000.L renameat operation
by Aneesh Kumar K.V
· 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
2053d67
fs/9p: remove rename work around in 9p
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
86905d6
9p: remove unnecessary dentry_unhash on rmdir, dir rename
by Sage Weil
· 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
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
23b08e9
fs/9p: Workaround vfs rename rehash bug
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
46848de
fs/9p: set fs cache cookie in create path also
by Aneesh Kumar K.V
· 14 years ago
29236f4
fs/9p: set the cached file_operations struct during inode init
by Aneesh Kumar K.V
· 14 years ago
98cd3fb
switch 9p
by Al Viro
· 14 years ago
b8b80cf
fs/9p: Don't set dentry->d_op in create routines
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
873feea
fs: dcache per-inode inode alias locking
by Nick Piggin
· 14 years ago
fb045ad
fs: dcache reduce branches in lookup path
by Nick Piggin
· 14 years ago
fa0d7e3d
fs: icache RCU free inodes
by Nick Piggin
· 14 years ago
b5c84bf
fs: dcache remove dcache_lock
by Nick Piggin
· 14 years ago
b23fb0a
fs: scale inode alias list
by Nick Piggin
· 14 years ago
877cb3d
fs/9p: Use generic_file_open with lookup_instantiate_filp
by Aneesh Kumar K.V
· 14 years ago
9856af8
fs/9p: Add missing iput in v9fs_vfs_lookup
by Aneesh Kumar K.V
· 14 years ago
f5fc614
fs/9p: Use mknod 9p operation on create without open request
by Aneesh Kumar K.V
· 14 years ago
329176c
9p: Implement TREADLINK operation for 9p2000.L
by M. Mohan Kumar
· 14 years ago
ad77dbc
fs/9p: Implement create time inheritance
by Aneesh Kumar K.V
· 14 years ago
6e8dc55
fs/9p: Update ACL on chmod
by Aneesh Kumar K.V
· 14 years ago
22d8dcd
fs/9p: Implement setting posix acl
by Aneesh Kumar K.V
· 14 years ago
85ff872
fs/9p: Implement POSIX ACL permission checking function
by Aneesh Kumar K.V
· 14 years ago
7c7298c
fs/9p: mkdir fix for setting S_ISGID bit as per parent directory
by Harsh Prateek Bora
· 14 years ago
Next »