summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_mount.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-06-29mm/khugepaged: fix regression in collapse_file()Hugh Dickins1-4/+3
2023-06-29modules: catch concurrent module loads, treat them as idempotentLinus Torvalds1-2/+71
2023-06-29module: split up 'finit_module()' into init_module_from_file() helperLinus Torvalds1-15/+27
2023-06-28x86/mem_encrypt: Remove stale mem_encrypt_init() declarationLinus Torvalds1-1/+0
2023-06-28mm: fix __access_remote_vm() GUP failure caseLinus Torvalds1-0/+1
2023-06-28Revert "nios2: Convert __pte_free_tlb() to use ptdescs"Dinh Nguyen1-4/+4
2023-06-27net: scm: introduce and use scm_recv_unix helperAlexander Mikhalitsyn2-12/+27
2023-06-27af_unix: Skip SCM_PIDFD if scm->pid is NULL.Kuniyuki Iwashima1-1/+3
2023-06-27net: lan743x: Simplify comparisonMoritz Fischer1-1/+1
2023-06-27gup: add warning if some caller would seem to want stack expansionLinus Torvalds1-2/+10
2023-06-27mm: always expand the stack with the mmap write lock heldLinus Torvalds17-116/+169
2023-06-27netlink: Add __sock_i_ino() for __netlink_diag_dump().Kuniyuki Iwashima3-4/+16
2023-06-27net: dsa: avoid suspicious RCU usage for synced VLAN-aware MAC addressesVladimir Oltean5-31/+74
2023-06-27Revert "af_unix: Call scm_recv() only after scm_set_cred()."Kuniyuki Iwashima1-1/+1
2023-06-27phylink: ReST-ify the phylink_pcs_neg_mode() kdocJakub Kicinski1-4/+6
2023-06-27libceph: Partially revert changes to support MSG_SPLICE_PAGESDavid Howells2-39/+107
2023-06-27net: phy: mscc: fix packet loss due to RGMII delaysVladimir Oltean1-2/+2
2023-06-27net: mana: use vmalloc_array and vcallocJulia Lawall1-1/+1
2023-06-27net: enetc: use vmalloc_array and vcallocJulia Lawall1-2/+2
2023-06-27ionic: use vmalloc_array and vcallocJulia Lawall1-2/+2
2023-06-27pds_core: use vmalloc_array and vcallocJulia Lawall1-2/+2
2023-06-27gve: use vmalloc_array and vcallocJulia Lawall1-1/+1
2023-06-27octeon_ep: use vmalloc_array and vcallocJulia Lawall1-1/+1
2023-06-27net: usb: qmi_wwan: add u-blox 0x1312 compositionDavide Tronchin1-0/+1
2023-06-27perf trace: fix MSG_SPLICE_PAGES build errorMatthieu Baerts1-0/+3
2023-06-27ipvlan: Fix return value of ipvlan_queue_xmit()Cambda Zhu1-3/+6
2023-06-27ext4: avoid updating the superblock on a r/o mount if not neededTheodore Ts'o1-2/+10
2023-06-27jbd2: skip reading super block if it has been verifiedZhang Yi1-4/+3
2023-06-27ext4: fix to check return value of freeze_bdev() in ext4_shutdown()Chao Yu1-1/+4
2023-06-27ext4: refactoring to use the unified helper ext4_quotas_off()Baokun Li1-19/+7
2023-06-27ext4: turn quotas off if mount failed after enabling quotasBaokun Li1-2/+4
2023-06-27ext4: update doc about journal superblock descriptionZhang Yi1-1/+6
2023-06-27ext4: add journal cycled recording supportZhang Yi1-0/+5
2023-06-27jbd2: continue to record log between each mountZhang Yi3-9/+40
2023-06-27jbd2: remove j_format_versionZhang Yi2-14/+0
2023-06-27jbd2: factor out journal initialization from journal_get_superblock()Zhang Yi1-24/+22
2023-06-27jbd2: switch to check format version in superblock directlyZhang Yi2-12/+21
2023-06-27jbd2: remove unused feature macrosZhang Yi1-11/+0
2023-06-27ext4: ext4_put_super: Remove redundant checking for 'sbi->s_journal_bdev'Zhihao Cheng1-1/+1
2023-06-27ext4: Fix reusing stale buffer heads from last failed mountingZhihao Cheng1-6/+7
2023-06-27ext4: allow concurrent unaligned dio overwritesBrian Foster1-40/+46
2023-06-27ext4: clean up mballoc criteria commentsTheodore Ts'o2-30/+34
2023-06-27ext4: make ext4_zeroout_es() return voidBaokun Li1-7/+5
2023-06-27ext4: make ext4_es_insert_extent() return voidBaokun Li4-28/+18
2023-06-27ext4: make ext4_es_insert_delayed_block() return voidBaokun Li3-20/+11
2023-06-27ext4: make ext4_es_remove_extent() return voidBaokun Li5-52/+18
2023-06-27ext4: using nofail preallocation in ext4_es_insert_extent()Baokun Li1-12/+26
2023-06-27ext4: using nofail preallocation in ext4_es_insert_delayed_block()Baokun Li1-11/+22
2023-06-27ext4: using nofail preallocation in ext4_es_remove_extent()Baokun Li1-2/+11
2023-06-27ext4: use pre-allocated es in __es_remove_extent()Baokun Li1-13/+13