Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
bb1e5dd7113d2fd178d3af9aca8f480ae0468edf
/
fs
/
9p
940e3a8
Merge tag 'for-linus-merge-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs
by Linus Torvalds
· 12 years ago
0b173bc
mm: kill vma flag VM_CAN_NONLINEAR
by Konstantin Khlebnikov
· 12 years ago
aab174f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
8c0a853
fs: push rcu_barrier() from deactivate_locked_super() to filesystems
by Kirill A. Shutemov
· 12 years ago
5f3a4a2
userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattr
by Eric W. Biederman
· 12 years ago
e549c13
9p: don't use __getname/__putname for uname/aname
by Jeff Layton
· 12 years ago
ba413ab
fs/9p: avoid debug OOPS when reading a long symlink
by Jim Meyering
· 12 years ago
120c2bc
9p: Push file_update_time() into v9fs_vm_page_mkwrite()
by Jan Kara
· 12 years ago
9249e17
VFS: Pass mount flags to sget()
by David Howells
· 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
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
dbd5768
vfs: Rename end_writeback() to clear_inode()
by Jan Kara
· 13 years ago
e9c0f15
Merge tag 'for-linus-3.4-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs
by Linus Torvalds
· 13 years ago
2226a28
9p: make register_filesystem() the last failure exit
by Al Viro
· 13 years ago
48fde70
switch open-coded instances of d_make_root() to new helper
by Al Viro
· 13 years ago
5bdad93
9p: statfs should not override server f_type
by Jim Garlick
· 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
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
a0ea787
fs/9p: check schedule_timeout_interruptible return value
by Jim Garlick
· 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
348b590
net/9p: Convert net/9p protocol dumps to tracepoints
by Aneesh Kumar K.V
· 13 years ago
4d5077f
fs/9p: Cleanup option parsing in 9p
by Aneesh Kumar K.V
· 13 years ago
464f5ec
fs/9p: inode file operation is properly initialized init_special_inode
by Aneesh Kumar K.V
· 13 years ago
abfa034
fs/9p: Update zero-copy implementation in 9p
by Aneesh Kumar K.V
· 13 years ago
51b8b4f
fs/9p: Use protocol-defined value for lock/getlock 'type' field.
by Jim Garlick
· 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
d695212
switch posix_acl_equiv_mode() to umode_t *
by Al Viro
· 13 years ago
d3fb612
switch posix_acl_create() to umode_t *
by Al Viro
· 13 years ago
e08dc13
p9: avoid unused variable warning
by Linus Torvalds
· 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
826cae2
kill boilerplates around posix_acl_create_masq()
by Al Viro
· 13 years ago
bc26ab5
kill boilerplate around posix_acl_chmod_masq()
by Al Viro
· 13 years ago
ebbb0ef
9p: do no return 0 from ->check_acl without actually checking
by Christoph Hellwig
· 13 years ago
e77819e
vfs: move ACL cache lookup into generic code
by Linus Torvalds
· 13 years ago
1ec95bf
9p: close ACL leaks
by Al Viro
· 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
a2dd43b
fs/9p: Fix invalid mount options/args
by Prem Karat
· 14 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
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
7e40145
->permission() sanitizing: don't pass flags to ->check_acl()
by Al Viro
· 13 years ago
9c2c703
->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl()
by Al Viro
· 13 years ago
86905d6
9p: 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
398c4f0
fs/9p: Don't clunk dentry fid when we fail to get a writeback inode
by Aneesh Kumar K.V
· 13 years ago
87211cd
9p: remove experimental tag from tested configurations
by Eric Van Hensbergen
· 13 years ago
936bb2d
fs/9p: Fix error reported by coccicheck
by Aneesh Kumar K.V
· 14 years ago
df5d8c8
9p: revert tsyncfs related changes
by Aneesh Kumar K.V
· 14 years ago
c2ed388
fs/9p: Use write_inode for data sync on server
by Aneesh Kumar K.V
· 14 years ago
f2eda2c
fs/9p: Fix revalidate to return correct value
by Aneesh Kumar K.V
· 14 years ago
2e14967
userns: rename is_owner_or_cap to inode_owner_or_capable
by Serge E. Hallyn
· 14 years ago
aaf0ef1
9p: use the updated offset given by generic_write_checks
by M. Mohan Kumar
· 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
ea59bb7
fs/9p: Open writeback fid in O_SYNC mode
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
7c9e592
fs/9p: Make the writeback_fid owned by root
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
e0459f5
fs/9p: Prevent multiple inclusion of same header
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
823fcfd
fs/9p: Add . and .. dentry revalidation flag
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
0e43270
fs/9p: Initialize root inode number for dotl
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
edd73cf
fs/9p: Add drop_inode 9p callback
by Aneesh Kumar K.V
· 14 years ago
e959b54
fs/9p: Add direct IO support in cached mode
by Aneesh Kumar K.V
· 14 years ago
fa6ea16
fs/9p: Fix inode i_size update in file_write
by Aneesh Kumar K.V
· 14 years ago
6b36560
fs/9p: set default readahead pages in cached mode
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
Next »