Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
bb7704d6a6861cd17fc31e2fd6896d056b18aa47
/
fs
/
omfs
7caef26
truncate: drop 'oldsize' truncate_pagecache() parameter
by Kirill A. Shutemov
· 11 years ago
9fd4d05
[readdir] convert omfs
by Al Viro
· 11 years ago
7f78e03
fs: Limit sys_mount to only request filesystem modules.
by Eric W. Biederman
· 12 years ago
496ad9a
new helper: file_inode(file)
by Al Viro
· 12 years ago
a8f5293
omfs: drop vmtruncate
by Marco Stornelli
· 12 years ago
c99b684
omfs: convert to use beXX_add_cpu()
by Wei Yongjun
· 12 years ago
80fcbe7
userns: Convert omfs to use kuid and kgid where appropriate
by Eric W. Biederman
· 13 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
dbd5768
vfs: Rename end_writeback() to clear_inode()
by Jan Kara
· 13 years ago
48fde70
switch open-coded instances of d_make_root() to new helper
by Al Viro
· 13 years ago
587228b
omfs: propagate 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
41c9648
omfs: fix (mode & S_IFDIR) abuse
by Al Viro
· 13 years ago
46e4edb
Remove unneeded version.h includes from fs/
by Jesper Juhl
· 13 years ago
8aaa0f5
omfs: remove unnecessary dentry_unhash on rmdir, dir rneame
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
6c51038
Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 14 years ago
7eaceac
block: remove per-queue plugging
by Jens Axboe
· 14 years ago
31be83a
omfs: make readdir stop when filldir says so
by Al Viro
· 14 years ago
d932805
omfs: merge unlink() and rmdir(), close leak in rename()
by Al Viro
· 14 years ago
cdb2649
omfs: stop playing silly buggers with omfs_unlink() in ->rename()
by Al Viro
· 14 years ago
013e4f4
omfs: rename() needs to mark old_inode dirty after ctime update
by Al Viro
· 14 years ago
152a083
new helper: mount_bdev()
by Al Viro
· 14 years ago
8196867
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bcopeland/omfs
by Linus Torvalds
· 14 years ago
69c9e75
switch omfs to ->evict_inode()
by Al Viro
· 14 years ago
1025774
remove inode_setattr
by Christoph Hellwig
· 14 years ago
d39aae9
add missing setattr methods
by Christoph Hellwig
· 14 years ago
155130a
get rid of block_write_begin_newtrunc
by Christoph Hellwig
· 14 years ago
ffc1887
omfs: fix uninitialized variable warning
by Bill Pemberton
· 14 years ago
8800a04
omfs: sanity check cluster size
by Bob Copeland
· 14 years ago
9442e54
omfs: refuse to mount if bitmap pointer is obviously wrong
by Bob Copeland
· 16 years ago
f068272
omfs: check bounds on block numbers before passing to sb_bread
by Bob Copeland
· 16 years ago
70d9e38
omfs: fix memory leak
by Davidlohr Bueso
· 14 years ago
1b061d9
rename the generic fsync implementations
by Christoph Hellwig
· 14 years ago
6a9e652
omfs: replace inode uid,gid,mode initialization with helper function
by Dmitry Monakhov
· 15 years ago
6c9468e
Merge branch 'master' into for-next
by Jiri Kosina
· 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
108afd0
omfs: remove unused version.h include
by Huang Weiyi
· 15 years ago
a9185b4
pass writeback_control to ->write_inode
by Christoph Hellwig
· 15 years ago
af901ca
tree-wide: fix assorted typos all over the place
by André Goddard Rosa
· 15 years ago
828c095
const: constify remaining file_operations
by Alexey Dobriyan
· 15 years ago
6e1d5dc
const: mark remaining inode_operations as const
by Alexey Dobriyan
· 15 years ago
7f09410
const: mark remaining address_space_operations const
by Alexey Dobriyan
· 15 years ago
b87221d
const: mark remaining super_operations const
by Alexey Dobriyan
· 15 years ago
bea6b64
switch omfs to simple_fsync()
by Al Viro
· 15 years ago
8fe74cf
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 16 years ago
197e671
fs/omfs: return f_fsid for statfs(2)
by Coly Li
· 16 years ago
ce3b0f8
New helper - current_umask()
by Al Viro
· 16 years ago
da55e6f
fs/Kconfig: move omfs out
by Alexey Dobriyan
· 16 years ago
56ff5ef
zero i_uid/i_gid on inode allocation
by Al Viro
· 16 years ago
c222d53
CRED: Wrap task credential accesses in the OMFS filesystem
by David Howells
· 16 years ago
3222a3e
[PATCH] fix ->llseek for more directories
by Christoph Hellwig
· 16 years ago
a447c09
vfs: Use const for kernel parser table
by Steven Whitehouse
· 16 years ago
9419fc1
omfs: fix oops when file metadata is corrupted
by Bob Copeland
· 16 years ago
c963343
omfs: fix potential oops when directory size is corrupted
by Bob Copeland
· 16 years ago
dc60bf1
omfs: fix warning
by Alexander Beregalov
· 16 years ago
d406f66
omfs: sparse annotations
by Harvey Harrison
· 16 years ago
63ca8ce
omfs: update kbuild to include OMFS
by Bob Copeland
· 16 years ago
36cc410
omfs: add bitmap routines
by Bob Copeland
· 16 years ago
8f09e98
omfs: add file routines
by Bob Copeland
· 16 years ago
a3ab715
omfs: add directory routines
by Bob Copeland
· 16 years ago
555e377
omfs: add inode routines
by Bob Copeland
· 16 years ago
1b002d7
omfs: define filesystem structures
by Bob Copeland
· 16 years ago