aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/file.c
Commit message (Expand)AuthorAge
* 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
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2009-10-11
|\|
| * Btrfs: release delalloc reservations on extent item insertionJosef Bacik2009-10-08
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2009-10-01
|\ \
| * | Btrfs: remove duplicates of filemap_ helpersChristoph Hellwig2009-10-01
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Chris Mason2009-10-01
| |\|
| | * Btrfs: take i_mutex before generic_write_checksChris Mason2009-10-01
| | * Btrfs: proper -ENOSPC handlingJosef Bacik2009-09-28
* | | const: constify remaining file_operationsAlexey Dobriyan2009-10-01
|/ /
* / const: mark struct vm_struct_operationsAlexey Dobriyan2009-09-27
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Chris Mason2009-09-11
|\
| * Btrfs: Fix extent replacment raceChris Mason2009-09-11
| * Btrfs: reduce CPU usage in the extent_state treeChris Mason2009-09-11
| * Btrfs: switch extent_map to a rw lockChris Mason2009-09-11
| * Btrfs: optimize set extent bitChris Mason2009-09-11
* | headers: smp_lock.h reduxAlexey Dobriyan2009-07-12
|/
* Btrfs: don't log the inode in file_write while growing the fileChris Mason2009-07-02
* Btrfs: fdatasync should skip metadata writeoutHisashi Hifumi2009-06-10
* Btrfs: Mixed back reference (FORWARD ROLLING FORMAT CHANGE)Yan Zheng2009-06-10
* Btrfs: remove #if 0 codeChris Mason2009-04-27
* Btrfs: fix fallocate deadlock on inode extent lockChris Mason2009-04-24
* Btrfs: fix btrfs fallocate oops and deadlockChris Mason2009-04-21
* Btrfs: add a priority queue to the async thread helpersChris Mason2009-04-20
* Btrfs: add extra flushing for renames and truncatesChris Mason2009-03-31
* Btrfs: tree logging unlink/rename fixesChris Mason2009-03-24