summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-10-10ext4: filesystems without casefold feature cannot be mounted with siphashLizhi Xu1-0/+7
2024-10-10ksmbd: add refcnt to ksmbd_conn structNamjae Jeon4-40/+23
2024-10-10ovl: fsync after metadata copy-upAmir Goldstein1-4/+39
2024-10-10jfs: Fix uninit-value access of new_ea in ea_bufferZhao Mengmeng1-0/+2
2024-10-10jfs: check if leafidx greater than num leaves per dmap treeEdward Adam Davis1-1/+4
2024-10-10jfs: Fix uaf in dbFreeBitsEdward Adam Davis1-2/+9
2024-10-10jfs: UBSAN: shift-out-of-bounds in dbFindBitsRemington Brasga1-1/+1
2024-10-10netfs: Cancel dirty folios that have no storage destinationDavid Howells1-1/+5
2024-10-10vfs: use RCU in ilookupMateusz Guzik1-3/+1
2024-10-10proc: add config & param to block forcing mem writesAdrian Ratiu1-1/+60
2024-10-10btrfs: don't readahead the relocation inode on RSTJohannes Thumshirn1-4/+18
2024-10-10fs/inode: Prevent dump_mapping() accessing invalid dentry.d_name.nameLi Zhijian1-3/+7
2024-10-10exec: don't WARN for racy path_noexec checkMateusz Guzik1-19/+12
2024-10-10cifs: Do not convert delimiter when parsing NFS-style symlinksPali Rohár1-1/+0
2024-10-10cifs: Fix buffer overflow when parsing NFS reparse pointsPali Rohár1-1/+14
2024-10-10cifs: Remove intermediate object of failed create reparse callPali Rohár1-2/+22
2024-10-10iomap: constrain the file range passed to iomap_file_unshareDarrick J. Wong2-2/+10
2024-10-10netfs: Fix missing wakeup after issuing writesDavid Howells1-15/+27
2024-10-10afs: Fix the setting of the server responding flagDavid Howells1-1/+1
2024-10-10afs: Fix missing wire-up of afs_retry_request()David Howells1-0/+1
2024-10-10ceph: remove the incorrect Fw reference check when dirtying pagesXiubo Li1-1/+0
2024-10-10ceph: fix a memory leak on cap_auths in MDS clientLuis Henriques (SUSE)1-0/+12
2024-10-10ksmbd: fix warning: comparison of distinct pointer types lacks a castNamjae Jeon2-4/+5
2024-10-04exfat: resolve memory leak from exfat_create_upcase_table()Daniel Yang1-1/+4
2024-10-04eventpoll: Annotate data-race of busy_poll_usecsMartin Karsten1-1/+1
2024-10-04nfs: fix memory leak in error path of nfs4_do_reclaimLi Lingfeng1-0/+1
2024-10-04fs: Fix file_set_fowner LSM hook inconsistenciesMickaël Salaün1-10/+4
2024-10-04netfs: Delete subtree of 'fs/netfs' when netfs module exitsBaokun Li1-2/+2
2024-10-04vfs: fix race between evice_inodes() and find_inode()&iput()Julian Sun1-0/+4
2024-10-04f2fs: fix to check atomic_file in f2fs ioctl interfacesChao Yu1-1/+12
2024-10-04f2fs: check discard support for conventional zonesShin'ichiro Kawasaki1-0/+7
2024-10-04f2fs: Require FMODE_WRITE for atomic write ioctlsJann Horn1-0/+9
2024-10-04f2fs: avoid potential int overflow in sanity_check_area_boundary()Nikita Zhandarovich1-2/+2
2024-10-04f2fs: prevent possible int overflow in dir_block_index()Nikita Zhandarovich1-1/+2
2024-10-04f2fs: fix several potential integer overflows in file offsetsNikita Zhandarovich2-3/+3
2024-10-04f2fs: fix to wait dio completionChao Yu1-0/+13
2024-10-04btrfs: always update fstrim_range on failure in FITRIM ioctlLuca Stefani2-5/+3
2024-10-04btrfs: tree-checker: fix the wrong output of data backref objectidQu Wenruo1-1/+1
2024-10-04btrfs: fix race setting file private on concurrent lseek using same fdFilipe Manana3-3/+34
2024-10-04debugfs show actual source in /proc/mountsMarc Aurèle La France1-0/+8
2024-10-04btrfs: subpage: fix the bitmap dump which can cause bitmap corruptionQu Wenruo1-2/+8
2024-10-04ksmbd: handle caseless file creationNamjae Jeon1-7/+3
2024-10-04ksmbd: allow write with FILE_APPEND_DATANamjae Jeon1-1/+1
2024-10-04ksmbd: make __dir_empty() compatible with POSIXHobin Woo1-3/+4
2024-10-04fuse: use exclusive lock when FUSE_I_CACHE_IO_MODE is setyangyun1-1/+1
2024-10-04NFSv4.2: Fix detection of "Proxying of Times" server supportRoi Azarzar1-2/+14
2024-10-04f2fs: fix to don't set SB_RDONLY in f2fs_handle_critical_error()Chao Yu1-4/+6
2024-10-04f2fs: get rid of online repaire on corrupted directoryChao Yu2-79/+0
2024-10-04f2fs: prevent atomic file from being dirtied before commitDaeho Jeong3-1/+14
2024-10-04f2fs: compress: don't redirty sparse cluster during {,de}compressYeongjin Gil3-26/+61