summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)Author
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells
2017-03-02Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-02-28Merge branch 'for-chris-4.11-part2' of git://git.kernel.org/pub/scm/linux/ker...Chris Mason
2017-02-28btrfs: add dummy callback for readpage_io_failed and drop checksDavid Sterba
2017-02-28btrfs: document existence of extent_io ops callbacksDavid Sterba
2017-02-28btrfs: let writepage_end_io_hook return voidDavid Sterba
2017-02-28btrfs: derive maximum output size in the compression implementationDavid Sterba
2017-02-28btrfs: use predefined limits for calculating maximum number of pages for comp...David Sterba
2017-02-28btrfs: export compression buffer limits in a headerDavid Sterba
2017-02-28btrfs: merge nr_pages input and output parameter in compress_pagesDavid Sterba
2017-02-28btrfs: merge length input and output parameter in compress_pagesDavid Sterba
2017-02-28btrfs: make btrfs_inode_resume_unlocked_dio take btrfs_inodeNikolay Borisov
2017-02-28btrfs: make btrfs_inode_block_unlocked_dio take btrfs_inodeNikolay Borisov
2017-02-28btrfs: Make btrfs_add_nondir take btrfs_inodeNikolay Borisov
2017-02-28btrfs: Make btrfs_add_link take btrfs_inodeNikolay Borisov
2017-02-28btrfs: Make btrfs_del_delalloc_inode take btrfs_inodeNikolay Borisov
2017-02-28btrfs: Make get_extent_t take btrfs_inodeNikolay Borisov
2017-02-28btrfs: Make btrfs_clear_bit_hook take btrfs_inodeNikolay Borisov
2017-02-28btrfs: Make btrfs_extent_item_to_extent_map take btrfs_inodeNikolay Borisov
2017-02-28btrfs: Make btrfs_orphan_add take btrfs_inodeNikolay Borisov
2017-02-28btrfs: make btrfs_orphan_del take btrfs_inodeNikolay Borisov
2017-02-28btrfs: make btrfs_free_io_failure_record take btrfs_inodeNikolay Borisov
2017-02-28btrfs: make clean_io_failure take btrfs_inodeNikolay Borisov
2017-02-28btrfs: make btrfs_print_data_csum_error take btrfs_inodeNikolay Borisov
2017-02-28btrfs: make free_io_failure take btrfs_inodeNikolay Borisov
2017-02-28btrfs: Make btrfs_lookup_ordered_range take btrfs_inodeNikolay Borisov
2017-02-28btrfs: Make btrfs_mark_extent_written take btrfs_inodeNikolay Borisov
2017-02-28btrfs: Make btrfs_drop_extent_cache take btrfs_inodeNikolay Borisov
2017-02-28btrfs: Make (__)btrfs_add_inode_defrag take btrfs_inodeNikolay Borisov
2017-02-28btrfs: all btrfs_delalloc_release_metadata take btrfs_inodeNikolay Borisov
2017-02-28btrfs: Make btrfs_orphan_release_metadata take btrfs_inodeNikolay Borisov
2017-02-28btrfs: Make btrfs_orphan_reserve_metadata take btrfs_inodeNikolay Borisov
2017-02-28btrfs: make btrfs_is_free_space_inode take btrfs_inodeNikolay Borisov
2017-02-28btrfs: Make btrfs_i_size_write take btrfs_inodeNikolay Borisov
2017-02-28btrfs: Make btrfs_set_inode_index take btrfs_inodeNikolay Borisov
2017-02-28btrfs: make btrfs_set_inode_index_count take btrfs_inodeNikolay Borisov
2017-02-28btrfs: Make btrfs_insert_dir_item take btrfs_inodeNikolay Borisov
2017-02-25Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang
2017-02-24Btrfs: fix data loss after truncate when using the no-holes featureFilipe Manana
2017-02-24Btrfs: fix leak of subvolume writers counterRobbie Ko
2017-02-22Btrfs: use the correct type when creating cow dio extentLiu Bo
2017-02-17btrfs: remove unused parameter from add_pending_csumsDavid Sterba
2017-02-17Btrfs: specify a new ordered extent type for create_io_emLiu Bo
2017-02-17Btrfs: create a helper to create em for IOLiu Bo
2017-02-17btrfs: Better csum error message for data csum mismatchQu Wenruo
2017-02-14Btrfs: kill trans in run_delalloc_nocow and btrfs_cross_ref_existLiu Bo
2017-02-14Btrfs: fix wrong argument for btrfs_lookup_ordered_rangeLiu Bo
2017-02-14Btrfs: fix another race between truncate and lockless dio writeLiu Bo
2017-02-14Btrfs: fix comment in btrfs_page_mkwriteLiu Bo