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.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
/
btrfs_inode.h
Age
Commit message (
Expand
)
Author
Files
Lines
2010-12-22
btrfs: Allow to add new compression algorithm
Li Zefan
1
-1
/
+1
2010-05-25
Btrfs: Metadata reservation for orphan inodes
Yan, Zheng
1
-0
/
+1
2010-05-25
Btrfs: Update metadata reservation for delayed allocation
Yan, Zheng
1
-1
/
+1
2010-03-15
Btrfs: add new defrag-range ioctl.
Chris Mason
1
-0
/
+5
2009-12-17
Btrfs: Fix disk_i_size update corner case
Yan, Zheng
1
-4
/
+1
2009-10-13
Btrfs: avoid tree log commit when there are no changes
Chris Mason
1
-0
/
+6
2009-10-08
Btrfs: release delalloc reservations on extent item insertion
Josef Bacik
1
-5
/
+7
2009-09-29
Btrfs: proper -ENOSPC handling
Josef Bacik
1
-0
/
+8
2009-09-21
Btrfs: change how subvolumes are organized
Yan, Zheng
1
-0
/
+1
2009-06-24
switch btrfs to inode->i_acl
Al Viro
1
-4
/
+0
2009-06-10
Btrfs: implement FS_IOC_GETFLAGS/SETFLAGS/GETVERSION
Christoph Hellwig
1
-1
/
+0
2009-06-10
Btrfs: Mixed back reference (FORWARD ROLLING FORMAT CHANGE)
Yan Zheng
1
-0
/
+3
2009-03-31
Btrfs: add extra flushing for renames and truncates
Chris Mason
1
-0
/
+18
2009-03-24
Btrfs: tree logging unlink/rename fixes
Chris Mason
1
-6
/
+7
2009-02-20
Btrfs: add better -ENOSPC handling
Josef Bacik
1
-0
/
+8
2008-12-12
Btrfs: fix leaking block group on balance
Yan Zheng
1
-5
/
+3
2008-12-09
Btrfs: Add inode sequence number for NFS and reserved space in a few structs
Chris Mason
1
-3
/
+3
2008-09-29
Btrfs: add and improve comments
Chris Mason
1
-3
/
+51
2008-09-25
Btrfs: Dir fsync optimizations
Chris Mason
1
-0
/
+3
2008-09-25
Btrfs: Add a write ahead tree log to optimize synchronous operations
Chris Mason
1
-0
/
+8
2008-09-25
Get rid of BTRFS_I(inode)->index and use local vars instead
Chris Mason
1
-9
/
+0
2008-09-25
Btrfs: Maintain a list of inodes that are delalloc and a way to wait on them
Chris Mason
1
-0
/
+2
2008-09-25
Btrfs: Create orphan inode records to prevent lost files after a crash
Josef Bacik
1
-0
/
+3
2008-09-25
Btrfs: Add ACL support
Josef Bacik
1
-0
/
+3
2008-09-25
Btrfs: Implement new dir index format
Josef Bacik
1
-0
/
+15
2008-09-25
Add a per-inode lock around btrfs_drop_extents
Chris Mason
1
-0
/
+1
2008-09-25
Btrfs: Update on disk i_size only after pending ordered extents are done
Chris Mason
1
-0
/
+9
2008-09-25
Btrfs: New data=ordered implementation
Chris Mason
1
-2
/
+2
2008-09-25
Btrfs: Add a per-inode csum mutex to avoid races creating csum items
Chris Mason
1
-0
/
+1
2008-09-25
Btrfs: Throttle file_write when data=ordered is flushing the inode
Chris Mason
1
-0
/
+1
2008-09-25
Btrfs: Handle checksumming errors while reading data blocks
Chris Mason
1
-0
/
+1
2008-09-25
Btrfs: Fix i_blocks accounting
Chris Mason
1
-0
/
+1
2008-09-25
Btrfs: Split the extent_map code into two parts
Chris Mason
1
-0
/
+2
2008-09-25
Btrfs: Add inode flags support
Yan
1
-0
/
+1
2008-09-25
Btrfs: Add data=ordered support
Chris Mason
1
-0
/
+1
2007-08-28
Btrfs: Extent based page cache code. This uses an rbtree of extents and tests
Chris Mason
1
-0
/
+3
2007-08-11
Btrfs: delay commits during fsync to allow more writers
Josef Bacik
1
-0
/
+5
2007-06-14
btrfs: Code cleanup
Aneesh
1
-0
/
+1
2007-06-12
Btrfs: add GPLv2
Chris Mason
1
-0
/
+18
2007-04-30
Btrfs: allocator improvements, inode block groups
Chris Mason
1
-0
/
+1
2007-04-10
Btrfs: drop the inode map tree
Chris Mason
1
-2
/
+0
2007-04-06
Btrfs: start of support for many FS volumes
Chris Mason
1
-0
/
+2
2007-04-02
Btrfs: still corruption hunting
Chris Mason
1
-0
/
+14