summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | | f2fs: compress: don't allow unaligned truncation on released compress inodeChao Yu2024-05-101-3/+8
| * | | | | f2fs: fix to release node block count in error path of f2fs_new_node_page()Chao Yu2024-05-101-1/+1
| * | | | | f2fs: compress: fix to cover {reserve,release}_compress_blocks() w/ cp_rwsem ...Chao Yu2024-05-101-0/+10
| * | | | | f2fs: compress: fix error path of inc_valid_block_count()Chao Yu2024-05-101-7/+8
| * | | | | f2fs: compress: fix typo in f2fs_reserve_compress_blocks()Chao Yu2024-05-101-1/+1
| * | | | | f2fs: compress: fix to update i_compr_blocks correctlyChao Yu2024-05-101-7/+14
| * | | | | f2fs: check validation of fault attrs in f2fs_build_fault_attr()Chao Yu2024-05-093-15/+38
| * | | | | f2fs: fix to limit gc_pin_file_thresholdChao Yu2024-05-094-7/+16
| * | | | | f2fs: remove unused GC_FAILURE_PINChao Yu2024-05-094-22/+13
| * | | | | f2fs: use f2fs_{err,info}_ratelimited() for cleanupChao Yu2024-05-092-33/+26
| * | | | | f2fs: fix block migration when section is not aligned to pow2Wu Bo2024-05-091-9/+8