aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-24Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-7/+139
2015-04-13btrfs: qgroup: do a reservation in a higher level.Dongsheng Yang1-15/+0
2015-04-13Btrfs: qgroup: Introduce a may_use to account space_info->bytes_may_use.Dongsheng Yang1-1/+17
2015-04-13btrfs: Fix NO_SPACE bug caused by delayed-iputZhao Lei1-0/+4
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval1-2/+2
2015-04-11direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval1-5/+5
2015-04-11Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval1-4/+4
2015-04-11Merge branch 'iocb' into for-nextAl Viro1-1/+1
2015-04-10Btrfs: don't steal from the global reserve if we don't have the spaceJosef Bacik1-2/+44
2015-04-10Btrfs: refill block reserves during truncateChris Mason1-6/+39
2015-04-10Btrfs: account for crcs in delayed ref processingJosef Bacik1-7/+18
2015-04-10btrfs: actively run the delayed refs while deleting large filesChris Mason1-2/+43
2015-04-01fs: btrfs: Add missing include fileGuenter Roeck1-0/+1
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig1-1/+1
2015-03-25Merge branch 'cleanups-for-4.1-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.1Chris Mason1-1/+1
2015-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-28/+84
2015-03-17Btrfs: fix outstanding_extents accounting in DIOJosef Bacik1-2/+35
2015-03-17Btrfs: add sanity test for outstanding_extents accountingJosef Bacik1-0/+15
2015-03-17Btrfs: account merges/splits properlyJosef Bacik1-27/+30
2015-03-13Btrfs: fix merge delalloc logicJosef Bacik1-1/+6
2015-03-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-1/+0
2015-03-03btrfs: cleanup, use kmalloc_array/kcalloc array helpersDavid Sterba1-1/+1
2015-03-02btrfs: fix lost return value due to variable shadowingDavid Sterba1-1/+0
2015-02-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-39/+117
2015-02-14Btrfs: account for large extents with enospcJosef Bacik1-1/+62
2015-02-14Btrfs: don't set and clear delalloc for O_DIRECT writesJosef Bacik1-6/+2
2015-02-14Btrfs: only adjust outstanding_extents when we do a short writeJosef Bacik1-5/+6
2015-02-02Btrfs: Add code to support file creation timechandan r1-2/+23
2015-02-02btrfs: kill btrfs_inode_*time helpersDavid Sterba1-16/+12
2015-01-21Btrfs: Introduce BTRFS_BLOCK_GROUP_RAID56_MASK to check raid56 simplyZhao Lei1-2/+1
2015-01-21btrfs: switch extent_state state to unsignedDavid Sterba1-2/+2
2015-01-21btrfs: update message levels after checksum errorsDavid Sterba1-1/+1
2015-01-21btrfs: update message levels for errorsDavid Sterba1-1/+1
2015-01-20fs: remove mapping->backing_dev_infoChristoph Hellwig1-6/+0
2015-01-14btrfs: expand btrfs_find_item if found_key is NULLDavid Sterba1-3/+7
2015-01-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-1/+3
2015-01-02Btrfs: call inode_dec_link_count() on mkdir error pathWang Shilong1-1/+3
2014-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-41/+111
2014-11-25Btrfs: fix snapshot inconsistency after a file write followed by truncateFilipe Manana1-7/+40
2014-11-21Btrfs: ensure ordered extent errors aren't missed on fsyncFilipe Manana1-0/+15
2014-11-20Btrfs: report error after failure inlining extent in compressed write pathFilipe Manana1-0/+4
2014-11-20Btrfs: add helper btrfs_fdatawrite_rangeFilipe Manana1-8/+1
2014-11-20Btrfs: correctly flush compressed data before/after direct IOFilipe Manana1-3/+13
2014-11-20Btrfs: make inode.c:compress_file_range() return voidFilipe Manana1-5/+2
2014-11-20Btrfs: fix incorrect compression ratio detectionShilong Wang1-8/+8
2014-11-20Btrfs: make inode.c:submit_compressed_extents() return voidFilipe Manana1-5/+2
2014-11-20Btrfs: process all async extents on compressed write failureFilipe Manana1-5/+1
2014-11-20Btrfs: don't leak pages and memory on compressed write errorFilipe Manana1-9/+19
2014-11-20Btrfs: fix hang on compressed write errorFilipe Manana1-0/+14
2014-11-20Btrfs: set page and mapping error on compressed write failureFilipe Manana1-1/+2