summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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
2025-02-27xfs: distinguish extra split from real ENOSPC from xfs_attr_node_try_addnameChristoph Hellwig1-5/+8
2025-02-27xfs: distinguish extra split from real ENOSPC from xfs_attr3_leaf_splitChristoph Hellwig2-3/+7
2025-02-27xfs: return bool from xfs_attr3_leaf_addChristoph Hellwig3-27/+25
2025-02-27xfs: merge xfs_attr_leaf_try_add into xfs_attr_leaf_addnameChristoph Hellwig1-102/+74
2025-02-27xfs: don't free cowblocks from under dirty pagecache on unshareBrian Foster3-7/+23
2025-02-27xfs: skip background cowblock trims on inodes open for writeBrian Foster1-8/+23
2025-02-27xfs: fix a typoAndrew Kreimer1-1/+1
2025-02-27xfs: fix a sloppy memory handling bug in xfs_iroot_reallocDarrick J. Wong1-5/+5
2025-02-27xfs: validate inumber in xfs_igetDarrick J. Wong1-1/+1
2025-02-27xfs: assert a valid limit in xfs_rtfind_forwChristoph Hellwig1-0/+2
2025-02-21btrfs: fix hole expansion when writing at an offset beyond EOFFilipe Manana1-3/+1
2025-02-21orangefs: fix a oob in orangefs_debug_writeMike Marshall1-2/+2
2025-02-21NFS: Fix potential buffer overflowin nfs_sysfs_link_rpc_client()Zichen Xie1-3/+3
2025-02-21NFSD: fix hang in nfsd4_shutdown_callbackDai Ngo1-2/+5
2025-02-21nfsd: clear acl_access/acl_default after releasing themLi Lingfeng2-0/+4
2025-02-17cachefiles: Fix NULL pointer dereference in object->fileZizhi Wo2-10/+34
2025-02-17btrfs: avoid monopolizing a core when activating a swap fileFilipe Manana1-0/+2
2025-02-17Revert "btrfs: avoid monopolizing a core when activating a swap file"Koichiro Den1-2/+0
2025-02-17ocfs2: check dir i_size in ocfs2_find_entrySu Yue1-4/+21