aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/file.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-27Btrfs: reduce lock contention during extent insertionGravatar Chris Mason 1-2/+7
2012-03-22btrfs: replace many BUG_ONs with proper error handlingGravatar Jeff Mahoney 1-14/+31
2012-03-22btrfs: drop gfp_t from lock_extentGravatar Jeff Mahoney 1-4/+3
2012-02-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-17/+12
2012-02-15Btrfs: return the internal error unchanged if btrfs_get_extent_fiemap() call ...Gravatar Jeff Liu 1-2/+2
2012-01-31Btrfs: don't reserve data with extents locked in btrfs_fallocateGravatar Chris Mason 1-15/+10
2012-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-6/+5
2012-01-16Btrfs: don't call btrfs_throttle in file writeGravatar Josef Bacik 1-1/+0
2012-01-16Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into integ...Gravatar Chris Mason 1-5/+5
2012-01-10Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+2
2012-01-10btrfs: pass __GFP_WRITE for buffered write page allocationsGravatar Johannes Weiner 1-1/+1
2011-12-22Btrfs: mark delayed refs as for cowGravatar Arne Jansen 1-5/+5
2011-12-18btrfs: fix dirtied pages accounting on sub-page writesGravatar Wu Fengguang 1-1/+2
2011-12-16Merge branches 'for-linus' and 'for-linus-3.2' of git://git.kernel.org/pub/sc...Gravatar Linus Torvalds 1-1/+7
2011-12-16btrfs: lower the dirty balance poll intervalGravatar Wu Fengguang 1-0/+2
2011-12-15Btrfs: deal with enospc from dirtying inodes properlyGravatar Josef Bacik 1-1/+5
2011-11-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-7/+18
2011-10-28vfs: do (nearly) lockless generic_file_llseekGravatar Andi Kleen 1-1/+1
2011-10-19Btrfs: use the inode's mapping mask for allocating pagesGravatar Josef Bacik 1-1/+2
2011-10-19Btrfs: only reserve space in fallocate if we have to do a preallocateGravatar Josef Bacik 1-6/+16
2011-10-03Merge branch 'btrfs-3.0' of git://github.com/chrismason/linuxGravatar Linus Torvalds 1-8/+16
2011-09-30Btrfs: force a page fault if we have a shorty copy on a page boundaryGravatar Josef Bacik 1-8/+16
2011-09-18BTRFS: Fix lseek return value for errorGravatar Jeff Liu 1-2/+7
2011-09-12Merge branch 'for-linus' of git://github.com/chrismason/linuxGravatar Linus Torvalds 1-6/+10
2011-09-11Btrfs: fix the file extent gap when doing direct IOGravatar Miao Xie 1-6/+10
2011-08-18Merge branch 'btrfs-3.0' into for-linusGravatar Chris Mason 1-0/+16
2011-08-18Btrfs: set i_size properly when fallocating and we alreadyGravatar Josef Bacik 1-0/+14
2011-08-18btrfs: unlock on error in btrfs_file_llseek()Gravatar Dan Carpenter 1-4/+8
2011-08-16btrfs: memory leak in btrfs_add_inode_defrag()Gravatar Dan Carpenter 1-0/+2
2011-08-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-12/+9
2011-08-01Btrfs: Remove unused variable 'last_index' in file.cGravatar Mitch Harder 1-5/+2
2011-08-01Btrfs:don't check the return value of __btrfs_add_inode_defragGravatar Wanlong Gao 1-6/+5
2011-08-01Merge branch 'alloc_path' of git://git.kernel.org/pub/scm/linux/kernel/git/mf...Gravatar Chris Mason 1-1/+2
2011-07-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-4/+7
2011-07-27Btrfs: fix enospc problems with delallocGravatar Josef Bacik 1-3/+5
2011-07-27Btrfs: use find_or_create_page instead of grab_cache_pageGravatar Josef Bacik 1-1/+2
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersGravatar Josef Bacik 1-6/+15
2011-07-20Btrfs: implement our own ->llseekGravatar Josef Bacik 1-1/+147
2011-07-14btrfs: don't BUG_ON btrfs_alloc_path() errorsGravatar Mark Fasheh 1-1/+2
2011-06-04btrfs: add helper for fs_info->closingGravatar David Sterba 1-2/+2
2011-06-04btrfs: use btrfs_ino to access inode numberGravatar David Sterba 1-1/+1
2011-05-28Merge branch 'for-chris' ofGravatar Chris Mason 1-3/+1
2011-05-26Btrfs: add mount -o auto_defragGravatar Chris Mason 1-0/+257
2011-05-23Btrfs: kill trans_mutexGravatar Josef Bacik 1-3/+1
2011-05-22Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into ino...Gravatar Chris Mason 1-9/+9
2011-05-02btrfs: drop unused parameter from btrfs_release_pathGravatar David Sterba 1-6/+6
2011-05-02btrfs: drop gfp parameter from alloc_extent_mapGravatar David Sterba 1-2/+2
2011-05-02btrfs: unify checking of IS_ERR and nullGravatar David Sterba 1-1/+1
2011-04-25Btrfs: Always use 64bit inode numberGravatar Li Zefan 1-13/+14
2011-04-08Btrfs: deal with the case that we run out of space in the cacheGravatar Josef Bacik 1-12/+9