summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-11-12Merge tag 'incore-rtgroups-6.13_2024-11-05' of https://git.kernel.org/pub/scm...Carlos Maiolino
2024-11-12Merge tag 'metadata-directory-tree-6.13_2024-11-05' of https://git.kernel.org...Carlos Maiolino
2024-11-12Merge tag 'generic-groups-6.13_2024-11-05' of https://git.kernel.org/pub/scm/...Carlos Maiolino
2024-11-12Merge tag 'perag-xarray-6.13_2024-11-05' of https://git.kernel.org/pub/scm/li...Carlos Maiolino
2024-11-12bcachefs: Fix assertion pop in bch2_ptr_swab()Kent Overstreet
2024-11-12bcachefs: Fix journal_entry_dev_usage_to_text() overrunKent Overstreet
2024-11-11eventpoll: Control irq suspension for prefer_busy_pollMartin Karsten
2024-11-11eventpoll: Trigger napi_busy_loop, if prefer_busy_poll is setMartin Karsten
2024-11-12erofs: add SEEK_{DATA,HOLE} supportGao Xiang
2024-11-11mm/list_lru: simplify the list_lru walk callback functionKairui Song
2024-11-11mm/list_lru: split the lock to per-cgroup scopeKairui Song
2024-11-11ocfs2: fix UBSAN warning in ocfs2_verify_volume()Dmitry Antipov
2024-11-11nilfs2: fix null-ptr-deref in block_dirty_buffer tracepointRyusuke Konishi
2024-11-11nilfs2: fix null-ptr-deref in block_touch_buffer tracepointRyusuke Konishi
2024-11-11ocfs2: fix uninitialized value in ocfs2_file_read_iter()Dmitry Antipov
2024-11-11nfsd: have nfsd4_deleg_getattr_conflict pass back write deleg pointerJeff Layton
2024-11-11nfsd: drop the nfsd4_fattr_args "size" fieldJeff Layton
2024-11-11nfsd: drop the ncf_cb_bmap fieldJeff Layton
2024-11-11nfsd: drop inode parameter from nfsd4_change_attribute()Jeff Layton
2024-11-11NFSD: Remove unused function parameterChuck Lever
2024-11-11NFSD: Remove unnecessary posix_acl_entry pointer initializationThorsten Blum
2024-11-11NFSD: Prevent a potential integer overflowChuck Lever
2024-11-11netfs/fscache: Add a memory barrier for FSCACHE_VOLUME_CREATINGZizhi Wo
2024-11-11cachefiles: Fix NULL pointer dereference in object->fileZizhi Wo
2024-11-11cachefiles: Clean up in cachefiles_commit_tmpfile()Zizhi Wo
2024-11-11cachefiles: Fix missing pos updates in cachefiles_ondemand_fd_write_iter()Zizhi Wo
2024-11-11cachefiles: Fix incorrect length return value in cachefiles_ondemand_fd_write...Zizhi Wo
2024-11-11iomap: drop an obsolete comment in iomap_dio_bio_iterChristoph Hellwig
2024-11-11btrfs: send: check for read-only send root under critical sectionFilipe Manana
2024-11-11btrfs: send: check for dead send root under critical sectionFilipe Manana
2024-11-11btrfs: remove check for NULL fs_info at btrfs_folio_end_lock_bitmap()Filipe Manana
2024-11-11btrfs: fix warning on PTR_ERR() against NULL device at btrfs_control_ioctl()Filipe Manana
2024-11-11btrfs: fix a typo in btrfs_use_zone_appendChristoph Hellwig
2024-11-11btrfs: avoid superfluous calls to free_extent_map() in btrfs_encoded_read()Mark Harmstone
2024-11-11btrfs: simplify logic to decrement snapshot counter at btrfs_mksnapshot()Filipe Manana
2024-11-11btrfs: remove hole from struct btrfs_delayed_nodeFilipe Manana
2024-11-11btrfs: update stale comment for struct btrfs_delayed_ref_node::add_listFilipe Manana
2024-11-11btrfs: add new ioctl to wait for cleaned subvolumesDavid Sterba
2024-11-11btrfs: simplify range tracking in cow_file_range()Haisu Wang
2024-11-11btrfs: remove conditional path allocation in btrfs_read_locked_inode()Leo Martins
2024-11-11btrfs: push cleanup into btrfs_read_locked_inode()Leo Martins
2024-11-11btrfs: add struct io_btrfs_cmd as type for io_uring_cmd_to_pdu()Mark Harmstone
2024-11-11btrfs: add io_uring command for encoded reads (ENCODED_READ ioctl)Mark Harmstone
2024-11-11btrfs: move priv off stack in btrfs_encoded_read_regular_fill_pages()Mark Harmstone
2024-11-11btrfs: don't sleep in btrfs_encoded_read() if IOCB_NOWAIT is setMark Harmstone
2024-11-11btrfs: change btrfs_encoded_read() so that reading of extent is done by callerMark Harmstone
2024-11-11btrfs: remove pointless iocb::ki_pos addition in btrfs_encoded_read()Mark Harmstone
2024-11-11btrfs: remove no longer used delayed ref head search functionalityFilipe Manana
2024-11-11btrfs: track delayed ref heads in an xarrayFilipe Manana
2024-11-11btrfs: add comments regarding locking to struct btrfs_delayed_ref_rootFilipe Manana