aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-04-08Btrfs: deal with the case that we run out of space in the cacheJosef Bacik1-12/+9
2011-04-05Btrfs: fix compiler warning in file.cTsutomu Itoh1-1/+1
2011-03-28Btrfs: add initial tracepoint support for btrfsliubo1-0/+1
2011-03-17Btrfs: check return value of btrfs_search_slot properlyJosef Bacik1-0/+2
2011-03-17Btrfs: convert to the new truncate sequenceJosef Bacik1-2/+3
2011-03-17Btrfs: fix how we deal with the pages array in the write pathJosef Bacik1-4/+5
2011-03-17Btrfs: simplify our write pathJosef Bacik1-175/+180
2011-03-17Btrfs: fix formatting in file.cJosef Bacik1-8/+8
2011-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-42/+72
2011-03-07Btrfs: deal with short returns from copy_from_userChris Mason1-0/+13
2011-03-07Btrfs: fix regressions in copy_from_user handlingChris Mason1-42/+59
2011-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-0/+1
2011-02-14Btrfs: check return value of alloc_extent_map()Tsutomu Itoh1-0/+1
2011-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-6/+14
2011-02-07Btrfs: Fix page count calculationYan, Zheng1-4/+4
2011-01-28Btrfs: handle no memory properly in prepare_pagesJosef Bacik1-2/+6
2011-01-28btrfs: fix several uncheck memory allocationsliubo1-0/+4
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