aboutsummaryrefslogtreecommitdiffstats
path: root/.cocciconfig (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-08btrfs: fix extent buffer leak on failure to copy rootFilipe Manana1-0/+2
2021-02-08btrfs: explain page locking and readahead in read_extent_buffer_pages()Qu Wenruo1-0/+7
2021-02-08btrfs: allow read-only mount of 4K sector size fs on 64K page systemQu Wenruo2-3/+29
2021-02-08btrfs: integrate page status update for data read path into begin/end_page_readQu Wenruo3-23/+80
2021-02-08btrfs: introduce btrfs_subpage for data inodesQu Wenruo9-33/+103
2021-02-08btrfs: introduce subpage metadata validation checkQu Wenruo1-0/+57
2021-02-08btrfs: support subpage in endio_readpage_update_page_status()Qu Wenruo1-6/+15
2021-02-08btrfs: introduce read_extent_buffer_subpage()Qu Wenruo1-0/+70
2021-02-08btrfs: support subpage in try_release_extent_buffer()Qu Wenruo1-2/+104
2021-02-08btrfs: support subpage in btrfs_clone_extent_bufferQu Wenruo1-2/+1
2021-02-08btrfs: support subpage in set/clear_extent_buffer_uptodate()Qu Wenruo1-4/+7
2021-02-08btrfs: introduce helpers for subpage error statusQu Wenruo2-0/+31
2021-02-08btrfs: introduce helpers for subpage uptodate statusQu Wenruo2-0/+140
2021-02-08btrfs: attach private to dummy extent buffer pagesQu Wenruo1-1/+8
2021-02-08btrfs: support subpage for extent buffer page releaseQu Wenruo3-16/+133
2021-02-08btrfs: make grab_extent_buffer_from_page() handle subpage caseQu Wenruo1-2/+11
2021-02-08btrfs: make attach_extent_buffer_page() handle subpage caseQu Wenruo3-13/+96
2021-02-08btrfs: introduce the skeleton of btrfs_subpage structureQu Wenruo4-2/+78
2021-02-08btrfs: set UNMAPPED bit early in btrfs_clone_extent_buffer() for subpage supportQu Wenruo1-2/+7
2021-02-08btrfs: merge PAGE_CLEAR_DIRTY and PAGE_SET_WRITEBACK to PAGE_START_WRITEBACKQu Wenruo3-26/+18
2021-02-08btrfs: make concurrent fsyncs wait less when waiting for a transaction commitFilipe Manana3-8/+34
2021-02-08btrfs: remove unnecessary check_parent_dirs_for_sync()Filipe Manana1-106/+15
2021-02-08btrfs: skip logging inodes already logged when logging new entriesFilipe Manana1-1/+1
2021-02-08btrfs: skip logging directories already logged when logging all parentsFilipe Manana1-0/+5
2021-02-08btrfs: avoid logging new ancestor inodes when logging new inodeFilipe Manana1-2/+33
2021-02-08btrfs: stop setting nbytes when filling inode item for loggingFilipe Manana1-1/+8
2021-02-08btrfs: remove unnecessary directory inode item update when deleting dir entryFilipe Manana1-35/+4
2021-02-08btrfs: let callers of btrfs_get_io_geometry pass the emMichal Rostecki3-38/+51
2021-02-08btrfs: fix double accounting of ordered extent for subpage case in btrfs_invalidapgeQu Wenruo1-1/+2
2021-02-08btrfs: simplify condition in __btrfs_run_delayed_itemsAbaci Team1-1/+1
2021-02-08btrfs: remove wrong comment for can_nocow_extent()Filipe Manana1-3/+0
2021-02-08btrfs: add a trace class for dumping the current ENOSPC stateJosef Bacik2-0/+63
2021-02-08btrfs: adjust the flush trace point to include the sourceJosef Bacik2-12/+15
2021-02-08btrfs: implement space clamping for preemptive flushingJosef Bacik2-2/+55
2021-02-08btrfs: simplify the logic in need_preemptive_flushingJosef Bacik1-25/+48
2021-02-08btrfs: rework btrfs_calc_reclaim_metadata_sizeJosef Bacik1-24/+20
2021-02-08btrfs: check reclaim_size in need_preemptive_reclaimJosef Bacik1-0/+7
2021-02-08btrfs: rename need_do_async_reclaimJosef Bacik1-7/+7
2021-02-08btrfs: improve preemptive background space flushingJosef Bacik3-2/+100
2021-02-08btrfs: introduce a FORCE_COMMIT_TRANS flush operationJosef Bacik3-1/+17
2021-02-08btrfs: track ordered bytes instead of just dio ordered bytesJosef Bacik4-23/+18
2021-02-08btrfs: add a trace point for reserve ticketsJosef Bacik2-1/+40
2021-02-08btrfs: make flush_space take a enum btrfs_flush_state instead of intJosef Bacik1-3/+3
2021-02-08btrfs: send: use struct send_ctx *sctx for btrfs_compare_trees and changed_cbRoman Anasal1-8/+7
2021-02-08btrfs: run delayed refs less often in commit_cowonly_rootsJosef Bacik1-11/+12
2021-02-08btrfs: stop running all delayed refs during snapshotJosef Bacik1-6/+0
2021-02-08btrfs: remove bogus BUG_ON in alloc_reserved_tree_blockJosef Bacik1-1/+0
2021-02-08btrfs: move delayed ref flushing for qgroup into qgroup helperJosef Bacik1-6/+17
2021-02-08btrfs: only run delayed refs once before committingJosef Bacik1-6/+0
2021-02-08btrfs: delayed refs pre-flushing should only run the heads we haveJosef Bacik1-1/+1