summaryrefslogtreecommitdiff
path: root/fs/btrfs/file.c
AgeCommit message (Expand)Author
2010-01-17Btrfs: Fix race in btrfs_mark_extent_writtenYan, Zheng
2009-12-17Btrfs: Fix btrfs_drop_extent_cache for skip pinned caseYan, Zheng
2009-12-15Btrfs: Rewrite btrfs_drop_extentsYan, Zheng
2009-10-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Linus Torvalds
2009-10-13Btrfs: avoid tree log commit when there are no changesChris Mason
2009-10-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2009-10-08Btrfs: release delalloc reservations on extent item insertionJosef Bacik
2009-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2009-10-01const: constify remaining file_operationsAlexey Dobriyan
2009-10-01Btrfs: remove duplicates of filemap_ helpersChristoph Hellwig
2009-10-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Chris Mason
2009-10-01Btrfs: take i_mutex before generic_write_checksChris Mason
2009-09-28Btrfs: proper -ENOSPC handlingJosef Bacik
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan
2009-09-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Chris Mason
2009-09-11Btrfs: Fix extent replacment raceChris Mason
2009-09-11Btrfs: reduce CPU usage in the extent_state treeChris Mason
2009-09-11Btrfs: switch extent_map to a rw lockChris Mason
2009-09-11Btrfs: optimize set extent bitChris Mason
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan
2009-07-02Btrfs: don't log the inode in file_write while growing the fileChris Mason
2009-06-10Btrfs: fdatasync should skip metadata writeoutHisashi Hifumi
2009-06-10Btrfs: Mixed back reference (FORWARD ROLLING FORMAT CHANGE)Yan Zheng
2009-04-27Btrfs: remove #if 0 codeChris Mason
2009-04-24Btrfs: fix fallocate deadlock on inode extent lockChris Mason
2009-04-21Btrfs: fix btrfs fallocate oops and deadlockChris Mason
2009-04-20Btrfs: add a priority queue to the async thread helpersChris Mason
2009-03-31Btrfs: add extra flushing for renames and truncatesChris Mason
2009-03-24Btrfs: tree logging unlink/rename fixesChris Mason
2009-03-24Btrfs: leave btree locks spinning more oftenChris Mason
2009-03-24Btrfs: do extent allocation and reference count updates in the backgroundChris Mason
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