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.12.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
*
orangefs: fix orangefs_superblock locking
Al Viro
2016-03-26
3
-58
/
+47
*
orangefs: fix do_readv_writev() handling of error halfway through
Al Viro
2016-03-25
1
-1
/
+1
*
orangefs: have ->kill_sb() evict the VFS side of things first
Al Viro
2016-03-25
1
-3
/
+3
*
orangefs: sanitize ->llseek()
Al Viro
2016-03-25
2
-10
/
+3
*
orangefs-bufmap.h: trim unused junk
Al Viro
2016-03-25
1
-9
/
+0
*
orangefs: saner calling conventions for getting a slot
Al Viro
2016-03-25
4
-28
/
+16
*
orangefs_copy_{to,from}_bufmap(): don't pass bufmap pointer
Al Viro
2016-03-25
3
-23
/
+14
*
orangefs: get rid of readdir_handle_s
Al Viro
2016-03-25
1
-63
/
+30
*
ornagefs: ensure that truncate has an up to date inode size
Martin Brandenburg
2016-03-23
1
-1
/
+12
*
orangefs: move code which sets i_link to orangefs_inode_getattr
Martin Brandenburg
2016-03-23
2
-2
/
+1
*
orangefs: remove needless wrapper around GFP_KERNEL
Martin Brandenburg
2016-03-23
2
-5
/
+1
*
orangefs: remove wrapper around mutex_lock(&inode->i_mutex)
Martin Brandenburg
2016-03-23
1
-6
/
+2
*
orangefs: refactor inode type or link_target change detection
Martin Brandenburg
2016-03-23
1
-41
/
+36
*
orangefs: use new getattr for revalidate and remove old getattr
Martin Brandenburg
2016-03-23
3
-325
/
+49
*
orangefs: use new getattr in inode getattr and permission
Martin Brandenburg
2016-03-23
1
-12
/
+2
*
orangefs: use new orangefs_inode_getattr to get size in write and llseek
Martin Brandenburg
2016-03-23
1
-6
/
+8
*
orangefs: use new orangefs_inode_getattr to create new inodes
Martin Brandenburg
2016-03-23
1
-4
/
+2
*
orangefs: rename orangefs_inode_getattr to orangefs_inode_old_getattr
Martin Brandenburg
2016-03-23
5
-10
/
+133
*
orangefs: remove inode->i_lock wrapper
Martin Brandenburg
2016-03-23
2
-7
/
+4
*
orangefs: put register_chrdev immediately before register_filesystem
Martin Brandenburg
2016-03-17
1
-13
/
+13
*
orangefs: remove paranoia in orangefs_set_inode
Martin Brandenburg
2016-03-17
1
-10
/
+2
*
orangefs: sanitize listxattr and return EIO on impossible values
Martin Brandenburg
2016-03-17
1
-0
/
+10
*
orangefs: remove unused reference to xattr key length
Martin Brandenburg
2016-03-17
1
-5
/
+0
*
Orangefs: adjust unwind on module init failure.
Mike Marshall
2016-03-17
1
-4
/
+3
*
Orangefs: fix sloppy cleanups of debugfs and sysfs init failures.
Mike Marshall
2016-03-14
3
-62
/
+76
*
Orangefs: follow_link -> get_link change
Mike Marshall
2016-03-14
2
-19
/
+4
*
Orangefs: Extra sanity insurance on buffer before using string functions on it.
Mike Marshall
2016-03-14
1
-0
/
+13
*
Orangefs: merge to v4.5
Mike Marshall
2016-03-14
547
-7969
/
+15929
|
\
|
*
Merge tag 'xfs-for-linus-4.5-rc7' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2016-03-11
1
-103
/
+168
|
|
\
|
|
*
xfs: only run torn log write detection on dirty logs
Brian Foster
2016-03-07
1
-11
/
+31
|
|
*
xfs: refactor in-core log state update to helper
Brian Foster
2016-03-07
1
-19
/
+33
|
|
*
xfs: refactor unmount record detection into helper
Brian Foster
2016-03-07
1
-60
/
+93
|
|
*
xfs: separate log head record discovery from verification
Brian Foster
2016-03-07
1
-22
/
+20
|
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2016-03-11
2
-4
/
+9
|
|
\
\
|
|
*
|
jffs2: reduce the breakage on recovery from halfway failed rename()
Al Viro
2016-03-07
1
-3
/
+8
|
|
*
|
ncpfs: fix a braino in OOM handling in ncp_fill_cache()
Al Viro
2016-03-07
1
-1
/
+1
|
*
|
|
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2016-03-09
1
-0
/
+1
|
|
\
\
\
|
|
*
|
|
ext4: iterate over buffer heads correctly in move_extent_per_page()
Eryu Guan
2016-03-09
1
-0
/
+1
|
*
|
|
|
dax: check return value of dax_radix_entry()
Ross Zwisler
2016-03-09
1
-1
/
+8
|
*
|
|
|
ocfs2: fix return value from ocfs2_page_mkwrite()
Jan Kara
2016-03-09
1
-0
/
+4
|
*
|
|
|
Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2016-03-07
3
-6
/
+19
|
|
\
\
\
\
|
|
*
|
|
|
ovl: copy new uid/gid into overlayfs runtime inode
Konstantin Khlebnikov
2016-03-03
1
-0
/
+2
|
|
*
|
|
|
ovl: ignore lower entries when checking purity of non-directory entries
Konstantin Khlebnikov
2016-03-03
2
-5
/
+14
|
|
*
|
|
|
ovl: fix getcwd() failure after unsuccessful rmdir
Rui Wang
2016-03-03
1
-1
/
+2
|
|
*
|
|
|
ovl: fix working on distributed fs as lower layer
Konstantin Khlebnikov
2016-03-03
1
-0
/
+1
|
*
|
|
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
2016-03-06
6
-3
/
+48
|
|
\
\
\
\
\
|
|
*
|
|
|
|
ceph: initial CEPH_FEATURE_FS_FILE_LAYOUT_V2 support
Yan, Zheng
2016-03-04
6
-3
/
+48
|
|
|
/
/
/
/
|
*
|
|
|
|
Merge branch 'for-linus2' of git://git.kernel.dk/linux-block
Linus Torvalds
2016-03-04
2
-13
/
+42
|
|
\
\
\
\
\
|
|
*
|
|
|
|
writeback: flush inode cgroup wb switches instead of pinning super_block
Tejun Heo
2016-03-03
2
-13
/
+42
|
*
|
|
|
|
|
Merge tag 'for-linus-20160304' of git://git.infradead.org/linux-mtd
Linus Torvalds
2016-03-04
5
-51
/
+91
|
|
\
\
\
\
\
\
[next]