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
*
ovl: verify directory index entries on mount
Amir Goldstein
2018-01-24
2
-32
/
+94
*
ovl: verify whiteout index entries on mount
Amir Goldstein
2018-01-24
1
-8
/
+13
*
ovl: use directory index entries for consistency verification
Amir Goldstein
2018-01-24
3
-11
/
+58
*
ovl: unbless lower st_ino of unverified origin
Amir Goldstein
2018-01-24
1
-4
/
+12
*
ovl: verify stored origin fh matches lower dir
Amir Goldstein
2018-01-24
1
-0
/
+12
*
ovl: add support for "nfs_export" configuration
Amir Goldstein
2018-01-24
5
-5
/
+85
*
ovl: update documentation of inodes index feature
Amir Goldstein
2018-01-24
1
-6
/
+3
*
ovl: generalize ovl_verify_origin() and helpers
Amir Goldstein
2018-01-24
4
-30
/
+38
*
ovl: simplify arguments to ovl_check_origin_fh()
Amir Goldstein
2018-01-24
4
-30
/
+24
*
ovl: factor out ovl_check_origin_fh()
Amir Goldstein
2018-01-24
1
-50
/
+92
*
ovl: store layer index in ovl_layer
Amir Goldstein
2018-01-24
3
-16
/
+4
*
ovl: force r/o mount when index dir creation fails
Amir Goldstein
2018-01-24
1
-3
/
+9
*
ovl: disable index when no xattr support
Amir Goldstein
2018-01-24
1
-1
/
+2
*
ovl: fix inconsistent d_ino for legacy merge dir
Amir Goldstein
2018-01-24
3
-2
/
+37
*
ovl: take mnt_want_write() for removing impure xattr
Amir Goldstein
2018-01-19
1
-2
/
+9
*
ovl: take mnt_want_write() for work/index dir setup
Amir Goldstein
2018-01-19
1
-8
/
+17
*
ovl: fix another overlay: warning prefix
Amir Goldstein
2018-01-19
1
-1
/
+2
*
ovl: take lower dir inode mutex outside upper sb_writers lock
Amir Goldstein
2018-01-19
3
-65
/
+58
*
ovl: fix failure to fsync lower dir
Amir Goldstein
2018-01-19
1
-1
/
+5
*
ovl: hash directory inodes for fsnotify
Amir Goldstein
2018-01-19
3
-13
/
+31
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2018-01-06
1
-1
/
+5
|
\
|
*
sget(): handle failures of register_shrinker()
Al Viro
2017-12-18
1
-1
/
+5
*
|
Merge tag 'for-4.15-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2018-01-05
2
-12
/
+34
|
\
\
|
*
|
btrfs: fix refcount_t usage when deleting btrfs_delayed_nodes
Chris Mason
2018-01-02
1
-11
/
+34
|
*
|
btrfs: Fix flush bio leak
Nikolay Borisov
2018-01-02
1
-1
/
+0
*
|
|
Merge tag 'xfs-4.15-fixes-10' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2018-01-05
3
-19
/
+33
|
\
\
\
|
*
|
|
xfs: fix s_maxbytes overflow problems
Darrick J. Wong
2018-01-02
2
-3
/
+3
|
*
|
|
xfs: quota: check result of register_shrinker()
Aliaksei Karaliou
2018-01-02
1
-16
/
+29
|
*
|
|
xfs: quota: fix missed destroy of qi_tree_lock
Aliaksei Karaliou
2018-01-02
1
-0
/
+1
*
|
|
|
userfaultfd: clear the vma->vm_userfaultfd_ctx if UFFD_EVENT_FORK fails
Andrea Arcangeli
2018-01-04
1
-2
/
+18
*
|
|
|
Merge branch 'afs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dho...
Linus Torvalds
2018-01-03
4
-12
/
+39
|
\
\
\
\
|
*
|
|
|
afs: Fix missing error handling in afs_write_end()
David Howells
2018-01-02
1
-3
/
+5
|
*
|
|
|
afs: Fix unlink
David Howells
2018-01-02
2
-8
/
+33
|
*
|
|
|
afs: Potential uninitialized variable in afs_extract_data()
Dan Carpenter
2018-01-02
1
-1
/
+1
*
|
|
|
|
exec: Weaken dumpability for secureexec
Kees Cook
2018-01-03
1
-2
/
+7
|
/
/
/
/
*
|
|
|
Merge tag 'xfs-4.15-fixes-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2017-12-22
19
-97
/
+258
|
\
\
\
\
|
|
/
/
/
|
*
|
|
xfs: only skip rmap owner checks for unknown-owner rmap removal
Darrick J. Wong
2017-12-21
1
-24
/
+52
|
*
|
|
xfs: always honor OWN_UNKNOWN rmap removal requests
Darrick J. Wong
2017-12-21
5
-4
/
+48
|
*
|
|
xfs: queue deferred rmap ops for cow staging extent alloc/free in the right o...
Darrick J. Wong
2017-12-21
1
-33
/
+19
|
*
|
|
xfs: set cowblocks tag for direct cow writes too
Darrick J. Wong
2017-12-21
1
-0
/
+2
|
*
|
|
xfs: remove leftover CoW reservations when remounting ro
Darrick J. Wong
2017-12-21
3
-1
/
+11
|
*
|
|
xfs: don't be so eager to clear the cowblocks tag on truncate
Darrick J. Wong
2017-12-21
1
-9
/
+19
|
*
|
|
xfs: track cowblocks separately in i_flags
Darrick J. Wong
2017-12-20
2
-9
/
+25
|
*
|
|
xfs: allow CoW remap transactions to use reserve blocks
Darrick J. Wong
2017-12-14
1
-1
/
+1
|
*
|
|
xfs: avoid infinite loop when cancelling CoW blocks after writeback failure
Darrick J. Wong
2017-12-14
1
-0
/
+3
|
*
|
|
xfs: relax is_reflink_inode assert in xfs_reflink_find_cow_mapping
Darrick J. Wong
2017-12-14
1
-1
/
+2
|
*
|
|
xfs: remove dest file's post-eof preallocations before reflinking
Darrick J. Wong
2017-12-14
1
-0
/
+11
|
*
|
|
xfs: move xfs_iext_insert tracepoint to report useful information
Darrick J. Wong
2017-12-14
1
-2
/
+2
|
*
|
|
xfs: account for null transactions in bunmapi
Darrick J. Wong
2017-12-14
1
-1
/
+1
|
*
|
|
xfs: hold xfs_buf locked between shortform->leaf conversion and the addition ...
Darrick J. Wong
2017-12-14
3
-9
/
+23
[next]