deliverable/linux.git
2010-08-09  Artem BityutskiyAFFS: wait for sb synchronization when needed
2010-08-09  Artem BityutskiyAFFS: clean up dirty flag usage
2010-08-09  Christoph Hellwigcifs: truncate fallout
2010-08-09  Andreas Gruenbachermbcache: fix shrinker function return value
2010-08-09  Andreas Gruenbachermbcache: Remove unused features
2010-08-09  Christoph Hellwigadd f_flags to struct statfs(64)
2010-08-09  Christoph Hellwigpass a struct path to vfs_statfs
2010-08-09  Al Viroupdate VFS documentation for method changes.
2010-08-09  Al ViroAll filesystems that need invalidate_inode_buffers...
2010-08-09  Al Viroconvert remaining ->clear_inode() to ->evict_inode()
2010-08-09  Al ViroMake ->drop_inode() just return whether inode needs...
2010-08-09  Al Virofs/inode.c:clear_inode() is gone
2010-08-09  Al Virofs/inode.c:evict() doesn't care about delete vs. non...
2010-08-09  Al Viro->delete_inode() is gone
2010-08-09  Al Viroconvert ext4 to ->evict_inode()
2010-08-09  Al Viroconvert logfs to ->evict_inode()
2010-08-09  Al Virologfs: get rid of magical inodes
2010-08-09  Al Viroconvert nilfs2 to ->evict_inode()
2010-08-09  Al Viroconvert exofs to ->evict_inode()
2010-08-09  Al Viroconvert reiserfs to ->evict_inode()
2010-08-09  Al Viroconvert btrfs to ->evict_inode()
2010-08-09  Al Viroswitch gfs2 to ->evict_inode()
2010-08-09  Al Viroconvert ocfs2 to ->evict_inode()
2010-08-09  Al Viroswitch ncpfs to ->evict_inode()
2010-08-09  Al Viroswitch udf to ->evict_inode()
2010-08-09  Al Viroswitch ubifs to ->evict_inode()
2010-08-09  Al Viroswitch jfs to ->evict_inode()
2010-08-09  Al Viroswitch hpfs to ->evict_inode()
2010-08-09  Al Viroswitch hppfs to ->evict_inode()
2010-08-09  Al Virotry to get rid of races in hostfs open()
2010-08-09  Al Viroleak in hostfs_unlink()
2010-08-09  Al Virohostfs: fix races in dentry_name() and inode_name()
2010-08-09  Al Vironew helper: __dentry_path()
2010-08-09  Al Virohostfs: sanitize symlinks
2010-08-09  Al Virohostfs: get rid of inode_dentry_name()
2010-08-09  Al Virohostfs: get rid of file_type(), fold init_inode()
2010-08-09  Al Viroswitch stat_file() to passing a single struct rather...
2010-08-09  Al Virohostfs: pass pathname to init_inode()
2010-08-09  Al Viroget rid of hostfs_read_inode()
2010-08-09  Al Virohostfs: don't keep a field in each inode when we are...
2010-08-09  Al Virostop icache pollution in hostfs, switch to ->evict_inode()
2010-08-09  Al Viroswitch affs to ->evict_inode()
2010-08-09  Al Viroswitch omfs to ->evict_inode()
2010-08-09  Al Viroswitch bfs to ->evict_inode(), clean up
2010-08-09  Al Viroconvert ext3 to ->evict_inode()
2010-08-09  Al Virospufs conversion to ->evict_inode()
2010-08-09  Al Viroswitch ufs to ->evict_inode()
2010-08-09  Al Virocovert fatfs to ->evict_inode()
2010-08-09  Al Viroswitch smbfs to evict_inode()
2010-08-09  Al Viroswitch sysv to ->evict_inode()
2010-08-09  Al Viroswitch shmem.c to ->evice_inode()
2010-08-09  Al Viroswitch mqueue to ->evict_inode()
2010-08-09  Al Viromerge ext2 delete_inode and clear_inode, switch to...
2010-08-09  Al ViroDon't dirty the victim in ext2_xattr_delete_inode()
2010-08-09  Al ViroTake dirtying the inode to callers of ext2_free_blocks()
2010-08-09  Al Viroext2: switch to dquot_free_block_nodirty()
2010-08-09  Al Viroswitch minix to ->evict_inode(), fix write_inode/delete...
2010-08-09  Al Viroswitch sysfs to ->evict_inode()
2010-08-09  Al Viroswitch procfs to ->evict_inode()
2010-08-09  Al Virosimplify get_cramfs_inode()
2010-08-09  Al Viroswitch hypfs to ->evict_inode()
2010-08-09  Al Vironew helper: end_writeback()
2010-08-09  Al ViroTake ->i_bdev/->i_cdev handling out of clear_inode()
2010-08-09  Al Virogeneric_detach_inode() can be static now
2010-08-09  Al Viroswitch hugetlbfs to ->evict_inode()
2010-08-09  Al ViroNew method - evict_inode()
2010-08-09  Al Virounify fs/inode.c callers of clear_inode()
2010-08-09  Al Virosimplify checks for I_CLEAR/I_FREEING
2010-08-09  Al Viroget rid of file_fsync()
2010-08-09  Christoph Hellwigxfs: new truncate sequence
2010-08-09  Boaz Harroshexofs: New truncate sequence
2010-08-09  Al Virojffs2: don't open-code iget_failed()
2010-08-09  Christoph Hellwigupdate documentation for the new truncate sequence
2010-08-09  Christoph Hellwigcheck ATTR_SIZE contraints in inode_change_ok
2010-08-09  Christoph Hellwigalways call inode_change_ok early in ->setattr
2010-08-09  Christoph Hellwigremove inode_setattr
2010-08-09  Christoph Hellwigdefault to simple_setattr
2010-08-09  Christoph Hellwigrename generic_setattr
2010-08-09  Christoph Hellwigadd missing setattr methods
2010-08-09  Christoph Hellwigget rid of block_write_begin_newtrunc
2010-08-09  Christoph Hellwigintroduce __block_write_begin
2010-08-09  Christoph Hellwigclean up write_begin usage for directories in pagecache
2010-08-09  Christoph Hellwigget rid of cont_write_begin_newtrunc
2010-08-09  Christoph Hellwigget rid of nobh_write_begin_newtrunc
2010-08-09  Christoph Hellwigsort out blockdev_direct_IO variants
2010-08-09  Al Virofix leak in __logfs_create()
2010-08-09  Al ViroFix reiserfs_file_release()
2010-08-09  Al Viromissing include in hppfs
2010-08-09  Al ViroDeal with missing exports for hostfs
2010-08-03  Linus TorvaldsMerge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
2010-08-03  Linus TorvaldsMerge git://git./linux/kernel/git/sfrench/cifs-2.6
2010-08-03  Linus TorvaldsMerge branch 'devel' of /home/rmk/linux-2.6-arm
2010-08-03  Helge DellerPARISC: led.c - fix potential stack overflow in led_pro...
2010-08-02  Alex ElderMerge branch 'v2.6.35'
2010-08-02  Jeff Laytoncifs: fsc should not default to "on"
2010-08-02  Steve French[CIFS] remove redundant path walking in dfs_do_refmount
2010-08-02  Jeff Laytoncifs: ignore the "mand", "nomand" and "_netdev" mount...
2010-08-02  Jeff Laytoncifs: map NT_STATUS_ERROR_WRITE_PROTECTED to -EROFS
2010-08-02  Jeff Laytoncifs: don't allow cifs_iget to match inodes of the...
2010-08-02  Steve French[CIFS] relinquish fscache cookie before freeing CIFSTco...
next
This page took 0.045755 seconds and 5 git commands to generate.