summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: don't steal from the global reserve if we don't have the spaceJosef Bacik2015-04-101-2/+44
* Btrfs: refill block reserves during truncateChris Mason2015-04-101-6/+39
* Btrfs: account for crcs in delayed ref processingJosef Bacik2015-04-101-7/+18
* btrfs: actively run the delayed refs while deleting large filesChris Mason2015-04-101-2/+43
* fs: btrfs: Add missing include fileGuenter Roeck2015-04-011-0/+1
* Merge branch 'cleanups-for-4.1-v2' of git://git.kernel.org/pub/scm/linux/kern...Chris Mason2015-03-251-1/+1
|\
| * btrfs: cleanup, use kmalloc_array/kcalloc array helpersDavid Sterba2015-03-031-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2015-03-211-28/+84
|\ \
| * | Btrfs: fix outstanding_extents accounting in DIOJosef Bacik2015-03-171-2/+35
| * | Btrfs: add sanity test for outstanding_extents accountingJosef Bacik2015-03-171-0/+15
| * | Btrfs: account merges/splits properlyJosef Bacik2015-03-171-27/+30
| * | Btrfs: fix merge delalloc logicJosef Bacik2015-03-131-1/+6
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2015-03-061-1/+0
|\ \ \ | |/ /
| * | btrfs: fix lost return value due to variable shadowingDavid Sterba2015-03-021-1/+0
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2015-02-191-39/+117
|\ \ | |/
| * Btrfs: account for large extents with enospcJosef Bacik2015-02-141-1/+62
| * Btrfs: don't set and clear delalloc for O_DIRECT writesJosef Bacik2015-02-141-6/+2
| * Btrfs: only adjust outstanding_extents when we do a short writeJosef Bacik2015-02-141-5/+6
| * Btrfs: Add code to support file creation timechandan r2015-02-021-2/+23
| * btrfs: kill btrfs_inode_*time helpersDavid Sterba2015-02-021-16/+12
| * Btrfs: Introduce BTRFS_BLOCK_GROUP_RAID56_MASK to check raid56 simplyZhao Lei2015-01-211-2/+1
| * btrfs: switch extent_state state to unsignedDavid Sterba2015-01-211-2/+2
| * btrfs: update message levels after checksum errorsDavid Sterba2015-01-211-1/+1
| * btrfs: update message levels for errorsDavid Sterba2015-01-211-1/+1
| * btrfs: expand btrfs_find_item if found_key is NULLDavid Sterba2015-01-141-3/+7
* | fs: remove mapping->backing_dev_infoChristoph Hellwig2015-01-201-6/+0
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2015-01-091-1/+3
|\
| * Btrfs: call inode_dec_link_count() on mkdir error pathWang Shilong2015-01-021-1/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-12-121-41/+111
|\ \ | |/
| * Btrfs: fix snapshot inconsistency after a file write followed by truncateFilipe Manana2014-11-251-7/+40
| * Btrfs: ensure ordered extent errors aren't missed on fsyncFilipe Manana2014-11-211-0/+15
| * Btrfs: report error after failure inlining extent in compressed write pathFilipe Manana2014-11-201-0/+4
| * Btrfs: add helper btrfs_fdatawrite_rangeFilipe Manana2014-11-201-8/+1
| * Btrfs: correctly flush compressed data before/after direct IOFilipe Manana2014-11-201-3/+13
| * Btrfs: make inode.c:compress_file_range() return voidFilipe Manana2014-11-201-5/+2
| * Btrfs: fix incorrect compression ratio detectionShilong Wang2014-11-201-8/+8
| * Btrfs: make inode.c:submit_compressed_extents() return voidFilipe Manana2014-11-201-5/+2
| * Btrfs: process all async extents on compressed write failureFilipe Manana2014-11-201-5/+1
| * Btrfs: don't leak pages and memory on compressed write errorFilipe Manana2014-11-201-9/+19
| * Btrfs: fix hang on compressed write errorFilipe Manana2014-11-201-0/+14
| * Btrfs: set page and mapping error on compressed write failureFilipe Manana2014-11-201-1/+2
* | switch d_materialise_unique() users to d_splice_alias()Al Viro2014-11-191-1/+1
|/
* Revert "Btrfs: race free update of commit root for ro snapshots"Chris Mason2014-10-171-36/+0
* Merge branch 'remove-unlikely' of git://git.kernel.org/pub/scm/linux/kernel/g...Chris Mason2014-10-041-5/+5
|\
| * btrfs: remove unlikely from data-dependent branches and slow pathsDavid Sterba2014-10-021-4/+4
| * btrfs: remove unlikely from NULL checksDavid Sterba2014-10-021-1/+1
* | Merge branch 'cleanup/misc-for-3.18' of git://git.kernel.org/pub/scm/linux/ke...Chris Mason2014-10-041-1/+2
|\ \
| * | btrfs: use enum for wq endio metadata typeDavid Sterba2014-10-021-1/+2
| |/
* | btrfs: Fix the wrong condition judgment about subset extent mapQu Wenruo2014-10-031-1/+1
|/
* Btrfs: try not to ENOSPC on log replayJosef Bacik2014-09-221-1/+2
OpenPOWER on IntegriCloud