index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
file.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Btrfs: Fix bookend extent race v2
Yan Zheng
2008-10-30
1
-6
/
+25
*
Btrfs: update hole handling v2
Yan Zheng
2008-10-30
1
-35
/
+6
*
Btrfs: Add zlib compression support
Chris Mason
2008-10-29
1
-205
/
+58
*
Btrfs: Remove offset field from struct btrfs_extent_ref
Yan Zheng
2008-10-09
1
-4
/
+2
*
Btrfs: Count space allocated to file in bytes
Yan Zheng
2008-10-09
1
-11
/
+13
*
Btrfs: O_DIRECT writes via buffered writes + invaldiate
Chris Mason
2008-10-03
1
-29
/
+35
*
Btrfs: add and improve comments
Chris Mason
2008-09-29
1
-1
/
+43
*
Btrfs: extent_map and data=ordered fixes for space balancing
Zheng Yan
2008-09-26
1
-6
/
+25
*
Remove Btrfs compat code for older kernels
Chris Mason
2008-09-25
1
-23
/
+1
*
Btrfs: Full back reference support
Zheng Yan
2008-09-25
1
-65
/
+56
*
Btrfs: Dir fsync optimizations
Chris Mason
2008-09-25
1
-1
/
+18
*
Btrfs: Add a write ahead tree log to optimize synchronous operations
Chris Mason
2008-09-25
1
-5
/
+34
*
Btrfs: Add debugging checks to track down corrupted metadata
Chris Mason
2008-09-25
1
-7
/
+8
*
Btrfs: Maintain a list of inodes that are delalloc and a way to wait on them
Chris Mason
2008-09-25
1
-2
/
+1
*
Btrfs: Improve and cleanup locking done by walk_down_tree
Chris Mason
2008-09-25
1
-5
/
+8
*
Btrfs: Drop some debugging around the extent_map pinned flag
Chris Mason
2008-09-25
1
-9
/
+1
*
Btrfs: Throttle tuning
Chris Mason
2008-09-25
1
-1
/
+1
*
Btrfs: Add compatibility for kernels >= 2.6.27-rc1
Sven Wegener
2008-09-25
1
-0
/
+4
*
Btrfs: implement memory reclaim for leaf reference cache
Yan
2008-09-25
1
-1
/
+0
*
Btrfs: Throttle operations if the reference cache gets too large
Chris Mason
2008-09-25
1
-0
/
+1
*
Btrfs: Leaf reference cache update
Chris Mason
2008-09-25
1
-1
/
+1
*
Btrfs: Fix some data=ordered related data corruptions
Chris Mason
2008-09-25
1
-8
/
+7
*
Btrfs: Data ordered fixes
Chris Mason
2008-09-25
1
-0
/
+1
*
Btrfs: Keep extent mappings in ram until pending ordered extents are done
Chris Mason
2008-09-25
1
-4
/
+10
*
Add a per-inode lock around btrfs_drop_extents
Chris Mason
2008-09-25
1
-0
/
+8
*
Btrfs: Don't pin pages in ram until the entire ordered extent is on disk.
Chris Mason
2008-09-25
1
-1
/
+1
*
btrfs_start_transaction: wait for commits in progress to finish
Chris Mason
2008-09-25
1
-1
/
+1
*
Btrfs: Update on disk i_size only after pending ordered extents are done
Chris Mason
2008-09-25
1
-1
/
+1
*
Btrfs: Use async helpers to deal with pages that have been improperly dirtied
Chris Mason
2008-09-25
1
-0
/
+1
*
Btrfs: New data=ordered implementation
Chris Mason
2008-09-25
1
-22
/
+45
*
Btrfs: Add a per-inode csum mutex to avoid races creating csum items
Chris Mason
2008-09-25
1
-3
/
+3
*
Add btrfs_end_transaction_throttle to force writers to wait for pending commits
Chris Mason
2008-09-25
1
-1
/
+0
*
Fix btrfs_del_ordered_inode to allow forcing the drop during unlinks
Chris Mason
2008-09-25
1
-1
/
+1
*
Btrfs: Replace the big fs_mutex with a collection of other locks
Chris Mason
2008-09-25
1
-6
/
+1
*
Btrfs: transaction ioctls
Sage Weil
2008-09-25
1
-1
/
+6
*
btrfs delete ordered inode handling fix
Mingming
2008-09-25
1
-0
/
+7
*
Fix corners in writepage and btrfs_truncate_page
Chris Mason
2008-09-25
1
-8
/
+0
*
Btrfs: Add workaround for AppArmor changing remove_suid()
Jeff Mahoney
2008-09-25
1
-0
/
+5
*
Btrfs: Fix do_sync_file_range ifdefs (2.6.22)
Chris Mason
2008-09-25
1
-1
/
+1
*
Btrfs: Clone file data ioctl
Sage Weil
2008-09-25
1
-1
/
+1
*
Btrfs: Throttle file_write when data=ordered is flushing the inode
Chris Mason
2008-09-25
1
-0
/
+1
*
Btrfs: Set nodatasum on the inode when written by a nodatasum mount
Chris Mason
2008-09-25
1
-0
/
+8
*
Btrfs: Use the extent map cache to find the logical disk block during data re...
Chris Mason
2008-09-25
1
-1
/
+46
*
Btrfs: A few updates for 2.6.18 and versions older than 2.6.25
Chris Mason
2008-09-25
1
-1
/
+7
*
Btrfs: Add O_DIRECT read and write (writes == buffered + cache flush)
Chris Mason
2008-09-25
1
-2
/
+9
*
Btrfs: Properly cast before shifting
Chris Mason
2008-09-25
1
-1
/
+1
*
Btrfs: Take the extent lock before dropping the delalloc bits
Chris Mason
2008-09-25
1
-0
/
+4
*
Btrfs: Properly clear dirty and delalloc extent bits while preparing the file...
Chris Mason
2008-09-25
1
-0
/
+7
*
Btrfs: Fix "no csum found for inode" issue.
Yan
2008-09-25
1
-1
/
+4
*
Btrfs: Fix i_blocks accounting
Chris Mason
2008-09-25
1
-6
/
+11
[prev]
[next]