Linus Torvalds
|
7c0f6ba682
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
|
8 years ago |
Jan Kara
|
31051c85b5
fs: Give dentry to inode_change_ok() instead of inode
|
9 years ago |
Rich Felker
|
63678c32e2
tmpfs/ramfs: fix VM_MAYSHARE mappings for NOMMU
|
9 years ago |
Michal Hocko
|
063d99b4fa
mm, fs: obey gfp_mapping for add_to_page_cache()
|
9 years ago |
David Howells
|
2b0143b5c9
VFS: normal filesystems (and lustre): d_inode() annotations
|
10 years ago |
Al Viro
|
5d5d568975
make new_sync_{read,write}() static
|
10 years ago |
Christoph Hellwig
|
b4caecd480
fs: introduce f_op->mmap_capabilities for nommu mmap support
|
10 years ago |
Fabian Frederick
|
6f4535ed7d
fs/ramfs/file-nommu.c: replace count*size kzalloc by kcalloc
|
11 years ago |
Al Viro
|
8d0207652c
->splice_write() via ->write_iter()
|
11 years ago |
Al Viro
|
8174202b34
write_iter variants of {__,}generic_file_aio_write()
|
11 years ago |
Al Viro
|
aad4f8bb42
switch simple generic_file_aio_read() users to ->read_iter()
|
11 years ago |
Axel Lin
|
87e06aa3a7
fs/ramfs: move ramfs_aops to inode.c
|
11 years ago |
Axel Lin
|
0fa9aa20c3
fs/ramfs/file-nommu.c: make ramfs_nommu_get_unmapped_area() and ramfs_nommu_mmap() static
|
11 years ago |
Al Viro
|
496ad9aa8e
new helper: file_inode(file)
|
12 years ago |
Bob Liu
|
fea9f718b3
fs: ramfs: file-nommu: add SetPageUptodate()
|
13 years ago |
Bob Liu
|
b836aec53e
ramfs: fix memleak on no-mmu arch
|
14 years ago |
Christoph Hellwig
|
2c27c65ed0
check ATTR_SIZE contraints in inode_change_ok
|
15 years ago |
Christoph Hellwig
|
6a1a90ad1b
rename generic_setattr
|
15 years ago |
Nick Piggin
|
3322e79a38
fs: convert simple fs to new truncate
|
15 years ago |
Christoph Hellwig
|
1b061d9247
rename the generic fsync implementations
|
15 years ago |
Tejun Heo
|
5a0e3ad6af
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
|
15 years ago |
David Howells
|
7e6608724c
nommu: fix shared mmap after truncate shrinkage problems
|
15 years ago |
David Howells
|
81759b5b22
nommu: fix race between ramfs truncation and shared mmap
|
15 years ago |
Mike Frysinger
|
0f67b0b039
nommu: ramfs: remove unused local var
|
15 years ago |
npiggin@suse.de
|
c08d3b0e33
truncate: use new helpers
|
16 years ago |
Catalin Marinas
|
5c80536523
fs/ramfs/file-nommu.c needs include/linux/sched.h
|
16 years ago |
Johannes Weiner
|
2678958e12
ramfs-nommu: use generic lru cache
|
16 years ago |
Jan Kara
|
314649558d
ramfs: Remove quota call
|
16 years ago |
Johannes Weiner
|
15e7b87676
nommu: ramfs: don't leak pages when adding to page cache fails
|
16 years ago |
Enrik Berkhan
|
020fe22ff1
nommu: ramfs: pages allocated to an inode's pagecache may get wrongly discarded
|
16 years ago |