index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
disk-io.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2011-07-27
1
-38
/
+78
|
\
|
*
Btrfs: make a lockdep class for each root
Chris Mason
2011-07-27
1
-33
/
+70
|
*
Btrfs: stop using highmem for extent_buffers
Chris Mason
2011-07-27
1
-5
/
+2
|
*
Btrfs: use a worker thread to do caching
Josef Bacik
2011-07-27
1
-0
/
+6
*
|
btrfs: kill magical embedded struct superblock
Al Viro
2011-07-20
1
-11
/
+4
|
/
*
btrfs: fix uninitialized return value
David Sterba
2011-06-17
1
-3
/
+3
*
btrfs: Remove unused sysfs code
Maarten Lankhorst
2011-06-17
1
-1
/
+0
*
Btrfs: fix relocation races
Chris Mason
2011-06-17
1
-0
/
+1
*
Btrfs: check the return value from set_anon_super
Chris Mason
2011-06-13
1
-1
/
+3
*
Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...
Chris Mason
2011-06-10
1
-2
/
+0
|
\
|
*
btrfs: reinitialize scrub workers
Arne Jansen
2011-06-10
1
-2
/
+0
*
|
btrfs: fix unlocked access of delalloc_inodes
David Sterba
2011-06-10
1
-2
/
+1
|
/
*
Merge branch 'for-chris' of
Chris Mason
2011-05-28
1
-18
/
+18
|
\
|
*
Btrfs: kill trans_mutex
Josef Bacik
2011-05-23
1
-15
/
+15
|
*
Btrfs: take away the num_items argument from btrfs_join_transaction
Josef Bacik
2011-05-23
1
-3
/
+3
*
|
Btrfs: use the device_list_mutex during write_dev_supers
Chris Mason
2011-05-27
1
-2
/
+2
*
|
Btrfs: add mount -o auto_defrag
Chris Mason
2011-05-26
1
-0
/
+12
*
|
Merge branch 'cleanups_and_fixes' into inode_numbers
Chris Mason
2011-05-23
1
-6
/
+7
|
\
\
|
*
|
Btrfs: using rcu lock in the reader side of devices list
Xiao Guangrong
2011-05-23
1
-7
/
+7
|
*
|
Btrfs: fix the race between reading and updating devices
Xiao Guangrong
2011-05-23
1
-0
/
+2
|
*
|
BTRFS: Remove unused node_lock
Andi Kleen
2011-05-23
1
-1
/
+0
|
|
/
*
|
Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...
Chris Mason
2011-05-23
1
-0
/
+12
|
\
\
|
*
|
btrfs: scrub
Arne Jansen
2011-05-12
1
-0
/
+12
*
|
|
Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into ino...
Chris Mason
2011-05-22
1
-87
/
+21
|
\
\
\
|
*
|
|
btrfs: use printk_ratelimited instead of printk_ratelimit
David Sterba
2011-05-12
1
-15
/
+6
|
*
|
|
btrfs: remove old unused commented out code
David Sterba
2011-05-06
1
-29
/
+0
|
*
|
|
btrfs: remove all unused functions
David Sterba
2011-05-06
1
-27
/
+0
|
*
|
|
btrfs: drop gfp parameter from alloc_extent_buffer
David Sterba
2011-05-02
1
-3
/
+3
|
*
|
|
btrfs: drop gfp parameter from find_extent_buffer
David Sterba
2011-05-02
1
-2
/
+2
|
*
|
|
btrfs: drop gfp parameter from alloc_extent_map
David Sterba
2011-05-02
1
-1
/
+1
|
*
|
|
btrfs: drop unused parameter from extent_map_tree_init
David Sterba
2011-05-02
1
-2
/
+1
|
*
|
|
btrfs: drop unused argument from extent_io_tree_init
David Sterba
2011-05-02
1
-5
/
+4
|
*
|
|
btrfs: fix dereference before check
David Sterba
2011-05-02
1
-2
/
+3
|
*
|
|
btrfs: rename variables clashing with global function names
David Sterba
2011-05-02
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'delayed_inode' into inode_numbers
Chris Mason
2011-05-22
1
-5
/
+45
|
\
\
\
|
*
|
|
btrfs: implement delayed inode items operation
Miao Xie
2011-05-21
1
-5
/
+45
|
|
/
/
*
|
|
Merge branch 'ino-alloc' of git://repo.or.cz/linux-btrfs-devel into inode_num...
Chris Mason
2011-05-21
1
-0
/
+19
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Btrfs: Support reading/writing on disk free ino cache
Li Zefan
2011-04-25
1
-0
/
+1
|
*
|
Btrfs: Cache free inode numbers in memory
Li Zefan
2011-04-25
1
-0
/
+18
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
Linus Torvalds
2011-04-26
1
-0
/
+1
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
btrfs: add missing spin_unlock to a rare exit path
David Sterba
2011-04-25
1
-0
/
+1
|
|
/
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
Linus Torvalds
2011-04-18
1
-1
/
+1
|
\
\
|
|
/
|
*
Btrfs: avoid taking the trans_mutex in btrfs_end_transaction
Josef Bacik
2011-04-11
1
-1
/
+1
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2011-04-05
1
-1
/
+3
|
\
\
|
|
/
|
*
Btrfs: Fix uninitialized root flags for subvolumes
Li Zefan
2011-04-05
1
-1
/
+3
*
|
Merge branch 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2011-03-28
1
-7
/
+125
|
\
\
|
|
/
|
*
btrfs: fix possible deadlock by clearing __GFP_FS flag
Miao Xie
2011-03-28
1
-0
/
+2
|
*
Btrfs: fix OOPS of empty filesystem after balance
liubo
2011-03-28
1
-0
/
+6
|
*
Btrfs: adjust btrfs_discard_extent() return errors and trimmed bytes
Li Dongyang
2011-03-28
1
-1
/
+4
|
*
Btrfs: Per file/directory controls for COW and compression
Liu Bo
2011-03-28
1
-0
/
+6
[next]