index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
xfs: remove [cm]time update from reflink calls
Darrick J. Wong
2018-10-30
1
-6
/
+1
|
*
|
|
|
xfs: remove xfs_reflink_remap_range
Darrick J. Wong
2018-10-30
3
-75
/
+70
|
*
|
|
|
xfs: remove redundant remap partial EOF block checks
Darrick J. Wong
2018-10-30
1
-19
/
+0
|
*
|
|
|
xfs: support returning partial reflink results
Darrick J. Wong
2018-10-30
3
-10
/
+14
|
*
|
|
|
xfs: clean up xfs_reflink_remap_blocks call site
Darrick J. Wong
2018-10-30
1
-19
/
+18
|
*
|
|
|
xfs: fix pagecache truncation prior to reflink
Darrick J. Wong
2018-10-30
1
-2
/
+3
|
*
|
|
|
ocfs2: remove ocfs2_reflink_remap_range
Darrick J. Wong
2018-10-30
3
-103
/
+102
|
*
|
|
|
ocfs2: support partial clone range and dedupe range
Darrick J. Wong
2018-10-30
3
-45
/
+46
|
*
|
|
|
ocfs2: fix pagecache truncation prior to reflink
Darrick J. Wong
2018-10-30
1
-2
/
+3
|
*
|
|
|
ocfs2: truncate page cache for clone destination file before remapping
Darrick J. Wong
2018-10-30
1
-6
/
+4
|
*
|
|
|
vfs: clean up generic_remap_file_range_prep return value
Darrick J. Wong
2018-10-30
3
-6
/
+6
|
*
|
|
|
vfs: hide file range comparison function
Darrick J. Wong
2018-10-30
1
-96
/
+91
|
*
|
|
|
vfs: enable remap callers that can handle short operations
Darrick J. Wong
2018-10-30
1
-8
/
+20
|
*
|
|
|
vfs: plumb remap flags through the vfs dedupe functions
Darrick J. Wong
2018-10-30
2
-4
/
+8
|
*
|
|
|
vfs: plumb remap flags through the vfs clone functions
Darrick J. Wong
2018-10-30
5
-10
/
+15
|
*
|
|
|
vfs: make remap_file_range functions take and return bytes completed
Darrick J. Wong
2018-10-30
15
-64
/
+87
|
*
|
|
|
vfs: remap helper should update destination inode metadata
Darrick J. Wong
2018-10-30
2
-23
/
+19
|
*
|
|
|
vfs: pass remap flags to generic_remap_checks
Darrick J. Wong
2018-10-30
1
-1
/
+1
|
*
|
|
|
vfs: pass remap flags to generic_remap_file_range_prep
Darrick J. Wong
2018-10-30
7
-23
/
+25
|
*
|
|
|
vfs: combine the clone and dedupe into a single remap_file_range
Darrick J. Wong
2018-10-30
9
-95
/
+88
|
*
|
|
|
vfs: rename clone_verify_area to remap_verify_area
Darrick J. Wong
2018-10-30
1
-5
/
+5
|
*
|
|
|
vfs: rename vfs_clone_file_prep to be more descriptive
Darrick J. Wong
2018-10-30
3
-6
/
+6
|
*
|
|
|
vfs: skip zero-length dedupe requests
Darrick J. Wong
2018-10-30
1
-0
/
+5
|
*
|
|
|
vfs: avoid problematic remapping requests into partial EOF block
Darrick J. Wong
2018-10-30
1
-0
/
+33
|
*
|
|
|
vfs: exit early from zero length remap operations
Darrick J. Wong
2018-10-30
1
-0
/
+2
|
*
|
|
|
vfs: check file ranges before cloning files
Darrick J. Wong
2018-10-30
3
-44
/
+15
|
*
|
|
|
vfs: vfs_clone_file_prep_inodes should return EINVAL for a clone from beyond EOF
Darrick J. Wong
2018-10-30
1
-3
/
+0
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2018-11-01
6
-10
/
+25
|
\
\
\
\
|
*
|
|
|
fs/exofs: only use true/false for asignment of bool type variable
Chengguang Xu
2018-10-18
1
-1
/
+1
|
*
|
|
|
fs/exofs: fix potential memory leak in mount option parsing
Chengguang Xu
2018-10-18
1
-1
/
+4
|
*
|
|
|
Delete invalid assignment statements in do_sendfile
nixiaoming
2018-10-18
1
-1
/
+0
|
*
|
|
|
iomap: remove duplicated include from iomap.c
Yue Haibing
2018-10-18
1
-1
/
+0
|
*
|
|
|
vfs: dedupe should return EPERM if permission is not granted
Mark Fasheh
2018-10-17
1
-1
/
+1
|
*
|
|
|
vfs: allow dedupe of user owned read-only files
Mark Fasheh
2018-10-17
1
-1
/
+15
|
*
|
|
|
ntfs: don't open-code ERR_CAST
Al Viro
2018-10-12
1
-1
/
+1
|
*
|
|
|
ext4: don't open-code ERR_CAST
Al Viro
2018-10-10
2
-3
/
+3
*
|
|
|
|
Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
2018-11-01
52
-1099
/
+5255
|
\
\
\
\
\
|
*
\
\
\
\
Merge tag 'nfs-for-4.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Al Viro
2018-11-01
17
-361
/
+444
|
|
\
\
\
\
\
|
|
|
|
_
|
_
|
/
|
|
|
/
|
|
|
|
*
|
|
|
|
afs: Probe multiple fileservers simultaneously
David Howells
2018-10-24
16
-349
/
+1047
|
*
|
|
|
|
afs: Fix callback handling
David Howells
2018-10-24
4
-8
/
+12
|
*
|
|
|
|
afs: Eliminate the address pointer from the address list cursor
David Howells
2018-10-24
6
-10
/
+5
|
*
|
|
|
|
afs: Allow dumping of server cursor on operation failure
David Howells
2018-10-24
5
-0
/
+127
|
*
|
|
|
|
afs: Implement YFS support in the fs client
David Howells
2018-10-24
8
-27
/
+2443
|
*
|
|
|
|
afs: Expand data structure fields to support YFS
David Howells
2018-10-24
2
-21
/
+23
|
*
|
|
|
|
afs: Get the target vnode in afs_rmdir() and get a callback on it
David Howells
2018-10-24
1
-1
/
+10
|
*
|
|
|
|
afs: Calc callback expiry in op reply delivery
David Howells
2018-10-24
5
-8
/
+28
|
*
|
|
|
|
afs: Fix FS.FetchStatus delivery from updating wrong vnode
David Howells
2018-10-24
1
-11
/
+5
|
*
|
|
|
|
afs: Implement the YFS cache manager service
David Howells
2018-10-24
3
-1
/
+174
|
*
|
|
|
|
afs: Remove callback details from afs_callback_break struct
David Howells
2018-10-24
3
-19
/
+8
|
*
|
|
|
|
afs: Commit the status on a new file/dir/symlink
David Howells
2018-10-24
1
-0
/
+1
[prev]
[next]