summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-03-14bcachefs: bch2_print_opts()Kent Overstreet3-6/+27
2024-03-14bcachefs: Improve error messages in device remove pathKent Overstreet1-5/+5
2024-03-14bcachefs: Use kvzalloc() when dynamically allocating btree pathsKent Overstreet1-2/+2
2024-03-14bcachefs: Track iter->ip_allocated at bch2_trans_copy_iter()Kent Overstreet1-0/+3
2024-03-14bcachefs: Save key_cache_path in peek_slot()Kent Overstreet1-0/+1
2024-03-14bcachefs: Pin btree cache in ram for random access in fsckKent Overstreet5-91/+72
2024-03-14bcachefs: Check for subvolume children when deleting subvolumesKent Overstreet5-9/+32
2024-03-14bcachefs: BTREE_ID_subvolume_childrenKent Overstreet7-3/+114
2024-03-14bcachefs: bch_subvolume::fs_path_parentKent Overstreet7-13/+88
2024-03-14bcachefs: bch2_btree_bit_mod()Kent Overstreet2-0/+22
2024-03-14bcachefs: bch2_btree_bit_mod -> bch2_btree_bit_mod_bufferedKent Overstreet5-9/+11
2024-03-14bcachefs: Correctly reattach subvolumesKent Overstreet3-10/+28
2024-03-14bcachefs: check_path() now prints full inode when reattachingKent Overstreet1-8/+18
2024-03-14bcachefs: Pass inode bkey to check_path()Kent Overstreet2-29/+40
2024-03-14bcachefs: Fix path where dirent -> subvol missing and we don't fixKent Overstreet1-4/+9
2024-03-14bcachefs: bch_subvolume::parent -> creation_parentKent Overstreet2-13/+13
2024-03-14bcachefs: Repair subvol dirents that point to non subvolsKent Overstreet1-0/+6
2024-03-14bcachefs: check dirent->d_parent_subvolKent Overstreet1-4/+57
2024-03-14bcachefs: check inode->bi_parent_subvol against direntKent Overstreet2-23/+14
2024-03-14bcachefs: delete duplicated checks in check_dirent_to_subvol()Kent Overstreet1-23/+4
2024-03-14bcachefs: simplify check_dirent_inode_dirent()Kent Overstreet1-58/+56
2024-03-14bcachefs: check bi_parent_subvol in check_inode()Kent Overstreet1-0/+10
2024-03-14bcachefs: better log message in lookup_inode_for_snapshot()Kent Overstreet1-21/+24
2024-03-14bcachefs: check_inode_dirent_inode()Kent Overstreet1-36/+89
2024-03-14bcachefs: Check subvol <-> inode pointers in check_inode()Kent Overstreet1-0/+25
2024-03-14bcachefs: Check subvol <-> inode pointers in check_subvol()Kent Overstreet3-1/+34
2024-03-14bcachefs: Kill more -EIO error codesKent Overstreet11-20/+27
2024-03-14bcachefs: thread_with_file: add f_ops.flushKent Overstreet3-7/+32
2024-03-14bcachefs: thread_with_file: Fix missing va_end()Kent Overstreet1-0/+2
2024-03-14bcachefs: thread_with_file: allow ioctls against these filesDarrick J. Wong2-0/+13
2024-03-14bcachefs: thread_with_file: create ops structure for thread_with_stdioDarrick J. Wong3-22/+28
2024-03-14bcachefs: thread_with_file: fix various printf problemsDarrick J. Wong2-20/+37
2024-03-14bcachefs: thread_with_file: allow creation of readonly filesDarrick J. Wong2-0/+39
2024-03-14bcachefs: thread_with_stdio: suppress hung task warningKent Overstreet1-2/+15
2024-03-14bcachefs: thread_with_stdio: Mark completed in ->release()Kent Overstreet1-4/+10
2024-03-14bcachefs: Thread with file documentationKent Overstreet2-7/+40
2024-03-14bcachefs: thread_with_stdio: fix bch2_stdio_redirect_readline()Kent Overstreet1-11/+22
2024-03-14bcachefs: thread_with_stdio: kill thread_with_stdio_done()Kent Overstreet3-22/+23
2024-03-14bcachefs: thread_with_stdio: convert to darrayKent Overstreet4-100/+160
2024-03-14bcachefs: thread_with_stdio: eliminate double bufferingKent Overstreet2-41/+18
2024-03-14bcachefs: kill kvpmalloc()Kent Overstreet14-115/+49
2024-03-14Merge tag 'fs_for_v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds28-420/+604
2024-03-14Merge tag 'fsnotify_for_v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-13/+21
2024-03-13Merge tag 'xfs-6.9-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds176-3515/+13139
2024-03-13Merge tag '6.9-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds26-707/+1564
2024-03-13pidfs: remove config optionChristian Brauner5-83/+75
2024-03-13mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds35-57/+46
2024-03-13Merge tag 'lsm-pr-20240312' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-22/+16
2024-03-13Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-9/+126
2024-03-13Merge tag 'Smack-for-6.9' of https://github.com/cschaufler/smack-nextLinus Torvalds1-1/+31