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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Btrfs: Fix extent_buffer usage when nodesize != leafsize
Chris Mason
2008-09-25
3
-15
/
+54
*
Btrfs: Add flush barriers on commit
Chris Mason
2008-09-25
3
-3
/
+16
*
Btrfs: Remove extent_map debugging message
Chris Mason
2008-09-25
1
-1
/
+0
*
Btrfs: Add inode flags support
Yan
2008-09-25
3
-14
/
+24
*
Btrfs: online shrinking fixes
Chris Mason
2008-09-25
2
-11
/
+36
*
Btrfs: Disable btree reada during extent backref lookups.
Chris Mason
2008-09-25
1
-0
/
+4
*
Btrfs: Add some simple throttling to wait for data=ordered and snapshot deletion
Chris Mason
2008-09-25
6
-0
/
+26
*
Btrfs: Move snapshot creation to commit time
Chris Mason
2008-09-25
3
-67
/
+100
*
Btrfs: Add data=ordered support
Chris Mason
2008-09-25
13
-28
/
+387
*
Btrfs: Change tree block csum tagging to avoid false error messages
Chris Mason
2008-09-25
1
-10
/
+36
*
Btrfs: resizer: don't hold the fs_mutex for long periods of time
Chris Mason
2008-09-25
1
-1
/
+21
*
Properly call btrfs_search_slot while shrinking
Chris Mason
2008-09-25
1
-1
/
+9
*
Btrfs: Lower the max inline size to 8k
Chris Mason
2008-09-25
1
-1
/
+1
*
Btrfs: Change st_blocksize to 4k
Chris Mason
2008-09-25
2
-2
/
+9
*
Btrfs: Properly handle overlapping extent in shrink_extent_tree
Yan
2008-09-25
1
-84
/
+56
*
Btrfs: Add a helper that finds previous extent item
Yan
2008-09-25
1
-44
/
+36
*
Btrfs: Fix lock ordering of the snapshot semaphore against the page lock
Chris Mason
2008-09-25
1
-2
/
+4
*
count_snapshots: Properly update the leaf pointer after btrfs_next_leaf
Chris Mason
2008-09-25
2
-3
/
+3
*
Btrfs: Force inlining off in a few places to save stack usage
Chris Mason
2008-09-25
3
-49
/
+54
*
Btrfs: 32 bit compile fixes for the resizer and enospc checks
Chris Mason
2008-09-25
2
-4
/
+10
*
Btrfs: Reduce stack usage in the resizer, fix 32 bit compiles
Chris Mason
2008-09-25
5
-43
/
+63
*
Btrfs: Explicitly send a root objectid to count_snapshots_in_path
Chris Mason
2008-09-25
2
-44
/
+11
*
Btrfs: Add readahead to the online shrinker, and a mount -o alloc_start= for ...
Chris Mason
2008-09-25
5
-9
/
+28
*
Btrfs: Fix NULL block groups on reading the inode
Chris Mason
2008-09-25
2
-2
/
+6
*
Btrfs: Support for online FS resize (grow and shrink)
Chris Mason
2008-09-25
8
-14
/
+629
*
Btrfs: Fix an off by one in the extent_map prepare write code
Chris Mason
2008-09-25
2
-3
/
+3
*
Btrfs: Implement basic support for -ENOSPC
Chris Mason
2008-09-25
6
-28
/
+193
*
Btrfs: Less aggressive readahead on deletes
Chris Mason
2008-09-25
1
-9
/
+11
*
Btrfs: Fix nodatacow extent lookup
Chris Mason
2008-09-25
1
-1
/
+0
*
Btrfs: Fix delayed allocation to avoid missing delalloc extents
Chris Mason
2008-09-25
2
-2
/
+8
*
kmalloc a few large stack objects in the btrfs_ioctl path
Chris Mason
2008-09-25
2
-24
/
+56
*
Btrfs: Back port to 2.6.18-el kernels
Chris Mason
2008-09-25
9
-20
/
+239
*
Btrfs: Add mount option to enforce a max extent size
Chris Mason
2008-09-25
4
-11
/
+65
*
Btrfs: Fix extent_map and extent_state leaks by flushing lrus on FS unmount
Chris Mason
2008-09-25
1
-0
/
+10
*
Btrfs: Add mount option to turn off data cow
Chris Mason
2008-09-25
5
-25
/
+293
*
Btrfs: Add mount -o nodatasum to turn of file data checksumming
Chris Mason
2008-09-25
4
-9
/
+34
*
Fixes for loopback files in btrfs
Chris Mason
2008-09-25
2
-2
/
+14
*
Off by one fix for btrfs_drop_extents
Yan
2008-09-25
1
-1
/
+2
*
Btrfs: Reorder extent back refs to differentiate btree blocks from file data
Chris Mason
2008-09-25
2
-10
/
+10
*
Fix btrfs_inc_ref to add backref hints
Chris Mason
2008-09-25
1
-2
/
+4
*
Btrfs: Fix typo in .. check (thanks Yan)
Chris Mason
2008-09-25
1
-1
/
+1
*
Btrfs: Add backrefs for symbolic link inodes
Chris Mason
2008-09-25
1
-17
/
+13
*
Btrfs: Extra NULL block group checks in find_free_extent
Chris Mason
2008-09-25
1
-0
/
+6
*
Btrfs: Add back pointers from the inode to the directory that references it
Chris Mason
2008-09-25
3
-143
/
+272
*
Btrfs: Add lowest key information to back refs for extent tree blocks as well.
Chris Mason
2008-09-25
4
-19
/
+110
*
Btrfs: Add back pointers from extents to the btree or file referencing them
Chris Mason
2008-09-25
8
-105
/
+577
*
Btrfs: Implement generation numbers in block pointers
Chris Mason
2008-09-25
3
-8
/
+115
*
Btrfs: section mismatch warnings
Christian Hesse
2008-09-25
3
-3
/
+3
*
Btrfs: Fix buffer get/release issue in create_snapshot
Yan
2008-09-25
1
-2
/
+2
*
Btrfs: Fix extent allocation for btree blocks as the disk fills
Chris Mason
2008-09-25
1
-11
/
+17
[next]