summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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-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
2024-05-09bcachefs: bch2_dev_get_ioref2(); alloc_background.cKent Overstreet
2024-05-09bcachefs: for_each_bset() declares loop iterKent Overstreet
2024-05-10kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada
2024-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-05-09isofs: Use *-y instead of *-objs in MakefileAndy Shevchenko
2024-05-09jbd2: add prefix 'jbd2' for 'shrink_type'Ye Bin
2024-05-09jbd2: use shrink_type type instead of bool type for __jbd2_journal_clean_chec...Ye Bin
2024-05-09ext4: fix uninitialized ratelimit_state->lock access in __ext4_fill_super()Baokun Li
2024-05-09NFSD: Force all NFSv4.2 COPY requests to be synchronousChuck Lever
2024-05-09ext4: remove calls to to set/clear the folio error flagMatthew Wilcox (Oracle)