Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
8f29881eb732ca087069fcc8f65ffa316fc63185
/
fs
/
btrfs
/
ordered-data.h
f0e9b7d
Btrfs: fix race setting block group readonly during device replace
by Filipe Manana
· 8 years ago
42f3173
Merge branch 'cleanups-4.7' into for-chris-4.7-20160525
by David Sterba
· 8 years ago
0132761
btrfs: fix string and comment grammatical issues and typos
by Nicholas D Steeves
· 8 years ago
578def7
Btrfs: don't wait for unrelated IO to finish before relocation
by Filipe Manana
· 9 years ago
161c3549
Btrfs: change how we wait for pending ordered extents
by Josef Bacik
· 9 years ago
b659ef0
Btrfs: avoid syncing log in the fast fsync path when not necessary
by Filipe Manana
· 10 years ago
0c30430
Btrfs: remove csum_bytes_left
by Liu Bo
· 9 years ago
0870295
Btrfs: collect only the necessary ordered extents on ranged fsync
by Filipe Manana
· 10 years ago
50d9aa9
Btrfs: make sure logged extents complete in the current transaction V3
by Josef Bacik
· 10 years ago
8d875f9
btrfs: disable strict file flushes for renames and truncates
by Chris Mason
· 10 years ago
d458b05
btrfs: Cleanup the "_struct" suffix in btrfs_workequeue
by Qu Wenruo
· 11 years ago
fccb5d8
btrfs: Replace fs_info->endio_* workqueue with btrfs_workqueue.
by Qu Wenruo
· 11 years ago
a44903a
btrfs: Replace fs_info->flush_workers with btrfs_workqueue.
by Qu Wenruo
· 11 years ago
827463c
Btrfs: don't mix the ordered extents of all files together during logging the inodes
by Miao Xie
· 11 years ago
b024419
Btrfs: don't wait for the completion of all the ordered extents
by Miao Xie
· 11 years ago
0ef8b72
Btrfs: return an error from btrfs_wait_ordered_range
by Josef Bacik
· 11 years ago
f0de181
Btrfs: kill delay_iput arg to the wait_ordered functions
by Josef Bacik
· 11 years ago
77cef2e
Btrfs: allow partial ordered extent completion
by Josef Bacik
· 11 years ago
f51a4a1
Btrfs: remove btrfs_sector_sum structure
by Miao Xie
· 11 years ago
199c2a9
Btrfs: introduce per-subvolume ordered extent list
by Miao Xie
· 11 years ago
e4100d9
Btrfs: improve the performance of the csums lookup
by Miao Xie
· 12 years ago
b2c6b3e
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-next into for-linus-3.9
by Chris Mason
· 12 years ago
569e0f3
Btrfs: place ordered operations on a per transaction list
by Josef Bacik
· 12 years ago
2ab28f3
Btrfs: wait on ordered extents at the last possible moment
by Josef Bacik
· 12 years ago
a22180d
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 12 years ago
9afab88
Btrfs: make ordered extent be flushed by multi-task
by Miao Xie
· 12 years ago
25287e0
Btrfs: make ordered operations be handled by multi-task
by Miao Xie
· 12 years ago
48fc7f7
Fix misspellings of "whether" in comments.
by Adam Buchbinder
· 12 years ago
6bbe3a9
Btrfs: kill obsolete arguments in btrfs_wait_ordered_extents
by Liu Bo
· 12 years ago
6352b91
Btrfs: use a slab for ordered extents allocation
by Miao Xie
· 12 years ago
b9a8cc5
Btrfs: fix file extent discount problem in the, snapshot
by Miao Xie
· 12 years ago
5fd0204
Btrfs: finish ordered extents in their own thread
by Josef Bacik
· 13 years ago
143bede
btrfs: return void in functions without error conditions
by Jeff Mahoney
· 13 years ago
261507a0
btrfs: Allow to add new compression algorithm
by Li Zefan
· 14 years ago
163cf09
Btrfs: deal with DIO bios that span more than one ordered extent
by Chris Mason
· 14 years ago
4b46fce
Btrfs: add basic DIO read/write support
by Josef Bacik
· 14 years ago
5a1a3df
Btrfs: cache ordered extent when completing io
by Josef Bacik
· 15 years ago
49958fd
Btrfs: change the ordered tree to use a spinlock instead of a mutex
by Josef Bacik
· 15 years ago
6bef4d3
Btrfs: use RB_ROOT to intialize rb_trees instead of setting rb_node to NULL
by Eric Paris
· 15 years ago
24bbcf0
Btrfs: Add delayed iput
by Yan, Zheng
· 15 years ago
c216775
Btrfs: Fix disk_i_size update corner case
by Yan, Zheng
· 15 years ago
8aa38c3
Btrfs: remove duplicates of filemap_ helpers
by Christoph Hellwig
· 15 years ago
8b62b72
Btrfs: Use PagePrivate2 to track pages in the data=ordered code.
by Chris Mason
· 15 years ago
5a3f23d
Btrfs: add extra flushing for renames and truncates
by Chris Mason
· 16 years ago
d20f704
Btrfs: move data checksumming into a dedicated tree
by Chris Mason
· 16 years ago
d899e05
Btrfs: Add fallocate support v2
by Yan Zheng
· 16 years ago
80ff385
Btrfs: update nodatacow code v2
by Yan Zheng
· 16 years ago
c8b9781
Btrfs: Add zlib compression support
by Chris Mason
· 16 years ago
cb843a6
Btrfs: O_DIRECT writes via buffered writes + invaldiate
by Chris Mason
· 16 years ago
7ea394f
Btrfs: Fix nodatacow for the new data=ordered mode
by Yan Zheng
· 16 years ago
3eaa288
Btrfs: Fix the defragmention code and the block relocation code for data=ordered
by Chris Mason
· 16 years ago
9ba4611
Btrfs: Fix 32 bit compiles by using an unsigned long byte count in the ordered extent
by Chris Mason
· 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
3edf7d3
Btrfs: Handle data checksumming on bios that span multiple ordered extents
by Chris Mason
· 16 years ago
eb84ae0
Btrfs: Cleanup and comment ordered-data.c
by Chris Mason
· 16 years ago
ba1da2f
Btrfs: Don't pin pages in ram until the entire ordered extent is on disk.
by Chris Mason
· 16 years ago
dbe674a
Btrfs: Update on disk i_size only after pending ordered extents are done
by Chris Mason
· 16 years ago
e6dcd2d
Btrfs: New data=ordered implementation
by Chris Mason
· 16 years ago
594a24e
Fix btrfs_del_ordered_inode to allow forcing the drop during unlinks
by Chris Mason
· 16 years ago
e1b81e6
btrfs delete ordered inode handling fix
by Mingming
· 16 years ago
81d7ed2
Btrfs: Throttle file_write when data=ordered is flushing the inode
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
cee36a0
Rework btrfs_drop_inode to avoid scheduling
by Chris Mason
· 17 years ago
dc17ff8
Btrfs: Add data=ordered support
by Chris Mason
· 17 years ago