Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
4bf936b9e484bb8ee5f32bfd1351893810864f58
/
fs
/
btrfs
/
transaction.c
86b9f2e
Btrfs: Fix per root used space accounting
by Yan, Zheng
· 15 years ago
24bbcf0
Btrfs: Add delayed iput
by Yan, Zheng
· 15 years ago
2e4bfab
Btrfs: Avoid orphan inodes cleanup during committing transaction
by Yan, Zheng
· 15 years ago
8cef4e1
Btrfs: Avoid superfluous tree-log writeout
by Yan, Zheng
· 15 years ago
249ac1e
Btrfs: cleanup transaction starting and fix journal_info usage
by Josef Bacik
· 15 years ago
690587d
Btrfs: streamline tree-log btree block writeout
by Chris Mason
· 15 years ago
9ed74f2
Btrfs: proper -ENOSPC handling
by Josef Bacik
· 15 years ago
76dda93
Btrfs: add snapshot/subvolume destroy ioctl
by Yan, Zheng
· 15 years ago
4df27c4d
Btrfs: change how subvolumes are organized
by Yan, Zheng
· 15 years ago
1c4850e
Btrfs: speed up snapshot dropping
by Yan, Zheng
· 15 years ago
11833d6
Btrfs: improve async block group caching
by Yan Zheng
· 15 years ago
f36f304
Btrfs: be more polite in the async caching threads
by Chris Mason
· 15 years ago
276e680
Btrfs: preserve commit_root for async caching
by Yan Zheng
· 15 years ago
ebecd3d
Btrfs: make flushoncommit mount option correctly wait on ordered_extents
by Sage Weil
· 15 years ago
817d52f
Btrfs: async block group caching
by Josef Bacik
· 15 years ago
4a8c9a6
Btrfs: make sure all dirty blocks are written at commit time
by Yan Zheng
· 15 years ago
2c47e605
Btrfs: update backrefs while dropping snapshot
by Yan Zheng
· 15 years ago
978d910
Btrfs: always update root items for fs trees at commit time
by Yan Zheng
· 15 years ago
5d4f98a
Btrfs: Mixed back reference (FORWARD ROLLING FORMAT CHANGE)
by Yan Zheng
· 15 years ago
59bc5c7
Btrfs: fix deadlocks and stalls on dead root removal
by Chris Mason
· 16 years ago
dccae99
Btrfs: add flushoncommit mount option
by Sage Weil
· 16 years ago
fa9c0d7
Btrfs: rework allocation clustering
by Chris Mason
· 16 years ago
5a3f23d
Btrfs: add extra flushing for renames and truncates
by Chris Mason
· 16 years ago
89573b9
Btrfs: Only let very young transactions grow during commit
by Chris Mason
· 16 years ago
b7ec40d
Btrfs: reduce stalls during transaction commit
by Chris Mason
· 16 years ago
c3e69d5
Btrfs: process the delayed reference queue in clusters
by Chris Mason
· 16 years ago
56bec29
Btrfs: do extent allocation and reference count updates in the background
by Chris Mason
· 16 years ago
9fa8cfe
Btrfs: don't preallocate metadata blocks during btrfs_search_slot
by Chris Mason
· 16 years ago
2456242
Btrfs: hold trans_mutex when using btrfs_record_root_in_trans
by Yan Zheng
· 16 years ago
c6e3087
Btrfs: simplify iteration codes
by Qinghuang Feng
· 16 years ago
180591b
Btrfs: Use btrfs_join_transaction to avoid deadlocks during snapshot creation
by Yan Zheng
· 16 years ago
d397712
Btrfs: Fix checkpatch.pl warnings
by Chris Mason
· 16 years ago
52c2617
Btrfs: update directory's size when creating subvol/snapshot
by Yan Zheng
· 16 years ago
d2fb343
Btrfs: fix leaking block group on balance
by Yan Zheng
· 16 years ago
a512bbf
Btrfs: superblock duplication
by Yan Zheng
· 16 years ago
6e3ad88
Btrfs: remove unneeded total_trans
by Sage Weil
· 16 years ago
105d931
Btrfs: switch back to wait_on_page_writeback to wait on metadata writes
by Chris Mason
· 16 years ago
0660b5a
Btrfs: Add backrefs and forward refs for subvols and snapshots
by Chris Mason
· 16 years ago
3394e16
Btrfs: Give each subvol and snapshot their own anonymous devid
by Chris Mason
· 16 years ago
3de4586
Btrfs: Allow subvolumes and snapshots anywhere in the directory tree
by Chris Mason
· 16 years ago
5f2cc08
Btrfs: Avoid unplug storms during commit
by Chris Mason
· 16 years ago
80ff385
Btrfs: update nodatacow code v2
by Yan Zheng
· 16 years ago
87ef2bb
Btrfs: prevent looping forever in finish_current_insert and del_pending_extents
by Chris Mason
· 16 years ago
84234f3
Btrfs: Add root tree pointer transaction ids
by Yan Zheng
· 16 years ago
2517920
Btrfs: nuke fs wide allocation mutex V2
by Josef Bacik
· 16 years ago
f82d02d
Btrfs: Improve space balancing code
by Yan Zheng
· 16 years ago
30c43e2
Btrfs: remove last_log_alloc allocator optimization
by Chris Mason
· 16 years ago
d352ac6
Btrfs: add and improve comments
by Chris Mason
· 16 years ago
1a40e23
Btrfs: update space balancing code
by Zheng Yan
· 16 years ago
5b21f2e
Btrfs: extent_map and data=ordered fixes for space balancing
by Zheng Yan
· 16 years ago
e465768
Btrfs: Add shared reference cache
by Zheng Yan
· 16 years ago
d0c803c
Btrfs: Record dirty pages tree-log pages in an extent_io tree
by Chris Mason
· 16 years ago
4bef084
Btrfs: Tree logging fixes
by Chris Mason
· 16 years ago
e02119d
Btrfs: Add a write ahead tree log to optimize synchronous operations
by Chris Mason
· 16 years ago
b64a285
Btrfs: Wait for async bio submissions to make some progress at queue time
by Chris Mason
· 16 years ago
777e6bd
Btrfs: Transaction commit: don't use filemap_fdatawait
by Chris Mason
· 16 years ago
7ea394f
Btrfs: Fix nodatacow for the new data=ordered mode
by Yan Zheng
· 16 years ago
b48652c
Btrfs: Various small fixes.
by Yan Zheng
· 16 years ago
9ca9ee0
Btrfs: fix ioctl-initiated transactions vs wait_current_trans()
by Sage Weil
· 16 years ago
2dd3e67
Btrfs: More throttle tuning
by Chris Mason
· 16 years ago
65b51a0
btrfs_search_slot: reduce lock contention by cowing in two stages
by Chris Mason
· 16 years ago
18e35e0
Btrfs: Throttle less often waiting for snapshots to delete
by Chris Mason
· 16 years ago
37d1aee
Btrfs: Throttle tuning
by Chris Mason
· 16 years ago
bcc63ab
Btrfs: implement memory reclaim for leaf reference cache
by Yan
· 16 years ago
f321e49
Btrfs: Update and fix mount -o nodatacow
by Yan Zheng
· 16 years ago
ab78c84
Btrfs: Throttle operations if the reference cache gets too large
by Chris Mason
· 16 years ago
017e536
Btrfs: Leaf reference cache update
by Chris Mason
· 16 years ago
31153d8
Btrfs: Add a leaf reference cache
by Yan Zheng
· 16 years ago
aec7477
Btrfs: Implement new dir index format
by Josef Bacik
· 16 years ago
ed98b56
Btrfs: Take the csum mutex while reading checksums
by Chris Mason
· 16 years ago
f421950
Btrfs: Fix some data=ordered related data corruptions
by Chris Mason
· 16 years ago
f929574
btrfs_start_transaction: wait for commits in progress to finish
by Chris Mason
· 16 years ago
e6dcd2d
Btrfs: New data=ordered implementation
by Chris Mason
· 16 years ago
77a41af
Btrfs: Drop some verbose printks
by Chris Mason
· 16 years ago
3f157a2
Btrfs: Online btree defragmentation fixes
by Chris Mason
· 16 years ago
1b1e213
Btrfs: Add a per-inode csum mutex to avoid races creating csum items
by Chris Mason
· 16 years ago
a74a4b9
Btrfs: Replace the transaction work queue with kthreads
by Chris Mason
· 16 years ago
89ce8a6
Add btrfs_end_transaction_throttle to force writers to wait for pending commits
by Chris Mason
· 16 years ago
a213501
Btrfs: Replace the big fs_mutex with a collection of other locks
by Chris Mason
· 16 years ago
925baed
Btrfs: Start btree concurrency work.
by Chris Mason
· 16 years ago
3b96362
Btrfs: Invalidate dcache entry after creating snapshot and
by Sven Wegener
· 16 years ago
48ec2cf
Btrfs: Fix race in running_transaction checks
by Chris Mason
· 16 years ago
a061fc8
Btrfs: Add support for online device removal
by Chris Mason
· 17 years ago
d6bfde8
Btrfs: Fixes for 2.6.18 enterprise kernels
by Chris Mason
· 17 years ago
81d7ed2
Btrfs: Throttle file_write when data=ordered is flushing the inode
by Chris Mason
· 17 years ago
ce9adaa
Btrfs: Do metadata checksums for reads via a workqueue
by Chris Mason
· 17 years ago
0b86a83
Btrfs: Add support for multiple devices per filesystem
by Chris Mason
· 17 years ago
80b6794
Btrfs: Lower stack usage in transaction.c
by Chris Mason
· 17 years ago
4529ba4
Btrfs: Add data block hints to SSD mode too
by Chris Mason
· 17 years ago
d1310b2
Btrfs: Split the extent_map code into two parts
by Chris Mason
· 17 years ago
e18e480
Btrfs: Add mount -o ssd, which includes optimizations for seek free storage
by Chris Mason
· 17 years ago
4d5e74b
Btrfs: Fix data=ordered vs wait_on_inode deadlock on older kernels
by Chris Mason
· 17 years ago
2da98f0
Btrfs: Run igrab on data=ordered inodes to prevent deadlocks during writeout
by Chris Mason
· 17 years ago
cee36a0
Rework btrfs_drop_inode to avoid scheduling
by Chris Mason
· 17 years ago
e2008b6
Btrfs: Add some simple throttling to wait for data=ordered and snapshot deletion
by Chris Mason
· 17 years ago
3063d29
Btrfs: Move snapshot creation to commit time
by Chris Mason
· 17 years ago
dc17ff8
Btrfs: Add data=ordered support
by Chris Mason
· 17 years ago
4313b39
Btrfs: Reduce stack usage in the resizer, fix 32 bit compiles
by Chris Mason
· 17 years ago
6da6aba
Btrfs: Back port to 2.6.18-el kernels
by Chris Mason
· 17 years ago
17636e0
Btrfs: section mismatch warnings
by Christian Hesse
· 17 years ago
Next »