aboutsummaryrefslogtreecommitdiffstatshomepage
AgeCommit message (Expand)AuthorFilesLines
2020-06-16btrfs: fix RWF_NOWAIT write not failling when we need to cowFilipe Manana1-1/+12
2020-06-16btrfs: fix failure of RWF_NOWAIT write into prealloc extent beyond eofFilipe Manana1-3/+0
2020-06-16btrfs: fix hang on snapshot creation after RWF_NOWAIT writeFilipe Manana1-0/+2
2020-06-16btrfs: check if a log root exists before locking the log_mutex on unlinkFilipe Manana2-0/+7
2020-06-16btrfs: fix bytes_may_use underflow when running balance and scrub in parallelFilipe Manana1-5/+12
2020-06-16btrfs: fix data block group relocation failure due to concurrent scrubFilipe Manana1-1/+18
2020-06-16btrfs: fix race between block group removal and block group creationFilipe Manana1-8/+19
2020-06-16btrfs: fix a block group ref counter leak after failure to remove block groupFilipe Manana1-10/+9
2020-06-14Revert "btrfs: switch to iomap_dio_rw() for dio"David Sterba4-166/+169
2020-06-09Revert "fs: remove dio_end_io()"David Sterba2-0/+21
2020-06-09Revert "btrfs: remove BTRFS_INODE_READDIO_NEED_LOCK"David Sterba2-0/+21
2020-06-09Revert "btrfs: split btrfs_direct_IO to read and write part"David Sterba3-83/+90
2020-05-28btrfs: fix space_info bytes_may_use underflow during space cache writeoutFilipe Manana1-5/+15
2020-05-28btrfs: fix space_info bytes_may_use underflow after nocow buffered writeFilipe Manana1-5/+56
2020-05-28btrfs: fix wrong file range cleanup after an error filling dealloc rangeFilipe Manana1-1/+1
2020-05-28btrfs: remove redundant local variable in read_block_for_searchNikolay Borisov1-5/+4
2020-05-28btrfs: open code key_searchNikolay Borisov1-23/+18
2020-05-28btrfs: split btrfs_direct_IO to read and write partChristoph Hellwig3-90/+83
2020-05-28btrfs: remove BTRFS_INODE_READDIO_NEED_LOCKGoldwyn Rodrigues2-21/+0
2020-05-28fs: remove dio_end_io()Goldwyn Rodrigues2-21/+0
2020-05-28btrfs: switch to iomap_dio_rw() for dioGoldwyn Rodrigues4-169/+166
2020-05-25iomap: remove lockdep_assert_held()Goldwyn Rodrigues1-2/+0
2020-05-25iomap: add a filesystem hook for direct I/O bio submissionGoldwyn Rodrigues2-5/+12
2020-05-25fs: export generic_file_buffered_read()Goldwyn Rodrigues2-1/+4
2020-05-25btrfs: turn space cache writeout failure messages into debug messagesFilipe Manana1-11/+4
2020-05-25btrfs: include error on messages about failure to write space/inode cachesFilipe Manana1-6/+6
2020-05-25btrfs: remove useless 'fail_unlock' label from btrfs_csum_file_blocks()Filipe Manana1-7/+4
2020-05-25btrfs: do not ignore error from btrfs_next_leaf() when inserting checksumsFilipe Manana1-2/+4
2020-05-25btrfs: make checksum item extension more efficientFilipe Manana1-10/+17
2020-05-25btrfs: fix corrupt log due to concurrent fsync of inodes with shared extentsFilipe Manana5-4/+28
2020-05-25btrfs: unexport btrfs_compress_set_level()Anand Jain2-18/+16
2020-05-25btrfs: simplify iget helpersDavid Sterba11-81/+44
2020-05-25btrfs: open code read_fs_rootDavid Sterba1-12/+9
2020-05-25btrfs: simplify root lookup by idDavid Sterba15-113/+46
2020-05-25btrfs: reloc: clear DEAD_RELOC_TREE bit for orphan roots to prevent runaway balanceQu Wenruo2-0/+3
2020-05-25btrfs: reloc: fix reloc root leak and NULL pointer dereferenceQu Wenruo1-3/+9
2020-05-25btrfs: reduce lock contention when creating snapshotRobbie Ko1-29/+41
2020-05-25btrfs: don't set SHAREABLE flag for data reloc treeQu Wenruo3-12/+23
2020-05-25btrfs: inode: cleanup the log-tree exceptions in btrfs_truncate_inode_items()Qu Wenruo1-10/+8
2020-05-25btrfs: rename BTRFS_ROOT_REF_COWS to BTRFS_ROOT_SHAREABLEQu Wenruo13-55/+81
2020-05-25btrfs: drop stale reference to volume_mutexAnand Jain1-4/+3
2020-05-25btrfs: update documentation of set/get helpersDavid Sterba1-13/+17
2020-05-25btrfs: optimize split page write in btrfs_set_token_##bitsDavid Sterba1-5/+7
2020-05-25btrfs: optimize split page write in btrfs_set_##bitsDavid Sterba1-5/+9
2020-05-25btrfs: optimize split page read in btrfs_get_token_##bitsDavid Sterba1-7/+9
2020-05-25btrfs: optimize split page read in btrfs_get_##bitsDavid Sterba1-7/+10
2020-05-25btrfs: drop unnecessary offset_in_page in extent buffer helpersDavid Sterba1-30/+21
2020-05-25btrfs: constify extent_buffer in the API functionsDavid Sterba4-55/+63
2020-05-25btrfs: remove unused map_private_extent_bufferDavid Sterba2-46/+0
2020-05-25btrfs: speed up and simplify generic_bin_searchDavid Sterba1-28/+15