summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-09-22btrfs: print leaked references in kill_all_delayed_nodes()Leo Martins
2025-09-22btrfs: implement ref_tracker for delayed_nodesLeo Martins
2025-09-22btrfs: convert several int parameters to boolDavid Sterba
2025-09-22btrfs: move ref-verify under CONFIG_BTRFS_DEBUGLeo Martins
2025-09-22btrfs: use PTR_ERR_OR_ZERO() to simplify code inbtrfs_control_ioctl()Xichao Zhao
2025-09-22btrfs: simplify support block size checkQu Wenruo
2025-09-22btrfs: use blocksize to check if compression is making things largerQu Wenruo
2025-09-22btrfs: pass btrfs_inode pointer directly into btrfs_compress_folios()Qu Wenruo
2025-09-22btrfs: zoned: refine extent allocator hint selectionNaohiro Aota
2025-09-22btrfs: try to search for data csums in commit rootBoris Burkov
2025-09-22btrfs: remove duplicate inclusion of linux/types.hJiapeng Chong
2025-09-22btrfs: zoned: return error from btrfs_zone_finish_endio()Johannes Thumshirn
2025-09-22btrfs: zoned: directly call do_zone_finish() from btrfs_zone_finish_endio_wor...Johannes Thumshirn
2025-09-22btrfs: collapse unaccount_log_buffer() into clean_log_buffer()Filipe Manana
2025-09-22btrfs: use local key variable to pass arguments in replay_one_extent()Filipe Manana
2025-09-22btrfs: process inline extent earlier in replay_one_extent()Filipe Manana
2025-09-22btrfs: exit early when replaying hole file extent item from a log treeFilipe Manana
2025-09-22btrfs: abort transaction where errors happen during log tree replayFilipe Manana
2025-09-22btrfs: return real error from read_alloc_one_name() in drop_one_dir_item()Filipe Manana
2025-09-22btrfs: use local variable for the transaction handle in replay_one_buffer()Filipe Manana
2025-09-22btrfs: abort transaction in the process_one_buffer() log tree walk callbackFilipe Manana
2025-09-22btrfs: abort transaction on specific error places when walking log treeFilipe Manana
2025-09-22btrfs: replace double boolean parameters of cow_file_range()Qu Wenruo
2025-09-21smb: client: handle unlink(2) of files open by different clientsPaulo Alcantara
2025-09-21smb: server: use disable_work_sync in transport_rdma.cStefan Metzmacher
2025-09-21smb: server: don't use delayed_work for post_recv_credits_workStefan Metzmacher
2025-09-21nfsd: Don't force CRYPTO_LIB_SHA256 to be built-inEric Biggers
2025-09-21nfsd: nfserr_jukebox in nlm_fopen should lead to a retryOlga Kornievskaia
2025-09-21NFSD: Reduce DRC bucket sizeChuck Lever
2025-09-21NFSD: Delay adding new entries to LRUChuck Lever
2025-09-21SUNRPC: Move the svc_rpcb_cleanup() call sitesChuck Lever
2025-09-21NFS: Remove rpcbind cleanup for NFSv4.0 callbackChuck Lever
2025-09-21NFSD: Drop redundant conversion to boolXichao Zhao
2025-09-21nfsd: decouple the xprtsec policy check from check_nfsd_access()Scott Mayhew
2025-09-21NFSD: Fix destination buffer size in nfsd4_ssc_setup_dul()Thorsten Blum
2025-09-21nfsd: Eliminate an allocation in nfs4_make_rec_clidname()Eric Biggers
2025-09-21nfsd: Replace open-coded conversion of bytes to hexEric Biggers
2025-09-21lockd: Remove space before newlineColin Ian King
2025-09-21nfsd: freeze c/mtime updates with outstanding WRITE_ATTRS delegationJeff Layton
2025-09-21nfsd: fix timestamp updates in CB_GETATTRJeff Layton
2025-09-21nfsd: fix SETATTR updates for delegated timestampsJeff Layton
2025-09-21nfsd: track original timestamps in nfs4_delegationJeff Layton
2025-09-21nfsd: use ATTR_CTIME_SET for delegated ctime updatesJeff Layton
2025-09-21vfs: add ATTR_CTIME_SET flagJeff Layton
2025-09-21nfsd: ignore ATTR_DELEG when checking ia_valid before notify_change()Jeff Layton
2025-09-21nfsd: fix assignment of ia_ctime.tv_nsec on delegated mtime updateJeff Layton
2025-09-21NFSD: Fix last write offset handling in layoutcommitSergey Bashirov
2025-09-21NFSD: Implement large extent array support in pNFSSergey Bashirov
2025-09-21NFSD: Minor cleanup in layoutcommit decodingSergey Bashirov
2025-09-21NFSD: Minor cleanup in layoutcommit processingSergey Bashirov