Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
37e931c17926c4a5268afa134be9d4a09c230e06
/
fs
/
romfs
5d5d568
make new_sync_{read,write}() static
by Al Viro
· 10 years ago
b83ae6d
fs: remove mapping->backing_dev_info
by Christoph Hellwig
· 10 years ago
b4caecd
fs: introduce f_op->mmap_capabilities for nommu mmap support
by Christoph Hellwig
· 10 years ago
b6d53b1
fs/romfs/super.c: add blank line after declarations
by Fabian Frederick
· 10 years ago
ca9e536
fs/romfs/super.c: use pr_fmt in logging
by Fabian Frederick
· 10 years ago
3d79d31
fs/romfs/super.c: convert printk to pr_foo()
by Fabian Frederick
· 10 years ago
aad4f8b
switch simple generic_file_aio_read() users to ->read_iter()
by Al Viro
· 11 years ago
02b9984
fs: push sync_filesystem() down to the file system's remount_fs()
by Theodore Ts'o
· 11 years ago
40e2c71
romfs: fix returm err while getting inode in fill_super
by Rui Xiang
· 11 years ago
3903b38
[readdir] convert romfs
by Al Viro
· 11 years ago
e4ba4fc
romfs: fix nommu map length to keep inside filesystem
by Greg Ungerer
· 12 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
8c0a853
fs: push rcu_barrier() from deactivate_locked_super() to filesystems
by Kirill A. Shutemov
· 12 years ago
00cd8dd
stop passing nameidata to ->lookup()
by Al Viro
· 12 years ago
623ff77
Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6
by Linus Torvalds
· 13 years ago
c382fb4
romfs: switch to new MTD API
by Artem Bityutskiy
· 13 years ago
48fde70
switch open-coded instances of d_make_root() to new helper
by Al Viro
· 13 years ago
7b3480f
Merge tag 'for-linus-3.3' of git://git.infradead.org/mtd-2.6
by Linus Torvalds
· 13 years ago
4991e72
romfs: do not use mtd->get_unmapped_area directly
by Artem Bityutskiy
· 13 years ago
04c601b
mtd: introduce mtd_get_unmapped_area interface
by Artem Bityutskiy
· 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
2b4b248
romfs: fix romfs_get_unmapped_area() argument check
by Bob Liu
· 13 years ago
fa0d7e3d
fs: icache RCU free inodes
by Nick Piggin
· 14 years ago
848b83a
convert get_sb_mtd() users to ->mount()
by Al Viro
· 14 years ago
6038f37
llseek: automatically add .llseek fop
by Arnd Bergmann
· 14 years ago
7e32b7b
fix leak in romfs_fill_super()
by Al Viro
· 15 years ago
ef1f7a7
ROMFS: fix length used with romfs_dev_strnlen() function
by Bernd Schmidt
· 15 years ago
a21f3c2
fs/romfs: correct error-handling code
by Julia Lawall
· 15 years ago
6e1d5dc
const: mark remaining inode_operations as const
by Alexey Dobriyan
· 15 years ago
774e33e
ROMFS: romfs_dev_read() error ignored
by Roel Kluin
· 16 years ago
4b2b0b9
ROMFS: Advance destination buffer pointer when reading from a blockdev
by David Howells
· 16 years ago
84baf74
ROMFS: romfs_lookup() shouldn't be doing a partial name comparison
by David Howells
· 16 years ago
8a59f5d
fs/romfs: return f_fsid for statfs(2)
by Coly Li
· 16 years ago
f52fd5b
NOMMU: Fix the RomFS Kconfig to ensure at least one backing store is selected
by David Howells
· 16 years ago
da4458b
NOMMU: Make it possible for RomFS to use MTD devices directly
by David Howells
· 16 years ago
4181024
fs/Kconfig: move romfs out
by Alexey Dobriyan
· 16 years ago
f156596
romfs: romfs_iget() - unsigned ino >= 0 is always true
by roel kluin
· 16 years ago
56ff5ef
zero i_uid/i_gid on inode allocation
by Al Viro
· 16 years ago
0056e65
romfs_readpage: don't report errors for pages beyond i_size
by Linus Torvalds
· 16 years ago
51cc506
SL*B: drop kmem cache argument from constructor
by Alexey Dobriyan
· 16 years ago
4ebf898
ROMFS: Fix up an error in iget removal
by David Howells
· 17 years ago
78cc912
iget: stop ROMFS from using iget() and read_inode()
by David Howells
· 17 years ago
55ca3e7
fs/romfs/inode.c: trivial improvements
by WANG Cong
· 17 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
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
c5ef1c4
[PATCH] mark struct inode_operations const 3
by Arjan van de Ven
· 18 years ago
3027795
[PATCH] struct path: convert romfs
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
f5e54d6
[PATCH] mark address_space_operations const
by Christoph Hellwig
· 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
4b6f5d2
[PATCH] Make most file operations structs in fs/ const
by Arjan van de Ven
· 19 years ago
fffb60f
[PATCH] cpuset memory spread: slab cache format
by Paul Jackson
· 19 years ago
4b6a931
[PATCH] cpuset memory spread: slab cache filesystems
by Paul Jackson
· 19 years ago
54b21a7
[PATCH] fix possible PAGE_CACHE_SHIFT overflows
by Andrew Morton
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago