Merge branch 'topic/jack' into topic/docbook-fix
[pandora-kernel.git] / fs / btrfs / inode.c
2009-03-09 Takashi IwaiMerge branch 'topic/jack' into topic/docbook-fix
2009-01-10 Linus TorvaldsMerge branch 'x86-fixes-for-linus' of git://git./linux...
2009-01-10 Linus TorvaldsMerge branch 'cpus4096-for-linus' of git://git./linux...
2009-01-09 Linus TorvaldsMerge git://git./linux/kernel/git/arjan/linux-2.6-async-2
2009-01-09 Linus TorvaldsMerge git://git.infradead.org/mtd-2.6
2009-01-09 Linus TorvaldsMerge branch 'for_2.6.29' of git://git./linux/kernel...
2009-01-09 Linus TorvaldsMerge git://git./linux/kernel/git/pkl/squashfs-linus
2009-01-09 Linus TorvaldsMerge git://git./linux/kernel/git/dhowells/linux-2...
2009-01-09 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-01-09 Linus TorvaldsMerge branch 'for-linus' of git://git390.osdl.marist...
2009-01-09 Linus TorvaldsMerge branch 'for-linus' of git://git.o-hand.com/linux...
2009-01-09 Linus TorvaldsMerge branch 'for-linus' of git://git.o-hand.com/linux...
2009-01-09 Linus TorvaldsMerge git://git./linux/kernel/git/mason/btrfs-unstable
2009-01-07 Chris MasonBtrfs: kmap_atomic(KM_USER0) is safe for btrfs_readpage...
2009-01-06 Chris MasonBtrfs: Don't use kmap_atomic(..., KM_IRQ0) during check...
2009-01-06 Yan ZhengBtrfs: tree logging checksum fixes
2009-01-06 Yan ZhengBtrfs: Use btrfs_join_transaction to avoid deadlocks...
2009-01-06 Chris MasonMerge branch 'master' of git://git./linux/kernel/git...
2009-01-06 Chris MasonBtrfs: Fix checkpatch.pl warnings
2008-12-17 Chris MasonBtrfs: shift all end_io work to thread pools
2008-12-15 Chris MasonBtrfs: Don't use spin*lock_irq for the delalloc lock
2008-12-15 Chris MasonBtrfs: Fix compressed writes on truncated pages
2008-12-12 Yan ZhengBtrfs: fix nodatasum handling in balancing code
2008-12-11 Yan ZhengBtrfs: fix leaking block group on balance
2008-12-08 Chris MasonBtrfs: Add inode sequence number for NFS and reserved...
2008-12-08 Chris MasonBtrfs: move data checksumming into a dedicated tree
2008-12-02 Chris MasonBtrfs: delete unused function: btrfs_invalidate_dcache_root
2008-12-02 Christoph HellwigBtrfs: make things static and include the right headers
2008-12-02 Liu HuiBtrfs: Fix cow semantic in run_delalloc_nocow()
2008-11-20 Chris MasonBtrfs: compat code fixes
2008-11-20 Chris MasonBtrfs: Use current_fsuid/gid
2008-11-19 Chris MasonMerge branch 'master' of git://git./linux/kernel/git...
2008-11-19 Chris MasonBtrfs: Avoid writeback stalls
2008-11-18 Chris MasonBtrfs: Add backrefs and forward refs for subvols and...
2008-11-18 Chris MasonBtrfs: Give each subvol and snapshot their own anonymou...
2008-11-18 Chris MasonBtrfs: Allow subvolumes and snapshots anywhere in the...
2008-11-12 Yan ZhengBtrfs: mount ro and remount support
2008-11-11 Chris MasonBtrfs: Fix compile warnings on 32 bit machines
2008-11-10 Chris MasonBtrfs: Fix usage of struct extent_map->orig_start
2008-11-10 Yan ZhengBtrfs: Fix csum error for compressed data
2008-11-07 Chris MasonBtrfs: Optimize compressed writeback and reads
2008-11-07 Chris MasonBtrfs: Add ordered async work queues
2008-10-31 Chris MasonBtrfs: Compression corner fixes
2008-10-30 Yan ZhengBtrfs: Add fallocate support v2
2008-10-30 Yan ZhengBtrfs: update nodatacow code v2
2008-10-30 Yan ZhengBtrfs: Fix bookend extent race v2
2008-10-30 Yan ZhengBtrfs: update hole handling v2
2008-10-30 Chris MasonBtrfs: Fix logic to avoid reading checksums for -o...
2008-10-30 Chris MasonBtrfs: walk compressed pages based on the nr_pages...
2008-10-29 Chris MasonBtrfs: Add zlib compression support
2008-10-16 Chris MasonMerge branch 'master' of ssh://mason@/linux/kernel...
2008-10-09 Christoph HellwigBtrfs: Fix subvolume creation locking rules
2008-10-09 Yan ZhengBtrfs: Fix leaf reference cache miss
2008-10-09 Yan ZhengBtrfs: Remove offset field from struct btrfs_extent_ref
2008-10-09 Yan ZhengBtrfs: Count space allocated to file in bytes
2008-10-03 Chris MasonBtrfs: cast bio->bi_sector to a u64 before shifting
2008-10-01 Chris MasonBtrfs: don't read leaf blocks containing only checksums...
2008-09-29 Chris MasonBtrfs: add and improve comments
2008-09-29 Chris MasonBtrfs: Wait for IO on the block device inodes of newly...
2008-09-26 Zheng YanBtrfs: extent_map and data=ordered fixes for space...
2008-09-25 Chris MasonRemove Btrfs compat code for older kernels
2008-09-25 Chris MasonMerge Btrfs into fs/btrfs
2008-09-25 Chris MasonBtrfs: Fix race against disk_i_size updates
2008-09-25 Zheng YanBtrfs: Full back reference support
2008-09-25 Josef BacikBtrfs: free space accounting redo
2008-09-25 Chris MasonBtrfs: Dir fsync optimizations
2008-09-25 Chris MasonBtrfs: Fix releasepage to properly keep dirty and write...
2008-09-25 Chris MasonBtrfs: Update the highest objectid in a root after...
2008-09-25 Christoph Hellwigremove unused function btrfs_ilookup
2008-09-25 Chris MasonBtrfs: Add a write ahead tree log to optimize synchrono...
2008-09-25 Christoph HellwigBtrfs: optimize btrget/set/removexattr
2008-09-25 David WoodhouseBtrfs: Optimise NFS readdir hack slightly; don't call...
2008-09-25 David WoodhouseMinor cleanup of btrfs_real_readdir()
2008-09-25 David WoodhouseBtrfs: Remove special cases for "." and ".."
2008-09-25 David WoodhouseBtrfs: Implement our own copy of the nfsd readdir hack...
2008-09-25 Balaji RaoIntroduce btrfs_iget helper
2008-09-25 Chris MasonBtrfs: Lookup readpage checksums on bio submission...
2008-09-25 Chris MasonBtrfs: Fix add_extent_mapping to check for duplicates...
2008-09-25 Chris MasonBtrfs: Lower contention on the csum mutex
2008-09-25 Chris MasonBtrfs: Init address_space->writeback_index properly
2008-09-25 Chris MasonBtrfs: Avoid calling into the FS for the final iput...
2008-09-25 Yan ZhengBtrfs: Fix nodatacow for the new data=ordered mode
2008-09-25 Chris MasonGet rid of BTRFS_I(inode)->index and use local vars...
2008-09-25 Chris Masonbtrfs_lookup_bio_sums seems broken, go back to the...
2008-09-25 Chris MasonBtrfs: Maintain a list of inodes that are delalloc...
2008-09-25 Chris MasonBtrfs: Hold csum mutex while reading in sums during...
2008-09-25 Chris MasonBtrfs: Drop some debugging around the extent_map pinned...
2008-09-25 Chris MasonBtrfs: Fix streaming read performance with checksumming on
2008-09-25 Sven WegenerBtrfs: Add compatibility for kernels >= 2.6.27-rc1
2008-09-25 YanBtrfs: implement memory reclaim for leaf reference...
2008-09-25 Yan ZhengBtrfs: Update and fix mount -o nodatacow
2008-09-25 Chris MasonBtrfs: Throttle operations if the reference cache gets...
2008-09-25 Chris MasonBtrfs: Leaf reference cache update
2008-09-25 YanBtrfs: Fix .. lookup corner case
2008-09-25 Balaji RaoBtrfs: Remove unused variable in fixup_tree_root_location
2008-09-25 Josef BacikBtrfs: Create orphan inode records to prevent lost...
2008-09-25 Josef BacikBtrfs: Add ACL support
2008-09-25 Josef BacikBtrfs: Implement new dir index format
2008-09-25 Chris MasonBtrfs: Search data ordered extents first for checksums...
2008-09-25 Chris MasonBtrfs: Take the csum mutex while reading checksums
next