Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
b2d3977f7d983a71106bb91674a61dd1285c0441
/
fs
/
9p
9ec3a64
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
8e3c500
fs/9p: fix readdir()
by Johannes Berg
· 10 years ago
dba94f2
Merge tag 'for-linus-4.1-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs
by Linus Torvalds
· 10 years ago
2b0143b
VFS: normal filesystems (and lustre): d_inode() annotations
by David Howells
· 10 years ago
3309dd0
switch generic_write_checks() to iocb and iter
by Al Viro
· 10 years ago
0fa6b00
generic_write_checks(): drop isblk argument
by Al Viro
· 10 years ago
22c6186
direct_IO: remove rw from a_ops->direct_IO()
by Omar Sandoval
· 10 years ago
6f67376
direct_IO: use iov_iter_rw() instead of rw everywhere
by Omar Sandoval
· 10 years ago
5d5d568
make new_sync_{read,write}() static
by Al Viro
· 10 years ago
ce85dd5
9p: we are leaking glock.client_id in v9fs_file_getlock()
by Al Viro
· 10 years ago
e494b6b
9p: switch to ->read_iter/->write_iter
by Al Viro
· 10 years ago
42b1ab9
9p: get rid of v9fs_direct_file_read()
by Al Viro
· 10 years ago
e1200fe6
9p: switch p9_client_read() to passing struct iov_iter *
by Al Viro
· 10 years ago
9565a54
9p: get rid of v9fs_direct_file_write()
by Al Viro
· 10 years ago
c711a6b
9p: fold v9fs_file_write_internal() into the caller
by Al Viro
· 10 years ago
371098c
9p: switch ->writepage() to direct use of p9_client_write()
by Al Viro
· 10 years ago
070b365
9p: switch p9_client_write() to passing it struct iov_iter *
by Al Viro
· 10 years ago
c0fec3a
Merge branch 'iocb' into for-next
by Al Viro
· 10 years ago
e2e40f2
fs: move struct kiocb to fs.h
by Christoph Hellwig
· 10 years ago
5c4086b
fs/9p: Initialize status in v9fs_file_do_lock.
by Dominique Martinet
· 10 years ago
b642f72
9p: do not crash on unknown lock status code
by Kirill A. Shutemov
· 10 years ago
ad80492
9p: fix error handling in v9fs_file_do_lock
by Kirill A. Shutemov
· 10 years ago
e8782e2
9p: kerneldoc warning fixes
by Fabian Frederick
· 10 years ago
e36cb0b
VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)
by David Howells
· 10 years ago
6bec003
Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 10 years ago
d83a08d
mm: drop vm_ops->remap_pages and generic_file_remap_pages() stub
by Kirill A. Shutemov
· 10 years ago
b4caecd
fs: introduce f_op->mmap_capabilities for nommu mmap support
by Christoph Hellwig
· 10 years ago
a455589
assorted conversions to %p[dD]
by Al Viro
· 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
16b9057
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 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
bdbeacd
fs/9p/v9fs.c: add __init to v9fs_sysfs_init
by Fabian Frederick
· 10 years ago
130d1f9
locks: ensure that fl_owner is always initialized properly in flock and lease codepaths
by Jeff Layton
· 10 years ago
f15844e
9P: fix return value in v9fs_fid_xattr_set
by Dominique Martinet
· 10 years ago
afe604d
fs/9p: adjust sscanf parameters accordingly to the variable types
by Toralf Förster
· 11 years ago
8174202
write_iter variants of {__,}generic_file_aio_write()
by Al Viro
· 11 years ago
aad4f8b
switch simple generic_file_aio_read() users to ->read_iter()
by Al Viro
· 11 years ago
d8d3d94
pass iov_iter to ->direct_IO()
by Al Viro
· 11 years ago
f182036
mm: implement ->map_pages for page cache
by Kirill A. Shutemov
· 11 years ago
91b0abe
mm + fs: store shadow entries in page cache
by Johannes Weiner
· 11 years ago
bf3d846
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 11 years ago
37bc153
fs: make posix_acl_create more useful
by Christoph Hellwig
· 11 years ago
5bf3258
fs: make posix_acl_chmod more useful
by Christoph Hellwig
· 11 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
bdd5c28
9p: fix return value in case in v9fs_fid_xattr_set()
by Geyslan G. Bem
· 11 years ago
72fe18c
9p: remove useless variable and assignment
by Geyslan G. Bem
· 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
5d62a37
9p: remove never used return variable
by Geyslan G. Bem
· 11 years ago
bd126e5
9p: remove unused 'p9_fid' struct pointer
by Geyslan G. Bem
· 11 years ago
4d555e3
9p: remove unused 'p9_client' struct pointer
by Geyslan G. Bem
· 11 years ago
b26d4cd
consolidate simple ->d_delete() instances
by Al Viro
· 11 years ago
9bc9ccd
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 11 years ago
ceaec15
9p: make v9fs_cache_inode_{get,put,set}_cookie empty inlines for !9P_CACHEFS
by Al Viro
· 11 years ago
94d30ae
FS-Cache: Provide the ability to enable/disable cookies
by David Howells
· 11 years ago
8061a6f
9p: don't forget to destroy inode cache if fscache registration fails
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
50192ab
fs/9p: avoid accessing utsname after namespace has been torn down
by Will Deacon
· 11 years ago
b3f8ab4
fs: 9p: use strlcpy instead of strncpy
by Chen Gang
· 11 years ago
19d2f8e
Merge tag 'for-linus-3.11-merge-window-part-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs
by Linus Torvalds
· 11 years ago
f2692ea
fs/9p: Remove the unused variable "err" in v9fs_vfs_getattr()
by Gu Zheng
· 11 years ago
d9a7385
fs/9p: xattr: add trusted and security namespaces
by Jim Garlick
· 11 years ago
9e239bb
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 11 years ago
8f29843
[readdir] convert 9p
by Al Viro
· 11 years ago
d47992f
mm: change invalidatepage prototype to accept length
by Lukas Czerner
· 11 years ago
a27bb33
aio: don't include aio.h in sched.h
by Kent Overstreet
· 11 years ago
7f78e03
fs: Limit sys_mount to only request filesystem modules.
by Eric W. Biederman
· 12 years ago
56a79b7
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
5e60867
9p: if v9fs_fid_lookup() gets to asking server, it'd better have hashed dentry
by Al Viro
· 12 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
aaeb7ec
v9fs: get rid of v9fs_dentry
by Al Viro
· 12 years ago
c4d3096
9p: turn fid->dlist into hlist
by Al Viro
· 12 years ago
634095d
9p: don't bother with private lock in ->d_fsdata; dentry->d_lock will do just fine
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
ecf3d1f
vfs: kill FS_REVAL_DOT by adding a d_weak_revalidate dentry op
by Jeff Layton
· 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
0f235ca
9p: switch v9fs_set_acl() from dentry to fid
by Al Viro
· 12 years ago
7f165aa
9p: lift the call of set_cached_acl() into the callers of v9fs_set_acl()
by Al Viro
· 12 years ago
38baba9
9p: add fid-based variant of v9fs_xattr_set()
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
496ad9a
new helper: file_inode(file)
by Al Viro
· 12 years ago
7c2db36
Merge branch 'akpm' (incoming from Andrew)
by Linus Torvalds
· 12 years ago
13575ca
9pfs: fix filesystem to wait for stable page writeback
by Darrick J. Wong
· 12 years ago
06991c2
Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
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
76ed23a
9p: Modify struct v9fs_session_info to use a kuids and kgids
by Eric W. Biederman
· 12 years ago
b464255
9p: Modify struct 9p_fid to use a kuid_t not a uid_t
by Eric W. Biederman
· 12 years ago
447c509
9p: Modify the stat structures to use kuid_t and kgid_t
by Eric W. Biederman
· 12 years ago
f791f7c
9p: Transmit kuid and kgid values
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
7ffdea7
locking in fs/9p ->readdir()
by Al Viro
· 12 years ago
Next »