index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_mount.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-06-29
mm/khugepaged: fix regression in collapse_file()
Hugh Dickins
1
-4
/
+3
2023-06-29
modules: catch concurrent module loads, treat them as idempotent
Linus Torvalds
1
-2
/
+71
2023-06-29
module: split up 'finit_module()' into init_module_from_file() helper
Linus Torvalds
1
-15
/
+27
2023-06-28
x86/mem_encrypt: Remove stale mem_encrypt_init() declaration
Linus Torvalds
1
-1
/
+0
2023-06-28
mm: fix __access_remote_vm() GUP failure case
Linus Torvalds
1
-0
/
+1
2023-06-28
Revert "nios2: Convert __pte_free_tlb() to use ptdescs"
Dinh Nguyen
1
-4
/
+4
2023-06-27
net: scm: introduce and use scm_recv_unix helper
Alexander Mikhalitsyn
2
-12
/
+27
2023-06-27
af_unix: Skip SCM_PIDFD if scm->pid is NULL.
Kuniyuki Iwashima
1
-1
/
+3
2023-06-27
net: lan743x: Simplify comparison
Moritz Fischer
1
-1
/
+1
2023-06-27
gup: add warning if some caller would seem to want stack expansion
Linus Torvalds
1
-2
/
+10
2023-06-27
mm: always expand the stack with the mmap write lock held
Linus Torvalds
17
-116
/
+169
2023-06-27
netlink: Add __sock_i_ino() for __netlink_diag_dump().
Kuniyuki Iwashima
3
-4
/
+16
2023-06-27
net: dsa: avoid suspicious RCU usage for synced VLAN-aware MAC addresses
Vladimir Oltean
5
-31
/
+74
2023-06-27
Revert "af_unix: Call scm_recv() only after scm_set_cred()."
Kuniyuki Iwashima
1
-1
/
+1
2023-06-27
phylink: ReST-ify the phylink_pcs_neg_mode() kdoc
Jakub Kicinski
1
-4
/
+6
2023-06-27
libceph: Partially revert changes to support MSG_SPLICE_PAGES
David Howells
2
-39
/
+107
2023-06-27
net: phy: mscc: fix packet loss due to RGMII delays
Vladimir Oltean
1
-2
/
+2
2023-06-27
net: mana: use vmalloc_array and vcalloc
Julia Lawall
1
-1
/
+1
2023-06-27
net: enetc: use vmalloc_array and vcalloc
Julia Lawall
1
-2
/
+2
2023-06-27
ionic: use vmalloc_array and vcalloc
Julia Lawall
1
-2
/
+2
2023-06-27
pds_core: use vmalloc_array and vcalloc
Julia Lawall
1
-2
/
+2
2023-06-27
gve: use vmalloc_array and vcalloc
Julia Lawall
1
-1
/
+1
2023-06-27
octeon_ep: use vmalloc_array and vcalloc
Julia Lawall
1
-1
/
+1
2023-06-27
net: usb: qmi_wwan: add u-blox 0x1312 composition
Davide Tronchin
1
-0
/
+1
2023-06-27
perf trace: fix MSG_SPLICE_PAGES build error
Matthieu Baerts
1
-0
/
+3
2023-06-27
ipvlan: Fix return value of ipvlan_queue_xmit()
Cambda Zhu
1
-3
/
+6
2023-06-27
ext4: avoid updating the superblock on a r/o mount if not needed
Theodore Ts'o
1
-2
/
+10
2023-06-27
jbd2: skip reading super block if it has been verified
Zhang Yi
1
-4
/
+3
2023-06-27
ext4: fix to check return value of freeze_bdev() in ext4_shutdown()
Chao Yu
1
-1
/
+4
2023-06-27
ext4: refactoring to use the unified helper ext4_quotas_off()
Baokun Li
1
-19
/
+7
2023-06-27
ext4: turn quotas off if mount failed after enabling quotas
Baokun Li
1
-2
/
+4
2023-06-27
ext4: update doc about journal superblock description
Zhang Yi
1
-1
/
+6
2023-06-27
ext4: add journal cycled recording support
Zhang Yi
1
-0
/
+5
2023-06-27
jbd2: continue to record log between each mount
Zhang Yi
3
-9
/
+40
2023-06-27
jbd2: remove j_format_version
Zhang Yi
2
-14
/
+0
2023-06-27
jbd2: factor out journal initialization from journal_get_superblock()
Zhang Yi
1
-24
/
+22
2023-06-27
jbd2: switch to check format version in superblock directly
Zhang Yi
2
-12
/
+21
2023-06-27
jbd2: remove unused feature macros
Zhang Yi
1
-11
/
+0
2023-06-27
ext4: ext4_put_super: Remove redundant checking for 'sbi->s_journal_bdev'
Zhihao Cheng
1
-1
/
+1
2023-06-27
ext4: Fix reusing stale buffer heads from last failed mounting
Zhihao Cheng
1
-6
/
+7
2023-06-27
ext4: allow concurrent unaligned dio overwrites
Brian Foster
1
-40
/
+46
2023-06-27
ext4: clean up mballoc criteria comments
Theodore Ts'o
2
-30
/
+34
2023-06-27
ext4: make ext4_zeroout_es() return void
Baokun Li
1
-7
/
+5
2023-06-27
ext4: make ext4_es_insert_extent() return void
Baokun Li
4
-28
/
+18
2023-06-27
ext4: make ext4_es_insert_delayed_block() return void
Baokun Li
3
-20
/
+11
2023-06-27
ext4: make ext4_es_remove_extent() return void
Baokun Li
5
-52
/
+18
2023-06-27
ext4: using nofail preallocation in ext4_es_insert_extent()
Baokun Li
1
-12
/
+26
2023-06-27
ext4: using nofail preallocation in ext4_es_insert_delayed_block()
Baokun Li
1
-11
/
+22
2023-06-27
ext4: using nofail preallocation in ext4_es_remove_extent()
Baokun Li
1
-2
/
+11
2023-06-27
ext4: use pre-allocated es in __es_remove_extent()
Baokun Li
1
-13
/
+13
[next]