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
/
arch
/
s390
/
hypfs
/
inode.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
hypfs: Fix error number left in struct pointer member
David Howells
2019-10-07
1
-4
/
+5
*
s390: hypfs: use ktime_get_seconds() instead of get_seconds()
Arnd Bergmann
2018-06-25
1
-3
/
+3
*
hypfs_kill_super(): deal with failed allocations
Al Viro
2018-04-15
1
-1
/
+1
*
s390: Remove redundant license text
Greg Kroah-Hartman
2017-11-24
1
-1
/
+0
*
s390: add SPDX identifiers to the remaining files
Greg Kroah-Hartman
2017-11-24
1
-0
/
+1
*
s390: hypfs: make inode explicitly non-modular
Paul Gortmaker
2016-10-31
1
-20
/
+4
*
fs: Replace CURRENT_TIME with current_time() for inode timestamps
Deepa Dinamani
2016-09-27
1
-2
/
+2
*
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
2016-04-04
1
-2
/
+2
*
wrappers for ->i_mutex access
Al Viro
2016-01-22
1
-4
/
+4
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2015-07-04
1
-6
/
+1
|
\
|
*
make simple_positive() public
Al Viro
2015-06-23
1
-6
/
+1
*
|
sysfs: Create mountpoints with sysfs_create_mount_point
Eric W. Biederman
2015-07-01
1
-8
/
+4
|
/
*
VFS: assorted weird filesystems: d_inode() annotations
David Howells
2015-04-15
1
-9
/
+9
*
make new_sync_{read,write}() static
Al Viro
2015-04-11
1
-2
/
+0
*
Merge branch 'iocb' into for-next
Al Viro
2015-04-11
1
-1
/
+1
|
\
|
*
fs: move struct kiocb to fs.h
Christoph Hellwig
2015-03-25
1
-1
/
+1
*
|
VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)
David Howells
2015-02-22
1
-1
/
+1
*
|
hypfs: switch to read_iter/write_iter
Al Viro
2015-02-20
1
-27
/
+24
|
/
*
s390/hypfs: Add diagnose 0c support
Michael Holzheu
2015-02-10
1
-1
/
+8
*
s390/hypfs: add interface for diagnose 0x304
Martin Schwidefsky
2014-01-24
1
-4
/
+11
*
don't pass superblock to hypfs_{mkdir,create*}
Al Viro
2013-09-03
1
-16
/
+12
*
don't pass superblock to hypfs_diag_create_files
Al Viro
2013-09-03
1
-2
/
+2
*
don't pass superblock to hypfs_vm_create_files()
Al Viro
2013-09-03
1
-2
/
+2
*
aio: don't include aio.h in sched.h
Kent Overstreet
2013-05-07
1
-0
/
+1
*
fs: Limit sys_mount to only request filesystem modules.
Eric W. Biederman
2013-03-03
1
-0
/
+1
*
more file_inode() open-coded instances
Al Viro
2013-02-27
1
-4
/
+2
*
new helper: file_inode(file)
Al Viro
2013-02-22
1
-1
/
+1
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2012-10-02
1
-2
/
+0
|
\
|
*
hypfs: ->d_parent is never NULL or negative
Al Viro
2012-09-26
1
-2
/
+0
*
|
userns: Convert s390 hypfs to use kuid and kgid where appropriate
Eric W. Biederman
2012-09-21
1
-6
/
+14
|
/
*
s390/comments: unify copyright messages and remove file names
Heiko Carstens
2012-07-20
1
-1
/
+0
*
s390/hypfs: Add missing get_next_ino()
Michael Holzheu
2012-07-16
1
-0
/
+1
*
vfs: Rename end_writeback() to clear_inode()
Jan Kara
2012-05-06
1
-1
/
+1
*
switch open-coded instances of d_make_root() to new helper
Al Viro
2012-03-20
1
-4
/
+2
*
vfs: switch ->show_options() to struct dentry *
Al Viro
2012-01-06
1
-2
/
+2
*
hypfs: umode_t noise and properly spelled S_ISDIR/S_ISREG
Al Viro
2012-01-03
1
-5
/
+5
*
filesystems: add set_nlink()
Miklos Szeredi
2011-11-02
1
-1
/
+1
*
filesystems: add missing nlink wrappers
Miklos Szeredi
2011-11-02
1
-1
/
+1
*
hypfs: remove unnecessary nlink setting
Miklos Szeredi
2011-11-02
1
-2
/
+0
*
[S390] hypfs: Move buffer allocation from open to read
Michael Holzheu
2011-01-05
1
-11
/
+7
*
convert get_sb_single() users
Al Viro
2010-10-29
1
-4
/
+4
*
llseek: automatically add .llseek fop
Arnd Bergmann
2010-10-15
1
-0
/
+1
*
switch hypfs to ->evict_inode()
Al Viro
2010-08-09
1
-3
/
+3
*
[S390] s390_hypfs: Add new attributes
Michael Holzheu
2010-05-17
1
-16
/
+24
*
[S390] avoid default_llseek in s390 drivers
Martin Schwidefsky
2010-05-17
1
-1
/
+1
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-1
/
+1
*
Simplify failure exits in s390/hypfs fill_super()
Al Viro
2010-03-03
1
-29
/
+13
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2009-09-22
1
-1
/
+1
|
\
|
*
trivial: remove unnecessary semicolons
Joe Perches
2009-09-21
1
-1
/
+1
*
|
const: mark remaining super_operations const
Alexey Dobriyan
2009-09-22
1
-2
/
+2
|
/
[next]