aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2020-12-08btrfs: remove unnecessary local variables for checksum sizeGravatar David Sterba 4-10/+5
2020-12-08btrfs: switch cached fs_info::csum_size from u16 to u32Gravatar David Sterba 9-20/+18
2020-12-08btrfs: use cached value of fs_info::csum_size everywhereGravatar David Sterba 11-24/+23
2020-12-08btrfs: precalculate checksums per leaf onceGravatar David Sterba 3-20/+13
2020-12-08btrfs: store precalculated csum_size in fs_infoGravatar David Sterba 2-0/+2
2020-12-08btrfs: replace s_blocksize_bits with fs_info::sectorsize_bitsGravatar David Sterba 7-30/+25
2020-12-08btrfs: replace div_u64 by shift in free_space_bitmap_sizeGravatar David Sterba 1-10/+8
2020-12-08btrfs: use precalculated sectorsize_bits from fs_infoGravatar David Sterba 8-13/+17
2020-12-08btrfs: rename page_size to io_size in submit_extent_pageGravatar Qu Wenruo 1-6/+6
2020-12-08btrfs: only require sector size alignment for page readGravatar Qu Wenruo 1-18/+20
2020-12-08btrfs: rename pages_locked in process_pages_contig()Gravatar Qu Wenruo 1-4/+4
2020-12-08btrfs: sink parameter start and len to check_data_csumGravatar Qu Wenruo 1-8/+18
2020-12-08btrfs: replace fs_info and private_data with inode in btrfs_wq_submit_bioGravatar Qu Wenruo 4-28/+24
2020-12-08btrfs: sink the failed_start parameter to set_extent_bitGravatar Qu Wenruo 3-16/+15
2020-12-08btrfs: update the comment for find_first_extent_bitGravatar Qu Wenruo 1-4/+5
2020-12-08btrfs: fix the comment on lock_extent_buffer_for_ioGravatar Qu Wenruo 1-4/+7
2020-12-08btrfs: remove unnecessary casts in printkGravatar David Sterba 3-6/+3
2020-12-08btrfs: add set/get accessors for root_item::drop_levelGravatar David Sterba 6-12/+13
2020-12-08btrfs: use root_item helpers for limit and flags in btrfs_create_treeGravatar David Sterba 1-2/+2
2020-12-08btrfs: check-integrity: use proper helper to access btrfs_headerGravatar David Sterba 1-1/+1
2020-12-08btrfs: send: use helpers to access root_item::ctransidGravatar David Sterba 1-3/+3
2020-12-08btrfs: generate lockdep keyset names at compile timeGravatar David Sterba 3-32/+29
2020-12-08btrfs: use the right number of levels for lockdep keysetsGravatar David Sterba 1-2/+2
2020-12-08btrfs: remove dio iomap DSYNC workaroundGravatar Goldwyn Rodrigues 4-88/+2
2020-12-08btrfs: call iomap_dio_complete() without inode_lockGravatar Goldwyn Rodrigues 1-13/+11
2020-12-08btrfs: remove btrfs_inode::dio_semGravatar Goldwyn Rodrigues 3-24/+0
2020-12-08btrfs: use shared lock for direct writes within EOFGravatar Goldwyn Rodrigues 1-11/+16
2020-12-08btrfs: push inode locking and unlocking into buffered/direct writeGravatar Goldwyn Rodrigues 1-33/+57
2020-12-08btrfs: introduce btrfs_inode_lock()/unlock()Gravatar Goldwyn Rodrigues 3-16/+69
2020-12-08btrfs: introduce btrfs_write_check()Gravatar Goldwyn Rodrigues 1-74/+77
2020-12-08btrfs: check FS error state bit early during writeGravatar Goldwyn Rodrigues 1-12/+8
2020-12-08btrfs: move pos increment and pagecache extension to btrfs_buffered_writeGravatar Goldwyn Rodrigues 1-8/+5
2020-12-08btrfs: split btrfs_direct_IO to read and writeGravatar Goldwyn Rodrigues 3-99/+94
2020-12-08btrfs: sysfs: add per-fs attribute for read policyGravatar Anand Jain 1-0/+49
2020-12-08btrfs: create read policy frameworkGravatar Anand Jain 2-1/+26
2020-12-08btrfs: add helper for string match ignoring leading/trailing whitespaceGravatar Anand Jain 1-0/+19
2020-12-08btrfs: do not start and wait for delalloc on snapshot roots on transaction co...Gravatar Filipe Manana 1-43/+6
2020-12-08btrfs: switch extent buffer tree lock to rw_semaphoreGravatar Josef Bacik 5-351/+70
2020-12-08btrfs: open code insert_orphan_itemGravatar Nikolay Borisov 1-13/+3
2020-12-08btrfs: introduce mount option rescue=allGravatar Josef Bacik 2-0/+12
2020-12-08btrfs: introduce mount option rescue=ignoredatacsumsGravatar Josef Bacik 4-10/+25
2020-12-08btrfs: introduce mount option rescue=ignorebadrootsGravatar Josef Bacik 10-28/+130
2020-12-08btrfs: show rescue=usebackuproot in /proc/mountsGravatar Josef Bacik 2-6/+2
2020-12-08btrfs: add a helper to print out rescue= optionsGravatar Josef Bacik 1-1/+8
2020-12-08btrfs: sysfs: export supported rescue= mount optionsGravatar Josef Bacik 1-0/+22
2020-12-08btrfs: push the NODATASUM check into btrfs_lookup_bio_sumsGravatar Josef Bacik 3-12/+17
2020-12-08btrfs: unify the ro checking for mount optionsGravatar Josef Bacik 1-7/+16
2020-12-08btrfs: do not start readahead for csum tree when scrubbing non-data block groupsGravatar Filipe Manana 1-8/+12
2020-12-08btrfs: assert we are holding the reada_lock when releasing a readahead zoneGravatar Filipe Manana 1-0/+2
2020-12-08btrfs: set EXTENT_NORESERVE bits side btrfs_dirty_pages()Gravatar Goldwyn Rodrigues 3-18/+12