summaryrefslogtreecommitdiff
path: root/fs/bcachefs/fs.c
AgeCommit message (Expand)Author
2025-09-29Remove bcachefs core codeLinus Torvalds
2025-07-28Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-07-28Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-07-04tree-wide: s/struct fileattr/struct file_kattr/gChristian Brauner
2025-07-01bcachefs: opts.casefold_disabledKent Overstreet
2025-06-22bcachefs: Add missing bch2_err_class() to fileattr_set()Kent Overstreet
2025-06-19fs: replace mmap hook with .mmap_prepare for simple mappingsLorenzo Stoakes
2025-06-11bcachefs: Make sure opts.read_only gets propagated back to VFSKent Overstreet
2025-06-04bcachefs: Run may_delete_deleted_inode() checks in bch2_inode_rm()Kent Overstreet
2025-06-02bcachefs: bch_err_throw()Kent Overstreet
2025-06-01bcachefs: Replace rcu_read_lock() with guardsKent Overstreet
2025-05-31bcachefs: bch2_readdir() now calls str_hash_check_key()Kent Overstreet
2025-05-27bcachefs: Fix lost rebalance wakeupsKent Overstreet
2025-05-21bcachefs: subvol_inum_eq()Kent Overstreet
2025-05-21bcachefs: bch2_fs_open() now takes a darrayKent Overstreet
2025-05-21bcachefs: for_each_online_member_rcu()Kent Overstreet
2025-05-21bcachefs: Use drop_locks_do() in bch2_inode_hash_find()Kent Overstreet
2025-05-21bcachefs: Single device modeKent Overstreet
2025-05-21bcachefs: Fix casefold opt via xattr interfaceKent Overstreet
2025-05-14bcachefs: Fix accidental O(n^2) in fiemapKent Overstreet
2025-05-05bcachefs: Call bch2_fs_start before getting vfs superblockKent Overstreet
2025-04-28bcachefs: Use generic_set_sb_d_ops for standard casefolding d_opsKent Overstreet
2025-04-28bcachefs: Fix losing return code in next_fiemap_extent()Kent Overstreet
2025-04-24bcachefs: Rework fiemap transaction restart handlingKent Overstreet
2025-04-24bcachefs: add fiemap delalloc extent detectionBrian Foster
2025-04-24bcachefs: refactor fiemap processing into extent helper and structBrian Foster
2025-04-24bcachefs: track current fiemap offset in start variableBrian Foster
2025-04-24bcachefs: drop duplicate fiemap sync flagBrian Foster
2025-04-24bcachefs: unlink: casefold d_invalidateKent Overstreet
2025-04-24bcachefs: Fix casefold lookupsKent Overstreet
2025-04-24bcachefs: Casefold is now a regular opts.h optionKent Overstreet
2025-04-21bcachefs: Implement fileattr_(get|set)Kent Overstreet
2025-04-03Merge tag 'bcachefs-2025-04-03' of git://evilpiepirate.org/bcachefsLinus Torvalds
2025-04-02bcachefs: Kill btree_iter.transKent Overstreet
2025-04-02bcachefs: Split up bch_dev.io_refKent Overstreet
2025-03-31Merge tag 'bcachefs-2025-03-31' of git://evilpiepirate.org/bcachefsLinus Torvalds
2025-03-28bcachefs: Consistent indentation of multiline fsck errorsKent Overstreet
2025-03-28bcachefs: Add an "ignore unknown" option to bch2_parse_mount_opts()Kent Overstreet
2025-03-28bcachefs: Fix bch2_fs_get_tree() error pathFlorian Albrechtskirchinger
2025-03-27Merge tag 'bcachefs-2025-03-24' of git://evilpiepirate.org/bcachefsLinus Torvalds
2025-03-24Merge tag 'vfs-6.15-rc1.pagesize' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-03-24bcachefs: Run bch2_check_dirent_target() at lookup timeKent Overstreet
2025-03-24bcachefs: fs-common.c -> namei.cKent Overstreet
2025-03-24bcachefs: Filesystem discard option now propagates to devicesKent Overstreet
2025-03-14bcachefs: Kill bch2_remount()Kent Overstreet
2025-03-14bcachefs: Make sure c->vfs_sb is set before starting fsKent Overstreet
2025-03-14bcachefs: bcachefs_metadata_version_casefoldingJoshua Ashton
2025-03-14bcachefs: bs > ps supportKent Overstreet
2025-03-07bdev: add back PAGE_SIZE block size validation for sb_set_blocksize()Luis Chamberlain
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown