summaryrefslogtreecommitdiff
path: root/fs/btrfs/file.c
AgeCommit message (Expand)Author
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
2011-01-17Btrfs: forced readonly mounts on errorsliubo
2011-01-17fallocate should be a file operationChristoph Hellwig
2010-12-22btrfs: Allow to add new compression algorithmLi Zefan
2010-12-10Btrfs: pwrite blocked when writing from the mmaped buffer of the same pageXin Zhong
2010-11-21Btrfs: hold i_mutex when calling btrfs_log_dentry_safeJosef Bacik
2010-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2010-06-11Btrfs: The file argument for fsync() is never nullDan Carpenter
2010-06-11Btrfs: fix remap_file_pages errorMiao Xie
2010-06-11Btrfs: fix loop device on top of btrfsMiao Xie
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig
2010-05-26Btrfs: move O_DIRECT space reservation to btrfs_direct_IOChris Mason
2010-05-25Btrfs: rework O_DIRECT enospc handlingChris Mason
2010-05-25Btrfs: do aio_write instead of writeJosef Bacik
2010-05-25Btrfs: add basic DIO read/write supportJosef Bacik
2010-05-25Btrfs: Update metadata reservation for delayed allocationYan, Zheng
2010-05-25Btrfs: Integrate metadata reservation with start_transactionYan, Zheng
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2010-03-15Btrfs: cache the extent state everywhere we possibly can V2Josef Bacik
2010-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2010-02-12Btrfs: btrfs_mark_extent_written uses the wrong slotShaohua Li
2010-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds