xfs: failure mapping nfs fh to inode should return ESTALE
[pandora-kernel.git] / fs /
2011-07-20 J. Bruce Fieldsxfs: failure mapping nfs fh to inode should return...
2011-07-20 Chandra Seetharamanxfs: Remove the second parameter to xfs_sb_count()
2011-07-13 Christoph Hellwigxfs: remove the dead XFS_DABUF_DEBUG code
2011-07-13 Christoph Hellwigxfs: remove leftovers of the old btree tracing code
2011-07-13 Christoph Hellwigxfs: remove the dead QUOTADEBUG code
2011-07-13 Christoph Hellwigxfs: remove the unused xfs_buf_delwri_sort function
2011-07-13 Christoph Hellwigxfs: remove wrappers around b_iodone
2011-07-13 Christoph Hellwigxfs: remove wrappers around b_fspriv
2011-07-13 Christoph Hellwigxfs: add a proper transaction pointer to struct xfs_buf
2011-07-13 Christoph Hellwigxfs: factor out xfs_da_grow_inode_int
2011-07-13 Christoph Hellwigxfs: factor out xfs_dir2_leaf_find_stale
2011-07-13 Christoph Hellwigxfs: cleanup struct xfs_dir2_free
2011-07-13 Christoph Hellwigxfs: reshuffle dir2 headers
2011-07-13 Christoph Hellwigxfs: start periodic workers later
2011-07-11 Alex ElderRevert "xfs: fix filesystsem freeze race in xfs_trans_a...
2011-07-08 Chandra Seetharamanxfs: remove variables that serve no purpose in xfs_allo...
2011-07-08 Eric Sandeenxfs: consolidate & clarify mount sanity checks
2011-07-08 Christoph Hellwigxfs: avoid a few disk cache flushes
2011-07-08 Christoph Hellwigxfs: cleanup I/O-related buffer flags
2011-07-08 Christoph Hellwigxfs: return the buffer locked from xfs_buf_get_uncached
2011-07-08 Christoph Hellwigxfs: clean up buffer locking helpers
2011-07-08 Christoph Hellwigxfs: remove the unused xfs_bufhash structure
2011-07-08 Christoph Hellwigxfs: byteswap constants instead of variables
2011-07-08 Christoph Hellwigxfs: use generic get_unaligned_beXX helpers
2011-07-08 Christoph Hellwigxfs: cleanup struct xfs_dir2_leaf
2011-07-08 Christoph Hellwigxfs: cleanup the definition of struct xfs_dir2_data_entry
2011-07-08 Christoph Hellwigxfs: kill struct xfs_dir2_data
2011-07-08 Christoph Hellwigxfs: avoid usage of struct xfs_dir2_data
2011-07-08 Christoph Hellwigxfs: kill struct xfs_dir2_block
2011-07-08 Christoph Hellwigxfs: avoid usage of struct xfs_dir2_block
2011-07-08 Christoph Hellwigxfs: cleanup the definition of struct xfs_dir2_sf_entry
2011-07-08 Christoph Hellwigxfs: kill struct xfs_dir2_sf
2011-07-08 Christoph Hellwigxfs: cleanup shortform directory inode number handling
2011-07-08 Christoph Hellwigxfs: factor out xfs_dir2_leaf_find_entry
2011-07-08 Christoph Hellwigxfs: kill the unused struct xfs_sync_work
2011-07-08 Christoph Hellwigxfs: remove i_transp
2011-07-08 Christoph Hellwigxfs: fix filesystsem freeze race in xfs_trans_alloc
2011-07-08 Christoph Hellwigxfs: improve sync behaviour in the face of aggressive...
2011-07-08 Christoph Hellwigxfs: split xfs_itruncate_finish
2011-07-08 Christoph Hellwigxfs: kill xfs_itruncate_start
2011-07-08 Christoph Hellwigxfs: always log timestamp updates in xfs_setattr_size
2011-07-08 Christoph Hellwigxfs: split xfs_setattr
2011-07-08 Christoph Hellwigxfs: work around bogus gcc warning in xfs_allocbt_init_...
2011-07-08 Christoph Hellwigxfs: re-enable non-blocking behaviour in xfs_map_blocks
2011-07-08 Christoph Hellwigxfs: PF_FSTRANS should never be set in ->writepage
2011-07-06 Dave Chinnerxfs: unpin stale inodes directly in IOP_COMMITTED
2011-06-24 Dave Chinnerxfs: prevent bogus assert when trying to remove non...
2011-06-24 Dave Chinnerxfs: clear XFS_IDIRTY_RELEASE on truncate down
2011-06-24 Dave Chinnerxfs: reset inode per-lifetime state when recycling it
2011-06-16 Christoph Hellwigxfs: make log devices with write back caches work
2011-06-14 Al Viroxfs: fix ->mknod() return value on xfs_get_acl() failure
2011-06-06 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-06-06 Linus TorvaldsMerge branch 'hwmon-for-linus' of git://git./linux...
2011-06-06 Takashi IwaiMerge branch 'fix/asoc' into for-linus
2011-06-04 Linus TorvaldsMerge branch 'for-linus' of git://android.git./kernel...
2011-06-04 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-06-04 Linus TorvaldsMerge git://git./linux/kernel/git/jejb/scsi-rc-fixes-2.6
2011-06-04 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2011-06-04 David Sterbabtrfs: fix uninitialized variable warning
2011-06-04 David Sterbabtrfs: add helper for fs_info->closing
2011-06-04 Chris MasonBtrfs: add mount -o inode_cache
2011-06-04 Arne Jansenbtrfs: scrub: add explicit plugging
2011-06-04 David Sterbabtrfs: use btrfs_ino to access inode number
2011-06-04 Josef BacikBtrfs: don't save the inode cache if we are deleting...
2011-06-04 Arne Jansenbtrfs: false BUG_ON when degraded
2011-06-04 liuboBtrfs: don't save the inode cache in non-FS roots
2011-06-04 Chris MasonBtrfs: make sure we don't overflow the free space cache...
2011-06-04 Chris MasonBtrfs: fix uninit variable in the delayed inode code
2011-06-04 Arne Jansenbtrfs: scrub: don't reuse bios and pages
2011-06-03 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux...
2011-06-03 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-06-03 Linus TorvaldsMerge branch 'stable' of git://git./linux/kernel/git...
2011-06-03 Linus TorvaldsMerge branch 'linux-next' of git://git.infradead.org...
2011-06-03 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-06-03 Linus TorvaldsMerge branch 'rmobile-fixes-for-linus' of git://git...
2011-06-03 Linus TorvaldsMerge branch 'sh-fixes-for-linus' of git://git./linux...
2011-06-03 Ben GardinerUBIFS: fix-up free space earlier
2011-06-03 Ben GardinerUBIFS: intialize LPT earlier
2011-06-03 Ben GardinerUBIFS: assert no fixup when writing a node
2011-06-03 Artem BityutskiyUBIFS: fix clean znode counter corruption in error...
2011-06-03 Artem BityutskiyUBIFS: fix memory leak on error path
2011-06-03 Artem BityutskiyUBIFS: fix shrinker object count reports
2011-06-01 Linus TorvaldsMerge git://git.infradead.org/iommu-2.6
2011-06-01 Linus TorvaldsMerge git://git.infradead.org/mtd-2.6
2011-06-01 Artem BityutskiyUBIFS: fix recovery broken by the previous recovery fix
2011-06-01 Artem BityutskiyUBIFS: amend ubifs_recover_leb interface
2011-06-01 Artem BityutskiyUBIFS: introduce a "grouped" journal head flag
2011-06-01 Artem BityutskiyUBIFS: supress false error messages
2011-06-01 Tejun Heoblock: blkdev_get() should access ->bd_disk only after...
2011-05-31 Linus TorvaldsMerge git://git./linux/kernel/git/rusty/linux-2.6-for...
2011-05-31 Linus TorvaldsMerge branch 'release' of git://git./linux/kernel/git...
2011-05-31 Linus TorvaldsMerge branch 'x86-urgent-for-linus' of git://git./linux...
2011-05-31 Linus TorvaldsMerge branch 'core-urgent-for-linus' of git://git....
2011-05-31 Linus TorvaldsMerge branch 'perf-urgent-for-linus' of git://git....
2011-05-31 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-05-31 Paul MundtMerge branch 'master' of git://git./linux/kernel/git...
2011-05-30 Al Viroautofs4: bogus dentry_unhash() added in ->unlink()
2011-05-30 Sage Weilvfs: shrink_dcache_parent before rmdir, dir rename
2011-05-30 Jens AxboeRevert "block: Remove extra discard_alignment from...
2011-05-29 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
next