summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-19btrfs: simplify code with bio_io_errorGuoqing Jiang1-2/+1
2017-06-19btrfs: use generic slab for for btrfs_transactionDavid Sterba1-8/+0
2017-06-19Btrfs: add statx supportYonghong Song1-0/+18
2017-06-19btrfs: cleanup root usage by btrfs_get_alloc_profileJeff Mahoney1-2/+1
2017-06-19btrfs: fix bool type in btrfs_page_exists_in_rangeDavid Sterba1-1/+1
2017-06-19Btrfs: hardcode GFP_NOFS for btrfs_bio_clone_partialLiu Bo1-1/+1
2017-06-19Btrfs: work around maybe-uninitialized warningArnd Bergmann1-2/+2
2017-06-19Btrfs: unify naming of btrfs_io_bioLiu Bo1-19/+19
2017-06-19Btrfs: record error if one block has failed to retryLiu Bo1-3/+7
2017-06-19Btrfs: change how we iterate bios in endioLiu Bo1-16/+19
2017-06-19Btrfs: use bio_clone_bioset_partial to simplify DIO submitLiu Bo1-74/+45
2017-06-19Btrfs: don't pass the inode through clean_io_failureJosef Bacik1-11/+26
2017-06-19Btrfs: replace tree->mapping with tree->private_dataJosef Bacik1-17/+65
2017-06-19Btrfs: remove an unused variableDan Carpenter1-2/+0
2017-06-09Btrfs: clear EXTENT_DEFRAG bits in finish_ordered_ioLiu Bo1-1/+1
2017-06-01btrfs: use correct types for page indices in btrfs_page_exists_in_rangeDavid Sterba1-2/+2
2017-04-28Merge branch 'for-chris-4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Chris Mason1-57/+185
2017-04-26Btrfs: fix reported number of inode blocksFilipe Manana1-13/+54
2017-04-26Btrfs: fix incorrect space accounting after failure to insert inline extentFilipe Manana1-2/+4
2017-04-26Btrfs: fix invalid attempt to free reserved space on failure to cow rangeFilipe Manana1-17/+42
2017-04-26btrfs: Handle delalloc error correctly to avoid ordered extent hangQu Wenruo1-15/+48
2017-04-26btrfs: Fix metadata underflow caused by btrfs_reloc_clone_csum errorQu Wenruo1-12/+39
2017-04-18Btrfs: handle only applicable errors returned by btrfs_get_extentDan Carpenter1-14/+11
2017-04-18Btrfs: add file item tracepointsLiu Bo1-0/+15
2017-04-18Btrfs: remove ASSERT in btrfs_truncate_inode_itemsLiu Bo1-7/+0
2017-04-15Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-12/+10
2017-04-11Btrfs: fix segmentation fault when doing dio readLiu Bo1-2/+6
2017-04-11Btrfs: fix invalid dereference in btrfs_retry_endioLiu Bo1-10/+4
2017-04-01Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+3
2017-03-29Btrfs: bring back repair during readLiu Bo1-3/+3
2017-03-23Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+14
2017-03-17btrfs: add missing memset while reading compressed inline extentsZygo Blaxell1-0/+14
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