summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: clear EXTENT_DEFRAG bits in finish_ordered_ioLiu Bo2017-06-091-1/+1
* btrfs: use correct types for page indices in btrfs_page_exists_in_rangeDavid Sterba2017-06-011-2/+2
* Merge branch 'for-chris-4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Chris Mason2017-04-271-57/+185
|\
| * Btrfs: fix reported number of inode blocksFilipe Manana2017-04-261-13/+54
| * Btrfs: fix incorrect space accounting after failure to insert inline extentFilipe Manana2017-04-261-2/+4
| * Btrfs: fix invalid attempt to free reserved space on failure to cow rangeFilipe Manana2017-04-261-17/+42
| * btrfs: Handle delalloc error correctly to avoid ordered extent hangQu Wenruo2017-04-261-15/+48
| * btrfs: Fix metadata underflow caused by btrfs_reloc_clone_csum errorQu Wenruo2017-04-261-12/+39
* | Btrfs: handle only applicable errors returned by btrfs_get_extentDan Carpenter2017-04-181-14/+11
* | Btrfs: add file item tracepointsLiu Bo2017-04-181-0/+15
* | Btrfs: remove ASSERT in btrfs_truncate_inode_itemsLiu Bo2017-04-181-7/+0
* | Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-04-141-12/+10
|\ \ | |/
| * Btrfs: fix segmentation fault when doing dio readLiu Bo2017-04-111-2/+6
| * Btrfs: fix invalid dereference in btrfs_retry_endioLiu Bo2017-04-111-10/+4
* | 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
OpenPOWER on IntegriCloud