summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-12-12f2fs: update blkaddr in __set_data_blkaddr() for cleanupChao Yu3-16/+11
2023-12-12f2fs: introduce get_dnode_addr() to clean up codesChao Yu4-37/+32
2023-12-12f2fs: delete obsolete FI_DROP_CACHEChao Yu2-9/+0
2023-12-12f2fs: delete obsolete FI_FIRST_BLOCK_WRITTENChao Yu6-40/+0
2023-12-08f2fs: Restrict max filesize for 16K f2fsDaniel Rosenberg1-0/+8
2023-12-05f2fs: let's finish or reset zones all the timeJaegeuk Kim1-58/+17
2023-12-05f2fs: check write pointers when checkpoint=disableJaegeuk Kim1-2/+1
2023-12-05f2fs: fix write pointers on zoned device after roll forwardJaegeuk Kim1-0/+2
2023-12-05f2fs: allocate new section if it's not newJaegeuk Kim1-16/+17
2023-12-01f2fs: allow checkpoint=disable for zoned block deviceJaegeuk Kim1-5/+0
2023-11-28f2fs: sysfs: support discard_io_awareChao Yu4-1/+27
2023-11-28f2fs: show i_mode in trace_f2fs_new_inode()Chao Yu1-1/+18
2023-11-28f2fs: introduce tracepoint for f2fs_rename()Chao Yu2-5/+80
2023-11-28f2fs: fix to avoid dirent corruptionChao Yu1-1/+1
2023-11-20f2fs: skip adding a discard command if existsJaegeuk Kim1-1/+2
2023-11-17f2fs: fix to check return value of f2fs_reserve_new_block()Chao Yu1-6/+17
2023-11-17f2fs: use shared inode lock during f2fs_fiemap()Chao Yu1-2/+2
2023-11-17f2fs: clean up w/ dotdot_nameChao Yu1-3/+2
2023-11-17f2fs: explicitly null-terminate the xattr listEric Biggers1-0/+6
2023-11-17f2fs: the name of a struct is wrong in a comment.Yang Hubin1-1/+1
2023-11-17f2fs: use inode_lock_shared instead of inode_lock in f2fs_seek_block()zhangxirui1-3/+3
2023-11-17Merge tag 'ovl-fixes-6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-7/+6
2023-11-17Merge tag 'sound-6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds3-16/+20
2023-11-17Merge tag 'audit-pr-20231116' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2023-11-16Merge tag 'net-6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds80-457/+860
2023-11-16Merge tag 'for-linus-6.7a-rc2-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds8-325/+347
2023-11-16Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds8-18/+22
2023-11-16Merge tag 'nf-23-11-15' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni7-42/+47
2023-11-16macvlan: Don't propagate promisc change to lower dev in passthruVlad Buslov1-1/+1
2023-11-16net: sched: do not offload flows with a helper in act_ctXin Long2-0/+12
2023-11-16Merge branch 'mlx5-fixes-2023-11-13-manual'Jakub Kicinski15-216/+131
2023-11-16net/mlx5e: Check return value of snprintf writing to fw_version buffer for re...Rahul Rameshbabu1-4/+8
2023-11-16net/mlx5e: Check return value of snprintf writing to fw_version bufferRahul Rameshbabu1-4/+9
2023-11-16net/mlx5e: Reduce the size of icosq_strSaeed Mahameed1-2/+2
2023-11-16net/mlx5: Increase size of irq name bufferRahul Rameshbabu2-3/+6
2023-11-16net/mlx5e: Update doorbell for port timestamping CQ before the software counterRahul Rameshbabu1-4/+16
2023-11-16net/mlx5e: Track xmit submission to PTP WQ after populating metadata mapRahul Rameshbabu1-1/+1
2023-11-16net/mlx5e: Avoid referencing skb after free-ing in drop path of mlx5e_sq_xmit...Rahul Rameshbabu1-1/+1
2023-11-16net/mlx5e: Don't modify the peer sent-to-vport rules for IPSec offloadJianbo Liu1-1/+2
2023-11-16net/mlx5e: Fix pedit endiannessVlad Buslov1-28/+32
2023-11-16net/mlx5e: fix double free of encap_header in update funcsGavin Li1-10/+10
2023-11-16net/mlx5e: fix double free of encap_headerDust Li1-6/+4
2023-11-16net/mlx5: Decouple PHC .adjtime and .adjphase implementationsRahul Rameshbabu1-1/+6
2023-11-16net/mlx5: DR, Allow old devices to use multi destination FTEErez Shitrit1-1/+2
2023-11-16net/mlx5: Free used cpus mask when an IRQ is releasedMaher Sanalla2-48/+19
2023-11-16Revert "net/mlx5: DR, Supporting inline WQE when possible"Itamar Gozlan1-102/+13
2023-11-16Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski9-49/+200
2023-11-15ALSA: hda/realtek: Add quirks for HP LaptopsStefan Binding1-0/+3
2023-11-15ALSA: hda/realtek: Add quirks for ASUS 2024 ZenbooksStefan Binding1-0/+4
2023-11-15bpf: Do not allocate percpu memory at init stageYonghong Song3-8/+22