summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-05-02btrfs: fix information leak in btrfs_ioctl_logical_to_ino()Johannes Thumshirn1-9/+3
2024-05-02btrfs: scrub: run relocation repair when/only neededNaohiro Aota1-9/+9
2024-05-02btrfs: fix wrong block_start calculation for btrfs_drop_extent_map_range()Qu Wenruo2-1/+6
2024-05-02btrfs: fallback if compressed IO fails for ENOSPCSweet Tea Dorminy1-7/+6
2024-05-02smb3: fix lock ordering potential deadlock in cifs_sync_mid_resultSteve French1-0/+3
2024-05-02smb3: missing lock when picking channelSteve French1-1/+3
2024-05-02smb: client: Fix struct_group() usage in __packed structsGustavo A. R. Silva2-3/+3
2024-05-02mm: support page_mapcount() on page_has_type() pagesMatthew Wilcox (Oracle)1-5/+2
2024-05-02netfs: Fix the pre-flush when appending to a file in writethrough modeDavid Howells1-7/+6
2024-05-02netfs: Fix writethrough-mode error handlingDavid Howells1-4/+6
2024-05-02cifs: reinstate original behavior again for forceuid/forcegidTakayuki Nagata2-0/+14
2024-05-02smb: client: fix rename(2) regression against sambaPaulo Alcantara1-0/+1
2024-05-02cifs: Fix reacquisition of volume cookie on still-live connectionDavid Howells3-0/+18
2024-04-27ksmbd: common: use struct_group_attr instead of struct_group for network_open...Namjae Jeon1-1/+1
2024-04-27ksmbd: clear RENAME_NOREPLACE before calling vfs_renameMarios Makassikis1-0/+5
2024-04-27ksmbd: validate request buffer size in smb2_allocate_rsp_buf()Namjae Jeon1-0/+4
2024-04-27ksmbd: fix slab-out-of-bounds in smb2_allocate_rsp_bufNamjae Jeon1-8/+5
2024-04-27nilfs2: fix OOB in nilfs_set_de_typeJeongjun Park1-1/+1
2024-04-27Squashfs: check the inode number is not the invalid value of zeroPhillip Lougher1-1/+4
2024-04-27fuse: fix leaked ENOSYS error on first statx callDanny Lin1-0/+1
2024-04-27fs: sysfs: Fix reference leak in sysfs_break_active_protection()Alan Stern1-0/+2
2024-04-27NFSD: fix endianness issue in nfsd4_encode_fattr4Vasily Gorbik1-24/+23
2024-04-27btrfs: zoned: do not flag ZEROOUT on non-dirty extent bufferNaohiro Aota1-1/+1
2024-04-27btrfs: do not wait for short bulk allocationQu Wenruo1-14/+4
2024-04-17kernfs: annotate different lockdep class for of->mutex of writable filesAmir Goldstein1-1/+8
2024-04-17fs/proc: Skip bootloader comment if no embedded kernel parametersMasami Hiramatsu1-1/+1
2024-04-17fs/proc: remove redundant comments from /proc/bootconfigZhenhua Huang1-6/+6
2024-04-17btrfs: qgroup: convert PREALLOC to PERTRANS after record_root_in_transBoris Burkov1-9/+8
2024-04-17btrfs: record delayed inode root in transactionBoris Burkov1-0/+3
2024-04-17btrfs: qgroup: fix qgroup prealloc rsv leak in subvolume operationsBoris Burkov4-22/+40
2024-04-17btrfs: qgroup: correctly model root qgroup rsv in convertBoris Burkov1-0/+2
2024-04-17btrfs: tests: allocate dummy fs_info and root in test_find_delalloc()David Sterba1-4/+24
2024-04-17ceph: switch to use cap_delay_lock for the unlink delay listXiubo Li3-9/+7
2024-04-17ceph: redirty page before returning AOP_WRITEPAGE_ACTIVATENeilBrown1-1/+3
2024-04-17smb3: fix Open files on server counter going negativeSteve French1-2/+2
2024-04-13kernfs: RCU protect kernfs_nodes and avoid kernfs_idr_lock in kernfs_find_and...Tejun Heo2-11/+22
2024-04-13ext4: forbid commit inconsistent quota data when errors=remount-roYe Bin1-0/+12
2024-04-13ext4: add a hint for block bitmap corrupt state in mb_groupsZhang Yi1-1/+4
2024-04-13Julia Lawall reported this null pointer dereference, this should fix it.Mike Marshall1-1/+1
2024-04-13isofs: handle CDs with bad root inode but good Joliet root directoryAlex Henrie1-2/+16
2024-04-13sysv: don't call sb_bread() with pointers_lock heldTetsuo Handa1-6/+4
2024-04-13btrfs: send: handle path ref underflow in header iterate_inode_ref()David Sterba1-1/+9
2024-04-13btrfs: export: handle invalid inode or root reference in btrfs_get_parent()David Sterba1-1/+8
2024-04-13btrfs: handle chunk tree lookup error in btrfs_relocate_sys_chunks()David Sterba1-1/+11
2024-04-13pstore/zone: Add a null pointer check to the psz_kmsg_readKunwu Chan1-0/+2
2024-04-10smb: client: fix potential UAF in cifs_signal_cifsd_for_reconnect()Paulo Alcantara1-0/+2
2024-04-10smb: client: fix potential UAF in smb2_is_network_name_deleted()Paulo Alcantara1-0/+2
2024-04-10smb: client: fix potential UAF in is_valid_oplock_break()Paulo Alcantara1-0/+2
2024-04-10smb: client: fix potential UAF in smb2_is_valid_lease_break()Paulo Alcantara1-0/+2
2024-04-10smb: client: fix potential UAF in smb2_is_valid_oplock_break()Paulo Alcantara1-0/+2