summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fsnotify: assert that file_start_write() is not held in permission hooksAmir Goldstein2023-12-121-0/+7
* fsnotify: split fsnotify_perm() into two hooksAmir Goldstein2023-12-122-17/+21
* fs: use splice_copy_file_range() inline helperAmir Goldstein2023-12-128-48/+22
* splice: return type ssize_t from all helpersAmir Goldstein2023-12-126-81/+82
* fs: use do_splice_direct() for nfsd/ksmbd server-side-copyAmir Goldstein2023-12-051-13/+26
* fs: move file_start_write() into direct_splice_actor()Amir Goldstein2023-12-013-7/+16
* fs: fork splice_file_range() from do_splice_direct()Amir Goldstein2023-12-015-35/+66
* fs: create {sb,file}_write_not_started() helpersAmir Goldstein2023-11-241-0/+26
* fs: create file_write_started() helperAmir Goldstein2023-11-242-1/+22
* fs: create __sb_write_started() helperAmir Goldstein2023-11-241-1/+15
* fs: move kiocb_start_write() into vfs_iocb_iter_write()Amir Goldstein2023-11-243-7/+13
* fs: move permission hook out of do_iter_read()Amir Goldstein2023-11-241-27/+39
* fs: move permission hook out of do_iter_write()Amir Goldstein2023-11-241-38/+48
* fs: move file_start_write() into vfs_iter_write()Amir Goldstein2023-11-246-18/+13
* coda: change locking order in coda_file_write_iter()Amir Goldstein2023-11-241-2/+2
* btrfs: move file_start_write() to after permission hookAmir Goldstein2023-11-241-6/+6
* remap_range: move file_start_write() to after permission hookAmir Goldstein2023-11-241-8/+13
* remap_range: move permission hooks out of do_clone_file_range()Amir Goldstein2023-11-241-8/+8
* splice: remove permission hook from iter_file_splice_write()Amir Goldstein2023-11-241-3/+10
* splice: move permission hook out of splice_file_to_pipe()Amir Goldstein2023-11-241-1/+5
* splice: move permission hook out of splice_direct_to_actor()Amir Goldstein2023-11-242-24/+39
* splice: remove permission hook from do_splice_direct()Amir Goldstein2023-11-241-4/+1
* ovl: add permission hooks outside of do_splice_direct()Amir Goldstein2023-11-241-1/+25
* scsi: target: core: add missing file_{start,end}_write()Amir Goldstein2023-11-241-3/+7
* Linux 6.7-rc1v6.7-rc1Linus Torvalds2023-11-121-2/+2
* wifi: iwlwifi: fix system commands group orderingMiri Korenblit2023-11-121-1/+1
* Merge tag 'parisc-for-6.7-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-11-123-8/+6
|\
| * parisc: Prevent booting 64-bit kernels on PA1.x machinesHelge Deller2023-11-101-3/+2
| * parport: gsc: mark init function staticArnd Bergmann2023-11-101-1/+1
| * parisc/pgtable: Do not drop upper 5 address bits of physical addressHelge Deller2023-11-071-4/+3
* | Merge tag 'loongarch-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds2023-11-1213-63/+215
|\ \
| * | selftests/bpf: Enable cpu v4 tests for LoongArchHengqi Chen2023-11-086-6/+12
| * | LoongArch: BPF: Support signed mod instructionsHengqi Chen2023-11-081-9/+25
| * | LoongArch: BPF: Support signed div instructionsHengqi Chen2023-11-081-9/+25
| * | LoongArch: BPF: Support 32-bit offset jmp instructionsHengqi Chen2023-11-081-1/+5
| * | LoongArch: BPF: Support unconditional bswap instructionsHengqi Chen2023-11-081-0/+1
| * | LoongArch: BPF: Support sign-extension mov instructionsHengqi Chen2023-11-081-2/+17
| * | LoongArch: BPF: Support sign-extension load instructionsHengqi Chen2023-11-081-10/+39
| * | LoongArch: Add more instruction opcodes and emit_* helpersHengqi Chen2023-11-081-0/+13
| * | LoongArch/smp: Call rcutree_report_cpu_starting() earlierHuacai Chen2023-11-081-1/+2
| * | LoongArch: Relax memory ordering for atomic operationsWANG Rui2023-11-081-20/+68
| * | LoongArch: Mark __percpu functions as always inlineNathan Chancellor2023-11-081-5/+5
| * | LoongArch: Disable module from accessing external data directlyWANG Rui2023-11-081-0/+2
| * | LoongArch: Support PREEMPT_DYNAMIC with static keysHuacai Chen2023-11-081-0/+1
| * | Merge 'bpf-next 2023-10-16' into loongarch-nextHuacai Chen2023-11-01558-4883/+44893
| |\ \
* | \ \ Merge tag 'powerpc-6.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-11-128-24/+24
|\ \ \ \
| * | | | powerpc/rtas: Fix ppc_rtas_rmo_buf_show() kernel-docNathan Lynch2023-11-071-0/+2
| * | | | powerpc/pseries/rtas-work-area: Fix rtas_work_area_reserve_arena() kernel-docNathan Lynch2023-11-071-0/+1
| * | | | powerpc/fb: Call internal __phys_mem_access_prot() in fbdev codeThomas Zimmermann2023-11-061-6/+1
| * | | | powerpc: Remove file parameter from phys_mem_access_prot()Thomas Zimmermann2023-11-065-13/+15