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
/
inode.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Btrfs: Add mount option to turn off data cow
Chris Mason
2008-09-25
1
-14
/
+108
*
Btrfs: Add mount -o nodatasum to turn of file data checksumming
Chris Mason
2008-09-25
1
-1
/
+10
*
Fixes for loopback files in btrfs
Chris Mason
2008-09-25
1
-2
/
+13
*
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: Add back pointers from the inode to the directory that references it
Chris Mason
2008-09-25
1
-141
/
+117
*
Btrfs: Add lowest key information to back refs for extent tree blocks as well.
Chris Mason
2008-09-25
1
-10
/
+4
*
Btrfs: Add back pointers from extents to the btree or file referencing them
Chris Mason
2008-09-25
1
-10
/
+28
*
Btrfs: Fix buffer get/release issue in create_snapshot
Yan
2008-09-25
1
-2
/
+2
*
xattr support for btrfs
Josef Bacik
2008-09-25
1
-1
/
+14
*
Btrfs: Add readpages support
Chris Mason
2008-09-25
1
-1
/
+11
*
Properly delete csum item in btrfs_truncate_in_trans.
Yan
2008-09-25
1
-1
/
+2
*
Btrfs: Add writepages support
Chris Mason
2008-09-25
1
-0
/
+10
*
Btrfs: Fix a number of inline extent problems that Yan Zheng reported.
Chris Mason
2008-09-25
1
-19
/
+48
*
Btrfs: Fix PAGE_CACHE_SHIFT shifts on 32 bit machines
Chris Mason
2008-09-25
1
-7
/
+7
*
Fix inline extent handling in btrfs_get_extent
Yan
2008-09-25
1
-16
/
+18
*
Btrfs: Compile fixes for 2.6.24-rc1
Chris Mason
2008-09-25
1
-1
/
+10
*
Fix ENOTEMPTY check in btrfs_rmdir
Yan
2008-09-25
1
-1
/
+4
*
btrfs_inode_by_name return random value.
Yan
2008-09-25
1
-2
/
+3
*
Btrfs: Off by one fixes in extent_map.c
Yan
2008-09-25
1
-0
/
+1
*
Btrfs: Optimize csum insertion to create larger items when possible
Chris Mason
2008-09-25
1
-1
/
+1
*
Btrfs: KM_IRQ0 usage in end_io handling
Jens Axboe
2008-09-25
1
-0
/
+4
*
btrfs: 32-bit type problems
Jens Axboe
2008-09-25
1
-1
/
+1
*
Btrfs: Add back file data checksumming
Chris Mason
2008-09-25
1
-11
/
+10
*
Btrfs: Add back metadata checksumming
Chris Mason
2008-09-25
1
-4
/
+0
*
Btrfs: Allow tails larger than one page
Chris Mason
2008-09-25
1
-12
/
+20
*
Btrfs: Allow tree blocks larger than the page size
Chris Mason
2008-09-25
1
-46
/
+44
*
Btrfs: Create extent_buffer interface for large blocksizes
Chris Mason
2008-09-25
1
-168
/
+267
*
btrfs_get_extent should treat inline extents as though they hold a whole block
Chris Mason
2008-09-25
1
-5
/
+7
*
Btrfs: factor page private preparations into a helper
Christoph Hellwig
2008-09-25
1
-6
/
+1
*
Btrfs: Fix double free and off by one in inode.c
Yan
2008-09-25
1
-2
/
+1
*
Btrfs: truncate: don't update inode->i_blocks when extent is a hole
Yan
2008-09-25
1
-4
/
+6
*
create btrfs_path slab with the correct size
Yan
2008-09-25
1
-1
/
+1
*
fix found_type decrement in btrfs_truncate_in_trans
Yan
2008-09-25
1
-1
/
+1
*
Btrfs: Use balance_dirty_pages_nr on btree blocks
Chris Mason
2008-09-25
1
-12
/
+35
*
split up btrfs_ioctl
Christoph Hellwig
2007-09-14
1
-47
/
+59
*
Btrfs: use unlocked_ioctl
Christoph Hellwig
2007-09-14
1
-18
/
+5
*
Btrfs: Fix extra link count dec in rename
Chris Mason
2007-09-14
1
-7
/
+0
*
Btrfs: [PATCH] extent_map: provide generic bmap
Christoph Hellwig
2007-09-10
1
-21
/
+2
*
Btrfs: Add more synchronization before creating a snapshot
Chris Mason
2007-09-10
1
-1
/
+9
*
Add support for defragging files via btrfsctl -d. Avoid OOM on extent tree
Chris Mason
2007-09-10
1
-12
/
+81
*
Btrfs: fsx delalloc fixes
Chris Mason
2007-08-30
1
-163
/
+14
*
Btrfs: Add file data csums back in via hooks in the extent map code
Chris Mason
2007-08-30
1
-3
/
+95
*
Btrfs: Fix mknod to properly send rdev info back to disk
Yan
2007-08-29
1
-0
/
+1
*
Btrfs: Add per-root block accounting and sysfs entries
Josef Bacik
2007-08-29
1
-4
/
+9
*
Btrfs: Add delayed allocation to the extent based page tree code
Chris Mason
2007-08-27
1
-62
/
+79
*
Btrfs: Extent based page cache code. This uses an rbtree of extents and tests
Chris Mason
2007-08-27
1
-510
/
+306
*
Btrfs: Make sure to cow the root during a snapshot
Chris Mason
2007-08-27
1
-0
/
+2
*
Btrfs: Do more extensive readahead during tree searches
Chris Mason
2007-08-27
1
-1
/
+1
*
Btrfs: delay commits during fsync to allow more writers
Josef Bacik
2007-08-10
1
-0
/
+2
[next]