Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
ee6c50044b7c9613063cf6dc63fe186368be67b7
/
fs
/
btrfs
/
ordered-data.c
143bede
btrfs: return void in functions without error conditions
by Jeff Mahoney
· 13 years ago
43c04fb
btrfs: Panic on bad rbtree operations
by Jeff Mahoney
· 13 years ago
1abe9b8
Btrfs: add initial tracepoint support for btrfs
by liubo
· 14 years ago
c87fb6f
Btrfs: avoid uninit variable warnings in ordered-data.c
by Chris Mason
· 14 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
559af82
Btrfs: cleanup warnings from gcc 4.6 (nonbugs)
by Andi Kleen
· 14 years ago
4b46fce
Btrfs: add basic DIO read/write support
by Josef Bacik
· 14 years ago
0ca1f7c
Btrfs: Update metadata reservation for delayed allocation
by Yan, Zheng
· 14 years ago
795d580
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
by Linus Torvalds
· 15 years ago
287a0ab
Btrfs: kill max_extent mount option
by Josef Bacik
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 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
a038fab
Btrfs: align offsets for btrfs_ordered_update_i_size
by Yan, Zheng
· 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
474a503
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
by Linus Torvalds
· 15 years ago
32c00af
Btrfs: release delalloc reservations on extent item insertion
by Josef Bacik
· 15 years ago
8aa38c3
Btrfs: remove duplicates of filemap_ helpers
by Christoph Hellwig
· 15 years ago
54bcf38
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable into for-linus
by Chris Mason
· 15 years ago
1fe06ad
writeback: get rid of wbc->for_writepages
by Jens Axboe
· 15 years ago
8b62b72
Btrfs: Use PagePrivate2 to track pages in the data=ordered code.
by Chris Mason
· 15 years ago
9655d29
Btrfs: use a cached state for extent state operations during delalloc
by Chris Mason
· 15 years ago
ffbd517
Btrfs: use WRITE_SYNC for synchronous writes
by Chris Mason
· 16 years ago
5a3f23d
Btrfs: add extra flushing for renames and truncates
by Chris Mason
· 16 years ago
c6e3087
Btrfs: simplify iteration codes
by Qinghuang Feng
· 16 years ago
d397712
Btrfs: Fix checkpatch.pl warnings
by Chris Mason
· 16 years ago
d20f704
Btrfs: move data checksumming into a dedicated tree
by Chris Mason
· 16 years ago
771ed68
Btrfs: Optimize compressed writeback and reads
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
d352ac6
Btrfs: add and improve comments
by Chris Mason
· 16 years ago
5b21f2e
Btrfs: extent_map and data=ordered fixes for space balancing
by Zheng Yan
· 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
3eaa288
Btrfs: Fix the defragmention code and the block relocation code for data=ordered
by Chris Mason
· 16 years ago
8964222
Btrfs: Search data ordered extents first for checksums on read
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
4a09675
Btrfs: Data ordered fixes
by Chris Mason
· 16 years ago
e5a2217
Fix btrfs_wait_ordered_extent_range to properly wait
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
1b1e213
Btrfs: Add a per-inode csum mutex to avoid races creating csum items
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
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
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
dc17ff8
Btrfs: Add data=ordered support
by Chris Mason
· 17 years ago