summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-05-13Merge tag 'hardening-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-05-13Merge tag 'execve-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-05-13Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linuxLinus Torvalds
2024-05-13Merge tag 'vfs-6.10.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds
2024-05-13Merge tag 'vfs-6.10.netfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2024-05-13Merge tag 'vfs-6.10.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2024-05-13Merge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-05-13Merge tag 'vfs-6.10.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2024-05-13fs/ioctl: Add a comment to keep the logic in sync with LSM policiesGünther Noack
2024-05-12ksmbd: avoid to send duplicate oplock break notificationsNamjae Jeon
2024-05-12jffs2: Fix potential illegal address access in jffs2_free_inodeWang Yong
2024-05-12jffs2: Simplify the allocation of slab cachesKunwu Chan
2024-05-12jffs2: nodemgmt: fix kernel-doc commentsRandy Dunlap
2024-05-12jffs2: print symbolic error name instead of error codeChristian Heusel
2024-05-11fs/proc: fix softlockup in __read_vmcoreRik van Riel
2024-05-11nilfs2: convert BUG_ON() in nilfs_finish_roll_forward() to WARN_ON()Ryusuke Konishi
2024-05-11nilfs2: remove calls to folio_set_error() and folio_clear_error()Matthew Wilcox (Oracle)
2024-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next into net-...Jens Axboe
2024-05-11f2fs: fix to add missing iput() in gc_data_segment()Chao Yu
2024-05-11f2fs: allow dirty sections with zero valid block for checkpoint disabledDaeho Jeong
2024-05-10Merge tag 'mm-hotfixes-stable-2024-05-10-13-14' of git://git.kernel.org/pub/s...Linus Torvalds
2024-05-10virtio-fs: add multi-queue supportPeter-Jan Gootzen
2024-05-10virtio-fs: limit number of request queuesPeter-Jan Gootzen
2024-05-10ovl: remove duplicate included headerThorsten Blum
2024-05-10fuse: clear FR_SENT when re-adding requests into pending listHou Tao
2024-05-10fuse: set FR_PENDING atomically in fuse_resend()Hou Tao
2024-05-10afs: Fix fileserver rotation getting stuckDavid Howells
2024-05-10fcntl: add F_DUPFD_QUERY fcntl()Linus Torvalds
2024-05-10f2fs: compress: don't allow unaligned truncation on released compress inodeChao Yu
2024-05-10f2fs: fix to release node block count in error path of f2fs_new_node_page()Chao Yu
2024-05-10f2fs: compress: fix to cover {reserve,release}_compress_blocks() w/ cp_rwsem ...Chao Yu
2024-05-10f2fs: compress: fix error path of inc_valid_block_count()Chao Yu
2024-05-10f2fs: compress: fix typo in f2fs_reserve_compress_blocks()Chao Yu
2024-05-10f2fs: compress: fix to update i_compr_blocks correctlyChao Yu
2024-05-09bcachefs: add no_invalid_checks flagThomas Bertschinger
2024-05-09bcachefs: add counters for failed shrinker reclaimDaniel Hill
2024-05-09bcachefs: Fix sb_field_downgrade validationKent Overstreet
2024-05-09bcachefs: Plumb bch_validate_flags to sb_field_ops.validate()Kent Overstreet
2024-05-09bcachefs: s/bkey_invalid_flags/bch_validate_flagsKent Overstreet
2024-05-09bcachefs: fsync() should not return -EROFSKent Overstreet
2024-05-09bcachefs: Invalid devices are now checked for by fsck, not .invalid methodsKent Overstreet
2024-05-09bcachefs: kill bch2_dev_bkey_exists() in bch2_check_fix_ptrs()Kent Overstreet
2024-05-09bcachefs: kill bch2_dev_bkey_exists() in bch2_read_endio()Kent Overstreet
2024-05-09bcachefs: bch2_dev_get_ioref() checks for device not presentKent Overstreet
2024-05-09bcachefs: bch2_dev_get_ioref2(); io_read.cKent Overstreet
2024-05-09bcachefs: bch2_dev_get_ioref2(); debug.cKent Overstreet
2024-05-09bcachefs: bch2_dev_get_ioref2(); journal_io.cKent Overstreet
2024-05-09bcachefs: bch2_dev_get_ioref2(); io_write.cKent Overstreet
2024-05-09bcachefs: bch2_dev_get_ioref2(); btree_io.cKent Overstreet
2024-05-09bcachefs: bch2_dev_get_ioref2(); backpointers.cKent Overstreet