summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-06-16Merge tag 'char-misc-6.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-06-15Merge tag 'xfs-6.10-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2024-06-15Merge tag '6.10-rc3-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2024-06-13Merge tag 'nfs-for-6.10-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2024-06-12Merge tag 'bcachefs-2024-06-12' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2024-06-11ksmbd: fix missing use of get_write in in smb2_set_ea()Namjae Jeon
2024-06-11ksmbd: move leading slash check to smb2_get_name()Namjae Jeon
2024-06-11bcachefs: Fix rcu_read_lock() leak in drop_extra_replicasbcachefs-2024-06-12Kent Overstreet
2024-06-11Merge tag 'vfs-6.10-rc4.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-06-10bcachefs: Add missing bch_inode_info.ei_flags initKent Overstreet
2024-06-10bcachefs: Add missing synchronize_srcu_expedited() call when shutting downKent Overstreet
2024-06-10bcachefs: Check for invalid bucket from bucket_gen(), gc_bucket()Kent Overstreet
2024-06-10bcachefs: Replace bucket_valid() asserts in bucket lookup with proper checksKent Overstreet
2024-06-10bcachefs: Fix snapshot_create_lock lock orderingKent Overstreet
2024-06-10bcachefs: Fix refcount leak in check_fix_ptrs()Kent Overstreet
2024-06-10bcachefs: Leave a buffer in the btree key cache to avoid lock thrashingKent Overstreet
2024-06-10bcachefs: Fix reporting of freed objects from key cache shrinkerKent Overstreet
2024-06-10bcachefs: set sb->s_shrinker->seeks = 0Kent Overstreet
2024-06-10bcachefs: increase key cache shrinker batch sizeKent Overstreet
2024-06-10bcachefs: Enable automatic shrinking for rhashtablesKent Overstreet
2024-06-10bcachefs: fix the display format for show-superHongbo Li
2024-06-10bcachefs: fix stack frame size in fsck.cKent Overstreet
2024-06-10bcachefs: Delete incorrect BTREE_ID_NR assertionKent Overstreet
2024-06-10bcachefs: Fix incorrect error handling found_btree_node_is_readable()Kent Overstreet
2024-06-10bcachefs: Split out btree_write_submit_wqKent Overstreet
2024-06-10xfs: make sure sb_fdblocks is non-negativeWengang Wang
2024-06-08Merge tag '6.10-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2024-06-07Merge tag 'mm-hotfixes-stable-2024-06-07-15-24' of git://git.kernel.org/pub/s...Linus Torvalds
2024-06-07Merge tag 'for-6.10-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-06-07cifs: Don't advance the I/O iterator before terminating subrequestDavid Howells
2024-06-07smb: client: fix deadlock in smb2_find_smb_tcon()Enzo Matsumiya
2024-06-06btrfs: protect folio::private when attaching extent buffer foliosQu Wenruo
2024-06-05nilfs2: fix nilfs_empty_dir() misjudgment and long loop on I/O errorsRyusuke Konishi
2024-06-05mm/ksm: fix ksm_zero_pages accountingChengming Zhou
2024-06-05nilfs2: fix potential kernel bug due to lack of writeback flag waitingRyusuke Konishi
2024-06-05Merge tag 'for-6.10-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-06-05btrfs: fix leak of qgroup extent records after transaction abortFilipe Manana
2024-06-05btrfs: fix crash on racing fsync and size-extending write into preallocOmar Sandoval
2024-06-05iomap: Fix iomap_adjust_read_range for plen calculationRitesh Harjani (IBM)
2024-06-05iomap: keep on increasing i_size in iomap_write_end()Zhang Yi
2024-06-05bcachefs: Fix trans->locked assertbcachefs-2024-06-05Kent Overstreet
2024-06-05bcachefs: Rereplicate now moves data off of durability=0 devicesKent Overstreet
2024-06-05bcachefs: Fix GFP_KERNEL allocation in break_cycle()Kent Overstreet
2024-06-04jfs: xattr: fix buffer overflow for invalid xattrGreg Kroah-Hartman
2024-06-03cachefiles: remove unneeded include of <linux/fdtable.h>Gao Xiang
2024-06-01Merge tag '6.10-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2024-06-01Merge tag 'xfs-6.10-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2024-05-31Merge tag 'bcachefs-2024-05-30' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2024-05-31cifs: fix creating sockets when using sfu mount optionsSteve French
2024-05-30NFS: add barriers when testing for NFS_FSDATA_BLOCKEDNeilBrown