summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/file.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2010-06-111-2/+10
|\
| * Btrfs: The file argument for fsync() is never nullDan Carpenter2010-06-111-1/+1
| * Btrfs: fix remap_file_pages errorMiao Xie2010-06-111-1/+8
| * Btrfs: fix loop device on top of btrfsMiao Xie2010-06-111-0/+1
* | drop unused dentry argument to ->fsyncChristoph Hellwig2010-05-271-1/+2
|/
* Btrfs: move O_DIRECT space reservation to btrfs_direct_IOChris Mason2010-05-261-5/+0
* Btrfs: rework O_DIRECT enospc handlingChris Mason2010-05-251-14/+0
* Btrfs: do aio_write instead of writeJosef Bacik2010-05-251-82/+94
* Btrfs: add basic DIO read/write supportJosef Bacik2010-05-251-4/+65
* Btrfs: Update metadata reservation for delayed allocationYan, Zheng2010-05-251-21/+6
* Btrfs: Integrate metadata reservation with start_transactionYan, Zheng2010-05-251-7/+6
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2010-03-181-9/+14
|\
| * Btrfs: cache the extent state everywhere we possibly can V2Josef Bacik2010-03-151-9/+14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2010-02-151-2/+4
|\ \ | |/
| * Btrfs: btrfs_mark_extent_written uses the wrong slotShaohua Li2010-02-121-2/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2010-02-051-1/+1
|\ \ | |/
| * Btrfs: make error return negative in btrfs_sync_file()Roel Kluin2010-02-041-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2010-01-211-20/+80
|\ \ | |/
| * Btrfs: Fix race in btrfs_mark_extent_writtenYan, Zheng2010-01-171-20/+80
* | Merge branch btrfs-master into for-linusChris Mason2009-12-171-403/+266
|\ \ | |/
| * Btrfs: Fix btrfs_drop_extent_cache for skip pinned caseYan, Zheng2009-12-171-7/+3
| * Btrfs: Rewrite btrfs_drop_extentsYan, Zheng2009-12-151-396/+263
* | vfs: Implement proper O_SYNC semanticsChristoph Hellwig2009-12-101-2/+2
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Linus Torvalds2009-10-151-15/+26
|\
| * Btrfs: avoid tree log commit when there are no changesChris Mason2009-10-131-15/+26
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2009-10-111-1/+2
|\ \ | |/
| * Btrfs: release delalloc reservations on extent item insertionJosef Bacik2009-10-081-1/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2009-10-011-8/+25
|\ \
| * | Btrfs: remove duplicates of filemap_ helpersChristoph Hellwig2009-10-011-3/+2
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Chris Mason2009-10-011-5/+23
| |\ \ | | |/
| | * Btrfs: take i_mutex before generic_write_checksChris Mason2009-10-011-8/+17
| | * Btrfs: proper -ENOSPC handlingJosef Bacik2009-09-281-1/+10
* | | const: constify remaining file_operationsAlexey Dobriyan2009-10-011-1/+1
|/ /
* | const: mark struct vm_struct_operationsAlexey Dobriyan2009-09-271-1/+1
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Chris Mason2009-09-111-27/+8
|\
| * Btrfs: Fix extent replacment raceChris Mason2009-09-111-3/+5
| * Btrfs: reduce CPU usage in the extent_state treeChris Mason2009-09-111-19/+0
| * Btrfs: switch extent_map to a rw lockChris Mason2009-09-111-4/+4
| * Btrfs: optimize set extent bitChris Mason2009-09-111-2/+0
* | headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-1/+0
|/
* Btrfs: don't log the inode in file_write while growing the fileChris Mason2009-07-021-1/+4
* Btrfs: fdatasync should skip metadata writeoutHisashi Hifumi2009-06-101-0/+2
* Btrfs: Mixed back reference (FORWARD ROLLING FORMAT CHANGE)Yan Zheng2009-06-101-54/+22
* Btrfs: remove #if 0 codeChris Mason2009-04-271-78/+0
* Btrfs: fix fallocate deadlock on inode extent lockChris Mason2009-04-241-5/+6
* Btrfs: fix btrfs fallocate oops and deadlockChris Mason2009-04-211-1/+3
* Btrfs: add a priority queue to the async thread helpersChris Mason2009-04-201-1/+1
* Btrfs: add extra flushing for renames and truncatesChris Mason2009-03-311-0/+26
* Btrfs: tree logging unlink/rename fixesChris Mason2009-03-241-4/+10
OpenPOWER on IntegriCloud