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