Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
8a35d95ff4680a456d3ce47df9638f33d4f54f20
/
fs
/
btrfs
8a35d95
Btrfs: fix how we deal with the orphan block rsv
by Josef Bacik
· 13 years ago
72ac3c0
Btrfs: convert the inode bit field to use the actual bit operations
by Josef Bacik
· 13 years ago
cd023e7
Btrfs: merge contigous regions when loading free space cache
by Josef Bacik
· 13 years ago
9ba1f6e
Btrfs: do not do balance in readonly mode
by Liu Bo
· 13 years ago
d1ac6e4
Btrfs: use fastpath in extent state ops as much as possible
by Liu Bo
· 13 years ago
f8c5d0b
Btrfs: fix wrong error returned by adding a device
by Liu Bo
· 13 years ago
5fd0204
Btrfs: finish ordered extents in their own thread
by Josef Bacik
· 13 years ago
4e89915
Btrfs: do not check delalloc when updating disk_i_size
by Josef Bacik
· 13 years ago
f60d16a
Btrfs: avoid buffer overrun in mount option handling
by Jim Meyering
· 13 years ago
a27202f
Btrfs: NUL-terminate path buffer in DEV_INFO ioctl result
by Jim Meyering
· 13 years ago
f07c9a7
Btrfs: avoid buffer overrun in btrfs_printk
by Jim Meyering
· 13 years ago
2eec6c8
Fix minor type issues
by Daniel J Blueman
· 13 years ago
0d2450a
btrfs: allow changing 'thread_pool' size at remount time
by Sergei Trofimovich
· 13 years ago
0885ef5
Btrfs: do not do filemap_write_and_wait_range in fsync
by Josef Bacik
· 13 years ago
551ebb2
Btrfs: remove useless waiting and extra filemap work
by Josef Bacik
· 13 years ago
d7dbe9e
Btrfs: fix compile warnings in extent_io.c
by Josef Bacik
· 13 years ago
30f8fe3
Btrfs: cache no acl on new inodes
by Josef Bacik
· 13 years ago
0c4d2d9
Btrfs: use i_version instead of our own sequence
by Josef Bacik
· 13 years ago
a25c75d
Btrfs: cleanup: use consistent lock naming
by Dan Carpenter
· 13 years ago
e06baab
Btrfs: change integrity checker to support big blocks
by Stefan Behrens
· 13 years ago
fd5e62a
Btrfs: remove the useless assignment to *entry in function tree_insert of file extent_io.c
by Wang Sheng-Hui
· 13 years ago
477d7ea
Btrfs: fix the comment for find_first_extent_bit
by Wang Sheng-Hui
· 13 years ago
39bab87
Btrfs: fix btrfs_release_extent_buffer_page with the right usage of num_extent_pages
by Wang Sheng-Hui
· 13 years ago
1b303fc
Btrfs: cleanup the comment for clear_state_bit in extent_io.c
by Wang Sheng-Hui
· 13 years ago
f775738
btrfs/ctree.c: remove the unnecessary 'return -1;' at the end of bin_search
by Wang Sheng-Hui
· 13 years ago
271fd5d
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 13 years ago
b9fab91
Btrfs: avoid sleeping in verify_parent_transid while atomic
by Chris Mason
· 13 years ago
ea9947b
Btrfs: fix crash in scrub repair code when device is missing
by Stefan Behrens
· 13 years ago
d04b1de
btrfs: Fix mismatching struct members in ioctl.h
by Alexander Block
· 13 years ago
17de39a
Btrfs: fix page leak when allocing extent buffers
by Josef Bacik
· 13 years ago
e5846fc
Btrfs: Add properly locking around add_root_to_dirty_list
by Chris Mason
· 13 years ago
f7b0069
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 13 years ago
dc7fdde
Btrfs: reduce lock contention during extent insertion
by Chris Mason
· 13 years ago
fede766
Btrfs: avoid deadlocks from GFP_KERNEL allocations during btrfs_real_readdir
by Chris Mason
· 13 years ago
7654b72
Btrfs: Fix space checking during fs resize
by Daniel J Blueman
· 13 years ago
1f699d3
Btrfs: fix block_rsv and space_info lock ordering
by Stefan Behrens
· 13 years ago
1daf354
Btrfs: Prevent root_list corruption
by Daniel J Blueman
· 13 years ago
3e74317
Btrfs: fix repair code for RAID10
by Jan Schmidt
· 13 years ago
996d282
Btrfs: do not start delalloc inodes during sync
by Josef Bacik
· 13 years ago
25cd999
Btrfs: fix that check_int_data mount option was ignored
by Stefan Behrens
· 13 years ago
5c84fc3
Btrfs: don't count CRC or header errors twice while scrubbing
by Stefan Behrens
· 13 years ago
99ba55a
Btrfs: fix btrfs_ioctl_dev_info() crash on missing device
by Stefan Behrens
· 13 years ago
b9688bb
btrfs: don't return EINTR
by Arne Jansen
· 13 years ago
253beeb
Btrfs: double unlock bug in error handling
by Dan Carpenter
· 13 years ago
5cf1ab5
Btrfs: always store the mirror we read the eb from
by Josef Bacik
· 13 years ago
48d2823
fs/btrfs/volumes.c: add missing free_fs_devices
by Julia Lawall
· 13 years ago
8a3db18
btrfs: fix early abort in 'remount'
by Sergei Trofimovich
· 13 years ago
37db63a
Btrfs: fix max chunk size check in chunk allocator
by Ilya Dryomov
· 13 years ago
b916a59
Btrfs: add missing read locks in backref.c
by Jan Schmidt
· 13 years ago
aefc1eb
Btrfs: don't call free_extent_buffer twice in iterate_irefs
by Jan Schmidt
· 13 years ago
4735fb2
Btrfs: Make free_ipath() deal gracefully with NULL pointers
by Jesper Juhl
· 13 years ago
cdc6a39
Btrfs: avoid possible use-after-free in clear_extent_bit()
by Li Zefan
· 13 years ago
8e52acf
Btrfs: retrurn void from clear_state_bit
by Li Zefan
· 13 years ago
871383b
btrfs: add missing unlocks to transaction abort paths
by David Sterba
· 13 years ago
8d082fb
Btrfs: do not mount when we have a sectorsize unequal to PAGE_SIZE
by Liu Bo
· 13 years ago
207a232
btrfs: don't add both copies of DUP to reada extent tree
by Arne Jansen
· 13 years ago
8c9c2bf
btrfs: fix race in reada
by Arne Jansen
· 13 years ago
848cce0
Btrfs: avoid setting ->d_op twice
by Li Zefan
· 13 years ago
d44c6d4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 13 years ago
659e45d
Merge branch 'for-linus-min' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 13 years ago
6ed3cf2c
btrfs: btrfs_root_readonly() broken on big-endian
by Al Viro
· 13 years ago
d53ba47
Btrfs: use commit root when loading free space cache
by Josef Bacik
· 13 years ago
4edc2ca
Btrfs: fix use-after-free in __btrfs_end_transaction
by Dave Jones
· 13 years ago
e627ee7
Btrfs: check return value of bio_alloc() properly
by Tsutomu Itoh
· 13 years ago
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
9613beb
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 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
fcd1f065
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
Next »