summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)AuthorLines
2015-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-28/+84
2015-03-17Btrfs: fix outstanding_extents accounting in DIOJosef Bacik-2/+35
2015-03-17Btrfs: add sanity test for outstanding_extents accountingJosef Bacik-0/+15
2015-03-17Btrfs: account merges/splits properlyJosef Bacik-27/+30
2015-03-13Btrfs: fix merge delalloc logicJosef Bacik-1/+6
2015-03-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-1/+0
2015-03-02btrfs: fix lost return value due to variable shadowingDavid Sterba-1/+0
2015-02-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-39/+117
2015-02-14Btrfs: account for large extents with enospcJosef Bacik-1/+62
2015-02-14Btrfs: don't set and clear delalloc for O_DIRECT writesJosef Bacik-6/+2
2015-02-14Btrfs: only adjust outstanding_extents when we do a short writeJosef Bacik-5/+6
2015-02-02Btrfs: Add code to support file creation timechandan r-2/+23
2015-02-02btrfs: kill btrfs_inode_*time helpersDavid Sterba-16/+12
2015-01-21Btrfs: Introduce BTRFS_BLOCK_GROUP_RAID56_MASK to check raid56 simplyZhao Lei-2/+1
2015-01-21btrfs: switch extent_state state to unsignedDavid Sterba-2/+2
2015-01-21btrfs: update message levels after checksum errorsDavid Sterba-1/+1
2015-01-21btrfs: update message levels for errorsDavid Sterba-1/+1
2015-01-20fs: remove mapping->backing_dev_infoChristoph Hellwig-6/+0
2015-01-14btrfs: expand btrfs_find_item if found_key is NULLDavid Sterba-3/+7
2015-01-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-1/+3
2015-01-02Btrfs: call inode_dec_link_count() on mkdir error pathWang Shilong-1/+3
2014-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-41/+111
2014-11-25Btrfs: fix snapshot inconsistency after a file write followed by truncateFilipe Manana-7/+40
2014-11-21Btrfs: ensure ordered extent errors aren't missed on fsyncFilipe Manana-0/+15
2014-11-20Btrfs: report error after failure inlining extent in compressed write pathFilipe Manana-0/+4
2014-11-20Btrfs: add helper btrfs_fdatawrite_rangeFilipe Manana-8/+1
2014-11-20Btrfs: correctly flush compressed data before/after direct IOFilipe Manana-3/+13
2014-11-20Btrfs: make inode.c:compress_file_range() return voidFilipe Manana-5/+2
2014-11-20Btrfs: fix incorrect compression ratio detectionShilong Wang-8/+8
2014-11-20Btrfs: make inode.c:submit_compressed_extents() return voidFilipe Manana-5/+2
2014-11-20Btrfs: process all async extents on compressed write failureFilipe Manana-5/+1
2014-11-20Btrfs: don't leak pages and memory on compressed write errorFilipe Manana-9/+19
2014-11-20Btrfs: fix hang on compressed write errorFilipe Manana-0/+14
2014-11-20Btrfs: set page and mapping error on compressed write failureFilipe Manana-1/+2
2014-11-19switch d_materialise_unique() users to d_splice_alias()Al Viro-1/+1
2014-10-17Revert "Btrfs: race free update of commit root for ro snapshots"Chris Mason-36/+0
2014-10-04Merge branch 'remove-unlikely' of git://git.kernel.org/pub/scm/linux/kernel/g...Chris Mason-5/+5
2014-10-04Merge branch 'cleanup/misc-for-3.18' of git://git.kernel.org/pub/scm/linux/ke...Chris Mason-1/+2
2014-10-03btrfs: Fix the wrong condition judgment about subset extent mapQu Wenruo-1/+1
2014-10-02btrfs: use enum for wq endio metadata typeDavid Sterba-1/+2
2014-10-02btrfs: remove unlikely from data-dependent branches and slow pathsDavid Sterba-4/+4
2014-10-02btrfs: remove unlikely from NULL checksDavid Sterba-1/+1
2014-09-22Btrfs: try not to ENOSPC on log replayJosef Bacik-1/+2
2014-09-18btrfs: Fix and enhance merge_extent_mapping() to insert best fitted extent mapQu Wenruo-22/+57
2014-09-17Btrfs: cleanup the read failure record after write or when the inode is freeingMiao Xie-0/+6
2014-09-17Btrfs: implement repair function when direct read failsMiao Xie-21/+255
2014-09-17Btrfs: do file data check by sub-bio's selfMiao Xie-26/+74
2014-09-17Btrfs: cleanup similar code of the buffered data data check and dio read data...Miao Xie-55/+47
2014-09-17Btrfs: load checksum data once when submitting a direct read ioMiao Xie-17/+21
2014-09-17Btrfs: fix off-by-one in cow_file_range_inline()Wang Shilong-2/+2