summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-03-311-3/+3
|\
| * Btrfs: bring back repair during readLiu Bo2017-03-291-3/+3
* | Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-03-231-0/+14
|\ \ | |/
| * btrfs: add missing memset while reading compressed inline extentsZygo Blaxell2017-03-171-0/+14
* | statx: Add a system call to make enhanced file info availableDavid Howells2017-03-021-3/+3
* | Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-03-021-216/+229
|\ \ | |/
| * Merge branch 'for-chris-4.11-part2' of git://git.kernel.org/pub/scm/linux/ker...Chris Mason2017-02-281-201/+215
| |\
| | * btrfs: add dummy callback for readpage_io_failed and drop checksDavid Sterba2017-02-281-0/+7
| | * btrfs: document existence of extent_io ops callbacksDavid Sterba2017-02-281-2/+5
| | * btrfs: let writepage_end_io_hook return voidDavid Sterba2017-02-281-4/+2
| | * btrfs: derive maximum output size in the compression implementationDavid Sterba2017-02-281-2/+1
| | * btrfs: use predefined limits for calculating maximum number of pages for comp...David Sterba2017-02-281-5/+6
| | * btrfs: export compression buffer limits in a headerDavid Sterba2017-02-281-10/+0
| | * btrfs: merge nr_pages input and output parameter in compress_pagesDavid Sterba2017-02-281-7/+6
| | * btrfs: merge length input and output parameter in compress_pagesDavid Sterba2017-02-281-1/+1
| | * btrfs: make btrfs_inode_resume_unlocked_dio take btrfs_inodeNikolay Borisov2017-02-281-1/+1
| | * btrfs: make btrfs_inode_block_unlocked_dio take btrfs_inodeNikolay Borisov2017-02-281-1/+1
| | * btrfs: Make btrfs_add_nondir take btrfs_inodeNikolay Borisov2017-02-281-9/+13
| | * btrfs: Make btrfs_add_link take btrfs_inodeNikolay Borisov2017-02-281-19/+20
| | * btrfs: Make btrfs_del_delalloc_inode take btrfs_inodeNikolay Borisov2017-02-281-7/+7
| | * btrfs: Make get_extent_t take btrfs_inodeNikolay Borisov2017-02-281-16/+18
| | * btrfs: Make btrfs_clear_bit_hook take btrfs_inodeNikolay Borisov2017-02-281-18/+19
| | * btrfs: Make btrfs_extent_item_to_extent_map take btrfs_inodeNikolay Borisov2017-02-281-1/+2
| | * btrfs: Make btrfs_orphan_add take btrfs_inodeNikolay Borisov2017-02-281-19/+20
| | * btrfs: make btrfs_orphan_del take btrfs_inodeNikolay Borisov2017-02-281-20/+20
| | * btrfs: make btrfs_free_io_failure_record take btrfs_inodeNikolay Borisov2017-02-281-4/+5
| | * btrfs: make clean_io_failure take btrfs_inodeNikolay Borisov2017-02-281-2/+2
| | * btrfs: make btrfs_print_data_csum_error take btrfs_inodeNikolay Borisov2017-02-281-1/+1
| | * btrfs: make free_io_failure take btrfs_inodeNikolay Borisov2017-02-281-3/+3
| | * btrfs: Make btrfs_lookup_ordered_range take btrfs_inodeNikolay Borisov2017-02-281-5/+6
| | * btrfs: Make btrfs_mark_extent_written take btrfs_inodeNikolay Borisov2017-02-281-1/+1
| | * btrfs: Make btrfs_drop_extent_cache take btrfs_inodeNikolay Borisov2017-02-281-14/+17
| | * btrfs: Make (__)btrfs_add_inode_defrag take btrfs_inodeNikolay Borisov2017-02-281-4/+5
| | * btrfs: all btrfs_delalloc_release_metadata take btrfs_inodeNikolay Borisov2017-02-281-3/+4
| | * btrfs: Make btrfs_orphan_release_metadata take btrfs_inodeNikolay Borisov2017-02-281-2/+2
| | * btrfs: Make btrfs_orphan_reserve_metadata take btrfs_inodeNikolay Borisov2017-02-281-1/+1
| | * btrfs: make btrfs_is_free_space_inode take btrfs_inodeNikolay Borisov2017-02-281-11/+12
| | * btrfs: Make btrfs_i_size_write take btrfs_inodeNikolay Borisov2017-02-281-10/+9
| | * btrfs: Make btrfs_set_inode_index take btrfs_inodeNikolay Borisov2017-02-281-11/+11
| | * btrfs: make btrfs_set_inode_index_count take btrfs_inodeNikolay Borisov2017-02-281-8/+8
| | * btrfs: Make btrfs_insert_dir_item take btrfs_inodeNikolay Borisov2017-02-281-1/+1
| * | Btrfs: fix data loss after truncate when using the no-holes featureFilipe Manana2017-02-241-13/+6
| * | Btrfs: fix leak of subvolume writers counterRobbie Ko2017-02-241-2/+8
| |/
* | Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-02-251-322/+260
|\ \ | |/
| * Btrfs: use the correct type when creating cow dio extentLiu Bo2017-02-221-1/+1
| * btrfs: remove unused parameter from add_pending_csumsDavid Sterba2017-02-171-4/+2
| * Btrfs: specify a new ordered extent type for create_io_emLiu Bo2017-02-171-4/+4
| * Btrfs: create a helper to create em for IOLiu Bo2017-02-171-115/+74
| * btrfs: Better csum error message for data csum mismatchQu Wenruo2017-02-171-3/+2
| * Btrfs: kill trans in run_delalloc_nocow and btrfs_cross_ref_existLiu Bo2017-02-141-35/+3
OpenPOWER on IntegriCloud