summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-14dm: don't indent labelsHeinz Mauelshagen
2023-02-14dm: avoid inline filenamesHeinz Mauelshagen
2023-02-14dm: add missing blank line after declarations/fix thoseHeinz Mauelshagen
2023-02-14dm: avoid useless 'else' after 'break' or return'Heinz Mauelshagen
2023-02-14dm: favour __packed versus "__attribute__ ((packed))"Heinz Mauelshagen
2023-02-14dm: favour __aligned(N) versus "__attribute__ (aligned(N))"Heinz Mauelshagen
2023-02-14dm: avoid using symbolic permissionsHeinz Mauelshagen
2023-02-14dm: prefer '"%s...", __func__'Heinz Mauelshagen
2023-02-14dm: adjust EXPORT_SYMBOL() to follow functions immediatelyHeinz Mauelshagen
2023-02-14dm: avoid split of quoted strings where possibleHeinz Mauelshagen
2023-02-14dm: remove unnecessary braces from single statement blocksHeinz Mauelshagen
2023-02-14dm: add missing empty linesHeinz Mauelshagen
2023-02-14dm: add argument identifier namesHeinz Mauelshagen
2023-02-14dm: avoid spaces before function arguments or in favour of tabsHeinz Mauelshagen
2023-02-14dm block-manager: avoid not required parenthesesHeinz Mauelshagen
2023-02-14dm crypt: correct 'foo*' to 'foo *'Heinz Mauelshagen
2023-02-14dm: fix trailing statementsHeinz Mauelshagen
2023-02-14dm: fix undue/missing spacesHeinz Mauelshagen
2023-02-14dm: correct block comments format.Heinz Mauelshagen
2023-02-14dm: address indent/space issuesHeinz Mauelshagen
2023-02-14dm: address space issues relative to switch/while/for/...Heinz Mauelshagen
2023-02-14dm: avoid initializing static variablesHeinz Mauelshagen
2023-02-14dm: enclose complex macros into parentheses where possibleHeinz Mauelshagen
2023-02-14dm: avoid assignment in if conditionsHeinz Mauelshagen
2023-02-14dm: change "unsigned" to "unsigned int"Heinz Mauelshagen
2023-02-14dm: use fsleep() instead of msleep() for deterministic sleep durationHeinz Mauelshagen
2023-02-14dm: prefer kmap_local_page() instead of deprecated kmap_atomic()Heinz Mauelshagen
2023-02-14dm: add missing SPDX-License-IndentifiersHeinz Mauelshagen
2023-02-14NFS: Remove unnecessary check in nfs_read_folio()Trond Myklebust
2023-02-14NFS: Improve tracing of nfs_wb_folio()Trond Myklebust
2023-02-14NFS: Enable tracing of nfs_invalidate_folio() and nfs_launder_folio()Trond Myklebust
2023-02-14NFS: fix up nfs_release_folio() to try to release the pageTrond Myklebust
2023-02-14NFS: Clean up O_DIRECT request allocationTrond Myklebust
2023-02-14NFS: Fix up nfs_vm_page_mkwrite() for foliosTrond Myklebust
2023-02-14NFS: Convert nfs_write_begin/end to use foliosTrond Myklebust
2023-02-14NFS: Remove unused function nfs_wb_page()Trond Myklebust
2023-02-14NFS: Convert buffered writes to use foliosTrond Myklebust
2023-02-14NFS: Convert the function nfs_wb_page() to use foliosTrond Myklebust
2023-02-14NFS: Convert buffered reads to use foliosTrond Myklebust
2023-02-14NFS: Add a helper nfs_wb_folio()Trond Myklebust
2023-02-14NFS: Convert the remaining pagelist helper functions to support foliosTrond Myklebust
2023-02-14NFS: Add a helper to convert a struct nfs_page into an inodeTrond Myklebust
2023-02-14NFS: Fix nfs_coalesce_size() to work with foliosTrond Myklebust
2023-02-14NFS: Support folios in nfs_generic_pgio()Trond Myklebust
2023-02-14NFS: Add basic functionality for tracking folios in struct nfs_pageTrond Myklebust
2023-02-14NFS: Fix for xfstests generic/208Trond Myklebust
2023-02-14dm: send just one event on resize, not twoMikulas Patocka
2023-02-14wifi: mac80211: fix off-by-one link settingJohannes Berg
2023-02-14f2fs: synchronize atomic write abortsDaeho Jeong
2023-02-14f2fs: fix wrong segment countJaegeuk Kim