index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
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
*
Btrfs: Reduce stack usage in the resizer, fix 32 bit compiles
Chris Mason
2008-09-25
1
-0
/
+5
*
Btrfs: Support for online FS resize (grow and shrink)
Chris Mason
2008-09-25
1
-8
/
+24
*
Btrfs: Implement basic support for -ENOSPC
Chris Mason
2008-09-25
1
-1
/
+4
*
Btrfs: Back port to 2.6.18-el kernels
Chris Mason
2008-09-25
1
-1
/
+4
*
Btrfs: Add mount option to enforce a max extent size
Chris Mason
2008-09-25
1
-0
/
+1
*
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 -o nodatasum to turn of file data checksumming
Chris Mason
2008-09-25
1
-0
/
+1
*
Btrfs: Add lowest key information to back refs for extent tree blocks as well.
Chris Mason
2008-09-25
1
-1
/
+1
*
Btrfs: Add back pointers from extents to the btree or file referencing them
Chris Mason
2008-09-25
1
-1
/
+1
*
Btrfs: Add simple stripe size parameter
Chris Mason
2008-09-25
1
-5
/
+10
*
Btrfs: Add efficient dirty accounting to the extent_map tree
Chris Mason
2008-09-25
1
-1
/
+6
*
Btrfs: Fine tune the btree writeback exclusion some more
Chris Mason
2008-09-25
1
-0
/
+4
*
Btrfs: Only limit btree writeback for pdflush
Chris Mason
2008-09-25
1
-1
/
+1
*
Btrfs: Limit btree writeback to prevent seeks
Chris Mason
2008-09-25
1
-0
/
+9
*
Btrfs: Add block group pinned accounting back
Yan
2008-09-25
1
-0
/
+1
*
Btrfs: Use writepages for the metadata too
Chris Mason
2008-09-25
1
-3
/
+26
*
Btrfs: Fix PAGE_CACHE_SHIFT shifts on 32 bit machines
Chris Mason
2008-09-25
1
-1
/
+1
*
Btrfs: Properly setup root key while reading the root
Yan Zheng
2008-09-25
1
-0
/
+1
*
Btrfs: Add back file data checksumming
Chris Mason
2008-09-25
1
-0
/
+1
*
Btrfs: balance_dirty_pages_ratelimited is causing problems, use nr == 1 always
Chris Mason
2008-09-25
1
-1
/
+1
*
Btrfs: Add back metadata checksumming
Chris Mason
2008-09-25
1
-60
/
+155
*
Btrfs: extent_map optimizations to cut down on CPU usage
Chris Mason
2008-09-25
1
-10
/
+10
*
Btrfs: Add an extent buffer LRU to reduce radix tree hits
Chris Mason
2008-09-25
1
-14
/
+11
*
Btrfs: Add back the online defragging code
Chris Mason
2008-09-25
1
-0
/
+60
*
Btrfs: Use an array of pages in the extent buffers to reduce the cost of find...
Chris Mason
2008-09-25
1
-3
/
+3
*
Btrfs: Allow tree blocks larger than the page size
Chris Mason
2008-09-25
1
-34
/
+58
*
Btrfs: Change the remaining radix trees used by extent-tree.c to extent_map t...
Chris Mason
2008-09-25
1
-3
/
+6
*
Btrfs: Stop using radix trees for the block group cache
Chris Mason
2008-09-25
1
-2
/
+2
*
Btrfs: Fix extent_buffer and extent_state leaks
Chris Mason
2008-09-25
1
-3
/
+14
*
Btrfs: Avoid memcpy where possible in extent_buffers
Chris Mason
2008-09-25
1
-3
/
+3
*
Btrfs: Create extent_buffer interface for large blocksizes
Chris Mason
2008-09-25
1
-211
/
+180
*
Btrfs: Use balance_dirty_pages_nr on btree blocks
Chris Mason
2008-09-25
1
-2
/
+3
*
Btrfs: Find and remove dead roots the first time a root is loaded.
Chris Mason
2007-09-11
1
-5
/
+4
*
Btrfs: Add more synchronization before creating a snapshot
Chris Mason
2007-09-10
1
-0
/
+1
*
Btrfs: Add per-root block accounting and sysfs entries
Josef Bacik
2007-08-29
1
-2
/
+29
*
Btrfs: delay commits during fsync to allow more writers
Josef Bacik
2007-08-10
1
-0
/
+1
*
Btrfs: Replace extent tree preallocation code with some bit radix magic.
Chris Mason
2007-08-08
1
-2
/
+1
*
Btrfs: Add run time btree defrag, and an ioctl to force btree defrag
Chris Mason
2007-08-07
1
-0
/
+8
*
Btrfs: trivial include fixups
Zach Brown
2007-07-11
1
-1
/
+0
*
Btrfs: crash recovery fixes
Chris Mason
2007-06-28
1
-8
/
+14
*
Btrfs: Fix super block updates during transaction commit
Chris Mason
2007-06-26
1
-3
/
+2
*
Btrfs: Add the ability to find and remove dead roots after a crash.
Chris Mason
2007-06-22
1
-14
/
+30
*
Btrfs: Audit callers and return codes to make sure -ENOSPC gets up the stack
Chris Mason
2007-06-22
1
-1
/
+1
*
Btrfs: Switch to libcrc32c to avoid problems with cryptomgr on highmem machines
Chris Mason
2007-06-22
1
-24
/
+6
*
Subject: Rework btrfs_file_write to only allocate while page locks are held
Chris Mason
2007-06-18
1
-0
/
+2
*
Btrfs: patch queue: page_mkwrite
Chris Mason
2007-06-15
1
-2
/
+2
*
Btrfs: i386 fixes from axboe
Chris Mason
2007-06-12
1
-1
/
+1
*
Btrfs: add GPLv2
Chris Mason
2007-06-12
1
-0
/
+18
*
Btrfs: printk fixes
Chris Mason
2007-06-12
1
-4
/
+6
*
Btrfs: split up super.c
Chris Mason
2007-06-12
1
-8
/
+38
[next]