summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2025-07-19Merge tag 'efi-fixes-for-v6.16-2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+6
2025-07-19Merge tag 'vfs-6.16-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-11/+22
2025-07-18Merge tag 'v6.16-rc6-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds-6/+23
2025-07-18Fix SMB311 posix special file creation to servers which do not advertise repa...Steve French-2/+4
2025-07-18Merge tag 'xfs-fixes-6.16-rc7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds-124/+108
2025-07-18xfs: don't allocate the xfs_extent_busy structure for zoned RTGsChristoph Hellwig-5/+17
2025-07-18efivarfs: Fix memory leak of efivarfs_fs_info in fs_context error pathsBreno Leitao-0/+6
2025-07-16bcachefs: Fix bch2_maybe_casefold() when CONFIG_UTF8=nKent Overstreet-8/+7
2025-07-16bcachefs: Fix build when CONFIG_UNICODE=nKent Overstreet-0/+13
2025-07-16bcachefs: Fix reference to invalid bucket in copygcKent Overstreet-1/+1
2025-07-16bcachefs: Don't build aux search tree when still repairing nodeKent Overstreet-3/+3
2025-07-16bcachefs: Tweak threshold for allocator triggering discardsKent Overstreet-1/+2
2025-07-16bcachefs: Fix triggering of discard by the journal pathKent Overstreet-0/+1
2025-07-14netfs: Fix race between cache write completion and ALL_QUEUED being setDavid Howells-0/+4
2025-07-14netfs: Fix copy-to-cache so that it performs collection with ceph+fscacheDavid Howells-0/+1
2025-07-14fix a leak in fcntl_dirnotify()Al Viro-4/+4
2025-07-13smb: invalidate and close cached directory when creating child entriesBharath SM-2/+4
2025-07-13smb: client: fix use-after-free in crypt_message when using async cryptoWang Zhaolong-1/+6
2025-07-13smb: client: fix use-after-free in cifs_oplock_breakWang Zhaolong-1/+9
2025-07-13bcachefs: io_read: remove from async obj list in rbio_done()Kent Overstreet-0/+5
2025-07-12Merge tag 'mm-hotfixes-stable-2025-07-11-16-16' of git://git.kernel.org/pub/s...Linus Torvalds-7/+7
2025-07-12Merge tag 'erofs-for-6.16-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-35/+41
2025-07-12Merge tag 'bcachefs-2025-07-11' of git://evilpiepirate.org/bcachefsLinus Torvalds-108/+138
2025-07-12Merge tag 'v6.16-rc5-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds-22/+13
2025-07-11Revert "eventpoll: Fix priority inversion problem"Linus Torvalds-134/+324
2025-07-12erofs: fix large fragment handlingGao Xiang-7/+8
2025-07-11iomap: avoid unnecessary ifs_set_range_uptodate() with locksJinliang Zheng-0/+3
2025-07-11isofs: Verify inode mode when loading from diskJan Kara-1/+8
2025-07-10erofs: allow readdir() to be interruptedChao Yu-0/+6
2025-07-10erofs: address D-cache aliasingGao Xiang-19/+21
2025-07-10erofs: use memcpy_to_folio() to replace copy_to_iter()Gao Xiang-9/+1
2025-07-10erofs: fix to add missing tracepoint in erofs_read_folio()Chao Yu-0/+2
2025-07-10erofs: fix to add missing tracepoint in erofs_readahead()Chao Yu-0/+3
2025-07-10cachefiles: Fix the incorrect return value in __cachefiles_write()Zizhi Wo-5/+1
2025-07-09mm: fix the inaccurate memory statistics issue for usersBaolin Wang-7/+7
2025-07-09eventpoll: don't decrement ep refcount while still holding the ep mutexLinus Torvalds-7/+5
2025-07-08bcachefs: Don't set BCH_FS_error on transaction restartKent Overstreet-1/+3
2025-07-08ksmbd: fix potential use-after-free in oplock/lease break ackNamjae Jeon-20/+9
2025-07-08ksmbd: fix a mount write count leak in ksmbd_vfs_kern_path_locked()Al Viro-0/+1
2025-07-08smb: server: make use of rdma_destroy_qp()Stefan Metzmacher-2/+3
2025-07-08xfs: remove the bt_bdev_file buftarg fieldChristoph Hellwig-3/+2
2025-07-08xfs: rename the bt_bdev_* buftarg fieldsChristoph Hellwig-10/+10
2025-07-08xfs: refactor xfs_calc_atomic_write_unit_maxChristoph Hellwig-65/+42
2025-07-08xfs: add a xfs_group_type_buftarg helperChristoph Hellwig-24/+25
2025-07-08xfs: remove the call to sync_blockdev in xfs_configure_buftargChristoph Hellwig-6/+1
2025-07-08xfs: clean up the initial read logic in xfs_readsbChristoph Hellwig-11/+11
2025-07-08xfs: replace strncpy with memcpy in xattr listingPranav Tyagi-1/+1
2025-07-07bcachefs: Fix additional misalignment in journal space calculationsKent Overstreet-0/+6
2025-07-07bcachefs: Don't schedule non persistent passes persistentlyKent Overstreet-1/+1
2025-07-07coredump: fix PIDFD_INFO_COREDUMP ioctl checkLaura Brehm-1/+1