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