index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
fs.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bcachefs: make directory i_size meaningful
Hongbo Li
2025-01-13
1
-5
/
+8
*
bcachefs: kill flags param to bch2_subvolume_get()
Kent Overstreet
2024-12-21
1
-4
/
+3
*
bcachefs: Use separate rhltable for bch2_inode_or_descendents_is_open()
Kent Overstreet
2024-12-21
1
-9
/
+30
*
bcachefs: Don't delete reflink pointers to missing indirect extents
Kent Overstreet
2024-12-21
1
-5
/
+3
*
bcachefs: Remove redundant initialization in bch2_vfs_inode_init()
Youling Tang
2024-12-21
1
-1
/
+0
*
bcachefs: Add support for FS_IOC_GETFSSYSFSPATH
Kent Overstreet
2024-12-21
1
-0
/
+1
*
bcachefs: Add support for FS_IOC_GETFSUUID
Kent Overstreet
2024-12-21
1
-1
/
+1
*
bcachefs: Rename btree_iter_peek_upto() -> btree_iter_peek_max()
Kent Overstreet
2024-12-21
1
-1
/
+1
*
bcachefs: bch2_write_inode() now checks for changing rebalance options
Kent Overstreet
2024-12-21
1
-5
/
+21
*
bcachefs: bch2_inode_should_have_bp -> bch2_inode_should_have_single_bp
Kent Overstreet
2024-12-21
1
-1
/
+1
*
Merge tag 'bcachefs-2024-10-22' of https://github.com/koverstreet/bcachefs
Linus Torvalds
2024-10-24
1
-11
/
+7
|
\
|
*
bcachefs: fix incorrect show_options results
Hongbo Li
2024-10-18
1
-1
/
+1
|
*
bcachefs: Don't use commit_do() unnecessarily
Kent Overstreet
2024-10-18
1
-1
/
+1
|
*
bcachefs: fix restart handling in bch2_fiemap()
Kent Overstreet
2024-10-18
1
-8
/
+4
|
*
bcachefs: fix restart handling in bch2_rename2()
Kent Overstreet
2024-10-18
1
-1
/
+1
*
|
Merge tag 'bcachefs-2024-10-14' of git://evilpiepirate.org/bcachefs
Linus Torvalds
2024-10-15
1
-3
/
+99
|
\
|
|
*
bcachefs: __wait_for_freeing_inode: Switch to wait_bit_queue_entry
Kent Overstreet
2024-10-09
1
-1
/
+2
|
*
bcachefs: bch2_inode_or_descendents_is_open()
Kent Overstreet
2024-10-09
1
-15
/
+91
|
*
bcachefs: bcachefs_metadata_version_inode_has_child_snapshots
Kent Overstreet
2024-10-09
1
-1
/
+20
*
|
bcachefs: do not use PF_MEMALLOC_NORECLAIM
Michal Hocko
2024-10-09
1
-8
/
+6
|
/
*
bcachefs: Add missing wakeup to bch2_inode_hash_remove()
Kent Overstreet
2024-10-05
1
-12
/
+21
*
Merge tag 'bcachefs-2024-09-21' of git://evilpiepirate.org/bcachefs
Linus Torvalds
2024-09-23
1
-150
/
+277
|
\
|
*
bcachefs: bch2_opts_to_text()
Kent Overstreet
2024-09-21
1
-21
/
+5
|
*
bcachefs: Hook up RENAME_WHITEOUT in rename.
Sasha Finkelstein
2024-09-21
1
-11
/
+42
|
*
bcachefs: support idmap mounts
Hongbo Li
2024-09-09
1
-16
/
+34
|
*
bcachefs: bch2_fiemap(): call trans_begin() on every loop iter
Kent Overstreet
2024-09-09
1
-18
/
+22
|
*
bcachefs: Mark bch_inode_info as SLAB_ACCOUNT
Youling Tang
2024-09-09
1
-1
/
+2
|
*
bcachefs: allocate inode by using alloc_inode_sb()
Youling Tang
2024-09-09
1
-1
/
+2
|
*
bcachefs: Fix deadlock in __wait_on_freeing_inode()
Kent Overstreet
2024-09-09
1
-20
/
+47
|
*
bcachefs: switch to rhashtable for vfs inodes hash
Kent Overstreet
2024-09-09
1
-72
/
+133
*
|
Merge tag 'vfs-6.12.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...
Linus Torvalds
2024-09-16
1
-4
/
+6
|
\
\
|
|
/
|
/
|
|
*
inode: port __I_NEW to var event
Christian Brauner
2024-08-30
1
-4
/
+6
*
|
bcachefs: Don't delete open files in online fsck
Kent Overstreet
2024-09-09
1
-0
/
+8
|
/
*
bcachefs: fix incorrect i_state usage
Kent Overstreet
2024-08-16
1
-1
/
+1
*
bcachefs: Switch to .get_inode_acl()
Kent Overstreet
2024-08-08
1
-4
/
+4
*
Merge tag 'bcachefs-2024-07-18.2' of https://evilpiepirate.org/git/bcachefs
Linus Torvalds
2024-07-19
1
-71
/
+138
|
\
|
*
bcachefs: Make read_only a mount option again, but hidden
Kent Overstreet
2024-07-15
1
-1
/
+2
|
*
bcachefs: support STATX_DIOALIGN for statx file
Hongbo Li
2024-07-15
1
-0
/
+10
|
*
bcachefs: kill key cache arg to bch2_assert_pos_locked()
Kent Overstreet
2024-07-15
1
-3
/
+1
|
*
bcachefs: Add tracepoints for bch2_sync_fs() and bch2_fsync()
Youling Tang
2024-07-15
1
-0
/
+3
|
*
bcachefs: bch2_fs_get_tree() cleanup
Kent Overstreet
2024-07-15
1
-30
/
+29
|
*
bcachefs: Kill bch2_mount()
Kent Overstreet
2024-07-15
1
-31
/
+15
|
*
bcachefs: use new mount API
Thomas Bertschinger
2024-07-15
1
-22
/
+93
|
*
bcachefs: add printbuf arg to bch2_parse_mount_opts()
Thomas Bertschinger
2024-07-15
1
-3
/
+3
|
*
bcachefs: fix ei_update_lock lock ordering
Kent Overstreet
2024-07-15
1
-5
/
+6
*
|
Merge tag 'vfs-6.11.inode' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2024-07-15
1
-1
/
+0
|
\
\
|
|
/
|
/
|
|
*
bcachefs: remove now spurious i_state initialization
Mateusz Guzik
2024-06-13
1
-1
/
+0
*
|
Revert "bcachefs: Mark bch_inode_info as SLAB_ACCOUNT"
Kent Overstreet
2024-07-12
1
-2
/
+1
*
|
bcachefs: Log mount failure error code
Kent Overstreet
2024-07-10
1
-0
/
+2
*
|
bcachefs: Mark bch_inode_info as SLAB_ACCOUNT
Youling Tang
2024-07-10
1
-1
/
+2
[next]