Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
8d7d377c2bea16afa6b600a4517615a9eebb259b
/
fs
/
coda
/
inode.c
2b0143b
VFS: normal filesystems (and lustre): d_inode() annotations
by David Howells
· 10 years ago
b4caecd
fs: introduce f_op->mmap_capabilities for nommu mmap support
by Christoph Hellwig
· 10 years ago
834b46c
fs/coda: use linux/uaccess.h
by Fabian Frederick
· 10 years ago
6d6bd94
fs/coda: use __func__
by Fabian Frederick
· 10 years ago
f38cfb2
fs/coda: logging prefix uniformization
by Fabian Frederick
· 10 years ago
d9b4b31
fs/coda: replace printk by pr_foo()
by Fabian Frederick
· 10 years ago
24e7ea3
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 11 years ago
5f356fd
fs/coda/inode.c: add __init to init_inodecache()
by Fabian Frederick
· 11 years ago
91b0abe
mm + fs: store shadow entries in page cache
by Johannes Weiner
· 11 years ago
02b9984
fs: push sync_filesystem() down to the file system's remount_fs()
by Theodore Ts'o
· 11 years ago
11d100d
coda_revalidate_inode(): switch to passing inode...
by Al Viro
· 11 years ago
7f78e03
fs: Limit sys_mount to only request filesystem modules.
by Eric W. Biederman
· 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
496ad9a
new helper: file_inode(file)
by Al Viro
· 12 years ago
17499e3
coda: Cache permisions in struct coda_inode_info in a kuid_t.
by Eric W. Biederman
· 12 years ago
9fd973e
coda: Restrict coda messages to the initial pid namespace
by Eric W. Biederman
· 12 years ago
8c0a853
fs: push rcu_barrier() from deactivate_locked_super() to filesystems
by Kirill A. Shutemov
· 12 years ago
2903ff0
switch simple cases of fget_light to fdget
by Al Viro
· 12 years ago
78f7d75
switch coda get_device_index() to fget_light()
by Al Viro
· 12 years ago
dbd5768
vfs: Rename end_writeback() to clear_inode()
by Jan Kara
· 13 years ago
9ffc93f
Remove all #inclusions of asm/system.h
by David Howells
· 13 years ago
48fde70
switch open-coded instances of d_make_root() to new helper
by Al Viro
· 13 years ago
f56b0fb
coda: clean failure exits in coda_fill_super()
by Al Viro
· 13 years ago
f4947fb
coda: switch coda_cnode_make() to sane API as well, clean coda_lookup()
by Al Viro
· 13 years ago
6b520e0
vfs: fix the stupidity with i_dentry in inode destructors
by Al Viro
· 13 years ago
b2034d4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 14 years ago
008d23e
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
31a203d
take coda-private headers out of include/linux
by Al Viro
· 14 years ago
9501e4c
switch coda
by Al Viro
· 14 years ago
fa0d7e3d
fs: icache RCU free inodes
by Nick Piggin
· 14 years ago
747feca
coda: kill redundant cast in coda_alloc_inode()
by Jesper Juhl
· 14 years ago
3c26ff6
convert get_sb_nodev() users
by Al Viro
· 14 years ago
da47c19
Coda: replace BKL with mutex
by Yoshihisa Abe
· 14 years ago
f7cc02b8
Coda: push BKL regions into coda_upcall()
by Yoshihisa Abe
· 14 years ago
b5ce1d8
Coda: add spin lock to protect accesses to struct coda_inode_info.
by Yoshihisa Abe
· 14 years ago
db71922
BKL: Explicitly add BKL around get_sb/fill_super
by Jan Blunck
· 14 years ago
b57922d
convert remaining ->clear_inode() to ->evict_inode()
by Al Viro
· 14 years ago
5163d90
coda: add bdi backing to mount session
by Jens Axboe
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
51cc506
SL*B: drop kmem cache argument from constructor
by Alexey Dobriyan
· 16 years ago
4ba9b9d
Slab API: remove useless ctor parameter and reorder parameters
by Christoph Lameter
· 17 years ago
20c2df8
mm: Remove slab destructors from kmem_cache_create().
by Paul Mundt
· 17 years ago
a1b0aa8
coda: remove struct coda_sb_info
by Jan Harkes
· 17 years ago
fac1f0e
coda: coda doesn't track atime
by Jan Harkes
· 17 years ago
a35afb8
Remove SLAB_CTOR_CONSTRUCTOR
by Christoph Lameter
· 17 years ago
50953fe
slab allocators: Remove SLAB_DEBUG_INITIAL flag
by Christoph Lameter
· 18 years ago
ee9b6d6
[PATCH] Mark struct super_operations const
by Josef 'Jeff' Sipek
· 18 years ago
754661f
[PATCH] mark struct inode_operations const 1
by Arjan van de Ven
· 18 years ago
d4176d3
[PATCH] struct path: convert coda
by Josef Sipek
· 18 years ago
e18b890
[PATCH] slab: remove kmem_cache_t
by Christoph Lameter
· 18 years ago
e94b176
[PATCH] slab: remove SLAB_KERNEL
by Christoph Lameter
· 18 years ago
1a1d92c
[PATCH] Really ignore kmem_cache_destroy return value
by Alexey Dobriyan
· 18 years ago
726c334
[PATCH] VFS: Permit filesystem to perform statfs with a known root dentry
by David Howells
· 18 years ago
454e239
[PATCH] VFS: Permit filesystem to override root dentry on mount
by David Howells
· 18 years ago
4b6a931
[PATCH] cpuset memory spread: slab cache filesystems
by Paul Jackson
· 19 years ago
c98d8cf
[PATCH] fs/coda/: proper prototypes
by Adrian Bunk
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago