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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Btrfs: tree mod log's old roots could still be part of the tree
Jan Schmidt
2012-10-24
1
-4
/
+21
*
Btrfs: fix a tree mod logging issue for root replacement operations
Jan Schmidt
2012-10-23
1
-8
/
+2
*
Btrfs: don't put removals from push_node_left into tree mod log twice
Jan Schmidt
2012-10-23
1
-2
/
+7
*
btrfs: init ref_index to zero in add_inode_ref
Chris Mason
2012-10-09
1
-1
/
+1
*
Btrfs: remove repeated eb->pages check in, disk-io.c/csum_dirty_buffer
Wang Sheng-Hui
2012-10-09
1
-4
/
+0
*
Btrfs: fix page leakage
Josef Bacik
2012-10-09
1
-1
/
+1
*
Btrfs: do not warn_on when we cannot alloc a page for an extent buffer
Josef Bacik
2012-10-09
1
-3
/
+1
*
Btrfs: don't bug on enomem in readpage
Josef Bacik
2012-10-09
1
-4
/
+7
*
Btrfs: cleanup pages properly when ENOMEM in compression
Josef Bacik
2012-10-09
1
-3
/
+10
*
Btrfs: make filesystem read-only when submitting barrier fails
Stefan Behrens
2012-10-09
6
-19
/
+142
*
Btrfs: detect corrupted filesystem after write I/O errors
Stefan Behrens
2012-10-09
1
-2
/
+14
*
Btrfs: make compress and nodatacow mount options mutually exclusive
Andrei Popa
2012-10-09
1
-1
/
+13
*
btrfs: fix message printing
Daniel J Blueman
2012-10-09
3
-11
/
+11
*
Btrfs: don't bother committing delayed inode updates when fsyncing
Josef Bacik
2012-10-09
1
-19
/
+65
*
btrfs: move inline function code to header file
Robin Dong
2012-10-09
2
-14
/
+12
*
Btrfs: remove unnecessary IS_ERR in bio_readpage_error()
Tsutomu Itoh
2012-10-09
1
-1
/
+1
*
btrfs: remove unused function btrfs_insert_some_items()
Robin Dong
2012-10-09
1
-143
/
+0
*
Btrfs: don't commit instead of overcommitting
Josef Bacik
2012-10-09
1
-28
/
+6
*
Btrfs: confirmation of value is added before trace_btrfs_get_extent() is called
Tsutomu Itoh
2012-10-09
1
-1
/
+2
*
Btrfs: be smarter about dropping things from the tree log
Josef Bacik
2012-10-09
1
-2
/
+13
*
Btrfs: don't lookup csums for prealloc extents
Josef Bacik
2012-10-09
1
-2
/
+1
*
Btrfs: cache extent state when writing out dirty metadata pages
Josef Bacik
2012-10-09
8
-16
/
+63
*
Btrfs: do not hold the file extent leaf locked when adding extent item
Josef Bacik
2012-10-09
1
-3
/
+1
*
Btrfs: do not async metadata csumming in certain situations
Josef Bacik
2012-10-09
3
-2
/
+35
*
btrfs: fix min csum item size warnings in 32bit
Zach Brown
2012-10-09
1
-1
/
+2
*
Btrfs: run delayed refs first when out of space
Josef Bacik
2012-10-09
1
-10
/
+10
*
Btrfs: fix orphan transaction on the freezed filesystem
Miao Xie
2012-10-09
4
-23
/
+49
*
Btrfs: add a type field for the transaction handle
Miao Xie
2012-10-09
3
-42
/
+21
*
Btrfs: fix memory leak in start_transaction()
Miao Xie
2012-10-09
1
-1
/
+3
*
btrfs: extended inode ref iteration
Mark Fasheh
2012-10-09
2
-37
/
+138
*
btrfs: extended inode refs
Mark Fasheh
2012-10-09
7
-79
/
+710
*
btrfs: improved readablity for add_inode_ref
Jan Schmidt
2012-10-08
1
-81
/
+97
*
Btrfs: handle not finding the extent exactly when logging changed extents
Josef Bacik
2012-10-08
1
-6
/
+40
*
btrfs: move transaction aborts to the point of failure
David Sterba
2012-10-08
4
-47
/
+80
*
Btrfs: fix the missing error information in create_pending_snapshot()
Miao Xie
2012-10-08
1
-22
/
+35
*
Btrfs: fix off-by-one in file clone
Liu Bo
2012-10-08
1
-9
/
+9
*
btrfs: allow setting NOCOW for a zero sized file via ioctl
David Sterba
2012-10-04
1
-4
/
+27
*
Btrfs: fix punch hole when no extent exists
Josef Bacik
2012-10-04
1
-1
/
+3
*
Btrfs: don't do anything in our ->freeze_fs and ->unfreeze_fs
Josef Bacik
2012-10-04
1
-6
/
+0
*
Btrfs: remove unused write cache pages hook
Josef Bacik
2012-10-04
1
-47
/
+0
*
Btrfs: fix race when getting the eb out of page->private
Josef Bacik
2012-10-04
1
-4
/
+19
*
Btrfs: do not hold the write_lock on the extent tree while logging
Josef Bacik
2012-10-04
3
-5
/
+20
*
Btrfs: fix race with freeze and free space inodes
Josef Bacik
2012-10-04
1
-2
/
+11
*
Btrfs: kill obsolete arguments in btrfs_wait_ordered_extents
Liu Bo
2012-10-04
6
-18
/
+7
*
Btrfs: cleanup fs_info->hashers
Liu Bo
2012-10-04
2
-2
/
+0
*
Btrfs: cleanup for duplicated code in find_free_extent
Liu Bo
2012-10-04
1
-4
/
+0
*
Btrfs: fix race in sync and freeze again
Josef Bacik
2012-10-04
3
-10
/
+18
*
btrfs: return EPERM upon rmdir on a subvolume
David Sterba
2012-10-04
1
-2
/
+3
*
Btrfs: using for_each_set_bit_from to simplify the code
Wei Yongjun
2012-10-04
1
-6
/
+2
*
Btrfs: write_buf is now callable outside send.c
Anand Jain
2012-10-04
2
-5
/
+7
[next]