index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
inode.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-09-25
Btrfs: Add a per-inode csum mutex to avoid races creating csum items
Chris Mason
1
-0
/
+6
2008-09-25
Add btrfs_end_transaction_throttle to force writers to wait for pending commits
Chris Mason
1
-16
/
+8
2008-09-25
Fix btrfs_del_ordered_inode to allow forcing the drop during unlinks
Chris Mason
1
-3
/
+1
2008-09-25
Btrfs: Replace the big fs_mutex with a collection of other locks
Chris Mason
1
-70
/
+6
2008-09-25
Btrfs: Start btree concurrency work.
Chris Mason
1
-1
/
+7
2008-09-25
Btrfs: split out ioctl.c
Christoph Hellwig
1
-727
/
+6
2008-09-25
Btrfs: Add async worker threads for pre and post IO checksumming
Chris Mason
1
-2
/
+2
2008-09-25
Btrfs: transaction ioctls
Sage Weil
1
-0
/
+63
2008-09-25
Btrfs: Invalidate dcache entry after creating snapshot and
Sven Wegener
1
-0
/
+29
2008-09-25
btrfs delete ordered inode handling fix
Mingming
1
-23
/
+1
2008-09-25
Fix corners in writepage and btrfs_truncate_page
Chris Mason
1
-1
/
+8
2008-09-25
Btrfs: Handle write errors on raid1 and raid10
Chris Mason
1
-25
/
+41
2008-09-25
Btrfs: A number of nodatacow fixes
Chris Mason
1
-5
/
+3
2008-09-25
Btrfs: Update nodatacow mode to support cloned single files and resizing
Chris Mason
1
-4
/
+9
2008-09-25
Btrfs: Add support for online device removal
Chris Mason
1
-1
/
+26
2008-09-25
Btrfs: Fix clone ioctl to not hold the path over inserts
Chris Mason
1
-32
/
+47
2008-09-25
Btrfs: Silence bogus inode.c compiler warnings
Chris Mason
1
-2
/
+2
2008-09-25
Btrfs: Clone file data ioctl
Sage Weil
1
-2
/
+169
2008-09-25
Btrfs: Add balance ioctl to restripe the chunks
Chris Mason
1
-0
/
+11
2008-09-25
Btrfs: Add new ioctl to add devices
Chris Mason
1
-0
/
+23
2008-09-25
Btrfs: Do more optimal file RA during shrinking and defrag
Chris Mason
1
-8
/
+7
2008-09-25
Btrfs: Make the resizer work based on shrinking and growing devices
Chris Mason
1
-8
/
+28
2008-09-25
Btrfs: Throttle file_write when data=ordered is flushing the inode
Chris Mason
1
-0
/
+4
2008-09-25
Btrfs: Fix the unplug_io_fn to grab a consistent copy of page->mapping
Chris Mason
1
-6
/
+10
2008-09-25
Fix btrfs_get_extent and get_block corner cases, and disable O_DIRECT reads
Chris Mason
1
-11
/
+21
2008-09-25
Btrfs: Make an unplug function that doesn't unplug every spindle
Chris Mason
1
-5
/
+1
2008-09-25
Btrfs: Remove debugging statements from the invalidatepage calls
Chris Mason
1
-1
/
+2
2008-09-25
Force page->private removal in btrfs_invalidatepage
Chris Mason
1
-0
/
+6
2008-09-25
Btrfs: Use the extent map cache to find the logical disk block during data re...
Chris Mason
1
-10
/
+110
2008-09-25
Btrfs: Don't wait on tree block writeback before freeing them anymore
Chris Mason
1
-0
/
+2
2008-09-25
Btrfs: Write bio checksumming outside the FS mutex
Chris Mason
1
-1
/
+10
2008-09-25
Btrfs: Create a work queue for bio writes
Chris Mason
1
-8
/
+20
2008-09-25
Add a min size parameter to btrfs_alloc_extent
Chris Mason
1
-0
/
+2
2008-09-25
Btrfs: Fixup a few u64<->pointer casts for 32 bit
Chris Mason
1
-3
/
+5
2008-09-25
Btrfs: Add O_DIRECT read and write (writes == buffered + cache flush)
Chris Mason
1
-0
/
+66
2008-09-25
Btrfs: Handle checksumming errors while reading data blocks
Chris Mason
1
-1
/
+113
2008-09-25
Btrfs: Retry metadata reads in the face of checksum failures
Chris Mason
1
-3
/
+4
2008-09-25
Btrfs: Handle data block end_io through the async work queue
Chris Mason
1
-1
/
+3
2008-09-25
Change btrfs_map_block to return a structure with mappings for all stripes
Chris Mason
1
-5
/
+3
2008-09-25
Btrfs: Add support for mirroring across drives
Chris Mason
1
-1
/
+3
2008-09-25
Create a btrfs backing dev info
Chris Mason
1
-0
/
+5
2008-09-25
Btrfs: Implement raid0 when multiple devices are present
Chris Mason
1
-2
/
+0
2008-09-25
Btrfs: Bring back mount -o ssd optimizations
Chris Mason
1
-0
/
+29
2008-09-25
Btrfs: Dynamic chunk and block group allocation
Chris Mason
1
-2
/
+7
2008-09-25
Btrfs: Add support for multiple devices per filesystem
Chris Mason
1
-11
/
+15
2008-09-25
Btrfs: Misc 2.6.25 updates
Chris Mason
1
-28
/
+1
2008-09-25
Btrfs: checksum file data at bio submission time instead of during writepage
Chris Mason
1
-2
/
+30
2008-09-25
Btrfs: Fix looping on readdir of the subvol roots
Yan Zheng
1
-1
/
+4
2008-09-25
Btrfs: Fix i_blocks accounting
Chris Mason
1
-14
/
+29
2008-09-25
Btrfs: Fix typo in extent_io.c
Yan
1
-2
/
+1
[next]