summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-03statx: Add a system call to make enhanced file info availableDavid Howells1-3/+3
2017-03-03Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-216/+229
2017-03-01Merge branch 'for-chris-4.11-part2' of git://git.kernel.org/pub/scm/linux/ker...Chris Mason1-201/+215
2017-02-28btrfs: add dummy callback for readpage_io_failed and drop checksDavid Sterba1-0/+7
2017-02-28btrfs: document existence of extent_io ops callbacksDavid Sterba1-2/+5
2017-02-28btrfs: let writepage_end_io_hook return voidDavid Sterba1-4/+2
2017-02-28btrfs: derive maximum output size in the compression implementationDavid Sterba1-2/+1
2017-02-28btrfs: use predefined limits for calculating maximum number of pages for comp...David Sterba1-5/+6
2017-02-28btrfs: export compression buffer limits in a headerDavid Sterba1-10/+0
2017-02-28btrfs: merge nr_pages input and output parameter in compress_pagesDavid Sterba1-7/+6
2017-02-28btrfs: merge length input and output parameter in compress_pagesDavid Sterba1-1/+1
2017-02-28btrfs: make btrfs_inode_resume_unlocked_dio take btrfs_inodeNikolay Borisov1-1/+1
2017-02-28btrfs: make btrfs_inode_block_unlocked_dio take btrfs_inodeNikolay Borisov1-1/+1
2017-02-28btrfs: Make btrfs_add_nondir take btrfs_inodeNikolay Borisov1-9/+13
2017-02-28btrfs: Make btrfs_add_link take btrfs_inodeNikolay Borisov1-19/+20
2017-02-28btrfs: Make btrfs_del_delalloc_inode take btrfs_inodeNikolay Borisov1-7/+7
2017-02-28btrfs: Make get_extent_t take btrfs_inodeNikolay Borisov1-16/+18
2017-02-28btrfs: Make btrfs_clear_bit_hook take btrfs_inodeNikolay Borisov1-18/+19
2017-02-28btrfs: Make btrfs_extent_item_to_extent_map take btrfs_inodeNikolay Borisov1-1/+2
2017-02-28btrfs: Make btrfs_orphan_add take btrfs_inodeNikolay Borisov1-19/+20
2017-02-28btrfs: make btrfs_orphan_del take btrfs_inodeNikolay Borisov1-20/+20
2017-02-28btrfs: make btrfs_free_io_failure_record take btrfs_inodeNikolay Borisov1-4/+5
2017-02-28btrfs: make clean_io_failure take btrfs_inodeNikolay Borisov1-2/+2
2017-02-28btrfs: make btrfs_print_data_csum_error take btrfs_inodeNikolay Borisov1-1/+1
2017-02-28btrfs: make free_io_failure take btrfs_inodeNikolay Borisov1-3/+3
2017-02-28btrfs: Make btrfs_lookup_ordered_range take btrfs_inodeNikolay Borisov1-5/+6
2017-02-28btrfs: Make btrfs_mark_extent_written take btrfs_inodeNikolay Borisov1-1/+1
2017-02-28btrfs: Make btrfs_drop_extent_cache take btrfs_inodeNikolay Borisov1-14/+17
2017-02-28btrfs: Make (__)btrfs_add_inode_defrag take btrfs_inodeNikolay Borisov1-4/+5
2017-02-28btrfs: all btrfs_delalloc_release_metadata take btrfs_inodeNikolay Borisov1-3/+4
2017-02-28btrfs: Make btrfs_orphan_release_metadata take btrfs_inodeNikolay Borisov1-2/+2
2017-02-28btrfs: Make btrfs_orphan_reserve_metadata take btrfs_inodeNikolay Borisov1-1/+1
2017-02-28btrfs: make btrfs_is_free_space_inode take btrfs_inodeNikolay Borisov1-11/+12
2017-02-28btrfs: Make btrfs_i_size_write take btrfs_inodeNikolay Borisov1-10/+9
2017-02-28btrfs: Make btrfs_set_inode_index take btrfs_inodeNikolay Borisov1-11/+11
2017-02-28btrfs: make btrfs_set_inode_index_count take btrfs_inodeNikolay Borisov1-8/+8
2017-02-28btrfs: Make btrfs_insert_dir_item take btrfs_inodeNikolay Borisov1-1/+1
2017-02-26Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-322/+260
2017-02-25mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang1-3/+3
2017-02-24Btrfs: fix data loss after truncate when using the no-holes featureFilipe Manana1-13/+6
2017-02-24Btrfs: fix leak of subvolume writers counterRobbie Ko1-2/+8
2017-02-23Btrfs: use the correct type when creating cow dio extentLiu Bo1-1/+1
2017-02-17btrfs: remove unused parameter from add_pending_csumsDavid Sterba1-4/+2
2017-02-17Btrfs: specify a new ordered extent type for create_io_emLiu Bo1-4/+4
2017-02-17Btrfs: create a helper to create em for IOLiu Bo1-115/+74
2017-02-17btrfs: Better csum error message for data csum mismatchQu Wenruo1-3/+2
2017-02-14Btrfs: kill trans in run_delalloc_nocow and btrfs_cross_ref_existLiu Bo1-35/+3
2017-02-14Btrfs: fix wrong argument for btrfs_lookup_ordered_rangeLiu Bo1-1/+1
2017-02-14Btrfs: fix another race between truncate and lockless dio writeLiu Bo1-1/+3
2017-02-14Btrfs: fix comment in btrfs_page_mkwriteLiu Bo1-5/+5