summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-07-27filelock: Fix fcntl/close race recovery compat pathJann Horn1-5/+4
2024-07-27fs/ntfs3: Validate ff offsetlei lu1-1/+5
2024-07-27fs/ntfs3: Add a check for attr_names and oatblKonstantin Komarov1-6/+32
2024-07-27jfs: don't walk off the end of ealistlei lu1-4/+19
2024-07-27ocfs2: add bounds checking to ocfs2_check_dir_entry()lei lu1-17/+29
2024-07-25cachefiles: fix slab-use-after-free in cachefiles_withdraw_cookie()Baokun Li2-2/+34
2024-07-25cachefiles: fix slab-use-after-free in fscache_withdraw_volume()Baokun Li1-0/+10
2024-07-25netfs, fscache: export fscache_put_volume() and add fscache_try_get_volume()Baokun Li2-2/+14
2024-07-25mm: page_ref: remove folio_try_get_rcu()Yang Shi2-4/+4
2024-07-25hfsplus: fix uninit-value in copy_nameEdward Adam Davis1-1/+1
2024-07-25ksmbd: return FILE_DEVICE_DISK instead of super magicNamjae Jeon2-2/+41
2024-07-25fs: better handle deep ancestor chains in is_subdir()Christian Brauner1-17/+14
2024-07-25btrfs: fix uninitialized return value in the ref-verify toolFilipe Manana1-2/+7
2024-07-25erofs: ensure m_llen is reset to 0 if metadata is invalidGao Xiang1-0/+2
2024-07-25btrfs: qgroup: fix quota root leak after quota disable failureFilipe Manana1-2/+2
2024-07-25btrfs: scrub: handle RST lookup error correctlyQu Wenruo1-10/+14
2024-07-25iomap: Fix iomap_adjust_read_range for plen calculationRitesh Harjani (IBM)1-1/+2
2024-07-25fs/file: fix the check in find_next_fd()Yuntao Wang1-2/+2
2024-07-25cachefiles: make on-demand read killableBaokun Li1-12/+28
2024-07-25cachefiles: Set object to close if ondemand_id < 0 in copenZizhi Wo1-1/+6
2024-07-25cachefiles: add consistency check for copen/creadBaokun Li1-7/+20
2024-07-25nfs: don't invalidate dentries on transient errorsScott Mayhew1-14/+13
2024-07-25nfs: Avoid flushing many pages with NFS_FILE_SYNCJan Kara1-0/+5
2024-07-25nfs: propagate readlink errors in nfs_symlink_fillerSagi Grimberg1-1/+1
2024-07-25NFSv4: Fix memory leak in nfs4_set_security_labelDmitry Mastykin1-0/+1
2024-07-25btrfs: ensure fast fsync waits for ordered extents after a write failureFilipe Manana3-0/+57
2024-07-25cifs: fix noisy message on copy_file_rangeSteve French1-1/+1
2024-07-18ext4: avoid ptr null pointer dereferenceBaokun Li1-0/+2
2024-07-18Fix userfaultfd_api to return EINVAL as expectedAudra Mitchell1-1/+6
2024-07-18ksmbd: discard write access to the directory openHobin Woo1-2/+11
2024-07-18nilfs2: fix kernel bug on rename operation of broken directoryRyusuke Konishi1-2/+30
2024-07-18cifs: fix setting SecurityFlags to trueSteve French1-2/+2
2024-07-18minixfs: Fix minixfs_rename with HIGHMEMMatthew Wilcox (Oracle)1-2/+1
2024-07-18vfs: don't mod negative dentry count when on shrinker listBrian Foster1-3/+9
2024-07-18fs/dcache: Re-use value stored to dentry->d_flags instead of re-readinglinke li1-1/+1
2024-07-18filelock: fix potential use-after-free in posix_lock_inodeJeff Layton1-1/+1
2024-07-18cachefiles: add missing lock protection when pollingJingbo Xu1-2/+2
2024-07-18cachefiles: cyclic allocation of msg_id to avoid reuseBaokun Li2-4/+17
2024-07-18cachefiles: wait for ondemand_object_worker to finish when dropping objectHou Tao1-0/+3
2024-07-18cachefiles: cancel all requests for the object that is being droppedBaokun Li1-0/+19
2024-07-18cachefiles: stop sending new request when dropping objectBaokun Li2-2/+10
2024-07-18cachefiles: propagate errors from vfs_getxattr() to avoid infinite loopBaokun Li1-1/+4
2024-07-11fs/ntfs3: Mark volume as dirty if xattr is brokenKonstantin Komarov1-1/+4
2024-07-11fs: don't misleadingly warn during thaw operationsChristian Brauner1-1/+10
2024-07-11filelock: Remove locks reliably when fcntl/close race is detectedJann Horn1-5/+4
2024-07-11f2fs: Add inline to f2fs_build_fault_attr() stubNathan Chancellor1-2/+2
2024-07-11btrfs: fix folio refcount in __alloc_dummy_extent_buffer()Boris Burkov1-1/+1
2024-07-11btrfs: fix adding block group to a reclaim list and the unused list during re...Naohiro Aota1-2/+11
2024-07-11btrfs: zoned: fix calc_available_free_space() for zoned modeNaohiro Aota1-3/+21
2024-07-11nilfs2: fix incorrect inode allocation from reserved inodesRyusuke Konishi4-12/+20