Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
3394e1607eaf870ebba37d303fbd590a4c569908
/
fs
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
4ce4cb5
Btrfs: Add some debugging around the ENOSPC bugs
by Josef Bacik
· 16 years ago
e3e469f
Btrfs: fix free space leak
by Josef Bacik
· 16 years ago
7cbd8a8
Btrfs: Add a missing return pointer check
by yanhai zhu
· 16 years ago
0df49b9
Btrfs: Check kthread_should_stop() before schedule() in worker_loop
by yanhai zhu
· 16 years ago
c36047d
Btrfs: Fix race in btrfs_mark_extent_written
by Yan Zheng
· 16 years ago
2b82032
Btrfs: Seed device support
by Yan Zheng
· 16 years ago
c146afa
Btrfs: mount ro and remount support
by Yan Zheng
· 16 years ago
f3465ca
Btrfs: batch extent inserts/updates/deletions on the extent root
by Josef Bacik
· 16 years ago
c5c9cd4
Btrfs: allow clone of an arbitrary file range
by Sage Weil
· 16 years ago
2ed6d66
Btrfs: Fix handling of space info full during allocations
by Chris Mason
· 16 years ago
6f3577b
Btrfs: Improve metadata read latencies
by Chris Mason
· 16 years ago
5b050f0
Btrfs: Fix compile warnings on 32 bit machines
by Chris Mason
· 16 years ago
8247b41
Btrfs: Fix starting search offset inside btrfs_drop_extents
by Yan Zheng
· 16 years ago
8a1413a2
Btrfs: empty_size allocation fixes again
by Chris Mason
· 16 years ago
240d5d4
Btrfs: tune btrfs unplug functions for a small number of devices
by Chris Mason
· 16 years ago
b47eda8
Btrfs: Turn off extent state leak debugging
by Chris Mason
· 16 years ago
445a694
Btrfs: Fix usage of struct extent_map->orig_start
by Chris Mason
· 16 years ago
39be25c
Btrfs: Use invalidatepage when writepage finds a page outside of i_size
by Chris Mason
· 16 years ago
f5a31e1
Btrfs: Try harder while searching for free space
by Chris Mason
· 16 years ago
e04ca62
Btrfs: Fix use after free during compressed reads
by Chris Mason
· 16 years ago
ff5b7ee
Btrfs: Fix csum error for compressed data
by Yan Zheng
· 16 years ago
f2b1c41
Btrfs: Make sure pages are dirty before doing delalloc for them
by Chris Mason
· 16 years ago
5b7c3fc
Btrfs: Don't substract too much from the allocation target (avoid wrapping)
by Chris Mason
· 16 years ago
5f2cc08
Btrfs: Avoid unplug storms during commit
by Chris Mason
· 16 years ago
42e70e7
Btrfs: Fix more false enospc errors and an oops from empty clustering
by Chris Mason
· 16 years ago
af09abf
Btrfs: make sure compressed bios don't complete too soon
by Chris Mason
· 16 years ago
4366211
Btfs: More metadata allocator optimizations
by Chris Mason
· 16 years ago
3b7885b
Btrfs: enforce metadata allocation clustering
by Chris Mason
· 16 years ago
771ed68
Btrfs: Optimize compressed writeback and reads
by Chris Mason
· 16 years ago
4a69a41
Btrfs: Add ordered async work queues
by Chris Mason
· 16 years ago
537fb067
Btrfs: rev the disk format for fallocate
by Chris Mason
· 16 years ago
70b99e6
Btrfs: Compression corner fixes
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
6643558
Btrfs: Fix bookend extent race v2
by Yan Zheng
· 16 years ago
9036c10
Btrfs: update hole handling v2
by Yan Zheng
· 16 years ago
19b9bdb
Btrfs: Fix logic to avoid reading checksums for -o nodatasum,compress
by Chris Mason
· 16 years ago
cfbc246
Btrfs: walk compressed pages based on the nr_pages count instead of bytes
by Chris Mason
· 16 years ago
87ef2bb
Btrfs: prevent looping forever in finish_current_insert and del_pending_extents
by Chris Mason
· 16 years ago
09fde3c
Btrfs: Rev the disk format for compression and root pointer generation fields
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
80eb234
Btrfs: fix enospc when there is plenty of space
by Josef Bacik
· 16 years ago
f82d02d
Btrfs: Improve space balancing code
by Yan Zheng
· 16 years ago
c8b9781
Btrfs: Add zlib compression support
by Chris Mason
· 16 years ago
26ce34a
Merge branch 'master' of ssh://mason@master.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
by Chris Mason
· 16 years ago
37d3cdd
Btrfs: make tree_search_offset more flexible in its searching
by Josef Bacik
· 16 years ago
a3dddf3
Btrfs: Don't call security_inode_mkdir during subvol creation
by Chris Mason
· 16 years ago
efc968d
Don't allow splice() to files opened with O_APPEND
by Linus Torvalds
· 16 years ago
cb8e709
Btrfs: Fix subvolume creation locking rules
by Christoph Hellwig
· 16 years ago
833023e
Btrfs: Rev the disk format for the new back reference format
by Chris Mason
· 16 years ago
61f8c86
Btrfs: Fix makefile for builing btrfs static
by Sage Weil
· 16 years ago
5b84e8d
Btrfs: Fix leaf reference cache miss
by Yan Zheng
· 16 years ago
3bb1a1b
Btrfs: Remove offset field from struct btrfs_extent_ref
by Yan Zheng
· 16 years ago
a76a3cd
Btrfs: Count space allocated to file in bytes
by Yan Zheng
· 16 years ago
a62b940
Btrfs: cast bio->bi_sector to a u64 before shifting
by Chris Mason
· 16 years ago
30c43e2
Btrfs: remove last_log_alloc allocator optimization
by Chris Mason
· 16 years ago
cb843a6
Btrfs: O_DIRECT writes via buffered writes + invaldiate
by Chris Mason
· 16 years ago
4b19de6
mm: tiny-shmem nommu fix
by Nick Piggin
· 16 years ago
16dbc6c
inotify: fix lock ordering wrt do_page_fault's mmap_sem
by Nick Piggin
· 16 years ago
323ac95
Btrfs: don't read leaf blocks containing only checksums during truncate
by Chris Mason
· 16 years ago
cf749823
Btrfs: fix deadlock between alloc_mutex/chunk_mutex
by Josef Bacik
· 16 years ago
83afeac
Btrfs: disk-io.c (open_ctree): avoid leaks upon allocation failure
by Jim Meyering
· 16 years ago
0463bb4
Btrfs: disk-io.c (open_ctree): Don't deref. NULL upon failed kzalloc
by Jim Meyering
· 16 years ago
75ccf47
Btrfs: fix multi-device code to use raid policies set by mkfs
by Chris Mason
· 16 years ago
45b8c9a
Btrfs: fix seekiness due to finding the wrong block group
by Josef Bacik
· 16 years ago
d352ac6
Btrfs: add and improve comments
by Chris Mason
· 16 years ago
31a78f2
mm owner: fix race between swapoff and exit
by Balbir Singh
· 16 years ago
9a5e1ea
Btrfs: drop WARN_ON from btrfs_add_leaf_ref
by Chris Mason
· 16 years ago
8c8bee1
Btrfs: Wait for IO on the block device inodes of newly added devices
by Chris Mason
· 16 years ago
d0185c0
Fix NULL pointer dereference in proc_sys_compare
by Linus Torvalds
· 16 years ago
ec4d902
Merge git://oss.sgi.com:8090/xfs/linux-2.6
by Linus Torvalds
· 16 years ago
bde40fe
Merge branch 'linux-next' of git://git.infradead.org/~dedekind/ubifs-2.6
by Linus Torvalds
· 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
e856981
Btrfs: allocator fixes for space balancing update
by Zheng Yan
· 16 years ago
71a8c87
[XFS] Remove xfs_iext_irec_compact_full()
by Lachlan McIlroy
· 16 years ago
f1ccd29
[XFS] Fix extent list corruption in xfs_iext_irec_compact_full().
by Lachlan McIlroy
· 16 years ago
24ab9cd
Btrfs: Raise thresholds for metadata writeback
by Chris Mason
· 16 years ago
4434c33
Btrfs: fix sleep with spinlock held during unmount
by Chris Mason
· 16 years ago
2b1f55b
Remove Btrfs compat code for older kernels
by Chris Mason
· 16 years ago
9b49c9b
Btrfs: Fix allocation completions in tree log replay
by Chris Mason
· 16 years ago
60582d1
Add Btrfs to fs/Kconfig and fs/Makefile
by Chris Mason
· 16 years ago
b4f6c45
Update Btrfs files for in-kernel usage
by Chris Mason
· 16 years ago
aef8755
Merge Btrfs into fs/btrfs
by Chris Mason
· 16 years ago
3435302
Btrfs: Fix race against disk_i_size updates
by Chris Mason
· 16 years ago
31840ae
Btrfs: Full back reference support
by Zheng Yan
· 16 years ago
1c2308f8
Add check for tree-log roots in btrfs_alloc_reserved_extents
by Chris Mason
· 16 years ago
ce3ed71
Btrfs: Checksum tree blocks in the background
by Chris Mason
· 16 years ago
0f9dd46
Btrfs: free space accounting redo
by Josef Bacik
· 16 years ago
ef8bbdf
Btrfs: fix cache_block_group error handling
by Josef Bacik
· 16 years ago
f25956c
Fix leaf overflow check in btrfs_insert_empty_items
by Chris Mason
· 16 years ago
23a0786
Btrfs: Fix mismerge in block header checks
by Chris Mason
· 16 years ago
9623f9a
Btrfs: Disable the dir fsync optimization to skip logging the dir sometimes
by Chris Mason
· 16 years ago
d0c803c
Btrfs: Record dirty pages tree-log pages in an extent_io tree
by Chris Mason
· 16 years ago
31ff1cd
Btrfs: Copy into the log tree in big batches
by Chris Mason
· 16 years ago
d00aff0
Btrfs: Optimize tree log block allocations
by Chris Mason
· 16 years ago
Next »