summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/fs.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: make directory i_size meaningfulHongbo Li2025-01-131-5/+8
* bcachefs: kill flags param to bch2_subvolume_get()Kent Overstreet2024-12-211-4/+3
* bcachefs: Use separate rhltable for bch2_inode_or_descendents_is_open()Kent Overstreet2024-12-211-9/+30
* bcachefs: Don't delete reflink pointers to missing indirect extentsKent Overstreet2024-12-211-5/+3
* bcachefs: Remove redundant initialization in bch2_vfs_inode_init()Youling Tang2024-12-211-1/+0
* bcachefs: Add support for FS_IOC_GETFSSYSFSPATHKent Overstreet2024-12-211-0/+1
* bcachefs: Add support for FS_IOC_GETFSUUIDKent Overstreet2024-12-211-1/+1
* bcachefs: Rename btree_iter_peek_upto() -> btree_iter_peek_max()Kent Overstreet2024-12-211-1/+1
* bcachefs: bch2_write_inode() now checks for changing rebalance optionsKent Overstreet2024-12-211-5/+21
* bcachefs: bch2_inode_should_have_bp -> bch2_inode_should_have_single_bpKent Overstreet2024-12-211-1/+1
* Merge tag 'bcachefs-2024-10-22' of https://github.com/koverstreet/bcachefsLinus Torvalds2024-10-241-11/+7
|\
| * bcachefs: fix incorrect show_options resultsHongbo Li2024-10-181-1/+1
| * bcachefs: Don't use commit_do() unnecessarilyKent Overstreet2024-10-181-1/+1
| * bcachefs: fix restart handling in bch2_fiemap()Kent Overstreet2024-10-181-8/+4
| * bcachefs: fix restart handling in bch2_rename2()Kent Overstreet2024-10-181-1/+1
* | Merge tag 'bcachefs-2024-10-14' of git://evilpiepirate.org/bcachefsLinus Torvalds2024-10-151-3/+99
|\|
| * bcachefs: __wait_for_freeing_inode: Switch to wait_bit_queue_entryKent Overstreet2024-10-091-1/+2
| * bcachefs: bch2_inode_or_descendents_is_open()Kent Overstreet2024-10-091-15/+91
| * bcachefs: bcachefs_metadata_version_inode_has_child_snapshotsKent Overstreet2024-10-091-1/+20
* | bcachefs: do not use PF_MEMALLOC_NORECLAIMMichal Hocko2024-10-091-8/+6
|/
* bcachefs: Add missing wakeup to bch2_inode_hash_remove()Kent Overstreet2024-10-051-12/+21
* Merge tag 'bcachefs-2024-09-21' of git://evilpiepirate.org/bcachefsLinus Torvalds2024-09-231-150/+277
|\
| * bcachefs: bch2_opts_to_text()Kent Overstreet2024-09-211-21/+5
| * bcachefs: Hook up RENAME_WHITEOUT in rename.Sasha Finkelstein2024-09-211-11/+42
| * bcachefs: support idmap mountsHongbo Li2024-09-091-16/+34
| * bcachefs: bch2_fiemap(): call trans_begin() on every loop iterKent Overstreet2024-09-091-18/+22
| * bcachefs: Mark bch_inode_info as SLAB_ACCOUNTYouling Tang2024-09-091-1/+2
| * bcachefs: allocate inode by using alloc_inode_sb()Youling Tang2024-09-091-1/+2
| * bcachefs: Fix deadlock in __wait_on_freeing_inode()Kent Overstreet2024-09-091-20/+47
| * bcachefs: switch to rhashtable for vfs inodes hashKent Overstreet2024-09-091-72/+133
* | Merge tag 'vfs-6.12.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-09-161-4/+6
|\ \ | |/ |/|
| * inode: port __I_NEW to var eventChristian Brauner2024-08-301-4/+6
* | 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-191-71/+138
|\
| * bcachefs: Make read_only a mount option again, but hiddenKent Overstreet2024-07-151-1/+2
| * bcachefs: support STATX_DIOALIGN for statx fileHongbo Li2024-07-151-0/+10
| * bcachefs: kill key cache arg to bch2_assert_pos_locked()Kent Overstreet2024-07-151-3/+1
| * bcachefs: Add tracepoints for bch2_sync_fs() and bch2_fsync()Youling Tang2024-07-151-0/+3
| * bcachefs: bch2_fs_get_tree() cleanupKent Overstreet2024-07-151-30/+29
| * bcachefs: Kill bch2_mount()Kent Overstreet2024-07-151-31/+15
| * bcachefs: use new mount APIThomas Bertschinger2024-07-151-22/+93
| * bcachefs: add printbuf arg to bch2_parse_mount_opts()Thomas Bertschinger2024-07-151-3/+3
| * bcachefs: fix ei_update_lock lock orderingKent Overstreet2024-07-151-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-121-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