index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-26
Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block
Linus Torvalds
14
-209
/
+222
2016-07-18
Btrfs: fix comparison in __btrfs_map_block()
Vincent Stehlé
1
-1
/
+1
2016-06-25
Merge branch 'for-linus-4.7-part2' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
3
-13
/
+34
2016-06-25
Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
11
-36
/
+57
2016-06-25
Btrfs: fix ->iterate_shared() by upgrading i_rwsem for delayed nodes
Omar Sandoval
3
-13
/
+34
2016-06-23
Btrfs: Force stripesize to the value of sectorsize
Chandan Rajendra
2
-6
/
+4
2016-06-23
btrfs: fix disk_i_size update bug when fallocate() fails
Wang Xiaoguang
1
-1
/
+2
2016-06-23
Btrfs: fix error handling in map_private_extent_buffer
Liu Bo
2
-2
/
+11
2016-06-23
Btrfs: fix error return code in btrfs_init_test_fs()
Wei Yongjun
1
-1
/
+1
2016-06-22
Btrfs: don't do nocow check unless we have to
Josef Bacik
1
-22
/
+22
2016-06-22
btrfs: fix deadlock in delayed_ref_async_start
Chris Mason
1
-9
/
+11
2016-06-22
Btrfs: track transid for delayed ref flushing
Josef Bacik
4
-5
/
+16
2016-06-18
Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
11
-43
/
+61
2016-06-17
Btrfs: btrfs_check_super_valid: Allow 4096 as stripesize
Chandan Rajendra
1
-1
/
+2
2016-06-17
btrfs: remove build fixup for qgroup_account_snapshot
David Sterba
1
-5
/
+0
2016-06-17
btrfs: use new error message helper in qgroup_account_snapshot
David Sterba
1
-1
/
+1
2016-06-17
btrfs: avoid blocking open_ctree from cleaner_kthread
Zygo Blaxell
2
-15
/
+12
2016-06-17
Btrfs: don't BUG_ON() in btrfs_orphan_add
Josef Bacik
1
-1
/
+10
2016-06-17
btrfs: account for non-CoW'd blocks in btrfs_abort_transaction
Jeff Mahoney
4
-4
/
+7
2016-06-17
Btrfs: check if extent buffer is aligned to sectorsize
Liu Bo
6
-15
/
+28
2016-06-17
btrfs: Use correct format specifier
Heinrich Schuchardt
1
-1
/
+1
2016-06-10
Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
18
-357
/
+568
2016-06-08
Merge branch 'misc-fixes-4.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Chris Mason
5
-17
/
+114
2016-06-08
Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Chris Mason
15
-340
/
+454
2016-06-07
block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH
Mike Christie
1
-4
/
+4
2016-06-07
block, drivers, fs: shrink bi_rw from long to int
Mike Christie
2
-3
/
+3
2016-06-07
btrfs: use bio fields for op and flags
Mike Christie
9
-67
/
+54
2016-06-07
btrfs: update __btrfs_map_block for REQ_OP transition
Mike Christie
4
-29
/
+34
2016-06-07
btrfs: use bio op accessors
Mike Christie
7
-40
/
+47
2016-06-07
btrfs: have submit_one_bio users use bio op accessors
Mike Christie
1
-45
/
+43
2016-06-07
direct-io: use bio set/get op accessors
Mike Christie
1
-4
/
+4
2016-06-07
fs: have submit_bh users pass in op and flags separately
Mike Christie
3
-15
/
+15
2016-06-07
block/fs/drivers: remove rw argument from submit_bio
Mike Christie
7
-31
/
+47
2016-06-06
Btrfs: self-tests: Fix extent buffer bitmap test fail on BE system
Feifei Xu
1
-1
/
+11
2016-06-06
Btrfs: self-tests: Fix test_bitmaps fail on 64k sectorsize
Feifei Xu
1
-1
/
+7
2016-06-06
Btrfs: self-tests: Use macros instead of constants and add missing newline
Feifei Xu
3
-18
/
+31
2016-06-06
Btrfs: self-tests: Support testing all possible sectorsizes and nodesizes
Feifei Xu
1
-22
/
+32
2016-06-06
Btrfs: self-tests: Execute page straddling test only when nodesize < PAGE_SIZE
Feifei Xu
1
-19
/
+30
2016-06-06
btrfs: advertise which crc32c implementation is being used at module load
Jeff Mahoney
3
-2
/
+9
2016-06-06
Btrfs: add validadtion checks for chunk loading
Liu Bo
1
-15
/
+67
2016-06-06
Btrfs: add more validation checks for superblock
Liu Bo
2
-0
/
+35
2016-06-06
Btrfs: clear uptodate flags of pages in sys_array eb
Liu Bo
1
-0
/
+2
2016-06-04
Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
8
-18
/
+103
2016-06-03
Btrfs: deal with duplciates during extent_map insertion in btrfs_get_extent
Chris Mason
1
-1
/
+12
2016-06-02
Btrfs: self-tests: Support non-4k page size
Feifei Xu
15
-291
/
+355
2016-06-02
Btrfs: Fix integer overflow when calculating bytes_per_bitmap
Feifei Xu
2
-7
/
+7
2016-06-02
Btrfs: test_check_exists: Fix infinite loop when searching for free space ent...
Feifei Xu
1
-2
/
+2
2016-06-01
Btrfs: end transaction if we abort when creating uuid root
Josef Bacik
1
-0
/
+1
2016-05-31
Btrfs: fix race between device replace and read repair
Filipe Manana
1
-0
/
+10
2016-05-31
Btrfs: fix race between device replace and discard
Filipe Manana
1
-0
/
+6
[next]