pandora-kernel.git
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...
2010-08-02 Jeff Laytoncifs: add separate cred_uid field to sesInfo
2010-08-02 Kulikov Vasiliyfs: cifs: check kmalloc() result
2010-08-02 Steve French[CIFS] Missing ifdef
2010-08-02 Steve French[CIFS] Missing line from previous commit
2010-08-02 Steve French[CIFS] Fix build break when CONFIG_CIFS_FSCACHE disabled
2010-08-02 Suresh Jayaramancifs: add mount option to enable local caching
2010-08-02 Suresh Jayaramancifs: read pages from FS-Cache
2010-08-02 Suresh Jayaramancifs: store pages into local cache
2010-08-02 Suresh Jayaramancifs: FS-Cache page management
2010-08-02 Suresh Jayaramancifs: define inode-level cache object and register...
2010-08-02 Suresh Jayaramancifs: define superblock-level cache index objects and...
2010-08-02 Jeff Laytoncifs: remove unused cifsUidInfo struct
2010-08-02 Jeff Laytoncifs: clean up cifs_find_smb_ses (try #2)
2010-08-02 Jeff Laytoncifs: match secType when searching for existing tcp...
2010-08-02 Jeff Laytoncifs: move address comparison into separate function
2010-08-02 Jeff Laytoncifs: set the port in sockaddr in a more clearly define...
2010-08-02 Suresh Jayaramancifs: define server-level cache index objects and regis...
2010-08-02 Suresh Jayaramancifs: register CIFS for caching
2010-08-02 Joe Perchesfs/cifs: Remove unnecessary casts of private_data
2010-08-02 Suresh Jayaramancifs: add kernel config option for CIFS Client caching...
2010-08-02 Suresh Jayaramancifs: remove unused ip_address field in struct TCP_Serv...
2010-08-02 Suresh Jayaramancifs: remove an potentially confusing, obsolete comment
2010-08-02 Suresh Jayaramancifs: guard cifsglob.h against multiple inclusion
2010-08-01 Linus TorvaldsLinux 2.6.35 v2.6.35
2010-08-01 Trond MyklebustNFS: Fix a typo in include/linux/nfs_fs.h
2010-07-31 Russell KingMerge branch 'devel-stable' into devel
2010-07-31 Russell KingMerge branch 'misc' into devel
2010-07-31 Russell KingMerge branches 'at91', 'ep93xx', 'kexec', 'iop', 'lmb...
2010-07-31 Russell KingMerge branch 'shmobile' into devel
2010-07-31 Russell KingARM: AMBA: Add pclk support to AMBA bus infrastructure
2010-07-31 Linus WalleijARM: 6278/2: fix regression in RealView after the intro...
2010-07-31 Linus TorvaldsMerge master.kernel.org:/home/rmk/linux-2.6-arm
2010-07-31 Linus TorvaldsMerge branch 'bugfixes' of git://git.linux-nfs.org...
2010-07-31 Linus TorvaldsMerge branch 'drm-fixes' of git://git./linux/kernel...
2010-07-31 Hugh Dickinsmm: fix ia64 crash when gcore reads gate area
2010-07-31 David HowellsCIFS: Remove __exit mark from cifs_exit_dns_resolver()
2010-07-30 Ondrej Zarycyber2000fb: fix console in truecolor modes
2010-07-30 Ondrej Zarycyber2000fb: fix machine hang on module load
next