Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
c6664b42c4e567792abdb17c958fb01c5bcfcb3a
/
fs
c6664b4
Btrfs: remove lock assert from get_restripe_target()
by Ilya Dryomov
· 13 years ago
b89203f
Btrfs: fix eof while discarding extents
by Liu Bo
· 13 years ago
d95603b
Btrfs: fix uninit variable in repair_eb_io_failure
by Chris Mason
· 13 years ago
8e62c2d
Revert "Btrfs: increase the global block reserve estimates"
by Chris Mason
· 13 years ago
bc3f116
Btrfs: update the checks for mixed block groups with big metadata blocks
by Chris Mason
· 13 years ago
e1f041e
Btrfs: update to the right index of defragment
by Liu Bo
· 13 years ago
66c2689
Btrfs: do not bother to defrag an extent if it is a big real extent
by Liu Bo
· 13 years ago
17ce6ef
Btrfs: add a check to decide if we should defrag the range
by Liu Bo
· 13 years ago
4cb13e5
Btrfs: fix recursive defragment with autodefrag option
by Liu Bo
· 13 years ago
1f12bd0
Btrfs: fix the mismatch of page->mapping
by Liu Bo
· 13 years ago
ecb8bea
Btrfs: fix race between direct io and autodefrag
by Liu Bo
· 13 years ago
15d1ff8
Btrfs: fix deadlock during allocating chunks
by Liu Bo
· 13 years ago
2bcc032
Btrfs: show useful info in space reservation tracepoint
by Liu Bo
· 13 years ago
7ca4be4
Btrfs: don't use crc items bigger than 4KB
by Chris Mason
· 13 years ago
3c4bb26
Btrfs: flush out and clean up any block device pages during mount
by Chris Mason
· 13 years ago
98961a7
Merge git://git.jan-o-sch.net/btrfs-unstable into for-linus
by Chris Mason
· 13 years ago
1c691b3
Merge branch 'for-chris' of git://github.com/idryomov/btrfs-unstable into for-linus
by Chris Mason
· 13 years ago
1d4284b
Merge branch 'error-handling' into for-linus
by Chris Mason
· 13 years ago
65139ed
btrfs: disallow unequal data/metadata blocksize for mixed block groups
by David Sterba
· 13 years ago
fcd1f06
Btrfs: enhance superblock sanity checks
by David Sterba
· 13 years ago
b5d67f6
Btrfs: change scrub to support big blocks
by Stefan Behrens
· 13 years ago
1623ede
Btrfs: minor cleanup in scrub
by Stefan Behrens
· 13 years ago
94598ba
Btrfs: introduce common define for max number of mirrors
by Stefan Behrens
· 13 years ago
213e64d
Btrfs: fix infinite loop in btrfs_shrink_device()
by Ilya Dryomov
· 13 years ago
5eb56d2
Btrfs: fix memory leak in resolver code
by Ilya Dryomov
· 13 years ago
e4837f8
Btrfs: allow dup for data chunks in mixed mode
by Ilya Dryomov
· 13 years ago
6728b19
Btrfs: validate target profiles only if we are going to use them
by Ilya Dryomov
· 13 years ago
4a5e98f
Btrfs: improve the logic in btrfs_can_relocate()
by Ilya Dryomov
· 13 years ago
7738a53
Btrfs: add __get_block_group_index() helper
by Ilya Dryomov
· 13 years ago
fc67c45
Btrfs: add get_restripe_target() helper
by Ilya Dryomov
· 13 years ago
0c460c0
Btrfs: move alloc_profile_is_valid() to volumes.c
by Ilya Dryomov
· 13 years ago
e8920a6
Btrfs: make profile_is_valid() check more strict
by Ilya Dryomov
· 13 years ago
899c81e
Btrfs: add wrappers for working with alloc profiles
by Ilya Dryomov
· 13 years ago
e3176ca
Btrfs: stop silently switching single chunks to raid0 on balance
by Ilya Dryomov
· 13 years ago
7a3ae2f
Btrfs: fix regression in scrub path resolving
by Jan Schmidt
· 13 years ago
103e976
Btrfs: check return value of btrfs_cow_block()
by Jan Schmidt
· 13 years ago
e565d4b
Btrfs: actually call btrfs_init_lockdep
by Jan Schmidt
· 13 years ago
ea46679
Btrfs: deal with read errors on extent buffers differently
by Josef Bacik
· 13 years ago
f3f266a
Btrfs: don't use threaded IO completion helpers for metadata writes
by Chris Mason
· 13 years ago
f7c79f3
Btrfs: adjust the write_lock_level as we unlock
by Chris Mason
· 13 years ago
a098d8e
Btrfs: loop waiting on writeback
by Chris Mason
· 13 years ago
cfed81a
Btrfs: add the ability to cache a pointer into the eb
by Chris Mason
· 13 years ago
0b32f4b
Btrfs: ensure an entire eb is written at once
by Josef Bacik
· 13 years ago
5df4235
Btrfs: introduce mark_extent_buffer_accessed
by Josef Bacik
· 13 years ago
3083ee2
Btrfs: introduce free_extent_buffer_stale
by Josef Bacik
· 13 years ago
115391d
Btrfs: only use the existing eb if it's count isn't 0
by Josef Bacik
· 13 years ago
4f2de97a
Btrfs: set page->private to the eb
by Josef Bacik
· 13 years ago
727011e
Btrfs: allow metadata blocks larger than the page size
by Chris Mason
· 14 years ago
81c9ad2
Btrfs: remove search_start and search_end from find_free_extent and callers
by Josef Bacik
· 13 years ago
285ff5a
Btrfs: remove the ideal caching code
by Josef Bacik
· 13 years ago
914b200
btrfs: Fix busyloop in transaction_kthread()
by Jan Kara
· 13 years ago
79787ea
btrfs: replace many BUG_ONs with proper error handling
by Jeff Mahoney
· 13 years ago
49b25e0
btrfs: enhance transaction abort infrastructure
by Jeff Mahoney
· 13 years ago
4da3511
btrfs: add varargs to btrfs_error
by Jeff Mahoney
· 13 years ago
3acd395
btrfs: Remove BUG_ON from __finish_chunk_alloc()
by Mark Fasheh
· 13 years ago
1dd4602
btrfs: Remove BUG_ON from __btrfs_alloc_chunk()
by Mark Fasheh
· 13 years ago
2cdcecb
btrfs: Don't BUG_ON insert errors in btrfs_alloc_dev_extent()
by Mark Fasheh
· 13 years ago
305a26a
btrfs: Go readonly on tree errors in balance_level
by Mark Fasheh
· 13 years ago
b68dc2a
btrfs: Don't BUG_ON errors from update_ref_for_cow()
by Mark Fasheh
· 13 years ago
e5df957
btrfs: Go readonly on bad extent refs in update_ref_for_cow()
by Mark Fasheh
· 13 years ago
4ed1d16
btrfs: Don't BUG_ON errors in __finish_chunk_alloc()
by Mark Fasheh
· 13 years ago
0678b61
btrfs: Don't BUG_ON kzalloc error in btrfs_lookup_csums_range()
by Mark Fasheh
· 13 years ago
be1a556
btrfs: Don't BUG_ON() errors in update_ref_for_cow()
by Mark Fasheh
· 13 years ago
ce59897
btrfs: Don't BUG_ON errors from btrfs_create_subvol_root()
by Mark Fasheh
· 13 years ago
2c53679
btrfs: btrfs_drop_snapshot should return int
by Jeff Mahoney
· 13 years ago
3fbe5c0
btrfs: split extent_state ops
by Jeff Mahoney
· 13 years ago
d008237
btrfs: drop gfp_t from lock_extent
by Jeff Mahoney
· 13 years ago
143bede
btrfs: return void in functions without error conditions
by Jeff Mahoney
· 13 years ago
ffd7b33
btrfs: __add_reloc_root error push-up
by Jeff Mahoney
· 13 years ago
355808c
btrfs: ->submit_bio_hook error push-up
by Jeff Mahoney
· 13 years ago
3444a97
btrfs: Factor out tree->ops->merge_bio_hook call
by Jeff Mahoney
· 13 years ago
0417341
btrfs: Simplify btrfs_submit_bio_hook
by Jeff Mahoney
· 13 years ago
b45a9d8
btrfs: btrfs_update_root error push-up
by Jeff Mahoney
· 13 years ago
200a5c1
btrfs: find_and_setup_root error push-up
by Jeff Mahoney
· 13 years ago
6763af8
btrfs: Remove set bits return from clear_extent_bit
by Jeff Mahoney
· 13 years ago
5380428
btrfs: avoid NULL deref in btrfs_reserve_extent with DEBUG_ENOSPC
by Jeff Mahoney
· 13 years ago
d5c13f9
btrfs: clean_tree_block should panic on observed memory corruption and return void
by Jeff Mahoney
· 13 years ago
d16cb05
btrfs: Simplify btrfs_insert_root
by Jeff Mahoney
· 13 years ago
cddcd80
btrfs: Fix kfree of member instead of structure
by Jeff Mahoney
· 13 years ago
43c04fb
btrfs: Panic on bad rbtree operations
by Jeff Mahoney
· 13 years ago
c2d904e
btrfs: Catch locking failures in {set,clear,convert}_extent_bit
by Jeff Mahoney
· 13 years ago
8c34293
btrfs: Add btrfs_panic()
by Jeff Mahoney
· 13 years ago
93dc610
Don't limit non-nested epoll paths
by Jason Baron
· 13 years ago
cb1ecf2
Merge branch 'akpm' (more patches from Andrew)
by Linus Torvalds
· 13 years ago
d7178c7
nilfs2: fix NULL pointer dereference in nilfs_load_super_block()
by Ryusuke Konishi
· 13 years ago
3d777a6
nilfs2: clamp ns_r_segments_percentage to [1, 99]
by Haogang Chen
· 13 years ago
c017386
afs: Remote abort can cause BUG in rxrpc code
by Anton Blanchard
· 13 years ago
2c724fb
afs: Read of file returns EBADMSG
by Anton Blanchard
· 13 years ago
f1cbd03
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 13 years ago
8e8bb96
Merge git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 13 years ago
310fa7a
restore smp_mb() in unlock_new_inode()
by Al Viro
· 13 years ago
7f6c7e6
vfs: fix return value from do_last()
by Miklos Szeredi
· 13 years ago
097b180
vfs: fix double put after complete_walk()
by Miklos Szeredi
· 13 years ago
f6940fe
udf: Fix deadlock in udf_release_file()
by Jan Kara
· 13 years ago
978d6d8
vfs: Correctly set the dir i_mutex lockdep class
by Tyler Hicks
· 13 years ago
c7b2855
aio: fix the "too late munmap()" race
by Al Viro
· 13 years ago
86b62a2
aio: fix io_setup/io_destroy race
by Al Viro
· 13 years ago
86e0600
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 13 years ago
d575146
CIFS: Do not kmalloc under the flocks spinlock
by Pavel Shilovsky
· 13 years ago
b0f8ef2
cifs: possible memory leak in xattr.
by Santosh Nayak
· 13 years ago
Next »