index
:
kernel-crypto.git
audit
bugfixes
herbert
integration
master
ncr-audit
ncr-integration
ncr-rhel5-patches
ncr-standalone-master
ncr-standalone-rename
ncr-submission-2
ncr-userspace-crypto
User-space crypto API development for Linux
Miloslav Trmac
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Btrfs: Don't drop extent_map cache during releasepage on the btree inode
Chris Mason
2008-09-25
3
-20
/
+44
*
Btrfs: Add support for labels in the super block
Chris Mason
2008-09-25
2
-8
/
+11
*
Btrfs: Check device uuids along with devids
Chris Mason
2008-09-25
2
-7
/
+28
*
Btrfs: Remove bogus max_sector warnings from the extent_io code
Chris Mason
2008-09-25
1
-7
/
+0
*
Btrfs: Avoid 64 bit div for RAID10
Chris Mason
2008-09-25
1
-1
/
+1
*
Btrfs: Use the extent map cache to find the logical disk block during data re...
Chris Mason
2008-09-25
5
-15
/
+168
*
Btrfs: Only do async bio submission for pdflush
Chris Mason
2008-09-25
1
-0
/
+7
*
Btrfs: Don't wait on tree block writeback before freeing them anymore
Chris Mason
2008-09-25
3
-6
/
+2
*
Btrfs: Write bio checksumming outside the FS mutex
Chris Mason
2008-09-25
3
-16
/
+45
*
Btrfs: Create a work queue for bio writes
Chris Mason
2008-09-25
5
-13
/
+119
*
Btrfs: Add RAID10 support
Chris Mason
2008-09-25
3
-5
/
+49
*
Btrfs: Add chunk uuids and update multi-device back references
Chris Mason
2008-09-25
7
-62
/
+160
*
Btrfs: A few updates for 2.6.18 and versions older than 2.6.25
Chris Mason
2008-09-25
3
-11
/
+24
*
Add a min size parameter to btrfs_alloc_extent
Chris Mason
2008-09-25
3
-4
/
+13
*
Btrfs: bio_endio support for linux 2.6.23 and older.
Miguel
2008-09-25
2
-1
/
+8
*
Btrfs: define write_cache_pages for linux kernel <= 2.6.20 instead
Miguel
2008-09-25
1
-2
/
+1
*
Btrfs: Endianess bug fix for v0.13 with kernels
Miguel
2008-09-25
3
-9
/
+24
*
Btrfs: Fixup a few u64<->pointer casts for 32 bit
Chris Mason
2008-09-25
1
-3
/
+5
*
Btrfs: Add extra checks to avoid removing extent_state from pages we can't free
Chris Mason
2008-09-25
1
-0
/
+6
*
Btrfs: Write out all super blocks on commit, and bring back proper barrier su...
Chris Mason
2008-09-25
4
-8
/
+122
*
Btrfs: Add O_DIRECT read and write (writes == buffered + cache flush)
Chris Mason
2008-09-25
2
-2
/
+75
*
Btrfs: Disable extra debugging checks on tree blocks
Chris Mason
2008-09-25
1
-0
/
+1
*
Btrfs: Handle checksumming errors while reading data blocks
Chris Mason
2008-09-25
4
-1
/
+126
*
Btrfs: Retry metadata reads in the face of checksum failures
Chris Mason
2008-09-25
7
-52
/
+138
*
Btrfs: Handle data block end_io through the async work queue
Chris Mason
2008-09-25
3
-12
/
+28
*
Btrfs: Do metadata checksums for reads via a workqueue
Chris Mason
2008-09-25
7
-67
/
+310
*
Btrfs: Add additional debugging for metadata checksum failures
Chris Mason
2008-09-25
3
-4
/
+55
*
Change btrfs_map_block to return a structure with mappings for all stripes
Chris Mason
2008-09-25
4
-69
/
+103
*
Btrfs: Fix allocation profile init
Chris Mason
2008-09-25
3
-21
/
+13
*
Btrfs: Don't allow written blocks from this transaction to be reallocated
Chris Mason
2008-09-25
1
-1
/
+3
*
Btrfs: Add support for duplicate blocks on a single spindle
Chris Mason
2008-09-25
4
-9
/
+37
*
Btrfs: Add support for mirroring across drives
Chris Mason
2008-09-25
6
-93
/
+198
*
Btrfs: Properly dirty buffers in the split corner cases
Chris Mason
2008-09-25
1
-0
/
+2
*
Btrfs: Verify checksums on tree blocks found without read_tree_block
Chris Mason
2008-09-25
5
-36
/
+60
*
Btrfs: Keep fs_mutex during reads done by snapshot deletion
Chris Mason
2008-09-25
1
-3
/
+4
*
btrfs-progs: Stop stomping on 'name' input parameter
Alex Chiang
2008-09-25
1
-1
/
+1
*
Btrfs: Correct usage of IS_ERR() in extent_io.c
Peter
2008-09-25
1
-9
/
+9
*
Fix btrfs_fill_super to return -EINVAL when no FS found
Yan
2008-09-25
3
-5
/
+4
*
Reorder the flags field in struct btrfs_header and record a flag on writeout
Chris Mason
2008-09-25
3
-9
/
+42
*
Btrfs: Add leak debugging for extent_buffer and extent_state
Chris Mason
2008-09-25
3
-3
/
+30
*
Btrfs: Use a higher default ra pages
Chris Mason
2008-09-25
1
-1
/
+1
*
Create a btrfs backing dev info
Chris Mason
2008-09-25
3
-0
/
+60
*
Btrfs: Implement raid0 when multiple devices are present
Chris Mason
2008-09-25
5
-66
/
+173
*
Btrfs: Add support for device scanning and detection ioctls
Chris Mason
2008-09-25
7
-44
/
+333
*
Btrfs: Bring back mount -o ssd optimizations
Chris Mason
2008-09-25
8
-2
/
+103
*
Btrfs: Move device information into the super block so it can be scanned
Chris Mason
2008-09-25
5
-91
/
+23
*
Btrfs: Make the FS tree the last objectid in the tree of tree roots
Chris Mason
2008-09-25
1
-9
/
+8
*
Add /dev/btrfs-control for device scanning ioctls
Chris Mason
2008-09-25
2
-5
/
+40
*
Btrfs: Bring back find_free_extent CPU usage optimizations
Chris Mason
2008-09-25
1
-8
/
+12
*
Btrfs: Dynamic chunk and block group allocation
Chris Mason
2008-09-25
6
-57
/
+263
[next]