summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2010-08-10AFFS: wait for sb synchronization when neededArtem Bityutskiy1-5/+7
2010-08-10AFFS: clean up dirty flag usageArtem Bityutskiy1-14/+5
2010-08-10cifs: truncate falloutChristoph Hellwig1-23/+7
2010-08-10mbcache: fix shrinker function return valueAndreas Gruenbacher1-17/+10
2010-08-10mbcache: Remove unused featuresAndreas Gruenbacher4-122/+55
2010-08-10add f_flags to struct statfs(64)Christoph Hellwig1-1/+46
2010-08-10pass a struct path to vfs_statfsChristoph Hellwig7-35/+55
2010-08-10All filesystems that need invalidate_inode_buffers() are doing that explicitlyAl Viro1-1/+0
2010-08-10convert remaining ->clear_inode() to ->evict_inode()Al Viro33-57/+93
2010-08-10Make ->drop_inode() just return whether inode needs to be droppedAl Viro8-98/+55
2010-08-10fs/inode.c:clear_inode() is goneAl Viro1-24/+4
2010-08-10fs/inode.c:evict() doesn't care about delete vs. non-delete paths nowAl Viro1-4/+4
2010-08-10->delete_inode() is goneAl Viro1-2/+0
2010-08-10convert ext4 to ->evict_inode()Al Viro4-10/+16
2010-08-10convert logfs to ->evict_inode()Al Viro3-36/+31
2010-08-10logfs: get rid of magical inodesAl Viro6-41/+31
2010-08-10convert nilfs2 to ->evict_inode()Al Viro3-24/+26
2010-08-10convert exofs to ->evict_inode()Al Viro3-6/+6
2010-08-10convert reiserfs to ->evict_inode()Al Viro2-10/+11
2010-08-10convert btrfs to ->evict_inode()Al Viro3-4/+8
2010-08-10switch gfs2 to ->evict_inode()Al Viro1-24/+15
2010-08-10convert ocfs2 to ->evict_inode()Al Viro3-11/+16
2010-08-10switch ncpfs to ->evict_inode()Al Viro1-6/+6
2010-08-10switch udf to ->evict_inode()Al Viro4-35/+21
2010-08-10switch ubifs to ->evict_inode()Al Viro1-4/+8
2010-08-10switch jfs to ->evict_inode()Al Viro3-25/+20
2010-08-10switch hpfs to ->evict_inode()Al Viro3-7/+9
2010-08-10switch hppfs to ->evict_inode()Al Viro1-4/+3
2010-08-10try to get rid of races in hostfs open()Al Viro3-12/+37
2010-08-10leak in hostfs_unlink()Al Viro1-2/+3
2010-08-10hostfs: fix races in dentry_name() and inode_name()Al Viro1-46/+60
2010-08-10new helper: __dentry_path()Al Viro1-5/+22
2010-08-10hostfs: sanitize symlinksAl Viro1-26/+35
2010-08-10hostfs: get rid of inode_dentry_name()Al Viro1-35/+20
2010-08-10hostfs: get rid of file_type(), fold init_inode()Al Viro3-93/+45
2010-08-10switch stat_file() to passing a single struct rather than fsckloads of pointersAl Viro3-68/+58
2010-08-10hostfs: pass pathname to init_inode()Al Viro1-30/+15
2010-08-10get rid of hostfs_read_inode()Al Viro1-53/+16
2010-08-10hostfs: don't keep a field in each inode when we are using it only in rootAl Viro1-24/+15
2010-08-10stop icache pollution in hostfs, switch to ->evict_inode()Al Viro1-22/+8
2010-08-10switch affs to ->evict_inode()Al Viro3-17/+14
2010-08-10switch omfs to ->evict_inode()Al Viro1-3/+6
2010-08-10switch bfs to ->evict_inode(), clean upAl Viro1-38/+32
2010-08-10convert ext3 to ->evict_inode()Al Viro3-35/+28
2010-08-10switch ufs to ->evict_inode()Al Viro4-21/+28
2010-08-10covert fatfs to ->evict_inode()Al Viro1-11/+9
2010-08-10switch smbfs to evict_inode()Al Viro1-4/+4
2010-08-10switch sysv to ->evict_inode()Al Viro2-6/+10
2010-08-10merge ext2 delete_inode and clear_inode, switch to ->evict_inode()Al Viro4-37/+36
2010-08-10Don't dirty the victim in ext2_xattr_delete_inode()Al Viro1-2/+0