index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Btrfs: Update on disk i_size only after pending ordered extents are done
Chris Mason
2008-09-25
5
-11
/
+119
*
Btrfs: Use async helpers to deal with pages that have been improperly dirtied
Chris Mason
2008-09-25
6
-9
/
+106
*
Btrfs: New data=ordered implementation
Chris Mason
2008-09-25
14
-502
/
+910
*
Btrfs: Drop some verbose printks
Chris Mason
2008-09-25
2
-4
/
+0
*
Btrfs: Add locking around volume management (device add/remove/balance)
Chris Mason
2008-09-25
6
-40
/
+103
*
Btrfs: Fix deadlock while searching for dead roots on mount
Chris Mason
2008-09-25
1
-1
/
+9
*
Btrfs: Reduce contention on the root node
Chris Mason
2008-09-25
2
-6
/
+21
*
Btrfs: Online btree defragmentation fixes
Chris Mason
2008-09-25
9
-129
/
+190
*
Btrfs: Add a per-inode csum mutex to avoid races creating csum items
Chris Mason
2008-09-25
6
-6
/
+21
*
Btrfs: Change find_extent_buffer to use TestSetPageLocked
Chris Mason
2008-09-25
2
-3
/
+6
*
Btrfs: Add btree locking to the tree defragmentation code
Chris Mason
2008-09-25
4
-201
/
+93
*
Btrfs: Replace the transaction work queue with kthreads
Chris Mason
2008-09-25
8
-118
/
+136
*
Add btrfs_end_transaction_throttle to force writers to wait for pending commits
Chris Mason
2008-09-25
7
-59
/
+55
*
Btrfs: Fix snapshot deletion to release the alloc_mutex much more often.
Chris Mason
2008-09-25
3
-9
/
+23
*
Btrfs: Add a skip_locking parameter to struct path, and make various funcs ho...
Chris Mason
2008-09-25
3
-14
/
+25
*
Fix btrfs_next_leaf to check for new items after dropping locks
Chris Mason
2008-09-25
1
-0
/
+7
*
Fix btrfs_del_ordered_inode to allow forcing the drop during unlinks
Chris Mason
2008-09-25
5
-13
/
+19
*
Drop locks in btrfs_search_slot when reading a tree block.
Chris Mason
2008-09-25
4
-39
/
+38
*
Btrfs: Replace the big fs_mutex with a collection of other locks
Chris Mason
2008-09-25
12
-165
/
+101
*
Btrfs: Start btree concurrency work.
Chris Mason
2008-09-25
12
-214
/
+579
*
Btrfs: Add a thread pool just for submit_bio
Chris Mason
2008-09-25
3
-1
/
+10
*
BTRFS_IOC_TRANS_START should be privilegued
Christoph Hellwig
2008-09-25
1
-0
/
+3
*
Btrfs: split out ioctl.c
Christoph Hellwig
2008-09-25
4
-729
/
+796
*
Btrfs: kerneldoc comments for extent_map.c
Christoph Hellwig
2008-09-25
1
-12
/
+49
*
Btrfs: Add a mount option to control worker thread pool size
Chris Mason
2008-09-25
3
-16
/
+28
*
Btrfs: Worker thread optimizations
Chris Mason
2008-09-25
2
-34
/
+73
*
Btrfs: Add backport for the kthread work on kernels older than 2.6.20
Chris Mason
2008-09-25
1
-1
/
+8
*
Btrfs: Fix mount -o max_inline=0
Chris Mason
2008-09-25
1
-2
/
+5
*
Btrfs: Add async worker threads for pre and post IO checksumming
Chris Mason
2008-09-25
8
-132
/
+626
*
btrfs: allow scanning multiple devices during mount
Christoph Hellwig
2008-09-25
1
-5
/
+16
*
btrfs: sanity mount option parsing and early mount code
Christoph Hellwig
2008-09-25
3
-108
/
+141
*
btrfs: fix strange indentation in lookup_extent_mapping
Christoph Hellwig
2008-09-25
1
-1
/
+7
*
btrfs: tiny makefile cleanup
Christoph Hellwig
2008-09-25
1
-7
/
+1
*
Btrfs: transaction ioctls
Sage Weil
2008-09-25
5
-2
/
+83
*
Btrfs: Dislable acl xattr handlers
Yan
2008-09-25
1
-6
/
+6
*
Btrfs: bdi_init and bdi_destroy come with 2.6.23
Jan Engelhardt
2008-09-25
1
-3
/
+3
*
btrfsctl -A error code fixup
Linda Knippers
2008-09-25
1
-2
/
+2
*
Btrfs: Invalidate dcache entry after creating snapshot and
Sven Wegener
2008-09-25
3
-1
/
+39
*
Btrfs: Fix race in running_transaction checks
Chris Mason
2008-09-25
1
-1
/
+3
*
btrfs delete ordered inode handling fix
Mingming
2008-09-25
5
-32
/
+23
*
Btrfs: Always use the async submission queue for checksummed writes
Chris Mason
2008-09-25
1
-7
/
+0
*
Btrfs: Allocator fix variety pack
Chris Mason
2008-09-25
5
-97
/
+209
*
Btrfs: Use kzalloc on the fs_devices allocation
Chris Mason
2008-09-25
1
-2
/
+1
*
Btrfs: Handle transid == 0 while opening devices
Chris Mason
2008-09-25
1
-1
/
+1
*
Btrfs: Enable btree balancing on old kernels again
Chris Mason
2008-09-25
1
-3
/
+0
*
Btrfs: Change the congestion functions to meter the number of async submits a...
Chris Mason
2008-09-25
2
-0
/
+10
*
Fix corners in writepage and btrfs_truncate_page
Chris Mason
2008-09-25
3
-15
/
+17
*
Fix btrfs_open_devices to deal with changes since the scan ioctls
Chris Mason
2008-09-25
3
-15
/
+63
*
Btrfs: Add mount -o degraded to allow mounts to continue with missing devices
Chris Mason
2008-09-25
6
-109
/
+253
*
Btrfs: Handle write errors on raid1 and raid10
Chris Mason
2008-09-25
9
-49
/
+155
[next]