index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
bcachefs: better log message in lookup_inode_for_snapshot()
Kent Overstreet
2024-03-14
1
-21
/
+24
*
bcachefs: check_inode_dirent_inode()
Kent Overstreet
2024-03-14
1
-36
/
+89
*
bcachefs: Check subvol <-> inode pointers in check_inode()
Kent Overstreet
2024-03-14
1
-0
/
+25
*
bcachefs: Check subvol <-> inode pointers in check_subvol()
Kent Overstreet
2024-03-14
3
-1
/
+34
*
bcachefs: Kill more -EIO error codes
Kent Overstreet
2024-03-14
11
-20
/
+27
*
bcachefs: thread_with_file: add f_ops.flush
Kent Overstreet
2024-03-14
3
-7
/
+32
*
bcachefs: thread_with_file: Fix missing va_end()
Kent Overstreet
2024-03-14
1
-0
/
+2
*
bcachefs: thread_with_file: allow ioctls against these files
Darrick J. Wong
2024-03-14
2
-0
/
+13
*
bcachefs: thread_with_file: create ops structure for thread_with_stdio
Darrick J. Wong
2024-03-14
3
-22
/
+28
*
bcachefs: thread_with_file: fix various printf problems
Darrick J. Wong
2024-03-14
2
-20
/
+37
*
bcachefs: thread_with_file: allow creation of readonly files
Darrick J. Wong
2024-03-14
2
-0
/
+39
*
bcachefs: thread_with_stdio: suppress hung task warning
Kent Overstreet
2024-03-14
1
-2
/
+15
*
bcachefs: thread_with_stdio: Mark completed in ->release()
Kent Overstreet
2024-03-14
1
-4
/
+10
*
bcachefs: Thread with file documentation
Kent Overstreet
2024-03-13
2
-7
/
+40
*
bcachefs: thread_with_stdio: fix bch2_stdio_redirect_readline()
Kent Overstreet
2024-03-13
1
-11
/
+22
*
bcachefs: thread_with_stdio: kill thread_with_stdio_done()
Kent Overstreet
2024-03-13
3
-22
/
+23
*
bcachefs: thread_with_stdio: convert to darray
Kent Overstreet
2024-03-13
4
-100
/
+160
*
bcachefs: thread_with_stdio: eliminate double buffering
Kent Overstreet
2024-03-13
2
-41
/
+18
*
bcachefs: kill kvpmalloc()
Kent Overstreet
2024-03-13
14
-115
/
+49
*
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: factor out check_inode_backpointer()
Kent Overstreet
2024-03-10
1
-9
/
+29
*
bcachefs: Factor out check_subvol_dirent()
Kent Overstreet
2024-03-10
1
-48
/
+57
*
bcachefs: Kill some -EINVALs
Kent Overstreet
2024-03-10
2
-5
/
+5
*
bcachefs: bump max_active on btree_interior_update_worker
Kent Overstreet
2024-03-10
1
-1
/
+1
*
bcachefs: move fsck_write_inode() to inode.c
Kent Overstreet
2024-03-10
3
-40
/
+44
*
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: Subvolumes may now be renamed
Kent Overstreet
2024-03-10
2
-26
/
+55
*
bcachefs: btree node prefetching in check_topology
Kent Overstreet
2024-03-10
4
-3
/
+42
*
bcachefs: btree_and_journal_iter.trans
Kent Overstreet
2024-03-10
4
-17
/
+21
*
bcachefs: better journal pipelining
Kent Overstreet
2024-03-10
4
-59
/
+98
*
bcachefs: closure per journal buf
Kent Overstreet
2024-03-10
3
-23
/
+41
*
bcachefs: bio per journal buf
Kent Overstreet
2024-03-10
3
-29
/
+34
*
bcachefs: jset_entry_datetime
Kent Overstreet
2024-03-10
4
-17
/
+67
*
bcachefs: improve journal entry read fsck error messages
Kent Overstreet
2024-03-10
1
-41
/
+55
*
bcachefs: convert journal replay ptrs to darray
Kent Overstreet
2024-03-10
3
-58
/
+36
*
bcachefs: Cleanup bch2_dirent_lookup_trans()
Kent Overstreet
2024-03-10
3
-26
/
+14
*
bcachefs: bch2_hash_set_snapshot() -> bch2_hash_set_in_snapshot()
Kent Overstreet
2024-03-10
3
-18
/
+12
*
bcachefs: Workqueues should be WQ_HIGHPRI
Kent Overstreet
2024-03-10
1
-4
/
+4
*
bcachefs: Improve bch2_dirent_to_text()
Kent Overstreet
2024-03-10
1
-9
/
+11
*
bcachefs: fixup for building in userspace
Kent Overstreet
2024-03-10
1
-1
/
+1
*
bcachefs: Avoid taking journal lock unnecessarily
Kent Overstreet
2024-03-10
2
-53
/
+55
*
bcachefs: Journal writes should be REQ_SYNC|REQ_META
Kent Overstreet
2024-03-10
1
-1
/
+1
*
bcachefs: Avoid setting j->write_work unnecessarily
Kent Overstreet
2024-03-10
1
-13
/
+11
*
bcachefs: Split out journal workqueue
Kent Overstreet
2024-03-10
3
-16
/
+19
*
bcachefs: Kill unnecessary wakeups in journal reclaim
Kent Overstreet
2024-03-10
1
-11
/
+9
*
bcachefs: skip invisible entries in empty subvolume checking
Guoyu Ou
2024-03-10
3
-5
/
+9
*
bcachefs: fix split brain message
Kent Overstreet
2024-03-10
1
-1
/
+1
*
bcachefs: Set path->uptodate when no node at level
Kent Overstreet
2024-03-10
1
-2
/
+2
[prev]
[next]