summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * btrfs: switch btrfs_trans_handle::adding_csums to boolDavid Sterba2018-01-221-2/+2
| * btrfs: remove dead code from btrfs_get_extentEdmund Nadolski2018-01-221-21/+1
| * btrfs: sink get_extent parameter to extent_readpagesDavid Sterba2018-01-221-2/+1
| * btrfs: sink get_extent parameter to extent_fiemapDavid Sterba2018-01-221-1/+1
| * btrfs: sink get_extent parameter to extent_write_full_pageDavid Sterba2018-01-221-1/+1
| * btrfs: sink get_extent parameter to extent_write_locked_rangeDavid Sterba2018-01-221-1/+0
| * btrfs: sink get_extent parameter to extent_writepagesDavid Sterba2018-01-221-1/+1
| * btrfs: Cleanup existing name_len checksQu Wenruo2018-01-221-4/+0
| * btrfs: use GFP_KERNEL in btrfs_alloc_inodeDavid Sterba2018-01-221-1/+1
| * btrfs: sink gfp parameter to clear_extent_uptodateDavid Sterba2018-01-221-1/+1
| * btrfs: sink gfp parameter to clear_extent_bitDavid Sterba2018-01-221-12/+10
| * Btrfs: document rules about bio async submitLiu Bo2018-01-221-1/+16
| * Btrfs: add __init macro to btrfs init functionsLiu Bo2018-01-221-1/+1
| * Btrfs: remove redundant btrfs_balance_delayed_itemsLiu Bo2018-01-221-5/+0
* | Merge tag 'iversion-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-01-291-4/+8
|\ \
| * | btrfs: only dirty the inode in btrfs_update_time if something was changedJeff Layton2018-01-291-2/+3
| * | btrfs: convert to new i_version APIJeff Layton2018-01-291-2/+4
| * | fs: new API for handling inode->i_versionJeff Layton2018-01-291-0/+1
| |/
* | btrfs: avoid accessing bvec table directly for a cloned bioMing Lei2018-01-061-1/+3
* | block: convert to bio_first_bvec_all & bio_first_page_allMing Lei2018-01-061-2/+2
|/
* btrfs: Fix quota reservation leak on preallocated filesJustin Maggard2017-12-071-0/+2
* Btrfs: fix reported number of inode blocks after buffered append writesFilipe Manana2017-11-151-4/+5
* Btrfs: bail out gracefully rather than BUG_ONLiu Bo2017-11-151-2/+8
* Btrfs: add write_flags for compression bioLiu Bo2017-11-151-4/+11
* btrfs: move btrfs_truncate_block out of trans handleJosef Bacik2017-11-011-75/+45
* btrfs: make the delalloc block rsv per inodeJosef Bacik2017-11-011-7/+11
* Btrfs: rework outstanding_extentsJosef Bacik2017-11-011-78/+36
* btrfs: add a flag to iterate_inodes_from_logical to find all extent refs for ...Zygo Blaxell2017-11-011-1/+1
* btrfs: allow to set compression level for zlibDavid Sterba2017-11-011-1/+4
* btrfs: use BLK_STS defines where neededAnand Jain2017-10-301-1/+1
* btrfs: pass root to various extent ref mod functionsJosef Bacik2017-10-301-4/+5
* Btrfs: remove nr_async_submits and async_submit_drainingLiu Bo2017-10-301-28/+0
* Btrfs: compress_file_range remove dead variable num_bytesTimofey Titovets2017-10-301-7/+3
* btrfs: Fix bool initialization/comparisonThomas Meyer2017-10-301-7/+7
* Btrfs: cleanup 'start' subtraction from try uncompressed inline extentTimofey Titovets2017-10-301-1/+1
* btrfs: Remove unused parameter from check_direct_IONikolay Borisov2017-10-301-2/+1
* Btrfs: do not async submit for nodatasum inodesLiu Bo2017-10-301-1/+1
* Merge branch 'for-4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-09-291-5/+22
|\
| * Btrfs: fix unexpected result when dio reading corrupted blocksLiu Bo2017-09-261-5/+2
| * btrfs: finish ordered extent cleaning if no progress is foundNaohiro Aota2017-09-261-0/+8
| * btrfs: clear ordered flag on cleaning up ordered extentsNaohiro Aota2017-09-261-0/+12
* | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-151-1/+1
|\ \
| * | VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-171-1/+1
* | | Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2017-09-091-67/+153
|\ \ \ | | |/ | |/|
| * | btrfs: remove unnecessary memory barrier in btrfs_direct_IONikolay Borisov2017-08-211-1/+0
| * | btrfs: Move skip checksum check from btrfs_submit_direct to __btrfs_submit_di...Nikolay Borisov2017-08-181-12/+6
| * | Btrfs: avoid unnecessarily locking inode when clearing a rangeFilipe Manana2017-08-181-3/+4
| * | btrfs: fix readdir deadlock with pagefaultJosef Bacik2017-08-161-26/+82
| * | btrfs: allow defrag compress to override NOCOMPRESS attributeDavid Sterba2017-08-161-3/+3
| * | btrfs: separate defrag and property compressionDavid Sterba2017-08-161-1/+7