summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* btrfs: qgroup: Fix qgroup reserved space underflow by only freeing reserved r...Qu Wenruo2017-06-291-14/+15
* btrfs: qgroup: Introduce extent changeset for qgroup reserve functionsQu Wenruo2017-06-291-4/+14
* btrfs: qgroup: Fix qgroup reserved space underflow caused by buffered write a...Qu Wenruo2017-06-291-3/+8
* btrfs: Check name_len with boundary in verify dir_itemSu Yue2017-06-211-1/+1
* btrfs: cleanup duplicate return value in insert_inline_extentDavid Sterba2017-06-201-6/+2
* Btrfs: compression must free at least one sector sizeTimofey Titovets2017-06-191-4/+3
* Btrfs: skip checksum verification if IO error occursLiu Bo2017-06-191-6/+8
* Btrfs: tolerate errors if we have retried successfullyLiu Bo2017-06-191-1/+4
* btrfs: sink gfp parameter to btrfs_bio_cloneDavid Sterba2017-06-191-1/+1
* btrfs: btrfs_bio_clone never fails, skip error handlingDavid Sterba2017-06-191-4/+0
* btrfs: simplify code with bio_io_errorGuoqing Jiang2017-06-191-2/+1
* btrfs: use generic slab for for btrfs_transactionDavid Sterba2017-06-191-8/+0
* Btrfs: add statx supportYonghong Song2017-06-191-0/+18
* btrfs: cleanup root usage by btrfs_get_alloc_profileJeff Mahoney2017-06-191-2/+1
* btrfs: fix bool type in btrfs_page_exists_in_rangeDavid Sterba2017-06-191-1/+1
* Btrfs: hardcode GFP_NOFS for btrfs_bio_clone_partialLiu Bo2017-06-191-1/+1
* Btrfs: work around maybe-uninitialized warningArnd Bergmann2017-06-191-2/+2
* Btrfs: unify naming of btrfs_io_bioLiu Bo2017-06-191-19/+19
* Btrfs: record error if one block has failed to retryLiu Bo2017-06-191-3/+7
* Btrfs: change how we iterate bios in endioLiu Bo2017-06-191-16/+19
* Btrfs: use bio_clone_bioset_partial to simplify DIO submitLiu Bo2017-06-191-74/+45
* Btrfs: don't pass the inode through clean_io_failureJosef Bacik2017-06-191-11/+26
* Btrfs: replace tree->mapping with tree->private_dataJosef Bacik2017-06-191-17/+65
* Btrfs: remove an unused variableDan Carpenter2017-06-191-2/+0
* 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-151-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-04-011-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-031-3/+3
* | Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-03-031-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