summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'hardening-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-02-212-2/+7
|\
| * coda: Avoid partial allocation of sig_inputArgsKees Cook2023-02-081-1/+1
| * ext4: Fix function prototype mismatch for ext4_feat_ktypeKees Cook2023-01-271-1/+6
* | Merge tag 'rcu.2023.02.10a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-02-214-28/+0
|\ \
| * | fs/quota: Remove "select SRCU"Paul E. McKenney2023-02-021-1/+0
| * | fs/notify: Remove "select SRCU"Paul E. McKenney2023-02-021-1/+0
| * | fs/btrfs: Remove "select SRCU"Paul E. McKenney2023-02-021-1/+0
| * | fs: Remove CONFIG_SRCUPaul E. McKenney2023-02-021-25/+0
| |/
* | Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-02-202-0/+9
|\ \
| * \ Merge tag 'v6.2-rc6' into sched/core, to pick up fixesIngo Molnar2023-01-3188-610/+881
| |\ \
| * | | sched: Introduce per-memory-map concurrency IDMathieu Desnoyers2022-12-271-0/+4
| * | | rseq: Introduce feature size and alignment ELF auxiliary vector entriesMathieu Desnoyers2022-12-271-0/+5
| | |/ | |/|
* | | Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds2023-02-2010-64/+38
|\ \ \
| * | | splice: use bvec_set_page to initialize a bvecChristoph Hellwig2023-02-031-3/+2
| * | | orangefs: use bvec_set_{page,folio} to initialize bvecsChristoph Hellwig2023-02-031-15/+7
| * | | nfs: use bvec_set_page to initialize bvecsChristoph Hellwig2023-02-031-10/+6
| * | | coredump: use bvec_set_page to initialize a bvecChristoph Hellwig2023-02-031-5/+2
| * | | cifs: use bvec_set_page to initialize bvecsChristoph Hellwig2023-02-034-18/+14
| * | | ceph: use bvec_set_page to initialize a bvecChristoph Hellwig2023-02-031-8/+4
| * | | afs: use bvec_set_folio to initialize a bvecChristoph Hellwig2023-02-031-5/+3
| | |/ | |/|
* | | Merge tag 'for-6.3/dio-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds2023-02-2017-28/+43
|\ \ \
| * | | fs: build the legacy direct I/O code conditionallyChristoph Hellwig2023-01-2614-1/+18
| * | | fs: move sb_init_dio_done_wq out of direct-io.cChristoph Hellwig2023-01-263-27/+25
* | | | Merge tag 'dlm-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds2023-02-206-97/+136
|\ \ \ \
| * | | | fs: dlm: remove unnecessary waker_up() callsAlexander Aring2023-01-231-2/+0
| * | | | fs: dlm: move state change into else branchAlexander Aring2023-01-231-3/+4
| * | | | fs: dlm: remove newline in log_printAlexander Aring2023-01-231-4/+4
| * | | | fs: dlm: reduce the shutdown timeout to 5 secsAlexander Aring2023-01-231-2/+2
| * | | | fs: dlm: make dlm sequence id more robustAlexander Aring2023-01-231-1/+1
| * | | | fs: dlm: wait until all midcomms nodes detect versionAlexander Aring2023-01-233-0/+27
| * | | | fs: dlm: ignore unexpected non dlm opts msgsAlexander Aring2023-01-231-10/+2
| * | | | fs: dlm: bring back previous shutdown handlingAlexander Aring2023-01-232-34/+63
| * | | | fs: dlm: send FIN ack back in right casesAlexander Aring2023-01-231-4/+5
| * | | | fs: dlm: move sending fin message into state change handlingAlexander Aring2023-01-231-24/+9
| * | | | fs: dlm: don't set stop rx flag after node resetAlexander Aring2023-01-231-2/+1
| * | | | fs: dlm: fix race setting stop tx flagAlexander Aring2023-01-231-1/+1
| * | | | fs: dlm: be sure to call dlm_send_queue_flush()Alexander Aring2023-01-231-0/+1
| * | | | fs: dlm: fix use after free in midcomms commitAlexander Aring2023-01-231-0/+7
| * | | | fs: dlm: start midcomms before scandAlexander Aring2023-01-231-8/+8
| * | | | fs/dlm: Remove "select SRCU"Paul E. McKenney2023-01-051-1/+0
| * | | | fs: dlm: fix return value check in dlm_memory_init()Yang Yingliang2023-01-051-1/+1
| | |_|/ | |/| |
* | | | Merge tag 'for-6.3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2023-02-2057-2872/+2346
|\ \ \ \
| * | | | btrfs: make kobj_type structures constantThomas Weißschuh2023-02-151-6/+6
| * | | | btrfs: remove the bdev argument to btrfs_rmap_blockChristoph Hellwig2023-02-153-10/+4
| * | | | btrfs: don't rely on unchanging ->bi_bdev for zone append remapsChristoph Hellwig2023-02-153-26/+26
| * | | | btrfs: never return true for reads in btrfs_use_zone_appendChristoph Hellwig2023-02-151-0/+3
| * | | | btrfs: pass a btrfs_bio to btrfs_use_appendChristoph Hellwig2023-02-154-6/+7
| * | | | btrfs: set bbio->file_offset in alloc_new_bioChristoph Hellwig2023-02-151-2/+1
| * | | | btrfs: use file_offset to limit bios size in calc_bio_boundariesChristoph Hellwig2023-02-151-2/+2
| * | | | btrfs: do unsigned integer division in the extent buffer binary search loopFilipe Manana2023-02-152-7/+12