You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
David Howells
726c334223
[PATCH] VFS: Permit filesystem to perform statfs with a known root dentry
...
Give the statfs superblock operation a dentry pointer rather than a superblock
pointer.
This complements the get_sb() patch. That reduced the significance of
sb->s_root, allowing NFS to place a fake root there. However, NFS does
require a dentry to use as a target for the statfs operation. This permits
the root in the vfsmount to be used instead.
linux/mount.h has been added where necessary to make allyesconfig build
successfully.
Interest has also been expressed for use with the FUSE and XFS filesystems.
Signed-off-by: David Howells <dhowells@redhat.com>
Acked-by: Al Viro <viro@zeniv.linux.org.uk>
Cc: Nathan Scott <nathans@sgi.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
19 years ago
..
ChangeLog
NTFS: Semaphore to mutex conversion.
19 years ago
Makefile
NTFS: Fix an (innocent) off-by-one error in the runlist code.
19 years ago
aops.c
NTFS: Semaphore to mutex conversion.
19 years ago
aops.h
Linux-2.6.12-rc2
20 years ago
attrib.c
NTFS: Remove all the make_bad_inode() calls. This should only be called
19 years ago
attrib.h
NTFS: Add fs/ntfs/attrib.[hc]::ntfs_attr_extend_allocation(), a function to
20 years ago
bitmap.c
NTFS: Fix a stupid bug in __ntfs_bitmap_set_bits_in_run() which caused the
20 years ago
bitmap.h
Linux-2.6.12-rc2
20 years ago
collate.c
Linux-2.6.12-rc2
20 years ago
collate.h
Linux-2.6.12-rc2
20 years ago
compress.c
NTFS: Semaphore to mutex conversion.
19 years ago
debug.c
NTFS: Fix printk format warnings on ia64. (Randy Dunlap)
20 years ago
debug.h
Linux-2.6.12-rc2
20 years ago
dir.c
[PATCH] Make most file operations structs in fs/ const
19 years ago
dir.h
Linux-2.6.12-rc2
20 years ago
endian.h
Linux-2.6.12-rc2
20 years ago
file.c
[PATCH] NTFS: Critical bug fix (affects MIPS and possibly others)
19 years ago
index.c
[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem
19 years ago
index.h
Linux-2.6.12-rc2
20 years ago
inode.c
NTFS: Semaphore to mutex conversion.
19 years ago
inode.h
NTFS: Semaphore to mutex conversion.
19 years ago
layout.h
NTFS: Improve comments on file attribute flags in fs/ntfs/layout.h.
19 years ago
lcnalloc.c
NTFS: - Change ntfs_cluster_alloc() to take an extra boolean parameter
20 years ago
lcnalloc.h
NTFS: - Change ntfs_cluster_alloc() to take an extra boolean parameter
20 years ago
logfile.c
[PATCH] bitops: ntfs: remove generic_ffs()
19 years ago
logfile.h
NTFS: Fix sparse warnings that have crept in over time.
20 years ago
malloc.h
NTFS: In attrib.c::ntfs_attr_set() call balance_dirty_pages_ratelimited()
20 years ago
mft.c
[PATCH] bitops: ntfs: remove generic_ffs()
19 years ago
mft.h
NTFS: Remove all the make_bad_inode() calls. This should only be called
19 years ago
mst.c
Linux-2.6.12-rc2
20 years ago
namei.c
NTFS: Handle the recently introduced -ENAMETOOLONG return value from
19 years ago
ntfs.h
[PATCH] Make most file operations structs in fs/ const
19 years ago
quota.c
[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem
19 years ago
quota.h
Linux-2.6.12-rc2
20 years ago
runlist.c
NTFS: Fix an (innocent) off-by-one error in the runlist code.
19 years ago
runlist.h
NTFS: Add ntfs_rl_punch_nolock() which punches a caller specified hole into a runlist.
20 years ago
super.c
[PATCH] VFS: Permit filesystem to perform statfs with a known root dentry
19 years ago
sysctl.c
NTFS: - Add disable_sparse mount option together with a per volume sparse
20 years ago
sysctl.h
[PATCH] turn many #if $undefined_string into #ifdef $undefined_string
20 years ago
time.h
NTFS: Change time to u64 in time.h::ntfs2utc() as it otherwise generates a
20 years ago
types.h
NTFS: Stamp the transaction log ($UsnJrnl), aka user space journal, if it
20 years ago
unistr.c
NTFS: Limit name length in fs/ntfs/unistr.c::ntfs_nlstoucs() to maximum
19 years ago
upcase.c
NTFS: Do more detailed reporting of why we cannot mount read-write by
19 years ago
usnjrnl.c
NTFS: Stamp the transaction log ($UsnJrnl), aka user space journal, if it
20 years ago
usnjrnl.h
NTFS: Stamp the transaction log ($UsnJrnl), aka user space journal, if it
20 years ago
volume.h
NTFS: Do more detailed reporting of why we cannot mount read-write by
19 years ago