aboutsummaryrefslogtreecommitdiff
path: root/fs/bcachefs/fs.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: Don't delete open files in online fsckKent Overstreet2024-09-091-0/+8
* bcachefs: fix incorrect i_state usageKent Overstreet2024-08-161-1/+1
* bcachefs: Switch to .get_inode_acl()Kent Overstreet2024-08-081-4/+4
* Merge tag 'bcachefs-2024-07-18.2' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-07-181-71/+138
|\
| * bcachefs: Make read_only a mount option again, but hiddenKent Overstreet2024-07-141-1/+2
| * bcachefs: support STATX_DIOALIGN for statx fileHongbo Li2024-07-141-0/+10
| * bcachefs: kill key cache arg to bch2_assert_pos_locked()Kent Overstreet2024-07-141-3/+1
| * bcachefs: Add tracepoints for bch2_sync_fs() and bch2_fsync()Youling Tang2024-07-141-0/+3
| * bcachefs: bch2_fs_get_tree() cleanupKent Overstreet2024-07-141-30/+29
| * bcachefs: Kill bch2_mount()Kent Overstreet2024-07-141-31/+15
| * bcachefs: use new mount APIThomas Bertschinger2024-07-141-22/+93
| * bcachefs: add printbuf arg to bch2_parse_mount_opts()Thomas Bertschinger2024-07-141-3/+3
| * bcachefs: fix ei_update_lock lock orderingKent Overstreet2024-07-141-5/+6
* | Merge tag 'vfs-6.11.inode' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2024-07-151-1/+0
|\ \ | |/ |/|
| * bcachefs: remove now spurious i_state initializationMateusz Guzik2024-06-131-1/+0
* | Revert "bcachefs: Mark bch_inode_info as SLAB_ACCOUNT"Kent Overstreet2024-07-111-2/+1
* | bcachefs: Log mount failure error codeKent Overstreet2024-07-101-0/+2
* | bcachefs: Mark bch_inode_info as SLAB_ACCOUNTYouling Tang2024-07-101-1/+2
* | bcachefs: Fix bch2_inode_insert() race path for tmpfilesKent Overstreet2024-07-101-0/+6
* | bcachefs: Move the ei_flags setting to after initializationYouling Tang2024-06-211-5/+3
* | bcachefs: Fix I_NEW warning in race path in bch2_inode_insert()Kent Overstreet2024-06-211-2/+10
* | bcachefs: fix alignment of VMA for memory mapped files on THPYouling Tang2024-06-201-0/+1
* | bcachefs: Add missing bch_inode_info.ei_flags initKent Overstreet2024-06-101-0/+2
* | bcachefs: set sb->s_shrinker->seeks = 0Kent Overstreet2024-06-101-0/+1
* | bcachefs: Don't return -EROFS from mount on inconsistency errorKent Overstreet2024-05-281-2/+10
|/
* bcachefs: Fix race path in bch2_inode_insert()Kent Overstreet2024-05-221-2/+1
* bcachefs: set FMODE_CAN_ODIRECT instead of a dummy direct_IO methodYouling Tang2024-05-201-1/+2
* Merge tag 'bcachefs-2024-05-19' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-05-191-49/+60
|\
| * bcachefs: Change destroy_inode to free_inodeYouling Tang2024-05-081-11/+3
| * bcachefs: check inode backpointer in bch2_lookup()Kent Overstreet2024-05-081-6/+18
| * bcachefs: Clean up inode allocKent Overstreet2024-05-081-22/+29
| * bcachefs: bch2_trans_unlock() must always be followed by relock() or begin()Kent Overstreet2024-05-081-0/+4
| * bcachefs: iter/update/trigger/str_hash flag cleanupKent Overstreet2024-05-081-3/+3
| * bcachefs: bch2_hash_lookup() now returns bkey_s_cKent Overstreet2024-05-081-7/+3
* | Merge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-05-131-0/+3
|\ \ | |/ |/|
| * statx: stx_subvolKent Overstreet2024-03-261-0/+3
* | bcachefs: fix overflow in fiemapReed Riley2024-05-061-1/+1
* | bcachefs: Fix inode early destruction pathKent Overstreet2024-04-201-3/+6
* | bcachefs: fix mount error pathKent Overstreet2024-03-311-0/+1
|/
* bcachefs: Improve bch2_fatal_error()Kent Overstreet2024-03-181-1/+2
* bcachefs: fix the error code when mounting with incorrect options.Hongbo Li2024-03-131-1/+3
* bcachefs: bch2_lookup() gives better error message on inode not foundKent Overstreet2024-03-101-9/+64
* bcachefs: bch2_inode_insert()Kent Overstreet2024-03-101-62/+76
* bcachefs: Initialize super_block->s_uuidKent Overstreet2024-03-101-0/+1
* bcachefs: Switch to uuid_to_fsid()Kent Overstreet2024-03-101-5/+1
* bcachefs: Fix missing bch2_err_class() callsKent Overstreet2024-02-101-4/+5
* Merge tag 'bcachefs-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-01-101-67/+33
|\
| * bcachefs: Fix nochanges/read_only interactionKent Overstreet2024-01-051-2/+2
| * bcachefs: Convert split_devs() to darrayKent Overstreet2024-01-011-48/+20
| * bcachefs: for_each_member_device() now declares loop iterKent Overstreet2024-01-011-7/+4