summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)Author
2013-02-20Btrfs: cleanup orphan reservation if truncate failsJosef Bacik
2013-02-20Btrfs: steal from global reserve if we are cleaning up orphansJosef Bacik
2013-02-20Btrfs: handle errors in compression submission pathJosef Bacik
2013-02-20Btrfs: account for orphan inodes properly during cleanupJosef Bacik
2013-02-20Btrfs: unreserve space if our ordered extent fails to workJosef Bacik
2013-02-20Btrfs: use the inode own lock to protect its delalloc_bytesMiao Xie
2013-02-20Btrfs: use percpu counter for fs_info->delalloc_bytesMiao Xie
2013-02-20Btrfs: move fs/btrfs/ioctl.h to include/uapi/linux/btrfs.hFilipe Brandenburger
2013-02-20Revert "Btrfs: fix permissions of empty files not affected by umask"Josef Bacik
2013-02-20Btrfs: traverse and flush the delalloc inodes onceMiao Xie
2013-02-20Btrfs: use token to avoid times mapping extent bufferLiu Bo
2013-02-20Btrfs: wait on ordered extents at the last possible momentJosef Bacik
2013-02-20Btrfs: use wrapper page_offsetMiao Xie
2013-02-20Btrfs: fix lots of orphan inodes when the space is not enoughMiao Xie
2013-01-24Btrfs: fix repeated delalloc work allocationMiao Xie
2013-01-14btrfs: update timestamps on truncate()Eric Sandeen
2013-01-14btrfs: fix btrfs_cont_expand() freeing IS_ERR emZach Brown
2013-01-14Btrfs: fix a bug when llseek for delalloc bytes behind prealloc extentsLiu Bo
2013-01-14Btrfs: add orphan before truncating pagecacheJosef Bacik
2012-12-17Btrfs: fix a bug of per-file nocowLiu Bo
2012-12-17Btrfs: fix hash overflow handlingChris Mason
2012-12-17Btrfs: fix permissions of empty files not affected by umaskFilipe Brandenburger
2012-12-17Btrfs: do not call file_update_time in aio_writeJosef Bacik
2012-12-17Btrfs: log changed inodes based on the extent map treeJosef Bacik
2012-12-17Btrfs: do not mark ems as prealloc if we are writing to themJosef Bacik
2012-12-17Btrfs: keep track of the extents original block lengthJosef Bacik
2012-12-17Btrfs: inline csums if we're fsyncingJosef Bacik
2012-12-17Btrfs: only log the inode item if we can get away with itJosef Bacik
2012-12-17Btrfs: fix wrong return value of btrfs_truncate_page()Miao Xie
2012-12-17Btrfs: don't auto defrag a file when doing directIOMiao Xie
2012-12-17Btrfs: refactor error handling to drop inode in btrfs_create()Filipe Brandenburger
2012-12-17Btrfs: fix permissions of empty files not affected by umaskFilipe Brandenburger
2012-12-17Btrfs: add fiemap's flag checkTsutomu Itoh
2012-12-12Btrfs: handle errors from btrfs_map_bio() everywhereStefan Behrens
2012-12-12Btrfs: pass fs_info to btrfs_map_block() instead of mapping_treeStefan Behrens
2012-12-12Btrfs: cleanup for btrfs_btree_balance_dirtyLiu Bo
2012-12-12fs/btrfs: drop if around WARN_ONJulia Lawall
2012-12-12fs/btrfs: use WARNJulia Lawall
2012-12-12Btrfs: fix joining the same transaction handler more than 2 timesMiao Xie
2012-12-11Btrfs: make delalloc inodes be flushed by multi-taskMiao Xie
2012-12-11Btrfs: improve the noflush reservationMiao Xie
2012-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2012-10-25Btrfs: Use btrfs_update_inode_fallback when creating a snapshotJosef Bacik
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2012-10-09Btrfs: confirmation of value is added before trace_btrfs_get_extent() is calledTsutomu Itoh
2012-10-09Btrfs: do not hold the file extent leaf locked when adding extent itemJosef Bacik
2012-10-09Btrfs: add a type field for the transaction handleMiao Xie
2012-10-09btrfs: extended inode refsMark Fasheh
2012-10-04btrfs: return EPERM upon rmdir on a subvolumeDavid Sterba
2012-10-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds