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: Fix i_blocks accounting
Chris Mason
2008-09-25
1
-14
/
+29
*
Btrfs: Fix typo in extent_io.c
Yan
2008-09-25
1
-2
/
+1
*
Btrfs: Enable delalloc accounting
Chris Mason
2008-09-25
1
-5
/
+13
*
Fix hole start calculation in btrfs_settar
Chris Mason
2008-09-25
1
-11
/
+5
*
Properly align the hole size in btrfs_setattr
Chris Mason
2008-09-25
1
-3
/
+3
*
Btrfs: Align extent length to sectorsize in
Yan
2008-09-25
1
-0
/
+2
*
Btrfs: Do delalloc accounting via hooks in the extent_state code
Chris Mason
2008-09-25
1
-36
/
+24
*
Btrfs: Add inode item and backref in one insert, reducing cpu usage
Chris Mason
2008-09-25
1
-22
/
+63
*
Btrfs: During deletes and truncate, remove many items at once from the tree
Chris Mason
2008-09-25
1
-49
/
+65
*
Btrfs: extent_io and extent_state optimizations
Chris Mason
2008-09-25
1
-12
/
+23
*
Btrfs: Add some extra debugging around file data checksum failures
Chris Mason
2008-09-25
1
-3
/
+5
*
Btrfs: Force f_pos to the max when a readdir hits the end of the directory.
Chris Mason
2008-09-25
1
-1
/
+1
*
Btrfs: Split the extent_map code into two parts
Chris Mason
2008-09-25
1
-83
/
+92
*
Btrfs: Fix hole insertion corner cases
Chris Mason
2008-09-25
1
-3
/
+12
*
Btrfs: Fix compile on 2.6.22 kernel
Yan
2008-09-25
1
-2
/
+3
*
Btrfs: Run igrab on data=ordered inodes to prevent deadlocks during writeout
Chris Mason
2008-09-25
1
-6
/
+26
*
Btrfs: Disable delalloc accounting for now
Chris Mason
2008-09-25
1
-0
/
+2
*
Rework btrfs_drop_inode to avoid scheduling
Chris Mason
2008-09-25
1
-10
/
+3
*
Btrfs: Add drop inode func to avoid data=ordered deadlock
Chris Mason
2008-09-25
1
-0
/
+19
*
Btrfs: Delete any remaining extent_maps before freeing the inode
Chris Mason
2008-09-25
1
-0
/
+1
*
Btrfs: Add readonly inode flag
Yan
2008-09-25
1
-4
/
+12
*
Btrfs: Add inode flags support
Yan
2008-09-25
1
-13
/
+11
*
Btrfs: online shrinking fixes
Chris Mason
2008-09-25
1
-2
/
+13
*
Btrfs: Add some simple throttling to wait for data=ordered and snapshot deletion
Chris Mason
2008-09-25
1
-0
/
+12
*
Btrfs: Move snapshot creation to commit time
Chris Mason
2008-09-25
1
-64
/
+15
*
Btrfs: Add data=ordered support
Chris Mason
2008-09-25
1
-16
/
+30
*
Btrfs: Change st_blocksize to 4k
Chris Mason
2008-09-25
1
-1
/
+1
*
count_snapshots: Properly update the leaf pointer after btrfs_next_leaf
Chris Mason
2008-09-25
1
-1
/
+1
*
Btrfs: 32 bit compile fixes for the resizer and enospc checks
Chris Mason
2008-09-25
1
-3
/
+7
*
Btrfs: Reduce stack usage in the resizer, fix 32 bit compiles
Chris Mason
2008-09-25
1
-2
/
+4
*
Btrfs: Explicitly send a root objectid to count_snapshots_in_path
Chris Mason
2008-09-25
1
-34
/
+5
*
Btrfs: Add readahead to the online shrinker, and a mount -o alloc_start= for ...
Chris Mason
2008-09-25
1
-1
/
+1
*
Btrfs: Fix NULL block groups on reading the inode
Chris Mason
2008-09-25
1
-0
/
+4
*
Btrfs: Support for online FS resize (grow and shrink)
Chris Mason
2008-09-25
1
-3
/
+102
*
Btrfs: Fix an off by one in the extent_map prepare write code
Chris Mason
2008-09-25
1
-1
/
+1
*
Btrfs: Implement basic support for -ENOSPC
Chris Mason
2008-09-25
1
-16
/
+145
*
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
1
-0
/
+1
*
kmalloc a few large stack objects in the btrfs_ioctl path
Chris Mason
2008-09-25
1
-18
/
+42
*
Btrfs: Back port to 2.6.18-el kernels
Chris Mason
2008-09-25
1
-5
/
+16
*
Btrfs: Add mount option to enforce a max extent size
Chris Mason
2008-09-25
1
-10
/
+18
*
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
[next]