summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/fs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-28Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2025-07-28Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-4/+4
2025-07-04tree-wide: s/struct fileattr/struct file_kattr/gChristian Brauner1-2/+2
2025-07-01bcachefs: opts.casefold_disabledKent Overstreet1-4/+3
2025-06-22bcachefs: Add missing bch2_err_class() to fileattr_set()Kent Overstreet1-1/+2
2025-06-19fs: replace mmap hook with .mmap_prepare for simple mappingsLorenzo Stoakes1-4/+4
2025-06-11bcachefs: Make sure opts.read_only gets propagated back to VFSKent Overstreet1-0/+8
2025-06-04bcachefs: Run may_delete_deleted_inode() checks in bch2_inode_rm()Kent Overstreet1-1/+7
2025-06-02bcachefs: bch_err_throw()Kent Overstreet1-2/+2
2025-06-01bcachefs: Replace rcu_read_lock() with guardsKent Overstreet1-10/+9
2025-05-31bcachefs: bch2_readdir() now calls str_hash_check_key()Kent Overstreet1-1/+2
2025-05-27bcachefs: Fix lost rebalance wakeupsKent Overstreet1-1/+5
2025-05-21bcachefs: subvol_inum_eq()Kent Overstreet1-5/+0
2025-05-21bcachefs: bch2_fs_open() now takes a darrayKent Overstreet1-2/+2
2025-05-21bcachefs: for_each_online_member_rcu()Kent Overstreet1-3/+6
2025-05-21bcachefs: Use drop_locks_do() in bch2_inode_hash_find()Kent Overstreet1-3/+2
2025-05-21bcachefs: Single device modeKent Overstreet1-1/+6
2025-05-21bcachefs: Fix casefold opt via xattr interfaceKent Overstreet1-25/+1
2025-05-14bcachefs: Fix accidental O(n^2) in fiemapKent Overstreet1-1/+3
2025-05-05bcachefs: Call bch2_fs_start before getting vfs superblockKent Overstreet1-8/+3
2025-04-28bcachefs: Use generic_set_sb_d_ops for standard casefolding d_opsKent Overstreet1-3/+8
2025-04-28bcachefs: Fix losing return code in next_fiemap_extent()Kent Overstreet1-2/+2
2025-04-24bcachefs: Rework fiemap transaction restart handlingKent Overstreet1-113/+112
2025-04-24bcachefs: add fiemap delalloc extent detectionBrian Foster1-7/+112
2025-04-24bcachefs: refactor fiemap processing into extent helper and structBrian Foster1-34/+53
2025-04-24bcachefs: track current fiemap offset in start variableBrian Foster1-2/+2
2025-04-24bcachefs: drop duplicate fiemap sync flagBrian Foster1-1/+1
2025-04-24bcachefs: unlink: casefold d_invalidateKent Overstreet1-0/+5
2025-04-24bcachefs: Fix casefold lookupsKent Overstreet1-3/+8
2025-04-24bcachefs: Casefold is now a regular opts.h optionKent Overstreet1-11/+22
2025-04-21bcachefs: Implement fileattr_(get|set)Kent Overstreet1-0/+173
2025-04-03Merge tag 'bcachefs-2025-04-03' of git://evilpiepirate.org/bcachefsLinus Torvalds1-12/+12
2025-04-02bcachefs: Kill btree_iter.transKent Overstreet1-11/+11
2025-04-02bcachefs: Split up bch_dev.io_refKent Overstreet1-1/+1
2025-03-31Merge tag 'bcachefs-2025-03-31' of git://evilpiepirate.org/bcachefsLinus Torvalds1-3/+6
2025-03-28bcachefs: Consistent indentation of multiline fsck errorsKent Overstreet1-1/+1
2025-03-28bcachefs: Add an "ignore unknown" option to bch2_parse_mount_opts()Kent Overstreet1-1/+3
2025-03-28bcachefs: Fix bch2_fs_get_tree() error pathFlorian Albrechtskirchinger1-1/+2
2025-03-27Merge tag 'bcachefs-2025-03-24' of git://evilpiepirate.org/bcachefsLinus Torvalds1-59/+80
2025-03-24Merge tag 'vfs-6.15-rc1.pagesize' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2025-03-24bcachefs: Run bch2_check_dirent_target() at lookup timeKent Overstreet1-15/+17
2025-03-24bcachefs: fs-common.c -> namei.cKent Overstreet1-1/+1
2025-03-24bcachefs: Filesystem discard option now propagates to devicesKent Overstreet1-0/+3
2025-03-14bcachefs: Kill bch2_remount()Kent Overstreet1-39/+32
2025-03-14bcachefs: Make sure c->vfs_sb is set before starting fsKent Overstreet1-3/+8
2025-03-14bcachefs: bcachefs_metadata_version_casefoldingJoshua Ashton1-0/+17
2025-03-14bcachefs: bs > ps supportKent Overstreet1-1/+2
2025-03-07bdev: add back PAGE_SIZE block size validation for sb_set_blocksize()Luis Chamberlain1-1/+1
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown1-3/+3
2025-01-13bcachefs: make directory i_size meaningfulHongbo Li1-5/+8