summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
...
| * | btrfs: lift read-write mount setup from mount and remountBoris Burkov2020-12-093-70/+57
| * | btrfs: do not block inode logging for so long during transaction commitFilipe Manana2020-12-092-18/+40
| * | btrfs: fix race leading to unnecessary transaction commit when logging inodeFilipe Manana2020-12-091-10/+0
| * | btrfs: fix race that makes inode logging fallback to transaction commitFilipe Manana2020-12-091-12/+8
| * | btrfs: fix race that causes unnecessary logging of ancestor inodesFilipe Manana2020-12-091-4/+2
| * | btrfs: fix race that results in logging old extents during a fast fsyncFilipe Manana2020-12-091-3/+1
| * | btrfs: fix race causing unnecessary inode logging during link and renameFilipe Manana2020-12-091-3/+2
| * | btrfs: remove recalc_thresholds from free space opsDavid Sterba2020-12-093-46/+42
| * | btrfs: always set NODATASUM/NODATACOW in __create_free_space_inodeNikolay Borisov2020-12-091-5/+3
| * | btrfs: remove crc_check logic from free spaceNikolay Borisov2020-12-092-33/+5
| * | btrfs: remove inode number cache featureNikolay Borisov2020-12-0913-809/+6
| * | btrfs: replace calls to btrfs_find_free_ino with btrfs_find_free_objectidNikolay Borisov2020-12-091-6/+6
| * | btrfs: move btrfs_find_highest_objectid/btrfs_find_free_objectid to disk-io.cNikolay Borisov2020-12-094-58/+57
| * | btrfs: drop casts of bio bi_sectorDavid Sterba2020-12-097-18/+16
| * | btrfs: implement log-structured superblock for ZONED modeNaohiro Aota2020-12-096-12/+429
| * | btrfs: disallow mixed-bg in ZONED modeNaohiro Aota2020-12-091-0/+6
| * | btrfs: disable fallocate in ZONED modeNaohiro Aota2020-12-091-0/+4
| * | btrfs: disallow NODATACOW in ZONED modeNaohiro Aota2020-12-092-0/+18
| * | btrfs: disallow space_cache in ZONED modeNaohiro Aota2020-12-093-2/+34
| * | btrfs: introduce max_zone_append_sizeNaohiro Aota2020-12-093-2/+19
| * | btrfs: check and enable ZONED modeNaohiro Aota2020-12-097-0/+143
| * | btrfs: get zone information of zoned block devicesNaohiro Aota2020-12-097-3/+287
| * | btrfs: introduce ZONED feature flagNaohiro Aota2020-12-081-0/+7
| * | btrfs: return bool from btrfs_should_end_transactionNikolay Borisov2020-12-082-3/+3
| * | btrfs: return bool from should_end_transactionNikolay Borisov2020-12-081-2/+2
| * | btrfs: remove err variable from do_relocationNikolay Borisov2020-12-081-21/+12
| * | btrfs: eliminate err variable from merge_reloc_rootNikolay Borisov2020-12-081-17/+7
| * | btrfs: remove err variable from btrfs_delete_subvolumeNikolay Borisov2020-12-081-14/+7
| * | btrfs: unlock path before checking if extent is shared during nocow writebackFilipe Manana2020-12-081-2/+11
| * | btrfs: tree-checker: annotate all error branches as unlikelyDavid Sterba2020-12-081-160/+173
| * | btrfs: remove stub device info from messages when we have no fs_infoDavid Sterba2020-12-081-3/+7
| * | btrfs: use detach_page_private() in alloc_extent_buffer()Qu Wenruo2020-12-081-6/+1
| * | btrfs: use nodesize to determine if we need readahead in btrfs_lookup_bio_sumsQu Wenruo2020-12-081-1/+5
| * | btrfs: only clear EXTENT_LOCK bit in extent_invalidatepageQu Wenruo2020-12-081-2/+10
| * | btrfs: remove unused parameter phy_offset from btrfs_validate_metadata_bufferQu Wenruo2020-12-083-3/+3
| * | btrfs: scrub: remove the anonymous structure from scrub_pageQu Wenruo2020-12-081-5/+3
| * | btrfs: use fixed width int type for extent_state::stateQu Wenruo2020-12-083-46/+42
| * | btrfs: introduce helper to handle page status update in end_bio_extent_readpa...Qu Wenruo2020-12-081-5/+13
| * | btrfs: add structure to keep track of extent range in end_bio_extent_readpageQu Wenruo2020-12-081-34/+73
| * | btrfs: tests: remove invalid extent-io testQu Wenruo2020-12-081-15/+11
| * | btrfs: sysfs: remove unneeded semicolonTom Rix2020-12-081-1/+1
| * | btrfs: simplify return values in setup_nodes_for_searchNikolay Borisov2020-12-081-22/+8
| * | btrfs: remove useless return value statement in split_nodeNikolay Borisov2020-12-081-2/+1
| * | btrfs: remove unnecessary attempt to drop extent maps after adding inline extentFilipe Manana2020-12-081-1/+0
| * | btrfs: stop incrementing log batch when joining log transactionFilipe Manana2020-12-081-1/+0
| * | btrfs: skip unnecessary searches for xattrs when logging an inodeFilipe Manana2020-12-083-1/+18
| * | btrfs: merge __set_extent_bit and set_extent_bitNikolay Borisov2020-12-083-34/+29
| * | btrfs: make btrfs_update_inode_fallback take btrfs_inodeNikolay Borisov2020-12-083-10/+9
| * | btrfs: make btrfs_cont_expand take btrfs_inodeNikolay Borisov2020-12-084-22/+21
| * | btrfs: make btrfs_truncate_block take btrfs_inodeNikolay Borisov2020-12-083-36/+37