summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-01-06ovl: support encoding fid from inode with no aliasAmir Goldstein
2025-01-06ovl: pass realinode to ovl_encode_real_fh() instead of realdentryAmir Goldstein
2025-01-06nfsd: fix UAF when access ex_uuid or ex_statsYang Erkun
2025-01-06nfsd: no need get cache ref when protected by rcuYang Erkun
2025-01-06NFSD: add cb opcode to WARN_ONCE on failed callbackOlga Kornievskaia
2025-01-06NFSD: fix decoding in nfs4_xdr_dec_cb_getattrOlga Kornievskaia
2025-01-06nfsd: add shrinker to reduce number of slots allocated per sessionNeilBrown
2025-01-06nfsd: add support for freeing unused session-DRC slotsNeilBrown
2025-01-06nfsd: allocate new session-based DRC slots on demand.NeilBrown
2025-01-06nfsd: add session slot count to /proc/fs/nfsd/clients/*/infoNeilBrown
2025-01-06nfsd: remove artificial limits on the session-based DRCNeilBrown
2025-01-06nfsd: use an xarray to store v4.1 session slotsNeilBrown
2025-01-06sunrpc: remove all connection limit configurationNeilBrown
2025-01-06nfsd: don't use sv_nrthreads in connection limiting calculations.NeilBrown
2025-01-06nfsd: fix legacy client tracking initializationScott Mayhew
2025-01-06NFSD: Clean up unused variableChuck Lever
2025-01-06nfsd: use new wake_up_var interfaces.NeilBrown
2025-01-06nfsd: trace: remove redundant stateid even deleg_recallChen Hanxiao
2025-01-06Merge tag 'exfat-for-6.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-01-06btrfs: don't read from userspace twice in btrfs_uring_encoded_read()Mark Harmstone
2025-01-06fanotify: Fix crash in fanotify_init(2)Jan Kara
2025-01-05ksmbd: Remove unneeded if check in ksmbd_rdma_capable_netdev()Thorsten Blum
2025-01-05ksmbd: fix a missing return value check bugWentao Liang
2025-01-05Merge tag 'mm-hotfixes-stable-2025-01-04-18-02' of git://git.kernel.org/pub/s...Linus Torvalds
2025-01-04libfs: Use d_children list to iterate simple_offset directoriesChuck Lever
2025-01-04libfs: Replace simple_offset end-of-directory detectionChuck Lever
2025-01-04Revert "libfs: fix infinite directory reads for offset dir"Chuck Lever
2025-01-04Revert "libfs: Add simple_offset_empty()"Chuck Lever
2025-01-04libfs: Return ENOSPC when the directory offset range is exhaustedChuck Lever
2025-01-04Merge patch series "fix reading ESP during coredump"Christian Brauner
2025-01-04pipe_read: don't wake up the writer if the pipe is still fullOleg Nesterov
2025-01-04fs/proc: do_task_stat: Fix ESP not readable during coredumpNam Cao
2025-01-04fuse: respect FOPEN_KEEP_CACHE on opendirAmir Goldstein
2024-12-31exfat: fix the infinite loop in __exfat_free_cluster()Yuezhang Mo
2024-12-31exfat: fix the new buffer was not zeroed before writingYuezhang Mo
2024-12-31exfat: fix the infinite loop in exfat_readdir()Yuezhang Mo
2024-12-30ocfs2: fix slab-use-after-free due to dangling pointer dqi_privDennis Lam
2024-12-30fs/proc/task_mmu: fix pagemap flags with PMD THP entries on 32bitDavid Hildenbrand
2024-12-30fs/ntfs3: Unify inode corruption marking with _ntfs_bad_inode()Konstantin Komarov
2024-12-30fs/ntfs3: Mark inode as bad as soon as error detected in mi_enum_attr()Konstantin Komarov
2024-12-29bcachefs: bcachefs_metadata_version_inode_depthKent Overstreet
2024-12-29bcachefs: Option changes now get propagated to reflinked dataKent Overstreet
2024-12-29bcachefs: bcachefs_metadata_version_reflink_p_may_update_optsKent Overstreet
2024-12-29bcachefs: BCH_SB_VERSION_INCOMPATKent Overstreet
2024-12-29bcachefs: Only run check_backpointers_to_extents in debug modeKent Overstreet
2024-12-29bcachefs: better backpointer_target_not_found() error messageKent Overstreet
2024-12-29bcachefs: bch2_backpointer_get_key() now repairs dangling backpointersKent Overstreet
2024-12-29bcachefs: check_extents_to_backpointers() now only checks buckets with mismat...Kent Overstreet
2024-12-29bcachefs: Add write buffer flush param to backpointer_get_key()Kent Overstreet
2024-12-29bcachefs: kill __bch2_extent_ptr_to_bp()Kent Overstreet