index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
inode.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: Use trace condition for get_extent tracepoint
Steven Rostedt
2013-11-20
1
-2
/
+1
*
Btrfs: don't BUG_ON() if we get an error walking backrefs
Josef Bacik
2013-11-20
1
-1
/
+2
*
Btrfs: rename btrfs_start_all_delalloc_inodes
Miao Xie
2013-11-11
1
-2
/
+1
*
btrfs: Fix checkpatch.pl warning of spacing issues
Dulshani Gunawardhana
2013-11-11
1
-3
/
+3
*
btrfs: Use WARN_ON()'s return value in place of WARN_ON(1)
Dulshani Gunawardhana
2013-11-11
1
-7
/
+3
*
Btrfs: do not run snapshot-aware defragment on error
Liu Bo
2013-11-11
1
-19
/
+28
*
Btrfs: make sure the delalloc workers actually flush compressed writes
Josef Bacik
2013-11-11
1
-6
/
+12
*
Btrfs: don't abort transaction in run_delalloc_nocow
Josef Bacik
2013-11-11
1
-15
/
+5
*
Btrfs: do not bug_on if we try to cow a free space cache inode
Josef Bacik
2013-11-11
1
-1
/
+4
*
Btrfs: return an error from btrfs_wait_ordered_range
Josef Bacik
2013-11-11
1
-2
/
+7
*
btrfs: remove fs/btrfs/compat.h
Zach Brown
2013-11-11
1
-3
/
+2
*
Btrfs: handle a missing extent for the first file extent
Josef Bacik
2013-11-11
1
-2
/
+9
*
Btrfs: add tests for btrfs_get_extent
Josef Bacik
2013-11-11
1
-0
/
+8
*
Btrfs: free reserved space on error in a few places
Josef Bacik
2013-11-11
1
-0
/
+2
*
Btrfs: improve inode hash function/inode lookup
Filipe David Borba Manana
2013-11-11
1
-2
/
+4
*
Btrfs: improve jitter performance of the sequential buffered write
Miao Xie
2013-11-11
1
-3
/
+4
*
Btrfs: do not release metadata for space cache inodes
Josef Bacik
2013-11-11
1
-1
/
+7
*
Btrfs: fix tracking of orphan inode count
Filipe David Borba Manana
2013-11-11
1
-5
/
+8
*
btrfs: drop unused parameter from btrfs_item_nr
Ross Kirk
2013-11-11
1
-2
/
+2
*
Btrfs: don't store NULL byte in symlink extents
Filipe David Borba Manana
2013-11-11
1
-2
/
+2
*
Btrfs: eliminate the exceptional root_tree refs=0
Stefan Behrens
2013-11-11
1
-13
/
+8
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2013-10-18
1
-0
/
+1
|
\
|
*
Btrfs: release path before starting transaction in can_nocow_extent
Josef Bacik
2013-10-18
1
-0
/
+1
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2013-10-12
1
-1
/
+1
|
\
\
|
|
/
|
*
Btrfs: use right root when checking for hash collision
Josef Bacik
2013-10-10
1
-1
/
+1
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2013-09-22
1
-5
/
+11
|
\
\
|
|
/
|
*
Btrfs: dir_inode_operations should use btrfs_update_time also
Guangyu Sun
2013-09-21
1
-0
/
+2
|
*
Btrfs: iput inode on allocation failure
Josef Bacik
2013-09-21
1
-0
/
+4
|
*
Btrfs: more efficient inode tree replace operation
Filipe David Borba Manana
2013-09-21
1
-5
/
+5
*
|
Merge branch 'akpm' (patches from Andrew Morton)
Linus Torvalds
2013-09-12
1
-1
/
+1
|
\
\
|
*
|
truncate: drop 'oldsize' truncate_pagecache() parameter
Kirill A. Shutemov
2013-09-12
1
-1
/
+1
*
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2013-09-12
1
-334
/
+281
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Btrfs: only update disk_i_size as we remove extents
Josef Bacik
2013-09-01
1
-3
/
+28
|
*
Btrfs: allow partial ordered extent completion
Josef Bacik
2013-09-01
1
-14
/
+46
|
*
Btrfs: do not clear our orphan item runtime flag on eexist
Josef Bacik
2013-09-01
1
-2
/
+2
|
*
Btrfs: Remove superfluous casts from u64 to unsigned long long
Geert Uytterhoeven
2013-09-01
1
-15
/
+8
|
*
Btrfs: avoid starting a transaction in the write path
Josef Bacik
2013-09-01
1
-145
/
+72
|
*
Btrfs: fix the error handling wrt orphan items
Josef Bacik
2013-09-01
1
-15
/
+26
|
*
Btrfs: allow compressed extents to be merged during defragment
Liu Bo
2013-09-01
1
-6
/
+8
|
*
Btrfs: fix what bits we clear when erroring out from delalloc
Josef Bacik
2013-09-01
1
-21
/
+28
|
*
Btrfs: cleanup arguments to extent_clear_unlock_delalloc
Josef Bacik
2013-09-01
1
-97
/
+65
|
*
Btrfs: don't cache the csum value into the extent state tree
Miao Xie
2013-09-01
1
-51
/
+34
|
*
Btrfs: reset ret in record_one_backref
Josef Bacik
2013-09-01
1
-2
/
+1
*
|
Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2013-09-04
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.
Rusty Russell
2013-07-15
1
-1
/
+1
*
|
btrfs: don't loop on large offsets in readdir
Zach Brown
2013-08-09
1
-8
/
+25
*
|
Btrfs: fix a bug of snapshot-aware defrag to make it work on partial extents
Liu Bo
2013-08-09
1
-4
/
+12
*
|
btrfs: fix file truncation if FALLOC_FL_KEEP_SIZE is specified
Jie Liu
2013-08-09
1
-3
/
+0
|
/
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2013-07-09
1
-281
/
+220
|
\
|
*
Btrfs: wait ordered range before doing direct io
Josef Bacik
2013-07-02
1
-1
/
+9
[next]