summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-4.17-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-05-241-1/+2
|\
| * Btrfs: fix error handling in btrfs_truncate()Omar Sandoval2018-05-241-1/+2
* | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2018-05-211-12/+4
|\ \ | |/ |/|
| * do d_instantiate/unlock_new_inode combinations safelyAl Viro2018-05-111-12/+4
* | btrfs: Split btrfs_del_delalloc_inode into 2 functionsNikolay Borisov2018-05-171-3/+10
* | btrfs: fix unaligned access in readdirDavid Sterba2018-04-191-8/+12
|/
* btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba2018-04-121-14/+1
* btrfs: qgroup: Use separate meta reservation type for delallocQu Wenruo2018-03-311-13/+14
* Btrfs: delete dead code in btrfs_orphan_add()Omar Sandoval2018-03-311-25/+4
* btrfs: drop fs_info parameter from btrfs_run_delayed_refsNikolay Borisov2018-03-311-3/+1
* btrfs: Remove unused root var from relink_file_extentsNikolay Borisov2018-03-311-2/+0
* btrfs: rename submit callbacks and drop double underscoresDavid Sterba2018-03-311-12/+11
* btrfs: remove unused parameters from extent_submit_bio_done_tDavid Sterba2018-03-311-2/+1
* btrfs: remove unused parameters from extent_submit_bio_start_tDavid Sterba2018-03-311-3/+1
* btrfs: open code trivial helper btrfs_page_exists_in_rangeDavid Sterba2018-03-311-2/+2
* btrfs: Use filemap_range_has_page()Matthew Wilcox2018-03-311-70/+0
* btrfs: adjust return values of btrfs_inode_by_nameSu Yue2018-03-261-12/+10
* btrfs: Remove root argument from cow_file_range_inlineNikolay Borisov2018-03-261-8/+7
* Btrfs: skip writeback of last page when truncating file to same sizeFilipe Manana2018-03-261-8/+10
* btrfs: Remove redundant memory barriers around dio_private error statusNikolay Borisov2018-03-261-8/+9
* btrfs: add more __cold annotationsDavid Sterba2018-03-261-1/+1
* Btrfs: fix unexpected cow in run_delalloc_nocowLiu Bo2018-03-261-5/+32
* btrfs: Remove custom crc32c init codeNikolay Borisov2018-03-261-1/+0
* btrfs: Remove btrfs_inode::delayed_iput_countNikolay Borisov2018-03-261-14/+13
* Btrfs: do not check inode's runtime flags under root->orphan_lockLiu Bo2018-03-261-9/+12
* btrfs: use ASSERT to report logical error in cow_file_range()Anand Jain2018-03-261-2/+1
* btrfs: cow_file_range() num_bytes and disk_num_bytes are sameAnand Jain2018-03-261-10/+6
* Merge tag 'for-4.16-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-03-041-2/+9
|\
| * btrfs: handle failure of add_pending_csumsNikolay Borisov2018-03-011-2/+9
* | Merge tag 'for-4.16-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-02-161-15/+26
|\ \ | |/
| * Btrfs: fix use-after-free on root->orphan_block_rsvLiu Bo2018-02-021-13/+21
| * Btrfs: fix btrfs_evict_inode to handle abnormal inodes correctlyLiu Bo2018-02-021-1/+1
| * Btrfs: fix deadlock in run_delalloc_nocowLiu Bo2018-02-021-1/+4
* | Merge tag 'for-4.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2018-01-291-204/+74
|\ \ | |/
| * btrfs: Use IS_ALIGNED in btrfs_truncate_block instead of opencoding itNikolay Borisov2018-01-221-2/+2
| * Btrfs: move extent map specific code to extent_map.cLiu Bo2018-01-221-107/+0
| * Btrfs: add helper for em merge logicLiu Bo2018-01-221-34/+46
| * Btrfs: fix unexpected EEXIST from btrfs_get_extentLiu Bo2018-01-221-14/+3
| * Btrfs: fix incorrect block_len in merge_extent_mappingLiu Bo2018-01-221-1/+1
| * btrfs: correct wrong comment about magic number of index_cntSu Yue2018-01-221-1/+1
| * btrfs: sink unlock_extent parameter gfp_flagsDavid Sterba2018-01-221-14/+12
| * btrfs: Remove redundant pair of bio_get/set in __btrfs_submit_dio_bioNikolay Borisov2018-01-221-3/+0
| * btrfs: Remove redundant bio_get/set from submit_dio_repair_bioNikolay Borisov2018-01-221-5/+2
| * btrfs: sink extent_write_full_page tree argumentNikolay Borisov2018-01-221-3/+1
| * btrfs: sink extent_write_locked_range tree parameterNikolay Borisov2018-01-221-2/+2
| * btrfs: Handle btrfs_set_extent_delalloc failure in fixup workerNikolay Borisov2018-01-221-2/+9
| * btrfs: remove redundant check in btrfs_get_extent_fiemapNikolay Borisov2018-01-221-1/+1
| * btrfs: Remove unused variable in btrfs_get_extentNikolay Borisov2018-01-221-8/+1
| * Btrfs: compress_file_range() change page dirty status onceTimofey Titovets2018-01-221-2/+7
| * btrfs: Remove redundant FLAG_VACANCYNikolay Borisov2018-01-221-1/+0
OpenPOWER on IntegriCloud