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
/
include
/
linux
/
fs.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2015-02-12
1
-2
/
+4
|
\
|
*
fs: consolidate {nr,free}_cached_objects args in shrink_control
Vladimir Davydov
2015-02-12
1
-2
/
+4
*
|
Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block
Linus Torvalds
2015-02-12
1
-4
/
+24
|
\
\
|
|
/
|
/
|
|
*
Make super_blocks and sb_lock static
Al Viro
2015-02-02
1
-2
/
+0
|
*
fs: remove mapping->backing_dev_info
Christoph Hellwig
2015-01-20
1
-2
/
+1
|
*
fs: introduce f_op->mmap_capabilities for nommu mmap support
Christoph Hellwig
2015-01-20
1
-0
/
+23
*
|
Merge branch 'for-3.20' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2015-02-12
1
-0
/
+16
|
\
\
|
*
|
fs: add FL_LAYOUT lease type
Christoph Hellwig
2015-02-02
1
-0
/
+16
*
|
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2015-02-10
1
-5
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
rmap: drop support of non-linear mappings
Kirill A. Shutemov
2015-02-10
1
-3
/
+1
|
*
|
mm: drop vm_ops->remap_pages and generic_file_remap_pages() stub
Kirill A. Shutemov
2015-02-10
1
-6
/
+0
|
*
|
mm: replace remap_file_pages() syscall with emulation
Kirill A. Shutemov
2015-02-10
1
-2
/
+6
|
|
/
*
|
locks: update comments that refer to inode->i_flock
Jeff Layton
2015-01-21
1
-9
/
+10
*
|
locks: keep a count of locks on the flctx lists
Jeff Layton
2015-01-16
1
-0
/
+3
*
|
locks: clean up the lm_change prototype
Jeff Layton
2015-01-16
1
-3
/
+3
*
|
locks: add a dedicated spinlock to protect i_flctx lists
Jeff Layton
2015-01-16
1
-0
/
+1
*
|
locks: remove i_flock field from struct inode
Jeff Layton
2015-01-16
1
-1
/
+2
*
|
locks: convert lease handling to file_lock_context
Jeff Layton
2015-01-16
1
-2
/
+3
*
|
locks: convert posix locks to file_lock_context
Jeff Layton
2015-01-16
1
-1
/
+2
*
|
locks: add a new struct file_locking_context pointer to struct inode
Jeff Layton
2015-01-16
1
-0
/
+11
*
|
locks: add new struct list_head to struct file_lock
Jeff Layton
2015-01-16
1
-0
/
+1
|
/
*
vfs: renumber FMODE_NONOTIFY and add to uniqueness check
David Drysdale
2015-01-08
1
-1
/
+1
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2014-12-16
1
-1
/
+0
|
\
|
*
make default ->i_fop have ->open() fail with ENXIO
Al Viro
2014-12-10
1
-1
/
+0
*
|
Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2014-12-16
1
-1
/
+1
|
\
\
|
*
\
merge nfs bugfixes into nfsd for-3.19 branch
J. Bruce Fields
2014-11-19
1
-3
/
+46
|
|
\
\
|
*
|
|
VFS: Rename do_fallocate() to vfs_fallocate()
Anna Schumaker
2014-11-07
1
-1
/
+1
*
|
|
|
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
2014-12-14
1
-0
/
+1
|
\
\
\
\
|
*
\
\
\
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/li...
James Morris
2014-11-19
1
-0
/
+1
|
|
\
\
\
\
|
|
*
|
|
|
VFS: refactor vfs_read()
Dmitry Kasatkin
2014-11-17
1
-0
/
+1
*
|
|
|
|
|
Merge git://git.kvack.org/~bcrl/aio-next
Linus Torvalds
2014-12-14
1
-0
/
+1
|
\
\
\
\
\
\
|
*
|
|
|
|
|
aio: Make it possible to remap aio ring
Pavel Emelyanov
2014-12-13
1
-0
/
+1
|
|
|
_
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
syscalls: implement execveat() system call
David Drysdale
2014-12-13
1
-0
/
+1
*
|
|
|
|
|
mm/rmap: share the i_mmap_rwsem
Davidlohr Bueso
2014-12-13
1
-0
/
+10
*
|
|
|
|
|
mm: convert i_mmap_mutex to rwsem
Davidlohr Bueso
2014-12-13
1
-3
/
+4
*
|
|
|
|
|
mm,fs: introduce helpers around the i_mmap_mutex
Davidlohr Bueso
2014-12-13
1
-0
/
+10
*
|
|
|
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2014-12-10
1
-3
/
+10
|
\
\
\
\
\
\
|
|
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
*
|
|
|
|
Merge tag 'trace-seq-file-cleanup' of git://git.kernel.org/pub/scm/linux/kern...
Al Viro
2014-11-19
1
-1
/
+1
|
|
\
\
\
\
\
|
|
*
|
|
|
|
fs: Convert show_fdinfo functions to void
Joe Perches
2014-11-05
1
-1
/
+1
|
|
|
|
_
|
_
|
/
|
|
|
/
|
|
|
|
*
|
|
|
|
kill f_dentry macro
Al Viro
2014-11-19
1
-1
/
+0
|
*
|
|
|
|
new helper: is_root_inode()
Al Viro
2014-10-31
1
-0
/
+5
|
*
|
|
|
|
vfs: make first argument of dir_context.actor typed
Miklos Szeredi
2014-10-31
1
-1
/
+4
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
2014-12-10
1
-3
/
+2
|
\
\
\
\
\
|
*
|
|
|
|
vfs: Remove i_dquot field from inode
Jan Kara
2014-11-10
1
-3
/
+0
|
*
|
|
|
|
quota: Use function to provide i_dquot pointers
Jan Kara
2014-11-10
1
-0
/
+1
|
*
|
|
|
|
quota: Allow each filesystem to specify which quota types it supports
Jan Kara
2014-11-10
1
-0
/
+1
|
|
/
/
/
/
*
/
/
/
/
fs: add freeze_super/thaw_super fs hooks
Benjamin Marzinski
2014-11-17
1
-0
/
+2
|
/
/
/
/
*
|
|
|
Return short read or 0 at end of a raw device, not EIO
David Jeffery
2014-10-31
1
-0
/
+1
*
|
|
|
overlayfs: fix lockdep misannotation
Miklos Szeredi
2014-10-28
1
-3
/
+6
*
|
|
|
fs: limit filesystem stacking depth
Miklos Szeredi
2014-10-24
1
-0
/
+11
[next]