summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-03-13bcachefs: more informative write path error messageKent Overstreet
2024-03-13bcachefs: check_path() now only needs to walk up to subvolume rootKent Overstreet
2024-03-13bcachefs: bch2_check_subvolume_structure()Kent Overstreet
2024-03-13bcachefs: omit alignment attribute on big endian struct bkeyThomas Bertschinger
2024-03-13bcachefs: bch2_trigger_alloc() handles state changes betterKent Overstreet
2024-03-13bcachefs: bch2_print_opts()Kent Overstreet
2024-03-13bcachefs: Improve error messages in device remove pathKent Overstreet
2024-03-13bcachefs: Use kvzalloc() when dynamically allocating btree pathsKent Overstreet
2024-03-13bcachefs: Track iter->ip_allocated at bch2_trans_copy_iter()Kent Overstreet
2024-03-13bcachefs: Save key_cache_path in peek_slot()Kent Overstreet
2024-03-13bcachefs: Pin btree cache in ram for random access in fsckKent Overstreet
2024-03-13bcachefs: Check for subvolume children when deleting subvolumesKent Overstreet
2024-03-13bcachefs: BTREE_ID_subvolume_childrenKent Overstreet
2024-03-13bcachefs: bch_subvolume::fs_path_parentKent Overstreet
2024-03-13bcachefs: bch2_btree_bit_mod()Kent Overstreet
2024-03-13bcachefs: bch2_btree_bit_mod -> bch2_btree_bit_mod_bufferedKent Overstreet
2024-03-13bcachefs: Correctly reattach subvolumesKent Overstreet
2024-03-13bcachefs: check_path() now prints full inode when reattachingKent Overstreet
2024-03-13bcachefs: Pass inode bkey to check_path()Kent Overstreet
2024-03-13bcachefs: Fix path where dirent -> subvol missing and we don't fixKent Overstreet
2024-03-13bcachefs: bch_subvolume::parent -> creation_parentKent Overstreet
2024-03-13bcachefs: Repair subvol dirents that point to non subvolsKent Overstreet
2024-03-13bcachefs: check dirent->d_parent_subvolKent Overstreet
2024-03-13bcachefs: check inode->bi_parent_subvol against direntKent Overstreet
2024-03-13bcachefs: delete duplicated checks in check_dirent_to_subvol()Kent Overstreet
2024-03-13bcachefs: simplify check_dirent_inode_dirent()Kent Overstreet
2024-03-13bcachefs: check bi_parent_subvol in check_inode()Kent Overstreet
2024-03-13bcachefs: better log message in lookup_inode_for_snapshot()Kent Overstreet
2024-03-13bcachefs: check_inode_dirent_inode()Kent Overstreet
2024-03-13bcachefs: Check subvol <-> inode pointers in check_inode()Kent Overstreet
2024-03-13bcachefs: Check subvol <-> inode pointers in check_subvol()Kent Overstreet
2024-03-13bcachefs: Kill more -EIO error codesKent Overstreet
2024-03-13bcachefs: thread_with_file: add f_ops.flushKent Overstreet
2024-03-13bcachefs: thread_with_file: Fix missing va_end()Kent Overstreet
2024-03-13bcachefs: thread_with_file: allow ioctls against these filesDarrick J. Wong
2024-03-13bcachefs: thread_with_file: create ops structure for thread_with_stdioDarrick J. Wong
2024-03-13bcachefs: thread_with_file: fix various printf problemsDarrick J. Wong
2024-03-13bcachefs: thread_with_file: allow creation of readonly filesDarrick J. Wong
2024-03-13bcachefs: thread_with_stdio: suppress hung task warningKent Overstreet
2024-03-13bcachefs: thread_with_stdio: Mark completed in ->release()Kent Overstreet
2024-03-13bcachefs: Thread with file documentationKent Overstreet
2024-03-13bcachefs: thread_with_stdio: fix bch2_stdio_redirect_readline()Kent Overstreet
2024-03-13bcachefs: thread_with_stdio: kill thread_with_stdio_done()Kent Overstreet
2024-03-13bcachefs: thread_with_stdio: convert to darrayKent Overstreet
2024-03-13bcachefs: thread_with_stdio: eliminate double bufferingKent Overstreet
2024-03-13bcachefs: kill kvpmalloc()Kent Overstreet
2024-03-13Merge tag 'fs_for_v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-03-13Merge tag 'fsnotify_for_v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-03-13Merge tag 'xfs-6.9-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2024-03-13Merge tag '6.9-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds