summaryrefslogtreecommitdiff
path: root/fs/bcachefs/fs.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-21bcachefs: bch2_opts_to_text()Kent Overstreet1-21/+5
2024-09-21bcachefs: Hook up RENAME_WHITEOUT in rename.Sasha Finkelstein1-11/+42
2024-09-09bcachefs: support idmap mountsHongbo Li1-16/+34
2024-09-09bcachefs: bch2_fiemap(): call trans_begin() on every loop iterKent Overstreet1-18/+22
2024-09-09bcachefs: Mark bch_inode_info as SLAB_ACCOUNTYouling Tang1-1/+2
2024-09-09bcachefs: allocate inode by using alloc_inode_sb()Youling Tang1-1/+2
2024-09-09bcachefs: Fix deadlock in __wait_on_freeing_inode()Kent Overstreet1-20/+47
2024-09-09bcachefs: switch to rhashtable for vfs inodes hashKent Overstreet1-72/+133
2024-09-09bcachefs: Don't delete open files in online fsckKent Overstreet1-0/+8
2024-08-16bcachefs: fix incorrect i_state usageKent Overstreet1-1/+1
2024-08-08bcachefs: Switch to .get_inode_acl()Kent Overstreet1-4/+4
2024-07-19Merge tag 'bcachefs-2024-07-18.2' of https://evilpiepirate.org/git/bcachefsLinus Torvalds1-71/+138
2024-07-15Merge tag 'vfs-6.11.inode' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-1/+0
2024-07-15bcachefs: Make read_only a mount option again, but hiddenKent Overstreet1-1/+2
2024-07-15bcachefs: support STATX_DIOALIGN for statx fileHongbo Li1-0/+10
2024-07-15bcachefs: kill key cache arg to bch2_assert_pos_locked()Kent Overstreet1-3/+1
2024-07-15bcachefs: Add tracepoints for bch2_sync_fs() and bch2_fsync()Youling Tang1-0/+3
2024-07-15bcachefs: bch2_fs_get_tree() cleanupKent Overstreet1-30/+29
2024-07-15bcachefs: Kill bch2_mount()Kent Overstreet1-31/+15
2024-07-15bcachefs: use new mount APIThomas Bertschinger1-22/+93
2024-07-15bcachefs: add printbuf arg to bch2_parse_mount_opts()Thomas Bertschinger1-3/+3
2024-07-15bcachefs: fix ei_update_lock lock orderingKent Overstreet1-5/+6
2024-07-12Revert "bcachefs: Mark bch_inode_info as SLAB_ACCOUNT"Kent Overstreet1-2/+1
2024-07-10bcachefs: Log mount failure error codeKent Overstreet1-0/+2
2024-07-10bcachefs: Mark bch_inode_info as SLAB_ACCOUNTYouling Tang1-1/+2
2024-07-10bcachefs: Fix bch2_inode_insert() race path for tmpfilesKent Overstreet1-0/+6
2024-06-21bcachefs: Move the ei_flags setting to after initializationYouling Tang1-5/+3
2024-06-21bcachefs: Fix I_NEW warning in race path in bch2_inode_insert()Kent Overstreet1-2/+10
2024-06-20bcachefs: fix alignment of VMA for memory mapped files on THPYouling Tang1-0/+1
2024-06-13bcachefs: remove now spurious i_state initializationMateusz Guzik1-1/+0
2024-06-11bcachefs: Add missing bch_inode_info.ei_flags initKent Overstreet1-0/+2
2024-06-10bcachefs: set sb->s_shrinker->seeks = 0Kent Overstreet1-0/+1
2024-05-29bcachefs: Don't return -EROFS from mount on inconsistency errorKent Overstreet1-2/+10
2024-05-23bcachefs: Fix race path in bch2_inode_insert()Kent Overstreet1-2/+1
2024-05-20bcachefs: set FMODE_CAN_ODIRECT instead of a dummy direct_IO methodYouling Tang1-1/+2
2024-05-19Merge tag 'bcachefs-2024-05-19' of https://evilpiepirate.org/git/bcachefsLinus Torvalds1-49/+60
2024-05-13Merge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-0/+3
2024-05-09bcachefs: Change destroy_inode to free_inodeYouling Tang1-11/+3
2024-05-09bcachefs: check inode backpointer in bch2_lookup()Kent Overstreet1-6/+18
2024-05-09bcachefs: Clean up inode allocKent Overstreet1-22/+29
2024-05-09bcachefs: bch2_trans_unlock() must always be followed by relock() or begin()Kent Overstreet1-0/+4
2024-05-09bcachefs: iter/update/trigger/str_hash flag cleanupKent Overstreet1-3/+3
2024-05-09bcachefs: bch2_hash_lookup() now returns bkey_s_cKent Overstreet1-7/+3
2024-05-06bcachefs: fix overflow in fiemapReed Riley1-1/+1
2024-04-21bcachefs: Fix inode early destruction pathKent Overstreet1-3/+6
2024-04-01bcachefs: fix mount error pathKent Overstreet1-0/+1
2024-03-26statx: stx_subvolKent Overstreet1-0/+3
2024-03-18bcachefs: Improve bch2_fatal_error()Kent Overstreet1-1/+2
2024-03-14bcachefs: fix the error code when mounting with incorrect options.Hongbo Li1-1/+3
2024-03-10bcachefs: bch2_lookup() gives better error message on inode not foundKent Overstreet1-9/+64