summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-01-16xfs: check for dead buffers in xfs_buf_find_insertChristoph Hellwig
2025-01-15ksmbd: fix integer overflows on 32 bit systemsDan Carpenter
2025-01-15ksmbd: browse interfaces list on FSCTL_QUERY_INTERFACE_INFO IOCTLNamjae Jeon
2025-01-15ksmbd: Remove unused functionsDr. David Alan Gilbert
2025-01-15ocfs2: check dir i_size in ocfs2_find_entrySu Yue
2025-01-15smb: client: fix double free of TCP_Server_Info::hostnamePaulo Alcantara
2025-01-15bcachefs: Fix check_inode_hash_info_matches_root()Kent Overstreet
2025-01-15ceph: fix memory leak in ceph_mds_auth_match()Antoine Viallon
2025-01-15saner replacement for debugfs_rename()Al Viro
2025-01-15orangefs-debugfs: don't mess with ->d_nameAl Viro
2025-01-15debugfs: allow to store an additional opaque pointer at file creationAl Viro
2025-01-15debugfs: don't mess with bits in ->d_fsdataAl Viro
2025-01-15debugfs: get rid of dynamically allocation proxy_opsAl Viro
2025-01-15debugfs: move ->automount into debugfs_inode_infoAl Viro
2025-01-15debugfs: separate cache for debugfs inodesAl Viro
2025-01-15afs: Fix the fallback handling for the YFS.RemoveFile2 RPC callDavid Howells
2025-01-14nfs: probe for LOCALIO when v3 client reconnects to serverMike Snitzer
2025-01-14nfs: probe for LOCALIO when v4 client reconnects to serverMike Snitzer
2025-01-14nfs/localio: remove redundant code and simplify LOCALIO enablementMike Snitzer
2025-01-14nfs_common: add nfs_localio trace eventsMike Snitzer
2025-01-14nfs_common: track all open nfsd_files per LOCALIO nfs_clientMike Snitzer
2025-01-14nfs_common: rename nfslocalio nfs_uuid_lock to nfs_uuids_lockMike Snitzer
2025-01-14nfsd: nfsd_file_acquire_local no longer returns GC'd nfsd_fileMike Snitzer
2025-01-14nfsd: rename nfsd_serv_ prefixed methods and variables with nfsd_net_Mike Snitzer
2025-01-14nfsd: update percpu_ref to manage references on nfsd_netMike Snitzer
2025-01-14nfs: cache all open LOCALIO nfsd_file(s) in clientMike Snitzer
2025-01-14nfs_common: move localio_lock to new lock member of nfs_uuid_tMike Snitzer
2025-01-14nfs_common: rename functions that invalidate LOCALIO nfs_clientsMike Snitzer
2025-01-14nfsd: add nfsd_file_{get,put} to 'nfs_to' nfsd_localio_operationsMike Snitzer
2025-01-14nfs/localio: add direct IO enablement with sync and async IO supportMike Snitzer
2025-01-14gfs2: Truncate address space when flipping GFS2_DIF_JDATA flagAndreas Gruenbacher
2025-01-14bcachefs: Document issue with bch_stripe layoutKent Overstreet
2025-01-14bcachefs: Fix self healing on read errorKent Overstreet
2025-01-14bcachefs: Pop all the transactions from the abort oneAlan Huang
2025-01-14bcachefs: Only abort the transactions in the cycleAlan Huang
2025-01-14bcachefs: Introduce lock_graph_pop_fromAlan Huang
2025-01-14bcachefs: Convert open-coded lock_graph_pop_all to helperAlan Huang
2025-01-14bcachefs: Do not allow no fail lock request to failAlan Huang
2025-01-14bcachefs: Merge the condition to avoid additional invocationAlan Huang
2025-01-14Revert "bcachefs: Fix bch2_btree_node_upgrade()"Alan Huang
2025-01-14btrfs: selftests: add a selftest for deleting two out of three extentsJohannes Thumshirn
2025-01-14btrfs: selftests: add test for punching a hole into 3 RAID stripe-extentsJohannes Thumshirn
2025-01-14btrfs: selftests: add selftest for punching holes into the RAID stripe extentsJohannes Thumshirn
2025-01-14btrfs: selftests: test RAID stripe-tree deletion spanning two itemsJohannes Thumshirn
2025-01-14btrfs: selftests: don't split RAID extents in halfJohannes Thumshirn
2025-01-14btrfs: selftests: check for correct return value of failed lookupJohannes Thumshirn
2025-01-14btrfs: don't use btrfs_set_item_key_safe on RAID stripe-extentsJohannes Thumshirn
2025-01-14btrfs: implement hole punching for RAID stripe extentsJohannes Thumshirn
2025-01-14btrfs: fix deletion of a range spanning parts two RAID stripe extentsJohannes Thumshirn
2025-01-14btrfs: fix tail delete of RAID stripe-extentsJohannes Thumshirn