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.
Andreas Gruenbacher
2aec7c5232
mbcache: Remove unused features
...
The mbcache code was written to support a variable number of indexes,
but all the existing users use exactly one index. Simplify to code to
support only that case.
There are also no users of the cache entry free operation, and none of
the users keep extra data in cache entries. Remove those features as
well.
Signed-off-by: Andreas Gruenbacher <agruen@suse.de>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
15 years ago
..
Kconfig
fs/Kconfig: move ext2, ext3, ext4, JBD, JBD2 out
17 years ago
Makefile
switch ext2 to simple_fsync()
16 years ago
acl.c
ext2: update ctime when changing the file's permission by setfacl
15 years ago
acl.h
ext[234]: move over to 'check_acl' permission model
16 years ago
balloc.c
Take dirtying the inode to callers of ext2_free_blocks()
15 years ago
dir.c
introduce __block_write_begin
15 years ago
ext2.h
merge ext2 delete_inode and clear_inode, switch to ->evict_inode()
15 years ago
file.c
ext2: convert to use the new truncate convention.
15 years ago
ialloc.c
merge ext2 delete_inode and clear_inode, switch to ->evict_inode()
15 years ago
inode.c
merge ext2 delete_inode and clear_inode, switch to ->evict_inode()
15 years ago
ioctl.c
headers: smp_lock.h redux
16 years ago
namei.c
dquot: cleanup dquot initialize routine
15 years ago
super.c
merge ext2 delete_inode and clear_inode, switch to ->evict_inode()
15 years ago
symlink.c
ext2: symlink must be handled via filesystem specific operation
15 years ago
xattr.c
mbcache: Remove unused features
15 years ago
xattr.h
ext2: constify xattr_handler
15 years ago
xattr_security.c
ext2: constify xattr_handler
15 years ago
xattr_trusted.c
ext2: constify xattr_handler
15 years ago
xattr_user.c
ext2: constify xattr_handler
15 years ago
xip.c
ext2: Unify log messages in ext2
15 years ago
xip.h
xip: support non-struct page backed memory
17 years ago