aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/file.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Btrfs: leave btree locks spinning more oftenChris Mason2009-03-241-0/+4
* Btrfs: do extent allocation and reference count updates in the backgroundChris Mason2009-03-241-2/+4
* Btrfs: add better -ENOSPC handlingJosef Bacik2009-02-201-3/+13
* Btrfs: check file pointer in btrfs_sync_fileChris Mason2009-02-201-4/+4
* Btrfs: fix tree logs parallel syncYan Zheng2009-01-211-2/+2
* Btrfs: removed unused #include <version.h>'sHuang Weiyi2009-01-211-1/+0
* Btrfs: don't change file extent's ram_bytes in btrfs_drop_extentsYan Zheng2009-01-061-4/+0
* Btrfs: Fix checkpatch.pl warningsChris Mason2009-01-051-25/+24
* Btrfs: Fix memset length in btrfs_file_writeyanhai zhu2009-01-051-1/+1
* Btrfs: fix nodatasum handling in balancing codeYan Zheng2008-12-121-8/+0
* Btrfs: Fix compressed checksum fsync log copiesChris Mason2008-12-081-1/+2
* Btrfs: Add inode sequence number for NFS and reserved space in a few structsChris Mason2008-12-081-0/+1
* Btrfs: fix shadowed variable declarationsChristoph Hellwig2008-12-021-4/+4
* Btrfs: Fix race in btrfs_mark_extent_writtenYan Zheng2008-11-121-4/+14
* Btrfs: Fix starting search offset inside btrfs_drop_extentsYan Zheng2008-11-111-1/+1
* Btrfs: Fix usage of struct extent_map->orig_startChris Mason2008-11-101-1/+2
* Btrfs: Fix csum error for compressed dataYan Zheng2008-11-101-0/+2
* Btrfs: Optimize compressed writeback and readsChris Mason2008-11-061-17/+36
* Btrfs: Compression corner fixesChris Mason2008-10-311-6/+15
* Btrfs: Add fallocate support v2Yan Zheng2008-10-301-4/+241
* Btrfs: Fix bookend extent race v2Yan Zheng2008-10-301-6/+25
* Btrfs: update hole handling v2Yan Zheng2008-10-301-35/+6
* Btrfs: Add zlib compression supportChris Mason2008-10-291-205/+58