aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-9/+14
2010-03-15Btrfs: cache the extent state everywhere we possibly can V2Josef Bacik1-9/+14
2010-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-2/+4
2010-02-12Btrfs: btrfs_mark_extent_written uses the wrong slotShaohua Li1-2/+4
2010-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-1/+1
2010-02-04Btrfs: make error return negative in btrfs_sync_file()Roel Kluin1-1/+1
2010-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-20/+80
2010-01-17Btrfs: Fix race in btrfs_mark_extent_writtenYan, Zheng1-20/+80
2009-12-17Merge branch btrfs-master into for-linusChris Mason1-403/+266
2009-12-17Btrfs: Fix btrfs_drop_extent_cache for skip pinned caseYan, Zheng1-7/+3
2009-12-15Btrfs: Rewrite btrfs_drop_extentsYan, Zheng1-396/+263
2009-12-10vfs: Implement proper O_SYNC semanticsChristoph Hellwig1-2/+2
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