aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/file.c
Commit message (Expand)AuthorAge
* Btrfs: kill trans_mutexJosef Bacik2011-05-23
* Btrfs: deal with the case that we run out of space in the cacheJosef Bacik2011-04-08
* Btrfs: fix compiler warning in file.cTsutomu Itoh2011-04-05
* Btrfs: add initial tracepoint support for btrfsliubo2011-03-28
* Btrfs: check return value of btrfs_search_slot properlyJosef Bacik2011-03-17
* Btrfs: convert to the new truncate sequenceJosef Bacik2011-03-17
* Btrfs: fix how we deal with the pages array in the write pathJosef Bacik2011-03-17
* Btrfs: simplify our write pathJosef Bacik2011-03-17
* Btrfs: fix formatting in file.cJosef Bacik2011-03-17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2011-03-13
|\
| * Btrfs: deal with short returns from copy_from_userChris Mason2011-03-07
| * Btrfs: fix regressions in copy_from_user handlingChris Mason2011-03-07
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2011-02-15
|\|
| * Btrfs: check return value of alloc_extent_map()Tsutomu Itoh2011-02-14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2011-02-07
|\|
| * Btrfs: Fix page count calculationYan, Zheng2011-02-07
| * Btrfs: handle no memory properly in prepare_pagesJosef Bacik2011-01-28
| * btrfs: fix several uncheck memory allocationsliubo2011-01-28
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-01-17
|\|
| * Btrfs: forced readonly mounts on errorsliubo2011-01-17
| * btrfs: Allow to add new compression algorithmLi Zefan2010-12-22
* | fallocate should be a file operationChristoph Hellwig2011-01-17
|/
* Btrfs: pwrite blocked when writing from the mmaped buffer of the same pageXin Zhong2010-12-10
* Btrfs: hold i_mutex when calling btrfs_log_dentry_safeJosef Bacik2010-11-21
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2010-06-11
|\
| * Btrfs: The file argument for fsync() is never nullDan Carpenter2010-06-11
| * Btrfs: fix remap_file_pages errorMiao Xie2010-06-11
| * Btrfs: fix loop device on top of btrfsMiao Xie2010-06-11
* | drop unused dentry argument to ->fsyncChristoph Hellwig2010-05-27
|/
* Btrfs: move O_DIRECT space reservation to btrfs_direct_IOChris Mason2010-05-26
* Btrfs: rework O_DIRECT enospc handlingChris Mason2010-05-25
* Btrfs: do aio_write instead of writeJosef Bacik2010-05-25
* Btrfs: add basic DIO read/write supportJosef Bacik2010-05-25
* Btrfs: Update metadata reservation for delayed allocationYan, Zheng2010-05-25
* Btrfs: Integrate metadata reservation with start_transactionYan, Zheng2010-05-25
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2010-03-18
|\
| * Btrfs: cache the extent state everywhere we possibly can V2Josef Bacik2010-03-15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2010-02-15
|\|
| * Btrfs: btrfs_mark_extent_written uses the wrong slotShaohua Li2010-02-12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2010-02-05
|\|
| * Btrfs: make error return negative in btrfs_sync_file()Roel Kluin2010-02-04
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2010-01-21
|\|
| * Btrfs: Fix race in btrfs_mark_extent_writtenYan, Zheng2010-01-17
* | Merge branch btrfs-master into for-linusChris Mason2009-12-17
|\|
| * Btrfs: Fix btrfs_drop_extent_cache for skip pinned caseYan, Zheng2009-12-17
| * Btrfs: Rewrite btrfs_drop_extentsYan, Zheng2009-12-15
* | vfs: Implement proper O_SYNC semanticsChristoph Hellwig2009-12-10
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Linus Torvalds2009-10-15
|\
| * Btrfs: avoid tree log commit when there are no changesChris Mason2009-10-13