aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-0/+13
2011-01-17Btrfs: forced readonly mounts on errorsliubo1-0/+11
2011-01-17fallocate should be a file operationChristoph Hellwig1-0/+113
2010-12-22btrfs: Allow to add new compression algorithmLi Zefan1-0/+2
2010-12-10Btrfs: pwrite blocked when writing from the mmaped buffer of the same pageXin Zhong1-32/+60
2010-11-21Btrfs: hold i_mutex when calling btrfs_log_dentry_safeJosef Bacik1-0/+7
2010-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-2/+10
2010-06-11Btrfs: The file argument for fsync() is never nullDan Carpenter1-1/+1
2010-06-11Btrfs: fix remap_file_pages errorMiao Xie1-1/+8
2010-06-11Btrfs: fix loop device on top of btrfsMiao Xie1-0/+1
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig1-1/+2
2010-05-26Btrfs: move O_DIRECT space reservation to btrfs_direct_IOChris Mason1-5/+0
2010-05-25Btrfs: rework O_DIRECT enospc handlingChris Mason1-14/+0
2010-05-25Btrfs: do aio_write instead of writeJosef Bacik1-82/+94
2010-05-25Btrfs: add basic DIO read/write supportJosef Bacik1-4/+65
2010-05-25Btrfs: Update metadata reservation for delayed allocationYan, Zheng1-21/+6
2010-05-25Btrfs: Integrate metadata reservation with start_transactionYan, Zheng1-7/+6
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