summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-03-28btrfs: make sure that WRITTEN is set on all metadata blocksJosef Bacik2-15/+16
2025-03-28ksmbd: fix incorrect validation for num_aces field of smb_aclNamjae Jeon1-1/+4
2025-03-28proc: fix UAF in proc_get_inode()Ye Bin3-4/+26
2025-03-22smb: client: Fix match_session bug preventing session reuseHenrique Carvalho1-4/+12
2025-03-22smb3: add support for IAKerbSteve French5-3/+12
2025-03-22cifs: Throw -EOPNOTSUPP error on unsupported reparse point type from parse_re...Pali Rohár1-3/+2
2025-03-22cifs: Validate content of WSL reparse point buffersPali Rohár1-0/+5
2025-03-22cifs: Fix integer overflow while processing closetimeo mount optionMurad Masimov1-2/+2
2025-03-22cifs: Fix integer overflow while processing actimeo mount optionMurad Masimov1-1/+1
2025-03-22cifs: Fix integer overflow while processing acdirmax mount optionMurad Masimov1-2/+2
2025-03-22cifs: Fix integer overflow while processing acregmax mount optionMurad Masimov1-2/+2
2025-03-22smb: client: fix regression with guest optionPaulo Alcantara1-0/+4
2025-03-22ksmbd: prevent connection release during oplock break notificationNamjae Jeon4-12/+30
2025-03-22ksmbd: fix use-after-free in ksmbd_free_work_structNamjae Jeon4-27/+15
2025-03-22fuse: don't truncate cached, mutated symlinkMiklos Szeredi2-6/+20
2025-03-22cifs: Treat unhandled directory name surrogate reparse points as mount direct...Pali Rohár2-0/+16
2025-03-22vboxsf: fix building with GCC 15Brahmajit Das1-1/+2
2025-03-22smb: client: fix noisy when tree connecting to DFS interlink targetsPaulo Alcantara1-1/+1
2025-03-22hrtimer: Use and report correct timerslack values for realtime tasksFelix Moessbauer2-11/+9
2025-03-13exfat: fix soft lockup in exfat_clear_bitmapNamjae Jeon3-7/+16
2025-03-13NFS: fix nfs_release_folio() to not deadlock via kcompactd writebackMike Snitzer1-1/+2
2025-03-13ksmbd: fix bug on trap in smb2_lockNamjae Jeon1-1/+1
2025-03-13ksmbd: fix use-after-free in smb2_lockNamjae Jeon1-3/+3
2025-03-13ksmbd: fix out-of-bounds in parse_sec_desc()Namjae Jeon1-0/+16
2025-03-13ksmbd: fix type confusion via race condition when using ipc_msg_send_requestNamjae Jeon1-0/+1
2025-03-13NFS: O_DIRECT writes must check and adjust the file lengthTrond Myklebust1-0/+19
2025-03-13smb: client: fix chmod(2) regression with ATTR_READONLYPaulo Alcantara1-2/+2
2025-03-07afs: Fix the server_list to unuse a displaced server rather than putting itDavid Howells1-2/+2
2025-03-07afs: Make it possible to find the volumes that are using a serverDavid Howells6-32/+143
2025-03-07ovl: fix UAF in ovl_dentry_update_reval by moving dput() in ovl_link_upVasiliy Kovalev1-1/+1
2025-02-27nilfs2: handle errors that nilfs_prepare_chunk() may returnRyusuke Konishi3-19/+27
2025-02-27nilfs2: eliminate staggered calls to kunmap in nilfs_renameRyusuke Konishi1-1/+2
2025-02-27nilfs2: move page release outside of nilfs_delete_entry and nilfs_set_linkRyusuke Konishi3-16/+14
2025-02-27smb: client: Add check for next_buffer in receive_encrypted_standard()Haoxiang Li1-0/+4
2025-02-27xfs: don't over-report free space or inodes in statvfsDarrick J. Wong1-10/+17
2025-02-27xfs: report realtime block quota limits on realtime directoriesDarrick J. Wong2-12/+17
2025-02-27xfs: Check for delayed allocations before setting extsizeOjaswin Mujoo3-3/+8
2025-02-27xfs: streamline xfs_filestream_pick_agChristoph Hellwig1-50/+46
2025-02-27xfs: Reduce unnecessary searches when searching for the best extentsChi Zhiling1-1/+1
2025-02-27xfs: update the pag for the last AG at recovery timeChristoph Hellwig3-3/+34
2025-02-27xfs: don't use __GFP_RETRY_MAYFAIL in xfs_initialize_peragChristoph Hellwig1-1/+1
2025-02-27xfs: error out when a superblock buffer update reduces the agcountChristoph Hellwig1-0/+5
2025-02-27xfs: update the file system geometry after recoverying superblock buffersChristoph Hellwig2-8/+52
2025-02-27xfs: pass the exact range to initialize to xfs_initialize_peragChristoph Hellwig5-38/+22
2025-02-27xfs: Remove empty declartion in header fileZhang Zekun1-1/+0
2025-02-27xfs: Use try_cmpxchg() in xlog_cil_insert_pcp_aggregate()Uros Bizjak1-7/+4
2025-02-27xfs: support lowmode allocations in xfs_bmap_exact_minlen_extent_allocChristoph Hellwig1-1/+7
2025-02-27xfs: call xfs_bmap_exact_minlen_extent_alloc from xfs_bmap_btallocChristoph Hellwig1-48/+13
2025-02-27xfs: don't ifdef around the exact minlen allocationsChristoph Hellwig3-14/+3
2025-02-27xfs: fold xfs_bmap_alloc_userdata into xfs_bmapi_allocateChristoph Hellwig1-45/+28