aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)Author
2015-05-01Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-26Btrfs: fill ->last_trans for delayed inode in btrfs_fill_inode.Yang Dongsheng
2015-04-24direct-io: only inc/dec inode->i_dio_count for file systemsJens Axboe
2015-04-24Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-04-13btrfs: qgroup: do a reservation in a higher level.Dongsheng Yang
2015-04-13Btrfs: qgroup: Introduce a may_use to account space_info->bytes_may_use.Dongsheng Yang
2015-04-13btrfs: Fix NO_SPACE bug caused by delayed-iputZhao Lei
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval
2015-04-11direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval
2015-04-11Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval
2015-04-11Merge branch 'iocb' into for-nextAl Viro
2015-04-10Btrfs: don't steal from the global reserve if we don't have the spaceJosef Bacik
2015-04-10Btrfs: refill block reserves during truncateChris Mason
2015-04-10Btrfs: account for crcs in delayed ref processingJosef Bacik
2015-04-10btrfs: actively run the delayed refs while deleting large filesChris Mason
2015-04-01fs: btrfs: Add missing include fileGuenter Roeck
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig
2015-03-25Merge branch 'cleanups-for-4.1-v2' of git://git.kernel.org/pub/scm/linux/kern...Chris Mason
2015-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2015-03-17Btrfs: fix outstanding_extents accounting in DIOJosef Bacik
2015-03-17Btrfs: add sanity test for outstanding_extents accountingJosef Bacik
2015-03-17Btrfs: account merges/splits properlyJosef Bacik
2015-03-13Btrfs: fix merge delalloc logicJosef Bacik
2015-03-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2015-03-03btrfs: cleanup, use kmalloc_array/kcalloc array helpersDavid Sterba
2015-03-02btrfs: fix lost return value due to variable shadowingDavid Sterba
2015-02-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2015-02-14Btrfs: account for large extents with enospcJosef Bacik
2015-02-14Btrfs: don't set and clear delalloc for O_DIRECT writesJosef Bacik
2015-02-14Btrfs: only adjust outstanding_extents when we do a short writeJosef Bacik
2015-02-02Btrfs: Add code to support file creation timechandan r
2015-02-02btrfs: kill btrfs_inode_*time helpersDavid Sterba
2015-01-21Btrfs: Introduce BTRFS_BLOCK_GROUP_RAID56_MASK to check raid56 simplyZhao Lei
2015-01-21btrfs: switch extent_state state to unsignedDavid Sterba
2015-01-21btrfs: update message levels after checksum errorsDavid Sterba
2015-01-21btrfs: update message levels for errorsDavid Sterba
2015-01-20fs: remove mapping->backing_dev_infoChristoph Hellwig
2015-01-14btrfs: expand btrfs_find_item if found_key is NULLDavid Sterba
2015-01-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2015-01-02Btrfs: call inode_dec_link_count() on mkdir error pathWang Shilong
2014-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-11-25Btrfs: fix snapshot inconsistency after a file write followed by truncateFilipe Manana
2014-11-21Btrfs: ensure ordered extent errors aren't missed on fsyncFilipe Manana
2014-11-20Btrfs: report error after failure inlining extent in compressed write pathFilipe Manana
2014-11-20Btrfs: add helper btrfs_fdatawrite_rangeFilipe Manana
2014-11-20Btrfs: correctly flush compressed data before/after direct IOFilipe Manana
2014-11-20Btrfs: make inode.c:compress_file_range() return voidFilipe Manana
2014-11-20Btrfs: fix incorrect compression ratio detectionShilong Wang