summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-10-30ext4: avoid remount errors with 'abort' mount optionJan Kara
2024-10-30ext4: supress data-race warnings in ext4_free_inodes_{count,set}()Jeongjun Park
2024-10-30ext4: Call ext4_journal_stop(handle) only once in ext4_dio_write_iter()Markus Elfring
2024-10-30NFSD: Never decrement pending_async_copies on errorChuck Lever
2024-10-30xfs: streamline xfs_filestream_pick_agChristoph Hellwig
2024-10-30xfs: fix finding a last resort AG in xfs_filestream_pick_agChristoph Hellwig
2024-10-30xfs: Reduce unnecessary searches when searching for the best extentsChi Zhiling
2024-10-30xfs: Check for delayed allocations before setting extsizeOjaswin Mujoo
2024-10-30Merge branch 'work.fdtable' into vfs.fileChristian Brauner
2024-10-30fs: port files to file_refChristian Brauner
2024-10-29Merge tag 'wireless-next-2024-10-25' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2024-10-29jfs: add a check to prevent array-index-out-of-bounds in dbAdjTreeNihar Chaithanya
2024-10-29jfs: xattr: check invalid xattr size more strictlyArtem Sadovnikov
2024-10-29jfs: fix array-index-out-of-bounds in jfs_readdirGhanshyam Agrawal
2024-10-29jfs: fix shift-out-of-bounds in dbSplitGhanshyam Agrawal
2024-10-29jfs: array-index-out-of-bounds fix in dtReadFirstGhanshyam Agrawal
2024-10-29btrfs: fix use-after-free of block device file in __btrfs_free_extra_devids()Zhihao Cheng
2024-10-29NFSD: Initialize struct nfsd4_copy earlierChuck Lever
2024-10-29block: add a bdev_limits helperChristoph Hellwig
2024-10-29bcachefs: Fix NULL ptr dereference in btree_node_iter_and_journal_peekPiotr Zalewski
2024-10-29bcachefs: fix possible null-ptr-deref in __bch2_ec_stripe_head_get()Gaosheng Cui
2024-10-29bcachefs: Fix deadlock on -ENOSPC w.r.t. partial open bucketsKent Overstreet
2024-10-29bcachefs: Don't filter partial list buckets in open_buckets_to_text()Kent Overstreet
2024-10-29bcachefs: Don't keep tons of cached pointers aroundKent Overstreet
2024-10-29bcachefs: init freespace inited bits to 0 in bch2_fs_initializePiotr Zalewski
2024-10-29bcachefs: Fix unhandled transaction restart in fallocateKent Overstreet
2024-10-28nilfs2: fix kernel bug due to missing clearing of checked flagRyusuke Konishi
2024-10-28ocfs2: pass u64 to ocfs2_truncate_inline maybe overflowEdward Adam Davis
2024-10-28fork: do not invoke uffd on fork if error occursLorenzo Stoakes
2024-10-28tmpfs: Add casefold lookup supportAndré Almeida
2024-10-28libfs: Export generic_ci_ dentry functionsAndré Almeida
2024-10-28unicode: Recreate utf8_parse_version()André Almeida
2024-10-28unicode: Export latest available UTF-8 version numberAndré Almeida
2024-10-28ext4: Use generic_ci_validate_strict_name helperAndré Almeida
2024-10-28fs/writeback: convert wbc_account_cgroup_owner to take a folioPankaj Raghav
2024-10-28autofs: fix thinko in validate_dev_ioctl()Ian Kent
2024-10-28ksmbd: Fix the missing xa_store error checkJinjie Ruan
2024-10-27Merge tag 'xfs-6.12-fixes-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2024-10-25Merge tag '9p-for-6.12-rc5' of https://github.com/martinetd/linuxLinus Torvalds
2024-10-25Merge tag 'v6.12-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2024-10-25Merge tag 'fuse-fixes-6.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-10-25Merge tag 'nfsd-6.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2024-10-25bcachefs: Fix UAF in bch2_reconstruct_alloc()Kent Overstreet
2024-10-25bcachefs: fix null-ptr-deref in have_stripes()Jeongjun Park
2024-10-25fuse: convert fuse_notify_store to use foliosJosef Bacik
2024-10-25fuse: convert fuse_retrieve to use foliosJosef Bacik
2024-10-25fuse: use the folio based vmstat helpersJosef Bacik
2024-10-25fuse: remove stray debug lineMiklos Szeredi
2024-10-25fuse: convert fuse_writepage_need_send to take a folioJosef Bacik
2024-10-25fuse: convert fuse_do_readpage to use foliosJosef Bacik