summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* kasan: add kasan mode messages when kasan initKuan-Ying Lee2021-11-113-3/+15
* mm: unexport {,un}lock_page_memcgChristoph Hellwig2021-11-111-2/+0
* mm: unexport folio_memcg_{,un}lockChristoph Hellwig2021-11-111-2/+0
* mm/migrate.c: remove MIGRATE_PFN_LOCKEDAlistair Popple2021-11-117-128/+35
* mm: migrate: simplify the file-backed pages validation when migrating its map...Baolin Wang2021-11-111-6/+0
* mm: allow only SLUB on PREEMPT_RTIngo Molnar2021-11-111-0/+2
* mm/page_owner.c: modify the type of argument "order" in some functionsYixuan Cao2021-11-112-9/+9
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2021-11-118-250/+300
|\
| * ext4: fix error code saved on super block during file system abortGabriel Krisman Bertazi2021-11-041-1/+1
| * ext4: inline data inode fast commit replay fixesHarshad Shirwadkar2021-11-042-1/+9
| * ext4: commit inline data during fast commitHarshad Shirwadkar2021-11-041-1/+3
| * ext4: scope ret locally in ext4_try_to_trim_range()Lukas Bulwahn2021-11-041-3/+2
| * ext4: remove an unused variable warning with CONFIG_QUOTA=nAustin Kim2021-11-041-1/+3
| * ext4: fix boolreturn.cocci warnings in fs/ext4/name.cJing Yangyang2021-11-041-1/+1
| * ext4: prevent getting empty inode bufferZhang Yi2021-11-041-10/+14
| * ext4: move ext4_fill_raw_inode() related functionsZhang Yi2021-11-041-146/+147
| * ext4: factor out ext4_fill_raw_inode()Zhang Yi2021-11-041-38/+47
| * ext4: prevent partial update of the extent blocksZhang Yi2021-11-041-3/+16
| * ext4: check for inconsistent extents between index and leaf blockZhang Yi2021-11-041-23/+36
| * ext4: check for out-of-order index extents in ext4_valid_extent_entries()Zhang Yi2021-11-041-5/+12
| * ext4: convert from atomic_t to refcount_t on ext4_io_end->countXiyu Yang2021-11-042-5/+6
| * ext4: refresh the ext4_ext_path struct after dropping i_data_sem.yangerkun2021-11-041-1/+13
| * ext4: ensure enough credits in ext4_ext_shift_path_extentsyangerkun2021-11-041-34/+15
| * ext4: correct the left/middle/right debug message for binsearchyangerkun2021-11-041-6/+8
| * ext4: fix lazy initialization next schedule time computation in more granular...Shaoying Xu2021-11-041-5/+4
| * Revert "ext4: enforce buffer head state assertion in ext4_da_map_blocks"Eric Whitney2021-11-041-9/+6
* | Merge tag 'for-5.16-deadlock-fix-tag' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-11-111-16/+123
|\ \
| * | btrfs: fix deadlock due to page faults during direct IO reads and writesFilipe Manana2021-11-091-16/+123
* | | Merge tag 'nfsd-5.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2021-11-1143-1050/+1155
|\ \ \
| * | | nfsd4: remove obselete commentJ. Bruce Fields2021-11-011-3/+0
| * | | nfsd: document server-to-server-copy parametersJ. Bruce Fields2021-11-011-0/+14
| * | | NFSD:fix boolreturn.cocci warningChangcheng Deng2021-10-191-1/+1
| * | | nfsd: update create verifier commentJ. Bruce Fields2021-10-151-1/+2
| * | | SUNRPC: Change return value type of .pc_encodeChuck Lever2021-10-1316-183/+183
| * | | SUNRPC: Replace the "__be32 *p" parameter to .pc_encodeChuck Lever2021-10-1317-112/+85
| * | | NFSD: Save location of NFSv4 COMPOUND statusChuck Lever2021-10-133-4/+10
| * | | SUNRPC: Change return value type of .pc_decodeChuck Lever2021-10-1315-273/+274
| * | | SUNRPC: Replace the "__be32 *p" parameter to .pc_decodeChuck Lever2021-10-1316-149/+112
| * | | SUNRPC: De-duplicate .pc_release() call sitesChuck Lever2021-10-121-15/+7
| * | | SUNRPC: Simplify the SVC dispatch code pathChuck Lever2021-10-122-53/+3
| * | | SUNRPC: Capture value of xdr_buf::page_baseChuck Lever2021-10-041-6/+14
| * | | SUNRPC: Add trace event when alloc_pages_bulk() makes no progressChuck Lever2021-10-042-0/+19
| * | | svcrdma: Split svcrmda_wc_{read,write} tracepointsChuck Lever2021-10-042-6/+62
| * | | svcrdma: Split the svcrdma_wc_send() tracepointChuck Lever2021-10-042-4/+82
| * | | svcrdma: Split the svcrdma_wc_receive() tracepointChuck Lever2021-10-042-3/+81
| * | | NFSD: Have legacy NFSD WRITE decoders use xdr_stream_subsegment()Chuck Lever2021-10-029-33/+15
| * | | SUNRPC: xdr_stream_subsegment() must handle non-zero page_basesChuck Lever2021-10-021-15/+17
| * | | NFSD: Initialize pointer ni with NULL and not plain integer 0Colin Ian King2021-10-022-2/+2
| * | | NFSD: simplify struct nfsfhNeilBrown2021-10-0211-60/+35
| * | | NFSD: drop support for ancient filehandlesNeilBrown2021-10-022-140/+54