Linus Torvalds
|
7c0f6ba682
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
|
8 years ago |
Deepa Dinamani
|
078cd8279e
fs: Replace CURRENT_TIME with current_time() for inode timestamps
|
9 years ago |
Kirill A. Shutemov
|
09cbfeaf1a
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
|
9 years ago |
Al Viro
|
21fc61c73c
don't put symlink bodies in pagecache into highmem
|
9 years ago |
Christoph Hellwig
|
b83ae6d421
fs: remove mapping->backing_dev_info
|
10 years ago |
Christoph Hellwig
|
b4caecd480
fs: introduce f_op->mmap_capabilities for nommu mmap support
|
10 years ago |
Axel Lin
|
87e06aa3a7
fs/ramfs: move ramfs_aops to inode.c
|
11 years ago |
Paul Gortmaker
|
af52b040eb
fs/ramfs: don't use module_init for non-modular core code
|
11 years ago |
Rob Landley
|
57f150a58c
initmpfs: move rootfs code from fs/ramfs/ to init/
|
12 years ago |
Rob Landley
|
4bbee76bc9
initmpfs: move bdi setup from init_rootfs to init_ramfs
|
12 years ago |
Rob Landley
|
137fdcc18a
initmpfs: replace MS_NOUSER in initramfs
|
12 years ago |
Eric W. Biederman
|
b3c6761d9b
userns: Allow the userns root to mount ramfs.
|
12 years ago |
Al Viro
|
ebfc3b49a7
don't pass nameidata to ->create()
|
13 years ago |
Al Viro
|
318ceed088
tidy up after d_make_root() conversion
|
13 years ago |
Al Viro
|
48fde701af
switch open-coded instances of d_make_root() to new helper
|
13 years ago |
Al Viro
|
632861f05a
pohmelfs: propagate umode_t
|
14 years ago |
Al Viro
|
1a67aafb5f
switch ->mknod() to umode_t
|
14 years ago |
Al Viro
|
4acdaf27eb
switch ->create() to umode_t
|
14 years ago |
Al Viro
|
18bb1db3e7
switch vfs_mkdir() and ->mkdir() to umode_t
|
14 years ago |
Richard Weinberger
|
0620d9193c
ramfs: remove module leftovers
|
13 years ago |
Al Viro
|
3c26ff6e49
convert get_sb_nodev() users
|
15 years ago |
Christoph Hellwig
|
85fe4025c6
fs: do not assign default i_ino in new_inode
|
15 years ago |
Dmitry Monakhov
|
454abafe9d
ramfs: replace inode uid,gid,mode initialization with helper function
|
15 years ago |
Peter Korsgaard
|
da5e4ef7fd
devtmpfs: support !CONFIG_TMPFS
|
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 |
maximilian attems
|
a7e3108cca
ramfs: move RAMFS_MAGIC to include/linux/magic.h
|
16 years ago |
Jens Axboe
|
d993831fa7
writeback: add name to backing_dev_info
|
16 years ago |
Mike Frysinger
|
0a8eba9b7f
ramfs: ignore unknown mount options
|
16 years ago |
Ingo Molnar
|
f8201abcb2
ramfs: fix double freeing s_fs_info on failed mount
|
16 years ago |
Wu Fengguang
|
c3b1b1cbf0
ramfs: add support for "mode=" mount option
|
16 years ago |