aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-11-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-7/+18
2011-10-28vfs: do (nearly) lockless generic_file_llseekAndi Kleen1-1/+1
2011-10-19Btrfs: use the inode's mapping mask for allocating pagesJosef Bacik1-1/+2
2011-10-19Btrfs: only reserve space in fallocate if we have to do a preallocateJosef Bacik1-6/+16
2011-10-03Merge branch 'btrfs-3.0' of git://github.com/chrismason/linuxLinus Torvalds1-8/+16
2011-09-30Btrfs: force a page fault if we have a shorty copy on a page boundaryJosef Bacik1-8/+16
2011-09-18BTRFS: Fix lseek return value for errorJeff Liu1-2/+7
2011-09-12Merge branch 'for-linus' of git://github.com/chrismason/linuxLinus Torvalds1-6/+10
2011-09-11Btrfs: fix the file extent gap when doing direct IOMiao Xie1-6/+10
2011-08-18Merge branch 'btrfs-3.0' into for-linusChris Mason1-0/+16
2011-08-18Btrfs: set i_size properly when fallocating and we alreadyJosef Bacik1-0/+14
2011-08-18btrfs: unlock on error in btrfs_file_llseek()Dan Carpenter1-4/+8
2011-08-16btrfs: memory leak in btrfs_add_inode_defrag()Dan Carpenter1-0/+2
2011-08-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-12/+9
2011-08-01Btrfs: Remove unused variable 'last_index' in file.cMitch Harder1-5/+2
2011-08-01Btrfs:don't check the return value of __btrfs_add_inode_defragWanlong Gao1-6/+5
2011-08-01Merge branch 'alloc_path' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/btrfs-error-handling into for-linusChris Mason1-1/+2
2011-07-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-4/+7
2011-07-27Btrfs: fix enospc problems with delallocJosef Bacik1-3/+5
2011-07-27Btrfs: use find_or_create_page instead of grab_cache_pageJosef Bacik1-1/+2
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-6/+15
2011-07-20Btrfs: implement our own ->llseekJosef Bacik1-1/+147
2011-07-14btrfs: don't BUG_ON btrfs_alloc_path() errorsMark Fasheh1-1/+2
2011-06-04btrfs: add helper for fs_info->closingDavid Sterba1-2/+2
2011-06-04btrfs: use btrfs_ino to access inode numberDavid Sterba1-1/+1
2011-05-28Merge branch 'for-chris' ofChris Mason1-3/+1
2011-05-26Btrfs: add mount -o auto_defragChris Mason1-0/+257
2011-05-23Btrfs: kill trans_mutexJosef Bacik1-3/+1
2011-05-22Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into inode_numbersChris Mason1-9/+9
2011-05-02btrfs: drop unused parameter from btrfs_release_pathDavid Sterba1-6/+6
2011-05-02btrfs: drop gfp parameter from alloc_extent_mapDavid Sterba1-2/+2
2011-05-02btrfs: unify checking of IS_ERR and nullDavid Sterba1-1/+1
2011-04-25Btrfs: Always use 64bit inode numberLi Zefan1-13/+14
2011-04-08Btrfs: deal with the case that we run out of space in the cacheJosef Bacik1-12/+9
2011-04-05Btrfs: fix compiler warning in file.cTsutomu Itoh1-1/+1
2011-03-28Btrfs: add initial tracepoint support for btrfsliubo1-0/+1
2011-03-17Btrfs: check return value of btrfs_search_slot properlyJosef Bacik1-0/+2
2011-03-17Btrfs: convert to the new truncate sequenceJosef Bacik1-2/+3
2011-03-17Btrfs: fix how we deal with the pages array in the write pathJosef Bacik1-4/+5
2011-03-17Btrfs: simplify our write pathJosef Bacik1-175/+180
2011-03-17Btrfs: fix formatting in file.cJosef Bacik1-8/+8
2011-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-42/+72
2011-03-07Btrfs: deal with short returns from copy_from_userChris Mason1-0/+13
2011-03-07Btrfs: fix regressions in copy_from_user handlingChris Mason1-42/+59
2011-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-0/+1
2011-02-14Btrfs: check return value of alloc_extent_map()Tsutomu Itoh1-0/+1
2011-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-6/+14
2011-02-07Btrfs: Fix page count calculationYan, Zheng1-4/+4
2011-01-28Btrfs: handle no memory properly in prepare_pagesJosef Bacik1-2/+6
2011-01-28btrfs: fix several uncheck memory allocationsliubo1-0/+4