aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-15/+26
2009-10-13Btrfs: avoid tree log commit when there are no changesChris Mason1-15/+26
2009-10-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-1/+2
2009-10-08Btrfs: release delalloc reservations on extent item insertionJosef Bacik1-1/+2
2009-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-8/+25
2009-10-01const: constify remaining file_operationsAlexey Dobriyan1-1/+1
2009-10-01Btrfs: remove duplicates of filemap_ helpersChristoph Hellwig1-3/+2
2009-10-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable into for-linusChris Mason1-5/+23
2009-10-01Btrfs: take i_mutex before generic_write_checksChris Mason1-8/+17
2009-09-28Btrfs: proper -ENOSPC handlingJosef Bacik1-1/+10
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan1-1/+1
2009-09-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableChris Mason1-27/+8
2009-09-11Btrfs: Fix extent replacment raceChris Mason1-3/+5
2009-09-11Btrfs: reduce CPU usage in the extent_state treeChris Mason1-19/+0
2009-09-11Btrfs: switch extent_map to a rw lockChris Mason1-4/+4
2009-09-11Btrfs: optimize set extent bitChris Mason1-2/+0
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-1/+0
2009-07-02Btrfs: don't log the inode in file_write while growing the fileChris Mason1-1/+4
2009-06-10Btrfs: fdatasync should skip metadata writeoutHisashi Hifumi1-0/+2
2009-06-10Btrfs: Mixed back reference (FORWARD ROLLING FORMAT CHANGE)Yan Zheng1-54/+22
2009-04-27Btrfs: remove #if 0 codeChris Mason1-78/+0
2009-04-24Btrfs: fix fallocate deadlock on inode extent lockChris Mason1-5/+6
2009-04-21Btrfs: fix btrfs fallocate oops and deadlockChris Mason1-1/+3
2009-04-20Btrfs: add a priority queue to the async thread helpersChris Mason1-1/+1
2009-03-31Btrfs: add extra flushing for renames and truncatesChris Mason1-0/+26
2009-03-24Btrfs: tree logging unlink/rename fixesChris Mason1-4/+10
2009-03-24Btrfs: leave btree locks spinning more oftenChris Mason1-0/+4
2009-03-24Btrfs: do extent allocation and reference count updates in the backgroundChris Mason1-2/+4
2009-02-20Btrfs: add better -ENOSPC handlingJosef Bacik1-3/+13
2009-02-20Btrfs: check file pointer in btrfs_sync_fileChris Mason1-4/+4
2009-01-21Btrfs: fix tree logs parallel syncYan Zheng1-2/+2
2009-01-21Btrfs: removed unused #include <version.h>'sHuang Weiyi1-1/+0
2009-01-06Btrfs: don't change file extent's ram_bytes in btrfs_drop_extentsYan Zheng1-4/+0
2009-01-05Btrfs: Fix checkpatch.pl warningsChris Mason1-25/+24
2009-01-05Btrfs: Fix memset length in btrfs_file_writeyanhai zhu1-1/+1
2008-12-12Btrfs: fix nodatasum handling in balancing codeYan Zheng1-8/+0
2008-12-08Btrfs: Fix compressed checksum fsync log copiesChris Mason1-1/+2
2008-12-08Btrfs: Add inode sequence number for NFS and reserved space in a few structsChris Mason1-0/+1
2008-12-02Btrfs: fix shadowed variable declarationsChristoph Hellwig1-4/+4
2008-11-12Btrfs: Fix race in btrfs_mark_extent_writtenYan Zheng1-4/+14
2008-11-11Btrfs: Fix starting search offset inside btrfs_drop_extentsYan Zheng1-1/+1
2008-11-10Btrfs: Fix usage of struct extent_map->orig_startChris Mason1-1/+2
2008-11-10Btrfs: Fix csum error for compressed dataYan Zheng1-0/+2
2008-11-06Btrfs: Optimize compressed writeback and readsChris Mason1-17/+36
2008-10-31Btrfs: Compression corner fixesChris Mason1-6/+15
2008-10-30Btrfs: Add fallocate support v2Yan Zheng1-4/+241
2008-10-30Btrfs: Fix bookend extent race v2Yan Zheng1-6/+25
2008-10-30Btrfs: update hole handling v2Yan Zheng1-35/+6
2008-10-29Btrfs: Add zlib compression supportChris Mason1-205/+58
2008-10-09Btrfs: Remove offset field from struct btrfs_extent_refYan Zheng1-4/+2