summaryrefslogtreecommitdiff
path: root/fs/btrfs/file.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus 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/mf...Chris Mason1-1/+2
2011-07-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus 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-21fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-6/+15
2011-07-21Btrfs: implement our own ->llseekJosef Bacik1-1/+147
2011-07-15btrfs: 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-27Btrfs: 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 ino...Chris 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-14Merge 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-15Btrfs: check return value of alloc_extent_map()Tsutomu Itoh1-0/+1
2011-02-08Merge 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-29Btrfs: handle no memory properly in prepare_pagesJosef Bacik1-2/+6
2011-01-29btrfs: fix several uncheck memory allocationsliubo1-0/+4
2011-01-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-0/+13
2011-01-17Btrfs: forced readonly mounts on errorsliubo1-0/+11
2011-01-17fallocate should be a file operationChristoph Hellwig1-0/+113
2010-12-22btrfs: Allow to add new compression algorithmLi Zefan1-0/+2
2010-12-11Btrfs: pwrite blocked when writing from the mmaped buffer of the same pageXin Zhong1-32/+60
2010-11-22Btrfs: hold i_mutex when calling btrfs_log_dentry_safeJosef Bacik1-0/+7
2010-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-2/+10
2010-06-11Btrfs: The file argument for fsync() is never nullDan Carpenter1-1/+1
2010-06-11Btrfs: fix remap_file_pages errorMiao Xie1-1/+8
2010-06-11Btrfs: fix loop device on top of btrfsMiao Xie1-0/+1
2010-05-28drop unused dentry argument to ->fsyncChristoph Hellwig1-1/+2
2010-05-26Btrfs: move O_DIRECT space reservation to btrfs_direct_IOChris Mason1-5/+0
2010-05-26Btrfs: rework O_DIRECT enospc handlingChris Mason1-14/+0