summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/file.c
AgeCommit message (Expand)Author
2009-02-20Btrfs: add better -ENOSPC handlingJosef Bacik
2009-02-20Btrfs: check file pointer in btrfs_sync_fileChris Mason
2009-01-21Btrfs: fix tree logs parallel syncYan Zheng
2009-01-21Btrfs: removed unused #include <version.h>'sHuang Weiyi
2009-01-06Btrfs: don't change file extent's ram_bytes in btrfs_drop_extentsYan Zheng
2009-01-05Btrfs: Fix checkpatch.pl warningsChris Mason
2009-01-05Btrfs: Fix memset length in btrfs_file_writeyanhai zhu
2008-12-12Btrfs: fix nodatasum handling in balancing codeYan Zheng
2008-12-08Btrfs: Fix compressed checksum fsync log copiesChris Mason
2008-12-08Btrfs: Add inode sequence number for NFS and reserved space in a few structsChris Mason
2008-12-02Btrfs: fix shadowed variable declarationsChristoph Hellwig
2008-11-12Btrfs: Fix race in btrfs_mark_extent_writtenYan Zheng
2008-11-11Btrfs: Fix starting search offset inside btrfs_drop_extentsYan Zheng
2008-11-10Btrfs: Fix usage of struct extent_map->orig_startChris Mason
2008-11-10Btrfs: Fix csum error for compressed dataYan Zheng
2008-11-06Btrfs: Optimize compressed writeback and readsChris Mason
2008-10-31Btrfs: Compression corner fixesChris Mason
2008-10-30Btrfs: Add fallocate support v2Yan Zheng
2008-10-30Btrfs: Fix bookend extent race v2Yan Zheng
2008-10-30Btrfs: update hole handling v2Yan Zheng
2008-10-29Btrfs: Add zlib compression supportChris Mason
2008-10-09Btrfs: Remove offset field from struct btrfs_extent_refYan Zheng
2008-10-09Btrfs: Count space allocated to file in bytesYan Zheng
2008-10-03Btrfs: O_DIRECT writes via buffered writes + invaldiateChris Mason
2008-09-29Btrfs: add and improve commentsChris Mason
2008-09-26Btrfs: extent_map and data=ordered fixes for space balancingZheng Yan
2008-09-25Remove Btrfs compat code for older kernelsChris Mason
2008-09-25Btrfs: Full back reference supportZheng Yan
2008-09-25Btrfs: Dir fsync optimizationsChris Mason
2008-09-25Btrfs: Add a write ahead tree log to optimize synchronous operationsChris Mason
2008-09-25Btrfs: Add debugging checks to track down corrupted metadataChris Mason
2008-09-25Btrfs: Maintain a list of inodes that are delalloc and a way to wait on themChris Mason
2008-09-25Btrfs: Improve and cleanup locking done by walk_down_treeChris Mason
2008-09-25Btrfs: Drop some debugging around the extent_map pinned flagChris Mason
2008-09-25Btrfs: Throttle tuningChris Mason
2008-09-25Btrfs: Add compatibility for kernels >= 2.6.27-rc1Sven Wegener
2008-09-25Btrfs: implement memory reclaim for leaf reference cacheYan
2008-09-25Btrfs: Throttle operations if the reference cache gets too largeChris Mason
2008-09-25Btrfs: Leaf reference cache updateChris Mason
2008-09-25Btrfs: Fix some data=ordered related data corruptionsChris Mason
2008-09-25Btrfs: Data ordered fixesChris Mason
2008-09-25Btrfs: Keep extent mappings in ram until pending ordered extents are doneChris Mason
2008-09-25Add a per-inode lock around btrfs_drop_extentsChris Mason
2008-09-25Btrfs: Don't pin pages in ram until the entire ordered extent is on disk.Chris Mason
2008-09-25btrfs_start_transaction: wait for commits in progress to finishChris Mason
2008-09-25Btrfs: Update on disk i_size only after pending ordered extents are doneChris Mason
2008-09-25Btrfs: Use async helpers to deal with pages that have been improperly dirtiedChris Mason
2008-09-25Btrfs: New data=ordered implementationChris Mason
2008-09-25Btrfs: Add a per-inode csum mutex to avoid races creating csum itemsChris Mason
2008-09-25Add btrfs_end_transaction_throttle to force writers to wait for pending commitsChris Mason