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