aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pull-path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2022-10-0619-55/+55
|\
| * ecryptfs: constify pathAl Viro2022-09-014-4/+4
| * nd_jump_link(): constify pathAl Viro2022-09-011-1/+1
| * do_proc_readlink(): constify pathAl Viro2022-09-011-1/+1
| * overlayfs: constify pathAl Viro2022-09-018-40/+40
| * fs/notify: constify pathAl Viro2022-09-013-5/+5
| * may_linkat(): constify pathAl Viro2022-09-012-2/+2
| * do_sys_name_to_handle(): constify pathAl Viro2022-09-011-1/+1
| * ->getprocattr(): attribute name is const char *, TYVM...Al Viro2022-09-011-1/+1
* | Merge tag 'pull-file_inode' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-10-065-10/+7
|\ \
| * | orangefs: use ->f_mappingAl Viro2022-09-011-3/+1
| * | _nfs42_proc_copy(): use ->f_mapping instead of file_inode()->i_mappingAl Viro2022-09-011-1/+1
| * | nfs_finish_open(): don't open-code file_inode()Al Viro2022-09-011-1/+1
| * | bprm_fill_uid(): don't open-code file_inode()Al Viro2022-09-011-2/+1
| * | exfat_iterate(): don't open-code file_inode(file)Al Viro2022-09-011-3/+3
| |/
* | Merge tag 'pull-file' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2022-10-0619-159/+147
|\ \
| * | Change calling conventions for filldir_tAl Viro2022-08-1716-146/+132
| * | locks: fix TOCTOU race when granting write leaseAmir Goldstein2022-08-163-13/+15
| |/
* | Merge tag 'pull-d_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2022-10-064-6/+5
|\ \
| * | d_path.c: typo fix...Al Viro2022-08-201-1/+1
| * | dynamic_dname(): drop unused dentry argumentAl Viro2022-08-204-5/+4
| |/
* | Merge tag 'pull-inode' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2022-10-061-4/+3
|\ \
| * | fs: fix UAF/GPF bug in nilfs_mdt_destroyDongliang Mu2022-09-011-4/+3
| |/
* | Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-10-043-0/+3
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-298-185/+161
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-2220-144/+261
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-09-0812-83/+75
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-0126-175/+200
| |\ \ \ \ \
| * | | | | | genetlink: start to validate reserved header bytesJakub Kicinski2022-08-293-0/+3
* | | | | | | Merge tag 'statx-dioalign-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-038-77/+154
|\ \ \ \ \ \ \
| * | | | | | | xfs: support STATX_DIOALIGNEric Biggers2022-09-111-0/+10
| * | | | | | | f2fs: support STATX_DIOALIGNEric Biggers2022-09-111-0/+18
| * | | | | | | f2fs: simplify f2fs_force_buffered_io()Eric Biggers2022-09-111-22/+5
| * | | | | | | f2fs: move f2fs_force_buffered_io() into file.cEric Biggers2022-09-112-40/+40
| * | | | | | | ext4: support STATX_DIOALIGNEric Biggers2022-09-113-16/+64
| * | | | | | | fscrypt: change fscrypt_dio_supported() to prepare for STATX_DIOALIGNEric Biggers2022-09-113-28/+32
| * | | | | | | vfs: support STATX_DIOALIGN on block devicesEric Biggers2022-09-111-0/+12
| * | | | | | | statx: add direct I/O alignment informationEric Biggers2022-09-111-0/+2
* | | | | | | | Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...Linus Torvalds2022-10-032-15/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | fs-verity: use kmap_local_page() instead of kmap()Eric Biggers2022-08-191-3/+3
| * | | | | | | | fs-verity: use memcpy_from_page()Eric Biggers2022-08-191-12/+2
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2022-10-0312-438/+480
|\ \ \ \ \ \ \ \
| * | | | | | | | fscrypt: work on block_devices instead of request_queuesChristoph Hellwig2022-09-212-52/+53
| * | | | | | | | fscrypt: stop holding extra request_queue referencesEric Biggers2022-09-215-60/+64
| * | | | | | | | fscrypt: stop using keyrings subsystem for fscrypt_master_keyEric Biggers2022-09-216-308/+350
| * | | | | | | | fscrypt: stop using PG_error to track error statusEric Biggers2022-09-063-18/+26
| * | | | | | | | fscrypt: remove fscrypt_set_test_dummy_encryption()Eric Biggers2022-08-221-13/+0
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge tag 'dlm-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds2022-10-0311-81/+176
|\ \ \ \ \ \ \ \
| * | | | | | | | fs: dlm: fix possible use after free if tracingAlexander Aring2022-09-261-7/+8
| * | | | | | | | fs: dlm: const void resource name parameterAlexander Aring2022-08-232-11/+14