summaryrefslogtreecommitdiff
path: root/fs/bcachefs/fs.c
AgeCommit message (Expand)Author
2024-10-24Merge tag 'bcachefs-2024-10-22' of https://github.com/koverstreet/bcachefsLinus Torvalds
2024-10-18bcachefs: fix incorrect show_options resultsHongbo Li
2024-10-18bcachefs: Don't use commit_do() unnecessarilyKent Overstreet
2024-10-18bcachefs: fix restart handling in bch2_fiemap()Kent Overstreet
2024-10-18bcachefs: fix restart handling in bch2_rename2()Kent Overstreet
2024-10-15Merge tag 'bcachefs-2024-10-14' of git://evilpiepirate.org/bcachefsLinus Torvalds
2024-10-09bcachefs: __wait_for_freeing_inode: Switch to wait_bit_queue_entryKent Overstreet
2024-10-09bcachefs: bch2_inode_or_descendents_is_open()Kent Overstreet
2024-10-09bcachefs: bcachefs_metadata_version_inode_has_child_snapshotsKent Overstreet
2024-10-09bcachefs: do not use PF_MEMALLOC_NORECLAIMMichal Hocko
2024-10-04bcachefs: Add missing wakeup to bch2_inode_hash_remove()Kent Overstreet
2024-09-23Merge tag 'bcachefs-2024-09-21' of git://evilpiepirate.org/bcachefsLinus Torvalds
2024-09-21bcachefs: bch2_opts_to_text()Kent Overstreet
2024-09-21bcachefs: Hook up RENAME_WHITEOUT in rename.Sasha Finkelstein
2024-09-16Merge tag 'vfs-6.12.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2024-09-09bcachefs: support idmap mountsHongbo Li
2024-09-09bcachefs: bch2_fiemap(): call trans_begin() on every loop iterKent Overstreet
2024-09-09bcachefs: Don't delete open files in online fsckKent Overstreet
2024-09-09bcachefs: Mark bch_inode_info as SLAB_ACCOUNTYouling Tang
2024-09-09bcachefs: allocate inode by using alloc_inode_sb()Youling Tang
2024-09-09bcachefs: Fix deadlock in __wait_on_freeing_inode()Kent Overstreet
2024-09-09bcachefs: switch to rhashtable for vfs inodes hashKent Overstreet
2024-08-30inode: port __I_NEW to var eventChristian Brauner
2024-08-16bcachefs: fix incorrect i_state usageKent Overstreet
2024-08-08bcachefs: Switch to .get_inode_acl()Kent Overstreet
2024-07-18Merge tag 'bcachefs-2024-07-18.2' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2024-07-15Merge tag 'vfs-6.11.inode' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2024-07-14bcachefs: Make read_only a mount option again, but hiddenKent Overstreet
2024-07-14bcachefs: support STATX_DIOALIGN for statx fileHongbo Li
2024-07-14bcachefs: kill key cache arg to bch2_assert_pos_locked()Kent Overstreet
2024-07-14bcachefs: Add tracepoints for bch2_sync_fs() and bch2_fsync()Youling Tang
2024-07-14bcachefs: bch2_fs_get_tree() cleanupKent Overstreet
2024-07-14bcachefs: Kill bch2_mount()Kent Overstreet
2024-07-14bcachefs: use new mount APIThomas Bertschinger
2024-07-14bcachefs: add printbuf arg to bch2_parse_mount_opts()Thomas Bertschinger
2024-07-14bcachefs: fix ei_update_lock lock orderingKent Overstreet
2024-07-11Revert "bcachefs: Mark bch_inode_info as SLAB_ACCOUNT"Kent Overstreet
2024-07-10bcachefs: Log mount failure error codeKent Overstreet
2024-07-10bcachefs: Mark bch_inode_info as SLAB_ACCOUNTYouling Tang
2024-07-10bcachefs: Fix bch2_inode_insert() race path for tmpfilesKent Overstreet
2024-06-21bcachefs: Move the ei_flags setting to after initializationYouling Tang
2024-06-21bcachefs: Fix I_NEW warning in race path in bch2_inode_insert()Kent Overstreet
2024-06-20bcachefs: fix alignment of VMA for memory mapped files on THPYouling Tang
2024-06-13bcachefs: remove now spurious i_state initializationMateusz Guzik
2024-06-10bcachefs: Add missing bch_inode_info.ei_flags initKent Overstreet
2024-06-10bcachefs: set sb->s_shrinker->seeks = 0Kent Overstreet
2024-05-28bcachefs: Don't return -EROFS from mount on inconsistency errorKent Overstreet
2024-05-22bcachefs: Fix race path in bch2_inode_insert()Kent Overstreet
2024-05-20bcachefs: set FMODE_CAN_ODIRECT instead of a dummy direct_IO methodYouling Tang
2024-05-19Merge tag 'bcachefs-2024-05-19' of https://evilpiepirate.org/git/bcachefsLinus Torvalds