summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-03-07afs: Fix the server_list to unuse a displaced server rather than putting itDavid Howells
2025-03-07afs: Make it possible to find the volumes that are using a serverDavid Howells
2025-03-07ovl: fix UAF in ovl_dentry_update_reval by moving dput() in ovl_link_upVasiliy Kovalev
2025-02-27nilfs2: handle errors that nilfs_prepare_chunk() may returnRyusuke Konishi
2025-02-27nilfs2: eliminate staggered calls to kunmap in nilfs_renameRyusuke Konishi
2025-02-27nilfs2: move page release outside of nilfs_delete_entry and nilfs_set_linkRyusuke Konishi
2025-02-27smb: client: Add check for next_buffer in receive_encrypted_standard()Haoxiang Li
2025-02-27xfs: don't over-report free space or inodes in statvfsDarrick J. Wong
2025-02-27xfs: report realtime block quota limits on realtime directoriesDarrick J. Wong
2025-02-27xfs: Check for delayed allocations before setting extsizeOjaswin Mujoo
2025-02-27xfs: streamline xfs_filestream_pick_agChristoph Hellwig
2025-02-27xfs: Reduce unnecessary searches when searching for the best extentsChi Zhiling
2025-02-27xfs: update the pag for the last AG at recovery timeChristoph Hellwig
2025-02-27xfs: don't use __GFP_RETRY_MAYFAIL in xfs_initialize_peragChristoph Hellwig
2025-02-27xfs: error out when a superblock buffer update reduces the agcountChristoph Hellwig
2025-02-27xfs: update the file system geometry after recoverying superblock buffersChristoph Hellwig
2025-02-27xfs: pass the exact range to initialize to xfs_initialize_peragChristoph Hellwig
2025-02-27xfs: Remove empty declartion in header fileZhang Zekun
2025-02-27xfs: Use try_cmpxchg() in xlog_cil_insert_pcp_aggregate()Uros Bizjak
2025-02-27xfs: support lowmode allocations in xfs_bmap_exact_minlen_extent_allocChristoph Hellwig
2025-02-27xfs: call xfs_bmap_exact_minlen_extent_alloc from xfs_bmap_btallocChristoph Hellwig
2025-02-27xfs: don't ifdef around the exact minlen allocationsChristoph Hellwig
2025-02-27xfs: fold xfs_bmap_alloc_userdata into xfs_bmapi_allocateChristoph Hellwig
2025-02-27xfs: distinguish extra split from real ENOSPC from xfs_attr_node_try_addnameChristoph Hellwig
2025-02-27xfs: distinguish extra split from real ENOSPC from xfs_attr3_leaf_splitChristoph Hellwig
2025-02-27xfs: return bool from xfs_attr3_leaf_addChristoph Hellwig
2025-02-27xfs: merge xfs_attr_leaf_try_add into xfs_attr_leaf_addnameChristoph Hellwig
2025-02-27xfs: don't free cowblocks from under dirty pagecache on unshareBrian Foster
2025-02-27xfs: skip background cowblock trims on inodes open for writeBrian Foster
2025-02-27xfs: fix a typoAndrew Kreimer
2025-02-27xfs: fix a sloppy memory handling bug in xfs_iroot_reallocDarrick J. Wong
2025-02-27xfs: validate inumber in xfs_igetDarrick J. Wong
2025-02-27xfs: assert a valid limit in xfs_rtfind_forwChristoph Hellwig
2025-02-21btrfs: fix hole expansion when writing at an offset beyond EOFFilipe Manana
2025-02-21orangefs: fix a oob in orangefs_debug_writeMike Marshall
2025-02-21NFS: Fix potential buffer overflowin nfs_sysfs_link_rpc_client()Zichen Xie
2025-02-21NFSD: fix hang in nfsd4_shutdown_callbackDai Ngo
2025-02-21nfsd: clear acl_access/acl_default after releasing themLi Lingfeng
2025-02-17cachefiles: Fix NULL pointer dereference in object->fileZizhi Wo
2025-02-17btrfs: avoid monopolizing a core when activating a swap fileFilipe Manana
2025-02-17Revert "btrfs: avoid monopolizing a core when activating a swap file"Koichiro Den
2025-02-17ocfs2: check dir i_size in ocfs2_find_entrySu Yue
2025-02-17nilfs2: fix possible int overflows in nilfs_fiemap()Nikita Zhandarovich
2025-02-17ocfs2: handle a symlink read error correctlyMatthew Wilcox (Oracle)
2025-02-17ocfs2: fix incorrect CPU endianness conversion causing mount failureHeming Zhao
2025-02-17pnfs/flexfiles: retry getting layout segment for readsMike Snitzer
2025-02-17xfs: Add error handling for xfs_reflink_cancel_cow_rangeWentao Liang
2025-02-17xfs: Propagate errors from xfs_reflink_cancel_cow_range in xfs_dax_write_ioma...Wentao Liang
2025-02-17ksmbd: fix integer overflows on 32 bit systemsDan Carpenter
2025-02-17binfmt_flat: Fix integer overflow bug on 32 bit systemsDan Carpenter