An error occurred fetching the project authors.
- 16 Oct, 2002 1 commit
-
-
Andrew Morton authored
From Hugh Dickins simple_rename, like shmem_rename until I fixed that a few weeks ago, got the parent directory's link count wrong in the exceptional case of renaming a directory in place of an existing empty directory.
-
- 08 Oct, 2002 1 commit
-
-
Andrew Morton authored
From Bill Irwin The simple_link(), simple_unlink(), simple_rename(), simple_sync_file(), simple_rmdir(), and simple_empty() functions are easy to duplicate. Basically, I duplicated them in an fs patch of mine, and Linus told me to put them in libfs.c Pat Mochel has acked the changes for driverfs (in that he'll convert the stuff over when they're available from libfs), and my hugetlbfs implementation was the thing that spurred the whole incident.
-
- 17 Sep, 2002 1 commit
-
-
Art Haas authored
Here's a resend of C99 patches for the files in fs.
-
- 02 Jul, 2002 1 commit
-
-
Linus Torvalds authored
Make dcache filesystems export directory entry types to readdir.
-
- 11 Jun, 2002 1 commit
-
-
Alexander Viro authored
FS_NOMOUNT is gone, initialization for pseudo-filesystems (bdev, pipe, sock) switched to use of a common helper.
-
- 22 May, 2002 1 commit
-
-
Alexander Viro authored
sane readdir() for ramfs-style filesystems
-
- 30 Apr, 2002 1 commit
-
-
Dave Hansen authored
This patch takes the BKL out of vfs_readdir() and moves it into the individual filesystems, all 35 of them. I have the feeling that this wasn't done before because there are a lot of these to change and it was a pain to find them all. I definitely got all of those that were defined in the in the structure declaration like this "readdir: fs_readdir;" vxfs_readdir was assigned strangely, but I found it anyway. I also left devfs out of this one. Richard seems confident that devfs has no need for the BKL.
-
- 15 Mar, 2002 1 commit
-
-
Alexander Viro authored
Linus, I've taken a bunch of common methods into fs/libfs.c and killed the (duplicated) instances in filesystems. There will be more - ideally I'd like to get a library that would make writing small filesystems trivial.
-