index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
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
*
direct_IO: remove rw from a_ops->direct_IO()
Omar Sandoval
2015-04-11
1
-2
/
+2
*
direct_IO: use iov_iter_rw() instead of rw everywhere
Omar Sandoval
2015-04-11
1
-5
/
+5
*
Remove rw from {,__,do_}blockdev_direct_IO()
Omar Sandoval
2015-04-11
1
-4
/
+4
*
Merge branch 'iocb' into for-next
Al Viro
2015-04-11
1
-1
/
+1
|
\
|
*
fs: move struct kiocb to fs.h
Christoph Hellwig
2015-03-25
1
-1
/
+1
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2015-03-21
1
-28
/
+84
|
\
\
|
*
|
Btrfs: fix outstanding_extents accounting in DIO
Josef Bacik
2015-03-17
1
-2
/
+35
|
*
|
Btrfs: add sanity test for outstanding_extents accounting
Josef Bacik
2015-03-17
1
-0
/
+15
|
*
|
Btrfs: account merges/splits properly
Josef Bacik
2015-03-17
1
-27
/
+30
|
*
|
Btrfs: fix merge delalloc logic
Josef Bacik
2015-03-13
1
-1
/
+6
*
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2015-03-06
1
-1
/
+0
|
\
\
\
|
|
/
/
|
*
|
btrfs: fix lost return value due to variable shadowing
David Sterba
2015-03-02
1
-1
/
+0
*
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2015-02-19
1
-39
/
+117
|
\
\
\
|
|
/
/
|
|
/
|
|
/
|
/
|
|
*
Btrfs: account for large extents with enospc
Josef Bacik
2015-02-14
1
-1
/
+62
|
*
Btrfs: don't set and clear delalloc for O_DIRECT writes
Josef Bacik
2015-02-14
1
-6
/
+2
|
*
Btrfs: only adjust outstanding_extents when we do a short write
Josef Bacik
2015-02-14
1
-5
/
+6
|
*
Btrfs: Add code to support file creation time
chandan r
2015-02-02
1
-2
/
+23
|
*
btrfs: kill btrfs_inode_*time helpers
David Sterba
2015-02-02
1
-16
/
+12
|
*
Btrfs: Introduce BTRFS_BLOCK_GROUP_RAID56_MASK to check raid56 simply
Zhao Lei
2015-01-21
1
-2
/
+1
|
*
btrfs: switch extent_state state to unsigned
David Sterba
2015-01-21
1
-2
/
+2
|
*
btrfs: update message levels after checksum errors
David Sterba
2015-01-21
1
-1
/
+1
|
*
btrfs: update message levels for errors
David Sterba
2015-01-21
1
-1
/
+1
|
*
btrfs: expand btrfs_find_item if found_key is NULL
David Sterba
2015-01-14
1
-3
/
+7
*
|
fs: remove mapping->backing_dev_info
Christoph Hellwig
2015-01-20
1
-6
/
+0
|
/
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2015-01-09
1
-1
/
+3
|
\
|
*
Btrfs: call inode_dec_link_count() on mkdir error path
Wang Shilong
2015-01-02
1
-1
/
+3
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2014-12-12
1
-41
/
+111
|
\
\
|
|
/
|
*
Btrfs: fix snapshot inconsistency after a file write followed by truncate
Filipe Manana
2014-11-25
1
-7
/
+40
|
*
Btrfs: ensure ordered extent errors aren't missed on fsync
Filipe Manana
2014-11-21
1
-0
/
+15
|
*
Btrfs: report error after failure inlining extent in compressed write path
Filipe Manana
2014-11-20
1
-0
/
+4
|
*
Btrfs: add helper btrfs_fdatawrite_range
Filipe Manana
2014-11-20
1
-8
/
+1
|
*
Btrfs: correctly flush compressed data before/after direct IO
Filipe Manana
2014-11-20
1
-3
/
+13
|
*
Btrfs: make inode.c:compress_file_range() return void
Filipe Manana
2014-11-20
1
-5
/
+2
|
*
Btrfs: fix incorrect compression ratio detection
Shilong Wang
2014-11-20
1
-8
/
+8
|
*
Btrfs: make inode.c:submit_compressed_extents() return void
Filipe Manana
2014-11-20
1
-5
/
+2
|
*
Btrfs: process all async extents on compressed write failure
Filipe Manana
2014-11-20
1
-5
/
+1
|
*
Btrfs: don't leak pages and memory on compressed write error
Filipe Manana
2014-11-20
1
-9
/
+19
|
*
Btrfs: fix hang on compressed write error
Filipe Manana
2014-11-20
1
-0
/
+14
|
*
Btrfs: set page and mapping error on compressed write failure
Filipe Manana
2014-11-20
1
-1
/
+2
*
|
switch d_materialise_unique() users to d_splice_alias()
Al Viro
2014-11-19
1
-1
/
+1
|
/
*
Revert "Btrfs: race free update of commit root for ro snapshots"
Chris Mason
2014-10-17
1
-36
/
+0
*
Merge branch 'remove-unlikely' of git://git.kernel.org/pub/scm/linux/kernel/g...
Chris Mason
2014-10-04
1
-5
/
+5
|
\
|
*
btrfs: remove unlikely from data-dependent branches and slow paths
David Sterba
2014-10-02
1
-4
/
+4
|
*
btrfs: remove unlikely from NULL checks
David Sterba
2014-10-02
1
-1
/
+1
*
|
Merge branch 'cleanup/misc-for-3.18' of git://git.kernel.org/pub/scm/linux/ke...
Chris Mason
2014-10-04
1
-1
/
+2
|
\
\
|
*
|
btrfs: use enum for wq endio metadata type
David Sterba
2014-10-02
1
-1
/
+2
|
|
/
*
|
btrfs: Fix the wrong condition judgment about subset extent map
Qu Wenruo
2014-10-03
1
-1
/
+1
|
/
*
Btrfs: try not to ENOSPC on log replay
Josef Bacik
2014-09-22
1
-1
/
+2
*
btrfs: Fix and enhance merge_extent_mapping() to insert best fitted extent map
Qu Wenruo
2014-09-18
1
-22
/
+57
*
Btrfs: cleanup the read failure record after write or when the inode is freeing
Miao Xie
2014-09-17
1
-0
/
+6
[next]