Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
941a77b078e6127c4d441439ad1669347750288e
/
fs
/
btrfs
/
delayed-inode.c
ee86395
btrfs: comment the rest of implicit barriers before waitqueue_active
by David Sterba
· 10 years ago
6e17d30
Btrfs: fill ->last_trans for delayed inode in btrfs_fill_inode.
by Yang Dongsheng
· 10 years ago
a585e94
Btrfs: delayed-inode: replace root args iff only fs_info used
by Daniel Dressler
· 10 years ago
9cc97d6
Btrfs: Add code to support file creation time
by chandan r
· 12 years ago
a937b97
btrfs: kill btrfs_inode_*time helpers
by David Sterba
· 10 years ago
6f89605
Btrfs: don't delay inode ref updates during log replay
by Chris Mason
· 10 years ago
962a298
btrfs: kill the key type accessor helpers
by David Sterba
· 10 years ago
9e0af23
Btrfs: fix task hang under heavy compressed write
by Liu Bo
· 10 years ago
9649303
btrfs: free delayed node outside of root->inode_lock
by Jeff Mahoney
· 10 years ago
d458b05
btrfs: Cleanup the "_struct" suffix in btrfs_workequeue
by Qu Wenruo
· 11 years ago
5b3bc44
btrfs: Replace fs_info->delayed_workers workqueue with btrfs_workqueue.
by Qu Wenruo
· 11 years ago
67de117
Btrfs: introduce the delayed inode ref deletion for the single link inode
by Miao Xie
· 11 years ago
7cf35d9
Btrfs: use flags instead of the bool variants in delayed node
by Miao Xie
· 11 years ago
a56dbd8
Btrfs: remove btrfs_end_transaction_dmeta()
by Miao Xie
· 11 years ago
0353808
Btrfs: cleanup code of btrfs_balance_delayed_items()
by Miao Xie
· 11 years ago
4dd466d
Btrfs: don't run delayed nodes again after all nodes flush
by Miao Xie
· 11 years ago
74c40f9
Btrfs: remove residual code in delayed inode async helper
by Miao Xie
· 11 years ago
efe120a
Btrfs: convert printk to btrfs_ and fix BTRFS prefix
by Frank Holton
· 11 years ago
d9b0d9b
btrfs: Replace kmalloc with kmalloc_array
by Dulshani Gunawardhana
· 11 years ago
fae7f21
btrfs: Use WARN_ON()'s return value in place of WARN_ON(1)
by Dulshani Gunawardhana
· 11 years ago
95e94d1
btrfs: Replace multiple atomic_inc() with atomic_add()
by Rashika
· 11 years ago
3c77bd9
Btrfs: don't leak delayed node on path allocation failure
by Filipe David Borba Manana
· 11 years ago
bdab49d
Btrfs: fix printing of non NULL terminated string
by Filipe David Borba Manana
· 11 years ago
c1c9ff7
Btrfs: Remove superfluous casts from u64 to unsigned long long
by Geert Uytterhoeven
· 11 years ago
3cae210
btrfs: Cleanup for using BTRFS_SETGET_STACK instead of raw convert
by Qu Wenruo
· 11 years ago
e3a0dd9
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 11 years ago
9cdda8d
[readdir] convert btrfs
by Al Viro
· 11 years ago
78a1068
Btrfs: delete unused function
by Stefan Behrens
· 11 years ago
48a3b63
btrfs: make static code static & remove dead code
by Eric Sandeen
· 12 years ago
afe5fea
Btrfs: cleanup of function where fixup_low_keys() is called
by Tsutomu Itoh
· 12 years ago
de3cb94
Btrfs: improve the delayed inode throttling
by Chris Mason
· 12 years ago
d4c0a7d
btrfs: remove unused "item" in btrfs_insert_delayed_item()
by Eric Sandeen
· 12 years ago
0e8c36a
Btrfs: fix lots of orphan inodes when the space is not enough
by Miao Xie
· 12 years ago
4ea41ce
Btrfs: cleanup similar code in delayed inode
by Miao Xie
· 12 years ago
b53d3f5
Btrfs: cleanup for btrfs_btree_balance_dirty
by Liu Bo
· 12 years ago
08e007d
Btrfs: improve the noflush reservation
by Miao Xie
· 12 years ago
7205542
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 12 years ago
437589a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 12 years ago
837e197
btrfs: polish names of kmem caches
by David Sterba
· 12 years ago
66d8f3d
Btrfs: add a new "type" field into the block reservation structure
by Miao Xie
· 12 years ago
2f2f43d
userns: Convert btrfs to use kuid/kgid where appropriate
by Eric W. Biederman
· 13 years ago
66657b3
Btrfs: barrier before waitqueue_active
by Josef Bacik
· 12 years ago
6209526
btrfs: fix second lock in btrfs_delete_delayed_items()
by Fengguang Wu
· 12 years ago
293f7e0
Btrfs: zero unused bytes in inode item
by Li Zefan
· 12 years ago
96c3f43
Btrfs: flush delayed inodes if we're short on space
by Josef Bacik
· 12 years ago
67cde34
Btrfs: destroy the items of the delayed inodes in error handling routine
by Miao Xie
· 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
79787ea
btrfs: replace many BUG_ONs with proper error handling
by Jeff Mahoney
· 13 years ago
143bede
btrfs: return void in functions without error conditions
by Jeff Mahoney
· 13 years ago
8c2a3ca
Btrfs: space leak tracepoints
by Josef Bacik
· 13 years ago
c9a7fe9
Merge branches 'for-linus' and 'for-linus-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 13 years ago
e755d9a
Btrfs: deal with NULL srv_rsv in the delalloc inode reservation code
by Chris Mason
· 13 years ago
c1f4246
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 13 years ago
2115133
Btrfs: tweak the delayed inode reservations again
by Chris Mason
· 13 years ago
7fd2ae2
Btrfs: fix our reservations for updating an inode when completing io
by Josef Bacik
· 13 years ago
6a6662c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 13 years ago
c06a0e1
Btrfs: fix delayed insertion reservation
by Josef Bacik
· 13 years ago
6d668dd
Btrfs: make a delayed_block_rsv for the delayed item insertion
by Josef Bacik
· 13 years ago
bfe8684
filesystems: add set_nlink()
by Miklos Szeredi
· 13 years ago
bd68151
Btrfs: switch the btrfs tree locks to reader/writer
by Chris Mason
· 13 years ago
2f7e33d
btrfs: fix inconsonant inode information
by Miao Xie
· 13 years ago
e999376
Btrfs: avoid delayed metadata items during commits
by Chris Mason
· 13 years ago
19fd294
btrfs: fix wrong reservation when doing delayed inode operations
by Miao Xie
· 13 years ago
aa0467d
btrfs: fix uninitialized variable warning
by David Sterba
· 13 years ago
17aca1c
Btrfs: fix uninit variable in the delayed inode code
by Chris Mason
· 13 years ago
ff5714c
Merge branch 'for-chris' of
by Chris Mason
· 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
0d0ca30
Btrfs: update the delayed inode code to use the btrfs_ino helper.
by Chris Mason
· 13 years ago
16cdcec
btrfs: implement delayed inode items operation
by Miao Xie
· 14 years ago