Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
e8088073c9610af017fd47fddd104a2c3afb32e8
/
fs
/
btrfs
/
btrfs_inode.h
46d8bc3
Btrfs: fix a bug in checking whether a inode is already in log
by Liu Bo
· 12 years ago
5dc562c
Btrfs: turbo charge fsync
by Josef Bacik
· 12 years ago
b4d7c3c
Btrfs: kill free_space pointer from inode structure
by Li Zefan
· 12 years ago
83eea1f
Btrfs: kill root from btrfs_is_free_space_inode
by Liu Bo
· 12 years ago
51a8cf9
Btrfs: fix btrfs_is_free_space_inode to recognize btree inode
by Liu Bo
· 12 years ago
7ddf5a4
Btrfs: call filemap_fdatawrite twice for compression
by Josef Bacik
· 12 years ago
22ee698
Btrfs: check to see if the inode is in the log before fsyncing
by Josef Bacik
· 12 years ago
8a35d95
Btrfs: fix how we deal with the orphan block rsv
by Josef Bacik
· 12 years ago
72ac3c0
Btrfs: convert the inode bit field to use the actual bit operations
by Josef Bacik
· 12 years ago
0c4d2d9
Btrfs: use i_version instead of our own sequence
by Josef Bacik
· 13 years ago
f248679
Btrfs: add a delalloc mutex to inodes for delalloc reservations
by Josef Bacik
· 13 years ago
7fd2ae2
Btrfs: fix our reservations for updating an inode when completing io
by Josef Bacik
· 13 years ago
7709cde
Btrfs: calculate checksum space correctly
by Josef Bacik
· 13 years ago
0cbbdf7
Btrfs: kill reserved_bytes in inode
by Josef Bacik
· 13 years ago
f1bdcc0
Btrfs: move stuff around in btrfs_inode to get better packing
by Josef Bacik
· 13 years ago
14c7cca
Btrfs: fix an oops when deleting snapshots
by Liu Bo
· 13 years ago
2cf8572
Btrfs: use the commit_root for reading free_space_inode crcs
by Chris Mason
· 13 years ago
9e0baf6
Btrfs: fix enospc problems with delalloc
by Josef Bacik
· 13 years ago
ff5714c
Merge branch 'for-chris' of
by Chris Mason
· 13 years ago
4cb5300
Btrfs: add mount -o auto_defrag
by Chris Mason
· 13 years ago
d82a6f1
Btrfs: kill BTRFS_I(inode)->block_group
by Josef Bacik
· 13 years ago
dcc6d07
Merge branch 'delayed_inode' into inode_numbers
by Chris Mason
· 13 years ago
16cdcec
btrfs: implement delayed inode items operation
by Miao Xie
· 14 years ago
33345d01
Btrfs: Always use 64bit inode number
by Li Zefan
· 14 years ago
57a45ced
Btrfs: change reserved_extents to an atomic_t
by Josef Bacik
· 14 years ago
261507a0
btrfs: Allow to add new compression algorithm
by Li Zefan
· 14 years ago
d68fc57
Btrfs: Metadata reservation for orphan inodes
by Yan, Zheng
· 14 years ago
0ca1f7c
Btrfs: Update metadata reservation for delayed allocation
by Yan, Zheng
· 14 years ago
1e701a3
Btrfs: add new defrag-range ioctl.
by Chris Mason
· 15 years ago
c216775
Btrfs: Fix disk_i_size update corner case
by Yan, Zheng
· 15 years ago
257c62e
Btrfs: avoid tree log commit when there are no changes
by Chris Mason
· 15 years ago
32c00af
Btrfs: release delalloc reservations on extent item insertion
by Josef Bacik
· 15 years ago
9ed74f2
Btrfs: proper -ENOSPC handling
by Josef Bacik
· 15 years ago
4df27c4d
Btrfs: change how subvolumes are organized
by Yan, Zheng
· 15 years ago
5affd88
switch btrfs to inode->i_acl
by Al Viro
· 15 years ago
6cbff00
Btrfs: implement FS_IOC_GETFLAGS/SETFLAGS/GETVERSION
by Christoph Hellwig
· 16 years ago
5d4f98a
Btrfs: Mixed back reference (FORWARD ROLLING FORMAT CHANGE)
by Yan Zheng
· 15 years ago
5a3f23d
Btrfs: add extra flushing for renames and truncates
by Chris Mason
· 16 years ago
12fcfd2
Btrfs: tree logging unlink/rename fixes
by Chris Mason
· 16 years ago
6a63209
Btrfs: add better -ENOSPC handling
by Josef Bacik
· 16 years ago
d2fb343
Btrfs: fix leaking block group on balance
by Yan Zheng
· 16 years ago
c3027eb
Btrfs: Add inode sequence number for NFS and reserved space in a few structs
by Chris Mason
· 16 years ago
d352ac6
Btrfs: add and improve comments
by Chris Mason
· 16 years ago
49eb7e4
Btrfs: Dir fsync optimizations
by Chris Mason
· 16 years ago
e02119d
Btrfs: Add a write ahead tree log to optimize synchronous operations
by Chris Mason
· 16 years ago
00e4e6b
Get rid of BTRFS_I(inode)->index and use local vars instead
by Chris Mason
· 16 years ago
ea8c281
Btrfs: Maintain a list of inodes that are delalloc and a way to wait on them
by Chris Mason
· 16 years ago
7b12876
Btrfs: Create orphan inode records to prevent lost files after a crash
by Josef Bacik
· 16 years ago
33268ea
Btrfs: Add ACL support
by Josef Bacik
· 16 years ago
aec7477
Btrfs: Implement new dir index format
by Josef Bacik
· 16 years ago
ee6e650
Add a per-inode lock around btrfs_drop_extents
by Chris Mason
· 16 years ago
dbe674a
Btrfs: Update on disk i_size only after pending ordered extents are done
by Chris Mason
· 16 years ago
e6dcd2d
Btrfs: New data=ordered implementation
by Chris Mason
· 16 years ago
1b1e213
Btrfs: Add a per-inode csum mutex to avoid races creating csum items
by Chris Mason
· 16 years ago
81d7ed2
Btrfs: Throttle file_write when data=ordered is flushing the inode
by Chris Mason
· 17 years ago
7e38326
Btrfs: Handle checksumming errors while reading data blocks
by Chris Mason
· 17 years ago
9069218
Btrfs: Fix i_blocks accounting
by Chris Mason
· 17 years ago
d1310b2
Btrfs: Split the extent_map code into two parts
by Chris Mason
· 17 years ago
b98b676
Btrfs: Add inode flags support
by Yan
· 17 years ago
dc17ff8
Btrfs: Add data=ordered support
by Chris Mason
· 17 years ago
a52d9a8
Btrfs: Extent based page cache code. This uses an rbtree of extents and tests
by Chris Mason
· 17 years ago
15ee9bc
Btrfs: delay commits during fsync to allow more writers
by Josef Bacik
· 17 years ago
f1ace24
btrfs: Code cleanup
by Aneesh
· 17 years ago
6cbd557
Btrfs: add GPLv2
by Chris Mason
· 17 years ago
31f3c99
Btrfs: allocator improvements, inode block groups
by Chris Mason
· 18 years ago
1b05da2
Btrfs: drop the inode map tree
by Chris Mason
· 18 years ago
d6e4a42
Btrfs: start of support for many FS volumes
by Chris Mason
· 18 years ago
2c90e5d
Btrfs: still corruption hunting
by Chris Mason
· 18 years ago