Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
ae6e694ef566ed69a2537c80771a9031ec627494
/
fs
/
btrfs
/
ctree.h
9650e05
Btrfs: remove dead codes from ctree.h
by Wang Shilong
· 11 years ago
54563d4
btrfs: get rid of fdentry()
by Al Viro
· 11 years ago
91aef86
Btrfs: rename btrfs_start_all_delalloc_inodes
by Miao Xie
· 11 years ago
9b011ad
Btrfs: remove scrub_super_lock holding in btrfs_sync_log()
by Wang Shilong
· 11 years ago
aaedb55
Btrfs: add tests for btrfs_get_extent
by Josef Bacik
· 11 years ago
294e30f
Btrfs: add tests for find_lock_delalloc_range
by Josef Bacik
· 11 years ago
6174d3c
Btrfs: remove unused max_key arg from btrfs_search_forward
by Filipe David Borba Manana
· 11 years ago
0a4e558
btrfs: remove unused parameter from btrfs_header_fsid
by Ross Kirk
· 11 years ago
06ea65a
Btrfs: add a sanity test for btrfs_split_item
by Josef Bacik
· 11 years ago
dd3cc16
btrfs: drop unused parameter from btrfs_item_nr
by Ross Kirk
· 11 years ago
363e4d3
Btrfs: remove space_info->reservation_progress
by Josef Bacik
· 11 years ago
c4fbb43
Btrfs: fix worst case calculator for space usage
by Josef Bacik
· 11 years ago
83d4cfd
Btrfs: fixup error handling in btrfs_reloc_cow
by Josef Bacik
· 11 years ago
d8f9803
Btrfs: fix memory leak of uuid_root in free_fs_info
by Filipe David Borba Manana
· 11 years ago
2e17c7c
Btrfs: add support for asserts
by Josef Bacik
· 11 years ago
b308bc2
Btrfs: Make btrfs_header_chunk_tree_uuid() return unsigned long
by Geert Uytterhoeven
· 11 years ago
fba6aa7
Btrfs: Make btrfs_header_fsid() return unsigned long
by Geert Uytterhoeven
· 11 years ago
231e88f
Btrfs: Make btrfs_dev_extent_chunk_tree_uuid() return unsigned long
by Geert Uytterhoeven
· 11 years ago
1473b24
Btrfs: Make btrfs_device_fsid() return unsigned long
by Geert Uytterhoeven
· 11 years ago
410ba3a
Btrfs: Make btrfs_device_uuid() return unsigned long
by Geert Uytterhoeven
· 11 years ago
6e71c47
Btrfs: Make BTRFS_DEV_REPLACE_DEVID an unsigned long long constant
by Geert Uytterhoeven
· 11 years ago
f420ee1
Btrfs: add mount option to force UUID tree checking
by Stefan Behrens
· 11 years ago
70f8017
Btrfs: check UUID tree during mount if required
by Stefan Behrens
· 11 years ago
2643279
Btrfs: introduce uuid-tree-gen field
by Stefan Behrens
· 11 years ago
803b2f5
Btrfs: fill UUID tree initially
by Stefan Behrens
· 11 years ago
dd5f961
Btrfs: maintain subvolume items in the UUID tree
by Stefan Behrens
· 11 years ago
f7a81ea
Btrfs: create UUID tree if required
by Stefan Behrens
· 11 years ago
07b30a4
Btrfs: introduce a tree for items that map UUIDs to something
by Stefan Behrens
· 11 years ago
171170c
btrfs: mark some local function as 'static'
by Sergei Trofimovich
· 11 years ago
35a3621
Btrfs: get rid of sparse warnings
by Stefan Behrens
· 11 years ago
ba5e8f2
Btrfs: fix send issues related to inode number reuse
by Josef Bacik
· 11 years ago
0036158
Btrfs: avoid starting a transaction in the write path
by Josef Bacik
· 11 years ago
9ffba8c
Btrfs: fix heavy delalloc related deadlock
by Josef Bacik
· 11 years ago
8b87dc1
btrfs: add mount option to set commit interval
by David Sterba
· 11 years ago
36cce92
Btrfs: handle errors when doing slow caching
by Josef Bacik
· 11 years ago
facc8a22
Btrfs: don't cache the csum value into the extent state tree
by Miao Xie
· 11 years ago
3cae210
btrfs: Cleanup for using BTRFS_SETGET_STACK instead of raw convert
by Qu Wenruo
· 11 years ago
ee3441b
btrfs: fall back to global reservation when removing subvolumes
by Jeff Mahoney
· 11 years ago
7ee9e44
Btrfs: check if we can nocow if we don't have data space
by Josef Bacik
· 11 years ago
b150a4f
Btrfs: use a percpu to keep track of possibly pinned bytes
by Josef Bacik
· 11 years ago
1be41b7
Btrfs: fix transaction throttling for delayed refs
by Josef Bacik
· 11 years ago
8c2a1a3
Btrfs: exclude logged extents before replying when we are mixed
by Josef Bacik
· 11 years ago
b382a32
Btrfs: fix qgroup rescan resume on mount
by Jan Schmidt
· 11 years ago
d52be81
Btrfs: simplify unlink reservations
by Josef Bacik
· 11 years ago
4a9d8bd
Btrfs: make the state of the transaction more readable
by Miao Xie
· 11 years ago
199c2a9
Btrfs: introduce per-subvolume ordered extent list
by Miao Xie
· 11 years ago
eb73c1b
Btrfs: introduce per-subvolume delalloc inode list
by Miao Xie
· 11 years ago
b0feb9d
Btrfs: introduce grab/put functions for the root of the fs/file tree
by Miao Xie
· 11 years ago
cb517ea
Btrfs: cleanup the similar code of the fs root read
by Miao Xie
· 11 years ago
babbf170
Btrfs: make the snap/subv deletion end more early when the fs is R/O
by Miao Xie
· 11 years ago
1c89cdd
Minor format cleanup.
by Andreas Philipp
· 12 years ago
57254b6e
Btrfs: add ioctl to wait for qgroup rescan completion
by Jan Schmidt
· 12 years ago
1e8f915
Btrfs: introduce qgroup_ulist to avoid frequently allocating/freeing ulist
by Wang Shilong
· 12 years ago
b1c79e0
Btrfs: handle running extent ops with skinny metadata
by Josef Bacik
· 12 years ago
60b6297
btrfs: annotate quota tree for lockdep
by David Sterba
· 12 years ago
1104a88
btrfs: enhance superblock checks
by David Sterba
· 12 years ago
b6919a5
btrfs: fix misleading variable name for flags
by David Sterba
· 12 years ago
48a3b63
btrfs: make static code static & remove dead code
by Eric Sandeen
· 12 years ago
2f23203
Btrfs: rescan for qgroups
by Jan Schmidt
· 12 years ago
fc36ed7e
Btrfs: separate sequence numbers for delayed ref tracking and tree mod log
by Jan Schmidt
· 12 years ago
5fbf83c
Btrfs: delete unused parameter to btrfs_read_root_item()
by Stefan Behrens
· 12 years ago
4b90c68
Btrfs: remove unused argument of btrfs_extend_item()
by Tsutomu Itoh
· 12 years ago
afe5fea
Btrfs: cleanup of function where fixup_low_keys() is called
by Tsutomu Itoh
· 12 years ago
ceda086
Btrfs: use a lock to protect incompat/compat flag of the super block
by Miao Xie
· 12 years ago
f2f6ed3
Btrfs: introduce a mutex lock for btrfs quota operations
by Wang Shilong
· 12 years ago
09a2a8f9
Btrfs: fix bad extent logging
by Josef Bacik
· 12 years ago
c2cf52e
Btrfs: Include the device in most error printk()s
by Simon Kirby
· 12 years ago
3173a18
Btrfs: add a incompatible format change for smaller metadata extent refs
by Josef Bacik
· 12 years ago
0874881
btrfs: clean up transaction abort messages
by David Sterba
· 12 years ago
d5c1207
Btrfs: fix wrong reserved space in qgroup during snap/subv creation
by Miao Xie
· 12 years ago
dc81cdc
Btrfs: fix remount vs autodefrag
by Miao Xie
· 12 years ago
e942f88
Merge branch 'raid56-experimental' into for-linus-3.9
by Chris Mason
· 12 years ago
cdb4c57
btrfs: define BTRFS_MAGIC as a u64 value
by Zach Brown
· 12 years ago
569e0f3
Btrfs: place ordered operations on a per transaction list
by Josef Bacik
· 12 years ago
210549e
btrfs: add cancellation points to defrag
by David Sterba
· 12 years ago
5d80366
Btrfs: steal from global reserve if we are cleaning up orphans
by Josef Bacik
· 12 years ago
de78b51
btrfs: remove cache only arguments from defrag path
by Eric Sandeen
· 12 years ago
aa43a17
btrfs: handle null fs_info in btrfs_panic()
by Eric Sandeen
· 12 years ago
87533c4
Btrfs: use bit operation for ->fs_state
by Miao Xie
· 12 years ago
de98ced
Btrfs: use seqlock to protect fs_info->avail_{data, metadata, system}_alloc_bits
by Miao Xie
· 12 years ago
963d678
Btrfs: use percpu counter for fs_info->delalloc_bytes
by Miao Xie
· 12 years ago
e2d8452
Btrfs: use percpu counter for dirty metadata count
by Miao Xie
· 12 years ago
c018dae
Btrfs: protect fs_info->alloc_start
by Miao Xie
· 12 years ago
8c6a3ee
Btrfs: add a comment for fs_info->max_inline
by Miao Xie
· 12 years ago
55e301f
Btrfs: move fs/btrfs/ioctl.h to include/uapi/linux/btrfs.h
by Filipe Brandenburger
· 12 years ago
e6ec716
Btrfs: make raid attr array more readable
by Miao Xie
· 12 years ago
a1897fd
Btrfs: record first logical byte in memory
by Liu Bo
· 12 years ago
dcfac41
Btrfs: kill unused argument of btrfs_pin_extent_for_log_replay
by Liu Bo
· 12 years ago
2ab28f3
Btrfs: wait on ordered extents at the last possible moment
by Josef Bacik
· 12 years ago
4ae10b3
Btrfs: Add a stripe cache to raid56
by Chris Mason
· 12 years ago
53b381b
Btrfs: RAID5 and RAID6
by David Woodhouse
· 12 years ago
64a1670
Btrfs: add rw argument to merge_bio_hook()
by David Woodhouse
· 15 years ago
9c52057
Btrfs: fix hash overflow handling
by Chris Mason
· 12 years ago
31e5022
Btrfs: put raid properties into global table
by Liu Bo
· 12 years ago
ad91455
Btrfs: don't memset new tokens
by Josef Bacik
· 12 years ago
70c8a91
Btrfs: log changed inodes based on the extent map tree
by Josef Bacik
· 12 years ago
d6393786
Btrfs: add path->really_keep_locks
by Josef Bacik
· 12 years ago
5f3ab90
Btrfs: rename root_times_lock to root_item_lock
by Anand Jain
· 12 years ago
26176e7
Btrfs: restructure btrfs_run_defrag_inodes()
by Miao Xie
· 12 years ago
9247f31
Btrfs: use slabs for auto defrag allocation
by Miao Xie
· 12 years ago
Next »