summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-25Merge tag 'nfsd-6.9-5' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2024-04-24Merge tag 'for-6.9-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-04-23Revert "NFSD: Convert the callback workqueue to use delayed_work"Chuck Lever
2024-04-23Revert "NFSD: Reschedule CB operations when backchannel rpc_clnt is shut down"Chuck Lever
2024-04-23Merge tag '6.9-rc5-smb-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2024-04-22Merge tag '6.9-rc5-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2024-04-22Merge tag 'bcachefs-2024-04-22' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2024-04-22cifs: reinstate original behavior again for forceuid/forcegidTakayuki Nagata
2024-04-22bcachefs: If we run merges at a lower watermark, they must be nonblockingKent Overstreet
2024-04-21Merge tag 'driver-core-6.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-04-20bcachefs: Fix inode early destruction pathKent Overstreet
2024-04-20bcachefs: Fix deadlock in journal write pathKent Overstreet
2024-04-20bcachefs: Tweak btree key cache shrinker so it actually freesKent Overstreet
2024-04-20bcachefs: bkey_cached.btree_trans_barrier_seq needs to be a ulongKent Overstreet
2024-04-20bcachefs: Fix missing call to bch2_fs_allocator_background_exit()Kent Overstreet
2024-04-20bcachefs: Check for journal entries overruning end of sb clean sectionKent Overstreet
2024-04-19ksmbd: add continuous availability share parameterNamjae Jeon
2024-04-19ksmbd: common: use struct_group_attr instead of struct_group for network_open...Namjae Jeon
2024-04-19ksmbd: clear RENAME_NOREPLACE before calling vfs_renameMarios Makassikis
2024-04-19ksmbd: validate request buffer size in smb2_allocate_rsp_buf()Namjae Jeon
2024-04-19ksmbd: fix slab-out-of-bounds in smb2_allocate_rsp_bufNamjae Jeon
2024-04-19smb: client: fix rename(2) regression against sambaPaulo Alcantara
2024-04-19cifs: Add tracing for the cifs_tcon struct refcountingDavid Howells
2024-04-19cifs: Fix reacquisition of volume cookie on still-live connectionDavid Howells
2024-04-19Merge tag '9p-fixes-for-6.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-04-19Merge tag 'fuse-fixes-6.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-04-19Merge tag 'mm-hotfixes-stable-2024-04-18-14-41' of git://git.kernel.org/pub/s...Linus Torvalds
2024-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-18btrfs: fix wrong block_start calculation for btrfs_drop_extent_map_range()Qu Wenruo
2024-04-18btrfs: fix information leak in btrfs_ioctl_logical_to_ino()Johannes Thumshirn
2024-04-17Merge tag 'for-6.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-04-18btrfs: fallback if compressed IO fails for ENOSPCSweet Tea Dorminy
2024-04-18btrfs: scrub: run relocation repair when/only neededNaohiro Aota
2024-04-18btrfs: remove colon from messages with stateDavid Sterba
2024-04-17bcachefs: Fix bio alloc in check_extent_checksum()Kent Overstreet
2024-04-17bcachefs: fix leak in bch2_gc_write_reflink_keyKent Overstreet
2024-04-17bcachefs: KEY_TYPE_error is allowed for reflinkKent Overstreet
2024-04-17bcachefs: Fix bch2_dev_btree_bitmap_marked_sectors() shiftKent Overstreet
2024-04-16bcachefs: make sure to release last journal pin in replayKent Overstreet
2024-04-16bcachefs: node scan: ignore multiple nodes with same seq if interiorKent Overstreet
2024-04-16bcachefs: Fix format specifier in validate_bset_keys()Nathan Chancellor
2024-04-16bcachefs: Fix null ptr deref in twf from BCH_IOCTL_FSCK_OFFLINEKent Overstreet
2024-04-16nilfs2: fix OOB in nilfs_set_de_typeJeongjun Park
2024-04-16Squashfs: check the inode number is not the invalid value of zeroPhillip Lougher
2024-04-15Merge tag 'nfsd-6.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2024-04-15Merge tag 'bcachefs-2024-04-15' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2024-04-15bcachefs: set_btree_iter_dontneed also clears should_be_lockedKent Overstreet
2024-04-15bcachefs: fix error path of __bch2_read_super()Chao Yu
2024-04-15cuse: add kernel-doc comments to cuse_process_init_reply()Yang Li