summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-07-27filelock: Fix fcntl/close race recovery compat pathJann Horn1-5/+4
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-27hfsplus: fix uninit-value in copy_nameEdward Adam Davis1-1/+1
2024-07-27fs: better handle deep ancestor chains in is_subdir()Christian Brauner1-17/+14
2024-07-27fs/file: fix the check in find_next_fd()Yuntao Wang1-2/+2
2024-07-27filelock: Remove locks reliably when fcntl/close race is detectedJann Horn1-5/+4
2024-07-18nilfs2: fix kernel bug on rename operation of broken directoryRyusuke Konishi1-2/+30
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-18nilfs2: fix incorrect inode allocation from reserved inodesRyusuke Konishi4-12/+19
2024-07-18nilfs2: add missing check for inode numbers on directory entriesRyusuke Konishi2-0/+11
2024-07-18nilfs2: fix inode number range checksRyusuke Konishi3-3/+10
2024-07-18jffs2: Fix potential illegal address access in jffs2_free_inodeWang Yong1-0/+1
2024-07-18orangefs: fix out-of-bounds fsid accessMike Marshall1-1/+2
2024-07-05nfs: Leave pages in the pagecache if readpage failedMatthew Wilcox (Oracle)1-4/+0
2024-07-05ftruncate: pass a signed offsetArnd Bergmann1-2/+2
2024-07-05udf: udftime: prevent overflow in udf_disk_stamp_to_time()Roman Smirnov1-3/+8
2024-07-05nilfs2: fix potential kernel bug due to lack of writeback flag waitingRyusuke Konishi1-0/+3
2024-07-05ocfs2: fix races between hole punching and AIO+DIOSu Yue1-0/+2
2024-07-05ocfs2: use coarse time for new created filesSu Yue1-1/+1
2024-07-05fs/proc: fix softlockup in __read_vmcoreRik van Riel1-0/+2
2024-07-05jfs: xattr: fix buffer overflow for invalid xattrGreg Kroah-Hartman1-1/+3
2024-07-05nilfs2: fix nilfs_empty_dir() misjudgment and long loop on I/O errorsRyusuke Konishi1-1/+1
2024-07-05nilfs2: return the mapped address from nilfs_get_page()Matthew Wilcox (Oracle)1-30/+27
2024-07-05nilfs2: Remove check for PageErrorMatthew Wilcox (Oracle)1-1/+1
2024-06-16nfs: fix undefined behavior in nfs_block_bits()Sergey Shtylyov1-2/+2
2024-06-16ext4: fix mb_cache_entry's e_refcnt leak in ext4_xattr_block_cache_find()Baokun Li1-1/+3
2024-06-16f2fs: fix to do sanity check on i_xattr_nid in sanity_check_inode()Chao Yu1-0/+6
2024-06-16nilfs2: fix use-after-free of timer for log writer threadRyusuke Konishi1-6/+19
2024-06-16afs: Don't cross .backup mountpoint from backup volumeMarc Dionne1-0/+5
2024-06-16io_uring: fail NOP if non-zero op flags is passed inMing Lei1-0/+2
2024-06-16f2fs: fix to release node block count in error path of f2fs_new_node_page()Chao Yu1-1/+1
2024-06-16ext4: avoid excessive credit estimate in ext4_tmpfile()Jan Kara1-1/+1
2024-06-16jffs2: prevent xattr node from overflowing the eraseblockIlya Denisyev1-0/+3
2024-06-16nilfs2: fix out-of-range warningArnd Bergmann1-1/+1
2024-06-16ecryptfs: Fix buffer size for tag 66 packetBrian Kubisiak1-1/+3
2024-06-16openpromfs: finish conversion to the new mount APIEric Sandeen1-4/+4
2024-06-16nilfs2: fix potential hang in nilfs_detach_log_writer()Ryusuke Konishi1-3/+18
2024-06-16nilfs2: fix unexpected freezing of nilfs_segctor_sync()Ryusuke Konishi1-4/+13
2024-05-25btrfs: add missing mutex_unlock in btrfs_relocate_sys_chunks()Dominique Martinet1-0/+1
2024-05-25smb: client: fix potential OOBs in smb2_parse_contexts()Paulo Alcantara3-33/+62
2024-05-25ext4: fix bug_on in __es_tree_searchBaokun Li1-5/+5
2024-05-17fs/9p: drop inodes immediately on non-.L tooJoakim Sindholt1-0/+1
2024-05-179p: explicitly deny setlease attemptsJeff Layton1-0/+2
2024-05-17fs/9p: translate O_TRUNC into OTRUNCJoakim Sindholt1-0/+3
2024-05-17fs/9p: only translate RWX permissions for plain 9P2000Joakim Sindholt1-1/+1
2024-05-17btrfs: always clear PERTRANS metadata during commitBoris Burkov1-1/+1
2024-05-17btrfs: make btrfs_clear_delalloc_extent() free delalloc reserveBoris Burkov1-1/+1