aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-02-14dm: don't indent labelsHeinz Mauelshagen4-4/+4
2023-02-14dm: avoid inline filenamesHeinz Mauelshagen3-5/+2
2023-02-14dm: add missing blank line after declarations/fix thoseHeinz Mauelshagen5-6/+11
2023-02-14dm: avoid useless 'else' after 'break' or return'Heinz Mauelshagen6-38/+38
2023-02-14dm: favour __packed versus "__attribute__ ((packed))"Heinz Mauelshagen2-6/+6
2023-02-14dm: favour __aligned(N) versus "__attribute__ (aligned(N))"Heinz Mauelshagen3-7/+7
2023-02-14dm: avoid using symbolic permissionsHeinz Mauelshagen9-23/+22
2023-02-14dm: prefer '"%s...", __func__'Heinz Mauelshagen10-39/+39
2023-02-14dm: adjust EXPORT_SYMBOL() to follow functions immediatelyHeinz Mauelshagen4-7/+3
2023-02-14dm: avoid split of quoted strings where possibleHeinz Mauelshagen12-67/+37
2023-02-14dm: remove unnecessary braces from single statement blocksHeinz Mauelshagen7-56/+37
2023-02-14dm: add missing empty linesHeinz Mauelshagen33-27/+240
2023-02-14dm: add argument identifier namesHeinz Mauelshagen5-12/+12
2023-02-14dm: avoid spaces before function arguments or in favour of tabsHeinz Mauelshagen14-87/+84
2023-02-14dm block-manager: avoid not required parenthesesHeinz Mauelshagen1-1/+1
2023-02-14dm crypt: correct 'foo*' to 'foo *'Heinz Mauelshagen1-9/+9
2023-02-14dm: fix trailing statementsHeinz Mauelshagen8-61/+66
2023-02-14dm: fix undue/missing spacesHeinz Mauelshagen8-13/+12
2023-02-14dm: correct block comments format.Heinz Mauelshagen26-177/+315
2023-02-14dm: address indent/space issuesHeinz Mauelshagen12-25/+24
2023-02-14dm: address space issues relative to switch/while/for/...Heinz Mauelshagen7-12/+12
2023-02-14dm: avoid initializing static variablesHeinz Mauelshagen4-5/+5
2023-02-14dm: enclose complex macros into parentheses where possibleHeinz Mauelshagen2-4/+5
2023-02-14dm: avoid assignment in if conditionsHeinz Mauelshagen4-9/+17
2023-02-14dm: change "unsigned" to "unsigned int"Heinz Mauelshagen82-1016/+1016
2023-02-14dm: use fsleep() instead of msleep() for deterministic sleep durationHeinz Mauelshagen4-10/+10
2023-02-14dm: prefer kmap_local_page() instead of deprecated kmap_atomic()Heinz Mauelshagen2-18/+18
2023-02-14dm: add missing SPDX-License-IndentifiersHeinz Mauelshagen100-14/+101
2023-02-14NFS: Remove unnecessary check in nfs_read_folio()Trond Myklebust1-7/+1
2023-02-14NFS: Improve tracing of nfs_wb_folio()Trond Myklebust2-4/+5
2023-02-14NFS: Enable tracing of nfs_invalidate_folio() and nfs_launder_folio()Trond Myklebust2-8/+42
2023-02-14NFS: fix up nfs_release_folio() to try to release the pageTrond Myklebust1-2/+7
2023-02-14NFS: Clean up O_DIRECT request allocationTrond Myklebust3-18/+18
2023-02-14NFS: Fix up nfs_vm_page_mkwrite() for foliosTrond Myklebust1-11/+10
2023-02-14NFS: Convert nfs_write_begin/end to use foliosTrond Myklebust1-34/+41
2023-02-14NFS: Remove unused function nfs_wb_page()Trond Myklebust2-6/+0
2023-02-14NFS: Convert buffered writes to use foliosTrond Myklebust6-200/+210
2023-02-14NFS: Convert the function nfs_wb_page() to use foliosTrond Myklebust1-19/+16
2023-02-14NFS: Convert buffered reads to use foliosTrond Myklebust5-50/+100
2023-02-14NFS: Add a helper nfs_wb_folio()Trond Myklebust3-1/+15
2023-02-14NFS: Convert the remaining pagelist helper functions to support foliosTrond Myklebust1-22/+50
2023-02-14NFS: Add a helper to convert a struct nfs_page into an inodeTrond Myklebust3-5/+17
2023-02-14NFS: Fix nfs_coalesce_size() to work with foliosTrond Myklebust2-9/+34
2023-02-14NFS: Support folios in nfs_generic_pgio()Trond Myklebust2-15/+60
2023-02-14NFS: Add basic functionality for tracking folios in struct nfs_pageTrond Myklebust2-3/+40
2023-02-14NFS: Fix for xfstests generic/208Trond Myklebust1-0/+3
2023-02-14dm: send just one event on resize, not twoMikulas Patocka3-18/+24
2023-02-14wifi: mac80211: fix off-by-one link settingJohannes Berg1-1/+1
2023-02-14f2fs: synchronize atomic write abortsDaeho Jeong4-22/+38
2023-02-14f2fs: fix wrong segment countJaegeuk Kim1-4/+5