summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pull-18-rc1-work.mount' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-06-059-30/+27
|\
| * move mount-related externs from fs.h to mount.hAl Viro2022-05-204-11/+14
| * blob_to_mnt(): kern_unmount() is needed to undo kern_mount()Al Viro2022-05-201-2/+2
| * m->mnt_root->d_inode->i_sb is a weird way to spell m->mnt_sb...Al Viro2022-05-201-2/+2
| * linux/mount.h: trim includesAl Viro2022-05-201-12/+5
| * uninline may_mount() and don't opencode it in fspick(2)/fsopen(2)Al Viro2022-05-203-3/+4
* | Merge tag 'pull-18-rc1-work.fd' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-06-058-94/+55
|\ \
| * | Unify the primitives for file descriptor closingAl Viro2022-05-155-56/+34
| * | fs: remove fget_many and fput_many interfaceGou Hao2022-05-154-32/+16
| * | io_uring_enter(): don't leave f.flags uninitializedAl Viro2022-05-121-6/+5
| |/
* | Merge tag '5.19-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/ci...Linus Torvalds2022-06-0514-100/+143
|\ \
| * | cifs: fix uninitialized pointer in error case in dfs_cache_get_tgt_shareSteve French2022-06-041-1/+2
| * | cifs: skip trailing separators of prefix pathsPaulo Alcantara2022-06-031-36/+49
| * | cifs: update internal module numberSteve French2022-06-021-2/+3
| * | cifs: version operations for smb20 unneeded when legacy support disabledSteve French2022-06-022-2/+9
| * | cifs: do not build smb1ops if legacy support is disabledSteve French2022-06-021-1/+3
| * | cifs: fix potential deadlock in direct reclaimVincent Whitchurch2022-06-0110-53/+71
| * | cifs: when extending a file with falloc we should make files not-sparseRonnie Sahlberg2022-06-011-1/+1
| * | cifs: remove repeated debug message on cifs_put_smb_ses()Enzo Matsumiya2022-05-311-1/+0
| * | cifs: fix potential double free during failed mountRonnie Sahlberg2022-05-311-4/+6
* | | Merge tag 'bitmap-for-5.19-rc1' of https://github.com/norov/linuxLinus Torvalds2022-06-0427-207/+263
|\ \ \
| * | | nodemask: Fix return values to be unsignedKees Cook2022-06-032-21/+21
| * | | bitmap: Fix return values to be unsignedKees Cook2022-06-034-45/+47
| * | | KVM: x86: hyper-v: replace bitmap_weight() with hweight64()Yury Norov2022-06-031-2/+2
| * | | KVM: x86: hyper-v: fix type of valid_bank_maskYury Norov2022-06-031-2/+2
| * | | ia64: cleanup remove_siblinginfo()Yury Norov2022-06-031-4/+0
| * | | drm/amd/pm: use bitmap_{from,to}_arr32 where appropriateYury Norov2022-06-032-2/+2
| * | | KVM: s390: replace bitmap_copy with bitmap_{from,to}_arr64 where appropriateYury Norov2022-06-031-7/+3
| * | | lib/bitmap: add test for bitmap_{from,to}_arr64Yury Norov2022-06-031-0/+25
| * | | lib: add bitmap_{from,to}_arr64Yury Norov2022-06-032-4/+73
| * | | lib/bitmap: extend comment for bitmap_(from,to)_arr32()Yury Norov2022-06-031-2/+6
| * | | include/linux/find: Fix documentationAnna-Maria Behnsen2022-06-031-3/+3
| * | | lib/bitmap.c make bitmap_print_bitmask_to_buf parseableMauro Carvalho Chehab2022-06-031-13/+20
| * | | MAINTAINERS: add cpumask and nodemask files to BITMAP_APIYury Norov2022-06-031-0/+4
| * | | arch/x86: replace nodes_weight with nodes_empty where appropriateYury Norov2022-06-032-3/+3
| * | | mm/vmstat: replace cpumask_weight with cpumask_empty where appropriateYury Norov2022-06-031-2/+2
| * | | clocksource: replace cpumask_weight with cpumask_empty in clocksource.cYury Norov2022-06-031-1/+1
| * | | genirq/affinity: replace cpumask_weight with cpumask_empty where appropriateYury Norov2022-06-031-1/+1
| * | | irq: mips: replace cpumask_weight with cpumask_empty where appropriateYury Norov2022-06-031-1/+1
| * | | drm/i915/pmu: replace cpumask_weight with cpumask_empty where appropriateYury Norov2022-06-031-1/+1
| * | | arch/x86: replace cpumask_weight with cpumask_empty where appropriateYury Norov2022-06-033-9/+9
| * | | arch/ia64: replace cpumask_weight with cpumask_empty where appropriateYury Norov2022-06-031-1/+1
| * | | arch/alpha: replace cpumask_weight with cpumask_empty where appropriateYury Norov2022-06-031-1/+1
| * | | risc-v: replace bitmap_weight with bitmap_empty in riscv_fill_hwcap()Yury Norov2022-06-031-4/+3
| * | | qed: replace bitmap_weight with bitmap_empty in qed_roce_stop()Yury Norov2022-05-021-1/+1
| * | | octeontx2-pf: replace bitmap_weight with bitmap_empty where appropriateYury Norov2022-05-022-3/+3
| * | | KVM: x86: replace bitmap_weight with bitmap_empty where appropriateYury Norov2022-05-021-4/+4
| * | | qed: rework qed_rdma_bmap_free()Yury Norov2022-05-021-31/+14
| * | | iio: fix opencoded for_each_set_bit()Yury Norov2022-05-021-29/+19
| * | | net: mellanox: fix open-coded for_each_set_bit()Yury Norov2022-05-021-17/+6