Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
8518b66272f43621d377760f9ce8199cb645de46
/
fs
/
btrfs
/
inode-map.c
ab8d0fc
btrfs: convert pr_* to btrfs_* where possible
by Jeff Mahoney
· 8 years ago
1851309
btrfs: update btrfs_space_info's bytes_may_use timely
by Wang Xiaoguang
· 8 years ago
6664283
btrfs: btrfs_abort_transaction, drop root parameter
by Jeff Mahoney
· 8 years ago
3cdde22
btrfs: btrfs_test_opt and friends should take a btrfs_fs_info
by Jeff Mahoney
· 8 years ago
09cbfea
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
by Kirill A. Shutemov
· 9 years ago
3c1d84b
Btrfs: Show a warning message if one of objectid reaches its highest value
by Satoru Takeuchi
· 9 years ago
326f784
Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5
by Chris Mason
· 9 years ago
f32e48e
Btrfs: Initialize btrfs_root->highest_objectid when loading tree root and subvolume roots
by Chandan Rajendra
· 9 years ago
b28cf57
Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5
by Chris Mason
· 9 years ago
e4058b5
btrfs: cleanup, use enum values for btrfs_path reada
by David Sterba
· 9 years ago
20e5506
btrfs: constify remaining structs with function pointers
by David Sterba
· 9 years ago
ee22184
Btrfs: use linux/sizes.h to represent constants
by Byongho Lee
· 9 years ago
7cf5b97
btrfs: qgroup: Cleanup old inaccurate facilities
by Qu Wenruo
· 9 years ago
df48063
btrfs: extent-tree: Switch to new delalloc space reserve and release
by Qu Wenruo
· 9 years ago
ae9d8f1
Btrfs: fix race between caching kthread and returning inode to inode cache
by Filipe Manana
· 9 years ago
c3f4a16
Btrfs: use kmem_cache_free when freeing entry in inode cache
by Filipe Manana
· 9 years ago
1bbc621
Btrfs: allow block group cache writeout outside critical section in commit
by Chris Mason
· 10 years ago
55507ce
Btrfs: fix race between writing free space cache and trimming
by Filipe Manana
· 10 years ago
7e1876a
btrfs: switch inode_cache option handling to pending changes
by David Sterba
· 11 years ago
57cdc8d
btrfs: cleanup ino cache members of btrfs_root
by David Sterba
· 11 years ago
67a77eb
btrfs: remove newline from inode cache kthread name
by David Sterba
· 10 years ago
1c70d8f
Btrfs: fix inode caching vs tree log
by Miao Xie
· 11 years ago
e60efa8
Btrfs: avoid triggering bug_on() when we fail to start inode caching task
by Wang Shilong
· 11 years ago
9e351cc
Btrfs: remove transaction from send
by Josef Bacik
· 11 years ago
fae7f21
btrfs: Use WARN_ON()'s return value in place of WARN_ON(1)
by Dulshani Gunawardhana
· 11 years ago
ff76b05
Btrfs: Don't allocate inode that is already in use
by Stefan Behrens
· 11 years ago
7451432
Btrfs: remove path arg from btrfs_truncate_free_space_cache
by Filipe David Borba Manana
· 11 years ago
53645a9
Btrfs: remove duplicated ino cache's inode lookup
by Filipe David Borba Manana
· 11 years ago
69e9c6c
Btrfs: eliminate the exceptional root_tree refs=0
by Stefan Behrens
· 11 years ago
7b61cd9
Btrfs: don't use global block reservation for inode cache truncation
by Miao Xie
· 11 years ago
7cfa9e5
Btrfs: don't abort the current transaction if there is no enough space for inode cache
by Miao Xie
· 11 years ago
08e007d
Btrfs: improve the noflush reservation
by Miao Xie
· 12 years ago
2bcc032
Btrfs: show useful info in space reservation tracepoint
by Liu Bo
· 13 years ago
79787ea
btrfs: replace many BUG_ONs with proper error handling
by Jeff Mahoney
· 13 years ago
e77266e
Btrfs: fix compiler warnings on 32 bit systems
by Chris Mason
· 13 years ago
8c2a3ca
Btrfs: space leak tracepoints
by Josef Bacik
· 13 years ago
ba38eb4
Btrfs: fix no reserved space for writing out inode cache
by Miao Xie
· 13 years ago
c09544e
Btrfs: handle enospc accounting for free space inodes
by Josef Bacik
· 13 years ago
7841cb2
btrfs: add helper for fs_info->closing
by David Sterba
· 13 years ago
4b9465c
Btrfs: add mount -o inode_cache
by Chris Mason
· 13 years ago
d132a53
Btrfs: don't save the inode cache if we are deleting this root
by Josef Bacik
· 13 years ago
ca456ae
Btrfs: don't save the inode cache in non-FS roots
by liubo
· 13 years ago
a47d6b7
Btrfs: setup free ino caching in a more asynchronous way
by Li Zefan
· 13 years ago
945d896
Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into inode_numbers
by Chris Mason
· 13 years ago
82d5902
Btrfs: Support reading/writing on disk free ino cache
by Li Zefan
· 14 years ago
581bb05
Btrfs: Cache free inode numbers in memory
by Li Zefan
· 14 years ago
db5b493
Btrfs: cleanup some BUG_ON()
by Tsutomu Itoh
· 14 years ago
13a8a7c
Btrfs: do not reuse objectid of deleted snapshot/subvol
by Yan, Zheng
· 15 years ago
e63b6a6c
Btrfs: Fix a trivial warning using max() of u64 vs ULL.
by Joel Becker
· 16 years ago
e00f730
Btrfs: remove btrfs_init_path
by Jeff Mahoney
· 16 years ago
d397712
Btrfs: Fix checkpatch.pl warnings
by Chris Mason
· 16 years ago
5b21f2e
Btrfs: extent_map and data=ordered fixes for space balancing
by Zheng Yan
· 16 years ago
6527cdb
Btrfs: Update find free objectid function for orphan cleanup code
by Zheng Yan
· 16 years ago
a213501
Btrfs: Replace the big fs_mutex with a collection of other locks
by Chris Mason
· 16 years ago
b178542
Fix for btrfs_find_free_objectid
by Yan
· 17 years ago
5f39d39
Btrfs: Create extent_buffer interface for large blocksizes
by Chris Mason
· 17 years ago
ec6b910
Btrfs: trivial include fixups
by Zach Brown
· 17 years ago
6cbd557
Btrfs: add GPLv2
by Chris Mason
· 17 years ago
1b05da2
Btrfs: drop the inode map tree
by Chris Mason
· 18 years ago
5be6f7f
Btrfs: dirindex optimizations
by Chris Mason
· 18 years ago
b1a4d96
Btrfs: tweak the inode-map and free extent search starts on cold mount
by Chris Mason
· 18 years ago
7cfcc17
Btrfs: corruptions fixed
by Chris Mason
· 18 years ago
d602557
Btrfs: corruption hunt continues
by Chris Mason
· 18 years ago
6407bf6
Btrfs: reference counts on data extents
by Chris Mason
· 18 years ago
d571976
btrfs_create, btrfs_write_super, btrfs_sync_fs
by Chris Mason
· 18 years ago
e20d96d
Mountable btrfs, with readdir
by Chris Mason
· 18 years ago
2e635a2
Btrfs: initial move to kernel module land
by Chris Mason
· 18 years ago
9f5fae2
Btrfs: Add inode map, and the start of file extent items
by Chris Mason
· 18 years ago