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
Commit message (
Expand
)
Author
Age
Files
Lines
*
fs/super.c: don't fool lockdep in freeze_super() and thaw_super() paths
Oleg Nesterov
2016-10-14
1
-12
/
+25
*
fs/super.c: fix race between freeze_super() and thaw_super()
Oleg Nesterov
2016-10-14
1
-3
/
+3
*
overlayfs: Fix setting IOP_XATTR flag
Vivek Goyal
2016-10-14
1
-5
/
+6
*
iov_iter: kernel-doc import_iovec() and rw_copy_check_uvector()
Vegard Nossum
2016-10-14
1
-0
/
+29
*
Merge tag 'libnvdimm-for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2016-10-11
1
-0
/
+1
|
\
|
*
Merge branch 'for-4.9/dax' into libnvdimm-for-next
Dan Williams
2016-10-07
1
-0
/
+1
|
|
\
|
|
*
dax: define a unified inode/address_space for device-dax mappings
Dan Williams
2016-08-23
1
-0
/
+1
*
|
|
Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2016-10-11
43
-1071
/
+1563
|
\
\
\
|
*
|
|
Revert "btrfs: let btrfs_delete_unused_bgs() to clean relocated bgs"
Chris Mason
2016-10-10
2
-11
/
+15
|
*
|
|
Btrfs: remove unnecessary btrfs_mark_buffer_dirty in split_leaf
Liu Bo
2016-09-26
1
-1
/
+5
|
*
|
|
Btrfs: don't BUG() during drop snapshot
Josef Bacik
2016-09-26
1
-11
/
+27
|
*
|
|
btrfs: fix btrfs_no_printk stub helper
Arnd Bergmann
2016-09-26
1
-10
/
+7
|
*
|
|
Btrfs: memset to avoid stale content in btree leaf
Liu Bo
2016-09-26
3
-19
/
+28
|
*
|
|
btrfs: parent_start initialization cleanup
Goldwyn Rodrigues
2016-09-26
1
-15
/
+3
|
*
|
|
btrfs: Remove already completed TODO comment
Goldwyn Rodrigues
2016-09-26
1
-2
/
+0
|
*
|
|
btrfs: Do not reassign count in btrfs_run_delayed_refs
Goldwyn Rodrigues
2016-09-26
1
-1
/
+0
|
*
|
|
btrfs: fix a possible umount deadlock
Anand Jain
2016-09-26
1
-6
/
+20
|
*
|
|
Btrfs: fix memory leak in do_walk_down
Liu Bo
2016-09-26
1
-0
/
+1
|
*
|
|
btrfs: btrfs_debug should consume fs_info when DEBUG is not defined
Jeff Mahoney
2016-09-26
1
-4
/
+10
|
*
|
|
btrfs: convert send's verbose_printk to btrfs_debug
Jeff Mahoney
2016-09-26
1
-27
/
+38
|
*
|
|
btrfs: convert pr_* to btrfs_* where possible
Jeff Mahoney
2016-09-26
20
-177
/
+231
|
*
|
|
btrfs: convert printk(KERN_* to use pr_* calls
Jeff Mahoney
2016-09-26
16
-275
/
+205
|
*
|
|
btrfs: unsplit printed strings
Jeff Mahoney
2016-09-26
27
-391
/
+324
|
*
|
|
btrfs: clean the old superblocks before freeing the device
Jeff Mahoney
2016-09-26
1
-27
/
+11
|
*
|
|
Btrfs: kill BUG_ON in run_delayed_tree_ref
Liu Bo
2016-09-26
1
-1
/
+7
|
*
|
|
Btrfs: don't leak reloc root nodes on error
Josef Bacik
2016-09-26
1
-0
/
+4
|
*
|
|
btrfs: squash lines for simple wrapper functions
Masahiro Yamada
2016-09-26
5
-28
/
+8
|
*
|
|
Btrfs: improve check_node to avoid reading corrupted nodes
Liu Bo
2016-09-26
1
-4
/
+28
|
*
|
|
Btrfs: add error handling for extent buffer in print tree
Liu Bo
2016-09-26
1
-0
/
+7
|
*
|
|
Btrfs: remove BUG_ON in start_transaction
Liu Bo
2016-09-26
1
-4
/
+1
|
*
|
|
Btrfs: memset to avoid stale content in btree node block
Liu Bo
2016-09-26
1
-0
/
+11
|
*
|
|
Btrfs: return gracefully from balance if fs tree is corrupted
Liu Bo
2016-09-26
1
-6
/
+17
|
*
|
|
Btrfs: kill BUG_ON()'s in btrfs_mark_extent_written
Josef Bacik
2016-09-26
1
-8
/
+33
|
*
|
|
Btrfs: kill the start argument to read_extent_buffer_pages
Josef Bacik
2016-09-26
3
-28
/
+15
|
*
|
|
Btrfs: add a flags field to btrfs_fs_info
Josef Bacik
2016-09-26
16
-109
/
+99
|
*
|
|
btrfs: extend btrfs_set_extent_delalloc and its friends to support in-band de...
Qu Wenruo
2016-09-26
7
-25
/
+37
|
*
|
|
btrfs: add dynamic debug support
Jeff Mahoney
2016-09-26
1
-1
/
+30
|
*
|
|
btrfs: Fix warning "variable ‘gen’ set but not used"
Luis Henriques
2016-09-26
1
-2
/
+0
|
*
|
|
btrfs: Fix warning "variable ‘blocksize’ set but not used"
Luis Henriques
2016-09-26
1
-2
/
+0
|
*
|
|
btrfs: let btrfs_delete_unused_bgs() to clean relocated bgs
Naohiro Aota
2016-09-26
2
-15
/
+11
|
*
|
|
Btrfs: bail out if block group has different mixed flag
Liu Bo
2016-09-26
1
-0
/
+14
|
*
|
|
Btrfs: fix memory leak in reading btree blocks
Liu Bo
2016-09-26
1
-0
/
+9
|
*
|
|
Btrfs: remove BUG() in raid56
Liu Bo
2016-09-26
1
-1
/
+4
|
*
|
|
btrfs: fix check_shared for fiemap ioctl
Lu Fengqi
2016-09-26
2
-10
/
+369
|
*
|
|
btrfs: create example debugfs file only in debugging build
David Sterba
2016-09-26
1
-0
/
+9
|
*
|
|
btrfs: fix perms on demonstration debugfs interface
Eric Sandeen
2016-09-26
1
-1
/
+1
|
*
|
|
Btrfs: fix memory leak of block group cache
Liu Bo
2016-09-26
3
-0
/
+75
*
|
|
|
Merge tag 'upstream-4.9-rc1' of git://git.infradead.org/linux-ubifs
Linus Torvalds
2016-10-11
9
-42
/
+411
|
\
\
\
\
|
*
|
|
|
UBIFS: improve function-level documentation
Julia Lawall
2016-10-02
5
-7
/
+5
|
*
|
|
|
ubifs: fix host xattr_len when changing xattr
Pascal Eberhard
2016-10-02
1
-2
/
+4
[next]