summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-assign-str-v6.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-05-238-125/+120
|\
| * tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)2024-05-238-125/+120
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2024-05-232-4/+1
|\ \
| * | fuse: virtio: drop owner assignmentKrzysztof Kozlowski2024-05-221-1/+0
| * | kernel: Remove signal hacks for vhost_tasksMike Christie2024-05-221-3/+1
* | | Merge tag 'mm-nonmm-stable-2024-05-22-17-30' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-05-231-0/+4
|\ \ \ | |_|/ |/| |
| * | nilfs2: make block erasure safe in nilfs_finish_roll_forward()Ryusuke Konishi2024-05-191-0/+4
* | | Merge tag 'driver-core-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-05-222-1/+28
|\ \ \
| * | | kernfs: mount: Remove unnecessary ‘NULL’ values from knparentLi zeming2024-05-041-1/+1
| * | | Merge 6.9-rc5 into driver-core-nextGreg Kroah-Hartman2024-04-23180-2007/+4380
| |\ \ \
| * | | | sysfs: Add sysfs_bin_attr_simple_read() helperLukas Wunner2024-04-111-0/+27
* | | | | Merge tag 'ovl-update-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-05-227-29/+162
|\ \ \ \ \
| * | | | | ovl: remove duplicate included headerThorsten Blum2024-05-101-1/+0
| * | | | | ovl: remove upper umask handling from ovl_create_upper()Miklos Szeredi2024-05-021-3/+0
| * | | | | ovl: implement tmpfileMiklos Szeredi2024-05-026-25/+162
| | |/ / / | |/| | |
* | | | | Merge tag 'fuse-update-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-05-224-16/+130
|\ \ \ \ \
| * | | | | virtio-fs: add multi-queue supportPeter-Jan Gootzen2024-05-101-8/+62
| * | | | | virtio-fs: limit number of request queuesPeter-Jan Gootzen2024-05-101-0/+3
| * | | | | fuse: clear FR_SENT when re-adding requests into pending listHou Tao2024-05-101-0/+1
| * | | | | fuse: set FR_PENDING atomically in fuse_resend()Hou Tao2024-05-101-1/+1
| * | | | | fuse: Add initial support for fs-verityRichard Fung2024-05-081-0/+60
| * | | | | fuse: Convert fuse_readpages_end() to use folio_end_read()Matthew Wilcox (Oracle)2024-05-081-7/+3
* | | | | | vfs: Delete the associated dentry when deleting a fileYafang Shao2024-05-221-8/+7
* | | | | | Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2024-05-218-33/+26
|\ \ \ \ \ \
| * | | | | | remove call_{read,write}_iter() functionsMiklos Szeredi2024-04-153-10/+10
| * | | | | | do_dentry_open(): kill inode argumentAl Viro2024-04-151-4/+4
| * | | | | | kernel_file_open(): get rid of inode argumentAl Viro2024-04-153-6/+4
| * | | | | | get_file_rcu(): no need to check for NULL separatelyAl Viro2024-04-151-7/+2
| * | | | | | fd_is_open(): move to fs/file.cAl Viro2024-04-151-0/+5
| * | | | | | close_on_exec(): pass files_struct instead of fdtableAl Viro2024-04-152-7/+2
* | | | | | | Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-05-2120-95/+61
|\ \ \ \ \ \ \
| * | | | | | | nilfs_attach_log_writer(): use ->bd_mapping->host instead of ->bd_inodeAl Viro2024-05-031-1/+1
| * | | | | | | gfs2: more obvious initializations of mapping->hostAl Viro2024-05-032-2/+2
| * | | | | | | fs/buffer.c: massage the remaining users of ->bd_inode to ->bd_mappingAl Viro2024-05-031-8/+8
| * | | | | | | grow_dev_folio(): we only want ->bd_inode->i_mapping thereAl Viro2024-05-031-4/+4
| * | | | | | | use ->bd_mapping instead of ->bd_inode->i_mappingAl Viro2024-05-0310-14/+14
| * | | | | | | Merge branch 'misc.erofs' into work.bdevAl Viro2024-05-037-44/+33
| |\ \ \ \ \ \ \
| | * | | | | | | erofs_buf: store address_space instead of inodeAl Viro2024-04-256-10/+9
| | * | | | | | | erofs: switch erofs_bread() to passing offset instead of block numberAl Viro2024-04-077-34/+24
| | |/ / / / / /
| * | | | | | | bcachefs: remove dead function bdev_sectors()Yu Kuai2024-05-031-5/+0
| * | | | | | | ext4: remove block_device_ejected()Yu Kuai2024-05-031-18/+0
* | | | | | | | Merge tag 'pull-set_blocksize' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-05-215-11/+13
|\| | | | | | |
| * | | | | | | set_blocksize(): switch to passing struct file *Al Viro2024-05-025-8/+7
| * | | | | | | btrfs_get_bdev_and_sb(): call set_blocksize() only for exclusive opensAl Viro2024-05-021-4/+7
* | | | | | | | fs/pidfs: make 'lsof' happy with our inode changesLinus Torvalds2024-05-211-4/+24
* | | | | | | | Merge tag 'f2fs-for-6.10.rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-05-2014-349/+630
|\ \ \ \ \ \ \ \
| * | | | | | | | f2fs: initialize last_block_in_bio variableWu Bo2024-05-151-10/+13
| * | | | | | | | f2fs: Add inline to f2fs_build_fault_attr() stubNathan Chancellor2024-05-151-2/+2
| * | | | | | | | f2fs: fix to add missing iput() in gc_data_segment()Chao Yu2024-05-111-2/+7
| * | | | | | | | f2fs: allow dirty sections with zero valid block for checkpoint disabledDaeho Jeong2024-05-111-2/+4