summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2023-06-19NFS: Make all of /sys/fs/nfs network-namespace uniqueBenjamin Coddington
2023-06-19NFS: Open-code the nfs_kset kset_create_and_add()Benjamin Coddington
2023-06-19NFS: rename nfs_client_kobj to nfs_net_kobjBenjamin Coddington
2023-06-19NFS: rename nfs_client_kset to nfs_ksetBenjamin Coddington
2023-06-19btrfs: fix race between quota disable and relocationFilipe Manana
2023-06-19btrfs: add comment to struct btrfs_fs_info::dirty_cowonly_rootsFilipe Manana
2023-06-19btrfs: fix race when deleting free space root from the dirty cow roots listFilipe Manana
2023-06-19btrfs: fix race when deleting quota root from the dirty cow roots listFilipe Manana
2023-06-19btrfs: tracepoints: also show actual number of the outstanding extentsNaohiro Aota
2023-06-19NFS: Add an "xprtsec=" NFS mount optionChuck Lever
2023-06-19NFS: Have struct nfs_client carry a TLS policy fieldChuck Lever
2023-06-19ovl: enable fsnotify events on underlying real filesAmir Goldstein
2023-06-19fs: use backing_file container for internal files with "fake" f_pathAmir Goldstein
2023-06-19NFS: Improvements for fs_context-related tracepointsChuck Lever
2023-06-19fs: move kmem_cache_zalloc() into alloc_empty_file*() helpersAmir Goldstein
2023-06-19fs: use a helper for opening kernel internal filesAmir Goldstein
2023-06-19NFSv4.2: SETXATTR should update ctimeAnna Schumaker
2023-06-19NFSv4.2: Clean up xattr size macrosAnna Schumaker
2023-06-19fs: rename {vfs,kernel}_tmpfile_open()Amir Goldstein
2023-06-19NFSv4.2: Clean up nfs4_xdr_dec_*xattr() functionsAnna Schumaker
2023-06-19NFSv4.2: Clean up: Move nfs4_xdr_enc_*xattr() functionsAnna Schumaker
2023-06-19NFSv4.2: Clean up: move decode_*xattr() functionsAnna Schumaker
2023-06-19NFSv4.2: Clean up: Move the encode_copy_commit() functionAnna Schumaker
2023-06-19btrfs: update i_version in update_dev_timeJeff Layton
2023-06-19btrfs: make btrfs_compressed_bioset staticBen Dooks
2023-06-19afs: Fix waiting for writeback then skipping folioVishal Moola (Oracle)
2023-06-19afs: Fix dangling folio ref counts in writebackVishal Moola (Oracle)
2023-06-19btrfs: add handling for RAID1C23/DUP to btrfs_reduce_alloc_profileMatt Corallo
2023-06-19btrfs: scrub: remove btrfs_fs_info::scrub_wr_completion_workersQu Wenruo
2023-06-19btrfs: scrub: remove scrub_ctx::csum_list memberQu Wenruo
2023-06-19btrfs: do not BUG_ON after failure to migrate space during truncationFilipe Manana
2023-06-19btrfs: do not BUG_ON on failure to get dir index for new snapshotFilipe Manana
2023-06-19btrfs: send: do not BUG_ON() on unexpected symlink data extentFilipe Manana
2023-06-19btrfs: do not BUG_ON() when dropping inode items from log rootFilipe Manana
2023-06-19btrfs: replace BUG_ON() at split_item() with proper error handlingFilipe Manana
2023-06-19btrfs: do not BUG_ON() on tree mod log failures at btrfs_del_ptr()Filipe Manana
2023-06-19btrfs: do not BUG_ON() on tree mod log failures at insert_ptr()Filipe Manana
2023-06-19btrfs: do not BUG_ON() on tree mod log failure at insert_new_root()Filipe Manana
2023-06-19btrfs: do not BUG_ON() on tree mod log failures at push_nodes_for_insert()Filipe Manana
2023-06-19btrfs: abort transaction at update_ref_for_cow() when ref count is zeroFilipe Manana
2023-06-19btrfs: abort transaction at balance_level() when left child is missingFilipe Manana
2023-06-19btrfs: avoid unnecessarily setting the fs to RO and error state at balance_le...Filipe Manana
2023-06-19btrfs: rename enospc label to out at balance_level()Filipe Manana
2023-06-19btrfs: do not BUG_ON() on tree mod log failure at balance_level()Filipe Manana
2023-06-19btrfs: do not BUG_ON() on tree mod log failure at __btrfs_cow_block()Filipe Manana
2023-06-19btrfs: avoid tree mod log ENOMEM failures when we don't need to logFilipe Manana
2023-06-19btrfs: fix extent buffer leak after tree mod log failure at split_node()Filipe Manana
2023-06-19btrfs: add missing error handling when logging operation while COWing extent ...Filipe Manana
2023-06-19btrfs: set FMODE_CAN_ODIRECT instead of a dummy direct_IO methodChristoph Hellwig
2023-06-19btrfs: update documentation for a block group's bg_list memberFilipe Manana