index
:
asahi-linux.git
20240806-atcphy-rewrite
aic2
asahi
asahi-6.5-rc1-wip
asahi-dcpext-2022-11-12
asahi-soc/base
asahi-soc/dt
asahi-soc/fixes
asahi-soc/for-next
asahi-soc/mailbox
asahi-soc/maintainers
asahi-soc/pmgr
asahi-soc/prev
asahi-soc/soc
asahi-wip
asahi-wip-6.8
atcphy-20230219
audio/testing
base
bases/000-devicetree
bits/000-devicetree
bits/002-backports
bits/005-maintainers
bits/010-soc
bits/020-dart
bits/030-misc
bits/040-dwc3
bits/050-nvme
bits/060-spi
bits/070-audio
bits/080-wifi
bits/090-spi-hid
bits/100-bluetooth
bits/110-smc
bits/120-spmi
bits/130-cpufreq
bits/140-pci
bits/150-xhci-firmware
bits/160-fpwm
bits/170-atcphy
bits/180-sio
bits/200-dcp
bits/210-gpu
bits/220-tso
bits/230-touchbar
bits/240-isp
clk/new
cpufreq/v1
cpufreq/wip
dcp/dptx-fixes
dcp/sleep
dcp/wtf
dp-altmode-WIP
fixes/6.5
fixes/usb-streams-snafu
gpu/base
gpu/clustering-debug
gpu/compute
gpu/explicit-sync
gpu/history-20230305
gpu/history-6.2
gpu/modpost
gpu/new
gpu/new-bits
gpu/omg-it-works
gpu/pin-init-hack
gpu/pin_init_woes
gpu/prev
gpu/rebase-20230224
gpu/rebase-6.4
gpu/rust-1.74-ice
gpu/rust-drm
gpu/rust-for-later
gpu/rust-for-next
gpu/rust-for-next-merged
gpu/rust-next
gpu/rust-rebased
gpu/rust-submitted
gpu/rust-wip
gpu/rust-wip-5.19
gpu/rust-wip-6.3
gpu/uapi-2024-06
gpu/uapi-revamp
isp/heap-alloc
isp/t602x
isp/t602x-v2
kvm-tso
mailbox/i-hate-mailbox
main
misc/dax-fixes
next-base
nvme/suspend
nvme/wip-clocks
pcie/wip-sd-pm
pmgr-stuff
pmgr/dev
pmgr/nvme-merge
rust/makefile-fix
rust/unsafe_pr
smc/rtkit-patches
smc/work
sound/ivsense-fix
sound/ivsense-improvements
sound/speaker-safety
speakers/enablement-READ-COMMIT-MESSAGE
spmi/work
sven/i2c-pasemi-fixes
t6000/bringup-work
t602x/bringup
t8112/bringup
touchpad/wip
tso/fixes
wifi/bcm4388
wifi/take1
wifi/take2
wifi/take3
wifi/take4
wifi/take5
wifi/v2
wifi/v3-wip-asahi
Unnamed repository; edit this file 'description' to name the repository.
Runxi Yu
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
fs.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-18
1
-71
/
+138
|
\
|
*
bcachefs: Make read_only a mount option again, but hidden
Kent Overstreet
2024-07-14
1
-1
/
+2
|
*
bcachefs: support STATX_DIOALIGN for statx file
Hongbo Li
2024-07-14
1
-0
/
+10
|
*
bcachefs: kill key cache arg to bch2_assert_pos_locked()
Kent Overstreet
2024-07-14
1
-3
/
+1
|
*
bcachefs: Add tracepoints for bch2_sync_fs() and bch2_fsync()
Youling Tang
2024-07-14
1
-0
/
+3
|
*
bcachefs: bch2_fs_get_tree() cleanup
Kent Overstreet
2024-07-14
1
-30
/
+29
|
*
bcachefs: Kill bch2_mount()
Kent Overstreet
2024-07-14
1
-31
/
+15
|
*
bcachefs: use new mount API
Thomas Bertschinger
2024-07-14
1
-22
/
+93
|
*
bcachefs: add printbuf arg to bch2_parse_mount_opts()
Thomas Bertschinger
2024-07-14
1
-3
/
+3
|
*
bcachefs: fix ei_update_lock lock ordering
Kent Overstreet
2024-07-14
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-11
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
*
|
bcachefs: Fix bch2_inode_insert() race path for tmpfiles
Kent Overstreet
2024-07-10
1
-0
/
+6
*
|
bcachefs: Move the ei_flags setting to after initialization
Youling Tang
2024-06-21
1
-5
/
+3
*
|
bcachefs: Fix I_NEW warning in race path in bch2_inode_insert()
Kent Overstreet
2024-06-21
1
-2
/
+10
*
|
bcachefs: fix alignment of VMA for memory mapped files on THP
Youling Tang
2024-06-20
1
-0
/
+1
*
|
bcachefs: Add missing bch_inode_info.ei_flags init
Kent Overstreet
2024-06-10
1
-0
/
+2
*
|
bcachefs: set sb->s_shrinker->seeks = 0
Kent Overstreet
2024-06-10
1
-0
/
+1
*
|
bcachefs: Don't return -EROFS from mount on inconsistency error
Kent Overstreet
2024-05-28
1
-2
/
+10
|
/
*
bcachefs: Fix race path in bch2_inode_insert()
Kent Overstreet
2024-05-22
1
-2
/
+1
*
bcachefs: set FMODE_CAN_ODIRECT instead of a dummy direct_IO method
Youling Tang
2024-05-20
1
-1
/
+2
*
Merge tag 'bcachefs-2024-05-19' of https://evilpiepirate.org/git/bcachefs
Linus Torvalds
2024-05-19
1
-49
/
+60
|
\
|
*
bcachefs: Change destroy_inode to free_inode
Youling Tang
2024-05-08
1
-11
/
+3
|
*
bcachefs: check inode backpointer in bch2_lookup()
Kent Overstreet
2024-05-08
1
-6
/
+18
|
*
bcachefs: Clean up inode alloc
Kent Overstreet
2024-05-08
1
-22
/
+29
|
*
bcachefs: bch2_trans_unlock() must always be followed by relock() or begin()
Kent Overstreet
2024-05-08
1
-0
/
+4
|
*
bcachefs: iter/update/trigger/str_hash flag cleanup
Kent Overstreet
2024-05-08
1
-3
/
+3
|
*
bcachefs: bch2_hash_lookup() now returns bkey_s_c
Kent Overstreet
2024-05-08
1
-7
/
+3
*
|
Merge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
2024-05-13
1
-0
/
+3
|
\
\
|
|
/
|
/
|
|
*
statx: stx_subvol
Kent Overstreet
2024-03-26
1
-0
/
+3
*
|
bcachefs: fix overflow in fiemap
Reed Riley
2024-05-06
1
-1
/
+1
*
|
bcachefs: Fix inode early destruction path
Kent Overstreet
2024-04-20
1
-3
/
+6
*
|
bcachefs: fix mount error path
Kent Overstreet
2024-03-31
1
-0
/
+1
|
/
*
bcachefs: Improve bch2_fatal_error()
Kent Overstreet
2024-03-18
1
-1
/
+2
*
bcachefs: fix the error code when mounting with incorrect options.
Hongbo Li
2024-03-13
1
-1
/
+3
*
bcachefs: bch2_lookup() gives better error message on inode not found
Kent Overstreet
2024-03-10
1
-9
/
+64
*
bcachefs: bch2_inode_insert()
Kent Overstreet
2024-03-10
1
-62
/
+76
*
bcachefs: Initialize super_block->s_uuid
Kent Overstreet
2024-03-10
1
-0
/
+1
*
bcachefs: Switch to uuid_to_fsid()
Kent Overstreet
2024-03-10
1
-5
/
+1
*
bcachefs: Fix missing bch2_err_class() calls
Kent Overstreet
2024-02-10
1
-4
/
+5
*
Merge tag 'bcachefs-2024-01-10' of https://evilpiepirate.org/git/bcachefs
Linus Torvalds
2024-01-10
1
-67
/
+33
|
\
|
*
bcachefs: Fix nochanges/read_only interaction
Kent Overstreet
2024-01-05
1
-2
/
+2
|
*
bcachefs: Convert split_devs() to darray
Kent Overstreet
2024-01-01
1
-48
/
+20
|
*
bcachefs: for_each_member_device() now declares loop iter
Kent Overstreet
2024-01-01
1
-7
/
+4
[next]