summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-12-08btrfs: locking: remove all the blocking helpersJosef Bacik15-219/+30
2020-12-08btrfs: scrub: remove local copy of csum_size from contextDavid Sterba1-10/+9
2020-12-08btrfs: check integrity: remove local copy of csum_sizeDavid Sterba1-5/+1
2020-12-08btrfs: remove unnecessary local variables for checksum sizeDavid Sterba4-10/+5
2020-12-08btrfs: switch cached fs_info::csum_size from u16 to u32David Sterba9-20/+18
2020-12-08btrfs: use cached value of fs_info::csum_size everywhereDavid Sterba11-24/+23
2020-12-08btrfs: precalculate checksums per leaf onceDavid Sterba3-20/+13
2020-12-08btrfs: store precalculated csum_size in fs_infoDavid Sterba2-0/+2
2020-12-08btrfs: replace s_blocksize_bits with fs_info::sectorsize_bitsDavid Sterba7-30/+25
2020-12-08btrfs: replace div_u64 by shift in free_space_bitmap_sizeDavid Sterba1-10/+8
2020-12-08btrfs: use precalculated sectorsize_bits from fs_infoDavid Sterba8-13/+17
2020-12-08btrfs: rename page_size to io_size in submit_extent_pageQu Wenruo1-6/+6
2020-12-08btrfs: only require sector size alignment for page readQu Wenruo1-18/+20
2020-12-08btrfs: rename pages_locked in process_pages_contig()Qu Wenruo1-4/+4
2020-12-08btrfs: sink parameter start and len to check_data_csumQu Wenruo1-8/+18
2020-12-08btrfs: replace fs_info and private_data with inode in btrfs_wq_submit_bioQu Wenruo4-28/+24
2020-12-08btrfs: sink the failed_start parameter to set_extent_bitQu Wenruo3-16/+15
2020-12-08btrfs: update the comment for find_first_extent_bitQu Wenruo1-4/+5
2020-12-08btrfs: fix the comment on lock_extent_buffer_for_ioQu Wenruo1-4/+7
2020-12-08btrfs: remove unnecessary casts in printkDavid Sterba3-6/+3
2020-12-08btrfs: add set/get accessors for root_item::drop_levelDavid Sterba6-12/+13
2020-12-08btrfs: use root_item helpers for limit and flags in btrfs_create_treeDavid Sterba1-2/+2
2020-12-08btrfs: check-integrity: use proper helper to access btrfs_headerDavid Sterba1-1/+1
2020-12-08btrfs: send: use helpers to access root_item::ctransidDavid Sterba1-3/+3
2020-12-08btrfs: generate lockdep keyset names at compile timeDavid Sterba3-32/+29
2020-12-08btrfs: use the right number of levels for lockdep keysetsDavid Sterba1-2/+2
2020-12-08btrfs: remove dio iomap DSYNC workaroundGoldwyn Rodrigues4-88/+2
2020-12-08btrfs: call iomap_dio_complete() without inode_lockGoldwyn Rodrigues1-13/+11
2020-12-08btrfs: remove btrfs_inode::dio_semGoldwyn Rodrigues3-24/+0
2020-12-08btrfs: use shared lock for direct writes within EOFGoldwyn Rodrigues1-11/+16
2020-12-08btrfs: push inode locking and unlocking into buffered/direct writeGoldwyn Rodrigues1-33/+57
2020-12-08btrfs: introduce btrfs_inode_lock()/unlock()Goldwyn Rodrigues3-16/+69
2020-12-08btrfs: introduce btrfs_write_check()Goldwyn Rodrigues1-74/+77
2020-12-08btrfs: check FS error state bit early during writeGoldwyn Rodrigues1-12/+8
2020-12-08btrfs: move pos increment and pagecache extension to btrfs_buffered_writeGoldwyn Rodrigues1-8/+5
2020-12-08btrfs: split btrfs_direct_IO to read and writeGoldwyn Rodrigues3-99/+94
2020-12-08btrfs: sysfs: add per-fs attribute for read policyAnand Jain1-0/+49
2020-12-08btrfs: create read policy frameworkAnand Jain2-1/+26
2020-12-08btrfs: add helper for string match ignoring leading/trailing whitespaceAnand Jain1-0/+19
2020-12-08btrfs: do not start and wait for delalloc on snapshot roots on transaction co...Filipe Manana1-43/+6
2020-12-08btrfs: switch extent buffer tree lock to rw_semaphoreJosef Bacik5-351/+70
2020-12-08btrfs: open code insert_orphan_itemNikolay Borisov1-13/+3
2020-12-08btrfs: introduce mount option rescue=allJosef Bacik2-0/+12
2020-12-08btrfs: introduce mount option rescue=ignoredatacsumsJosef Bacik4-10/+25
2020-12-08btrfs: introduce mount option rescue=ignorebadrootsJosef Bacik10-28/+130
2020-12-08btrfs: show rescue=usebackuproot in /proc/mountsJosef Bacik2-6/+2
2020-12-08btrfs: add a helper to print out rescue= optionsJosef Bacik1-1/+8
2020-12-08btrfs: sysfs: export supported rescue= mount optionsJosef Bacik1-0/+22
2020-12-08btrfs: push the NODATASUM check into btrfs_lookup_bio_sumsJosef Bacik3-12/+17
2020-12-08btrfs: unify the ro checking for mount optionsJosef Bacik1-7/+16