aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/file.c
AgeCommit message (Expand)Author
2011-12-15Btrfs: deal with enospc from dirtying inodes properlyJosef Bacik
2011-10-19Btrfs: use the inode's mapping mask for allocating pagesJosef Bacik
2011-10-19Btrfs: only reserve space in fallocate if we have to do a preallocateJosef Bacik
2011-10-03Merge branch 'btrfs-3.0' of git://github.com/chrismason/linuxLinus Torvalds
2011-09-30Btrfs: force a page fault if we have a shorty copy on a page boundaryJosef Bacik
2011-09-18BTRFS: Fix lseek return value for errorJeff Liu
2011-09-12Merge branch 'for-linus' of git://github.com/chrismason/linuxLinus Torvalds
2011-09-11Btrfs: fix the file extent gap when doing direct IOMiao Xie
2011-08-18Merge branch 'btrfs-3.0' into for-linusChris Mason
2011-08-18Btrfs: set i_size properly when fallocating and we alreadyJosef Bacik
2011-08-18btrfs: unlock on error in btrfs_file_llseek()Dan Carpenter
2011-08-16btrfs: memory leak in btrfs_add_inode_defrag()Dan Carpenter
2011-08-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2011-08-01Btrfs: Remove unused variable 'last_index' in file.cMitch Harder
2011-08-01Btrfs:don't check the return value of __btrfs_add_inode_defragWanlong Gao
2011-08-01Merge branch 'alloc_path' of git://git.kernel.org/pub/scm/linux/kernel/git/mf...Chris Mason
2011-07-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2011-07-27Btrfs: fix enospc problems with delallocJosef Bacik
2011-07-27Btrfs: use find_or_create_page instead of grab_cache_pageJosef Bacik
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik
2011-07-20Btrfs: implement our own ->llseekJosef Bacik
2011-07-14btrfs: don't BUG_ON btrfs_alloc_path() errorsMark Fasheh
2011-06-04btrfs: add helper for fs_info->closingDavid Sterba
2011-06-04btrfs: use btrfs_ino to access inode numberDavid Sterba
2011-05-28Merge branch 'for-chris' ofChris Mason
2011-05-26Btrfs: add mount -o auto_defragChris Mason
2011-05-23Btrfs: kill trans_mutexJosef Bacik
2011-05-22Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into ino...Chris Mason
2011-05-02btrfs: drop unused parameter from btrfs_release_pathDavid Sterba
2011-05-02btrfs: drop gfp parameter from alloc_extent_mapDavid Sterba
2011-05-02btrfs: unify checking of IS_ERR and nullDavid Sterba
2011-04-25Btrfs: Always use 64bit inode numberLi Zefan
2011-04-08Btrfs: deal with the case that we run out of space in the cacheJosef Bacik
2011-04-05Btrfs: fix compiler warning in file.cTsutomu Itoh
2011-03-28Btrfs: add initial tracepoint support for btrfsliubo
2011-03-17Btrfs: check return value of btrfs_search_slot properlyJosef Bacik
2011-03-17Btrfs: convert to the new truncate sequenceJosef Bacik
2011-03-17Btrfs: fix how we deal with the pages array in the write pathJosef Bacik
2011-03-17Btrfs: simplify our write pathJosef Bacik
2011-03-17Btrfs: fix formatting in file.cJosef Bacik
2011-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2011-03-07Btrfs: deal with short returns from copy_from_userChris Mason
2011-03-07Btrfs: fix regressions in copy_from_user handlingChris Mason
2011-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2011-02-14Btrfs: check return value of alloc_extent_map()Tsutomu Itoh
2011-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2011-02-07Btrfs: Fix page count calculationYan, Zheng
2011-01-28Btrfs: handle no memory properly in prepare_pagesJosef Bacik
2011-01-28btrfs: fix several uncheck memory allocationsliubo
2011-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds