index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
file.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: Replace CURRENT_TIME by current_fs_time()
Deepa Dinamani
2016-02-18
1
-2
/
+2
*
wrappers for ->i_mutex access
Al Viro
2016-01-22
1
-21
/
+21
*
Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2016-01-22
1
-4
/
+2
|
\
|
*
btrfs: delete unused argument in btrfs_copy_from_user
Zhao Lei
2016-01-20
1
-4
/
+2
*
|
Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2016-01-18
1
-4
/
+4
|
\
\
|
|
/
|
*
Merge branch 'dev/simplify-set-bit' of git://git.kernel.org/pub/scm/linux/ker...
Chris Mason
2015-12-23
1
-4
/
+4
|
|
\
|
|
*
btrfs: drop unused parameter from lock_extent_bits
David Sterba
2015-12-03
1
-4
/
+4
*
|
|
Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2016-01-12
1
-0
/
+3
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
btrfs: use new dedupe data function pointer
Darrick J. Wong
2016-01-01
1
-0
/
+1
|
*
|
vfs: pull btrfs clone API to vfs layer
Christoph Hellwig
2015-12-07
1
-0
/
+1
|
*
|
btrfs: add .copy_file_range file operation
Zach Brown
2015-12-01
1
-0
/
+1
*
|
|
Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2015-12-18
1
-4
/
+14
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Btrfs: check prepare_uptodate_page() error code earlier
Chris Mason
2015-12-15
1
-4
/
+14
*
|
|
Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2015-11-27
1
-3
/
+7
|
\
\
\
|
|
/
/
|
|
/
|
|
/
|
/
|
|
*
btrfs: fix signed overflows in btrfs_sync_file
David Sterba
2015-11-25
1
-3
/
+7
*
|
Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2015-11-13
1
-4
/
+12
|
\
\
|
|
/
|
*
Btrfs: fix race leading to incorrect item deletion when dropping extents
Filipe Manana
2015-11-08
1
-4
/
+12
*
|
Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2015-11-06
1
-66
/
+162
|
\
\
|
|
/
|
*
Btrfs: fix hole punching when using the no-holes feature
Filipe Manana
2015-11-03
1
-0
/
+13
|
*
btrfs: Fix a data space underflow warning
Qu Wenruo
2015-11-03
1
-3
/
+8
|
*
Btrfs: fix regression running delayed references when using qgroups
Filipe Manana
2015-10-25
1
-5
/
+5
|
*
btrfs: fallocate: Add support to accurate qgroup reserve
Qu Wenruo
2015-10-21
1
-44
/
+117
|
*
btrfs: qgroup: Cleanup old inaccurate facilities
Qu Wenruo
2015-10-21
1
-8
/
+7
|
*
btrfs: extent-tree: Switch to new delalloc space reserve and release
Qu Wenruo
2015-10-21
1
-2
/
+3
|
*
btrfs: extent-tree: Switch to new check_data_free_space and free_reserved_dat...
Qu Wenruo
2015-10-21
1
-13
/
+21
|
*
btrfs: declare rsv_count as unsigned int instead of int
Alexandru Moise
2015-10-21
1
-1
/
+1
|
*
btrfs/file.c: remove an unsed varialbe first_index
Shan Hai
2015-10-21
1
-3
/
+0
*
|
btrfs: Avoid truncate tailing page if fallocate range doesn't exceed inode size
Qu Wenruo
2015-10-20
1
-1
/
+1
|
/
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2015-07-04
1
-1
/
+1
|
\
|
*
fs: Rename file_remove_suid() to file_remove_privs()
Jan Kara
2015-06-23
1
-1
/
+1
*
|
Btrfs: avoid syncing log in the fast fsync path when not necessary
Filipe Manana
2015-06-10
1
-3
/
+6
|
/
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2015-04-26
1
-1
/
+1
|
\
|
*
VFS: normal filesystems (and lustre): d_inode() annotations
David Howells
2015-04-15
1
-1
/
+1
*
|
Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2015-04-24
1
-32
/
+33
|
\
\
|
|
/
|
/
|
|
*
btrfs: qgroup: do a reservation in a higher level.
Dongsheng Yang
2015-04-13
1
-2
/
+2
|
*
Btrfs: qgroup, Account data space in more proper timings.
Dongsheng Yang
2015-04-13
1
-9
/
+1
|
*
Btrfs: fix metadata inconsistencies after directory fsync
Filipe Manana
2015-03-26
1
-0
/
+2
|
*
Btrfs: add missing inode item update in fallocate()
Filipe Manana
2015-03-26
1
-9
/
+20
|
*
Merge branch 'cleanups-post-3.19' of git://git.kernel.org/pub/scm/linux/kerne...
Chris Mason
2015-03-25
1
-4
/
+4
|
|
\
|
|
*
Btrfs: ctree: reduce args where only fs_info used
Daniel Dressler
2015-02-16
1
-4
/
+4
|
*
|
Merge branch 'cleanups-for-4.1-v2' of git://git.kernel.org/pub/scm/linux/kern...
Chris Mason
2015-03-25
1
-8
/
+4
|
|
\
\
|
|
*
|
btrfs: remove shadowing variables in __btrfs_buffered_write
David Sterba
2015-03-03
1
-2
/
+2
|
|
*
|
btrfs: cleanup, use kmalloc_array/kcalloc array helpers
David Sterba
2015-03-03
1
-1
/
+1
|
|
*
|
btrfs: use cond_resched_lock where possible
David Sterba
2015-03-03
1
-5
/
+1
|
|
|
/
*
|
|
mirror O_APPEND and O_DIRECT into iocb->ki_flags
Al Viro
2015-04-11
1
-1
/
+1
*
|
|
switch generic_write_checks() to iocb and iter
Al Viro
2015-04-11
1
-15
/
+9
*
|
|
generic_write_checks(): drop isblk argument
Al Viro
2015-04-11
1
-1
/
+1
*
|
|
make new_sync_{read,write}() static
Al Viro
2015-04-11
1
-2
/
+0
*
|
|
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
[next]