summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pstore-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-271-4/+3
|\
| * pstore: Revert pmsg_lock back to a normal mutexJohn Stultz2023-03-081-4/+3
* | Merge tag 'sysctl-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2023-04-2710-140/+86
|\ \
| * | fs: fix sysctls.c builtKefeng Wang2023-04-131-2/+1
| * | ntfs: simplfy one-level sysctl registration for ntfs_sysctlsLuis Chamberlain2023-04-131-11/+1
| * | coda: simplify one-level sysctl registration for coda_tableLuis Chamberlain2023-04-131-10/+1
| * | fs/cachefiles: simplify one-level sysctl registration for cachefiles_sysctlsLuis Chamberlain2023-04-131-10/+1
| * | xfs: simplify two-level sysctl registration for xfs_tableLuis Chamberlain2023-04-131-19/+1
| * | nfs: simplify two-level sysctl registration for nfs_cb_sysctlsLuis Chamberlain2023-04-131-19/+1
| * | nfs: simplify two-level sysctl registration for nfs4_cb_sysctlsLuis Chamberlain2023-04-131-19/+2
| * | lockd: simplify two-level sysctl registration for nlm_sysctlsLuis Chamberlain2023-04-131-19/+1
| * | proc_sysctl: enhance documentationLuis Chamberlain2023-04-131-5/+20
| * | sysctl: clarify register_sysctl_init() base directory orderLuis Chamberlain2023-04-131-4/+1
| * | proc_sysctl: move helper which creates required subdirectoriesLuis Chamberlain2023-04-131-24/+32
| * | proc_sysctl: update docs for __register_sysctl_table()Luis Chamberlain2023-04-131-3/+11
| * | userfaultfd: move unprivileged_userfaultfd sysctl to its own fileZhangPeng2023-03-201-1/+19
* | | Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-273-3/+0
|\ \ \
| * | | unicode: remove MODULE_LICENSE in non-modulesNick Alcock2023-04-131-1/+0
| * | | NFSv4.2: remove MODULE_LICENSE in non-modulesNick Alcock2023-04-131-1/+0
| * | | binfmt_elf: remove MODULE_LICENSE in non-modulesNick Alcock2023-04-131-1/+0
| | |/ | |/|
* | | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-279-32/+41
|\ \ \
| * \ \ Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman2023-04-0393-609/+1725
| |\ \ \
| * | | | kernfs: change kernfs_rename_lock into a read-write lock.Imran Khan2023-03-291-9/+9
| * | | | kernfs: Use a per-fs rwsem to protect per-fs list of kernfs_super_info.Imran Khan2023-03-294-6/+8
| * | | | kernfs: Introduce separate rwsem to protect inode attributes.Imran Khan2023-03-293-8/+16
| * | | | driver core: class: mark the struct class for sysfs callbacks as constantGreg Kroah-Hartman2023-03-291-5/+5
| * | | | driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-173-3/+3
| * | | | drivers: remove struct module * setting from struct classGreg Kroah-Hartman2023-03-171-1/+0
| | |/ / | |/| |
* | | | Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-04-262-8/+8
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-04-261-5/+4
| |\ \ \ \
| | * | | | rxrpc: Fix potential race in error handling in afs_make_call()David Howells2023-04-221-5/+4
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-205-28/+79
| |\| | | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-1322-105/+233
| |\ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-0614-50/+147
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-3032-152/+1054
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-2422-120/+163
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-1744-297/+360
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | net: annotate lockless accesses to sk->sk_err_softEric Dumazet2023-03-171-3/+4
* | | | | | | | | | | Merge tag 'for-6.4/io_uring-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds2023-04-262-2/+4
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | fs: add FMODE_DIO_PARALLEL_WRITE flagJens Axboe2023-04-032-2/+4
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
* | | | | | | | | | | Merge tag 'f2fs-for-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-04-2619-870/+877
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | f2fs: remove unnessary comment in __may_age_extent_treeQi Han2023-04-241-1/+0
| * | | | | | | | | | | f2fs: allocate node blocks for atomic write block replacementDaeho Jeong2023-04-241-1/+1
| * | | | | | | | | | | f2fs: use cow inode data when updating atomic writeDaeho Jeong2023-04-241-5/+10
| * | | | | | | | | | | f2fs: remove power-of-two limitation of zoned deviceJaegeuk Kim2023-04-244-11/+6
| * | | | | | | | | | | f2fs: allocate trace path buffer from names_cacheWu Bo2023-04-202-2/+15
| * | | | | | | | | | | f2fs: add has_enough_free_secs()Yangtao Li2023-04-183-24/+31
| * | | | | | | | | | | f2fs: relax sanity check if checkpoint is corruptedJaegeuk Kim2023-04-183-7/+29
| * | | | | | | | | | | f2fs: refactor f2fs_gc to call checkpoint in urgent conditionJaegeuk Kim2023-04-181-14/+13
| * | | | | | | | | | | f2fs: remove folio_detach_private() in .invalidate_folio and .release_folioChao Yu2023-04-173-108/+77