index
:
linux-sh
development
for-next
j2-devel
j2-stable
jcore-4.6
jcore-4.8
linux-sh-draft
linux-sh-draft-2
master
sh-for-4.6
sh-for-4.6-old1
temp-j2
v4.6-rc3+j2
v4.6-rc5+j2
DO NOT CLONE THIS REPO DIRECTLY. Clone kernel.org then fetch just differences from here. Linux SH repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Lines
2016-04-28
ramfs: fix VM_MAYSHARE mappings for NOMMU
Rich Felker
-6
/
+2
2016-04-19
Merge branch 'ptmx-cleanup'
Linus Torvalds
-25
/
+24
2016-04-18
devpts: clean up interface to pty drivers
Linus Torvalds
-25
/
+24
2016-04-16
Merge tag 'driver-core-4.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-1
/
+1
2016-04-14
Merge tag 'for-linus-4.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-25
/
+56
2016-04-14
Make file credentials available to the seqfile interfaces
Linus Torvalds
-3
/
+4
2016-04-12
ext4/fscrypto: avoid RCU lookup in d_revalidate
Jaegeuk Kim
-0
/
+8
2016-04-12
debugfs: Make automount point inodes permanently empty
Seth Forshee
-1
/
+1
2016-04-12
fscrypto: don't let data integrity writebacks fail with ENOMEM
Jaegeuk Kim
-19
/
+33
2016-04-12
f2fs: use dget_parent and file_dentry in f2fs_file_open
Jaegeuk Kim
-3
/
+7
2016-04-12
fscrypto: use dget_parent() in fscrypt_d_revalidate()
Jaegeuk Kim
-3
/
+8
2016-04-10
Revert "ext4: allow readdir()'s of large empty directories to be interrupted"
Linus Torvalds
-10
/
+0
2016-04-09
Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-32
/
+215
2016-04-09
Merge tag 'for-linus-4.6-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-53
/
+28
2016-04-08
orangefs: remove unused variable
Martin Brandenburg
-3
/
+1
2016-04-08
orangefs: Add KERN_<LEVEL> to gossip_<level> macros
Joe Perches
-14
/
+17
2016-04-08
orangefs: strncpy -> strscpy
Martin Brandenburg
-1
/
+5
2016-04-08
orangefs: clean up truncate ctime and mtime setting
Martin Brandenburg
-15
/
+1
2016-04-08
Orangefs: fix ifnullfree.cocci warnings
kbuild test robot
-2
/
+1
2016-04-08
Orangefs: optimize boilerplate code.
Mike Marshall
-2
/
+2
2016-04-08
Orangefs: xattr.c cleanup
Mike Marshall
-16
/
+1
2016-04-07
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-86
/
+244
2016-04-06
Btrfs: fix file/data loss caused by fsync after rename and new inode
Filipe Manana
-0
/
+137
2016-04-04
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
-4
/
+20
2016-04-04
Merge tag 'f2fs-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...
Linus Torvalds
-44
/
+72
2016-04-04
Merge branch 'PAGE_CACHE_SIZE-removal'
Linus Torvalds
-2183
/
+2173
2016-04-04
mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage
Kirill A. Shutemov
-89
/
+78
2016-04-04
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
-2096
/
+2097
2016-04-04
btrfs: Reset IO error counters before start of device replacing
Yauhen Kharuzhy
-0
/
+2
2016-04-04
btrfs: Add qgroup tracing
Mark Fasheh
-0
/
+9
2016-04-04
Btrfs: don't use src fd for printk
Josef Bacik
-1
/
+1
2016-04-04
btrfs: fallback to vmalloc in btrfs_compare_tree
David Sterba
-4
/
+8
2016-04-04
btrfs: handle non-fatal errors in btrfs_qgroup_inherit()
Mark Fasheh
-22
/
+32
2016-04-04
btrfs: Output more info for enospc_debug mount option
Qu Wenruo
-2
/
+19
2016-04-04
Btrfs: fix invalid reference in replace_path
Liu Bo
-0
/
+1
2016-04-04
Btrfs: Improve FL_KEEP_SIZE handling in fallocate
Davide Italiano
-3
/
+6
2016-04-03
ext4: ignore quota mount options if the quota feature is enabled
Theodore Ts'o
-11
/
+11
2016-04-02
ext4 crypto: fix some error handling
Dan Carpenter
-1
/
+1
2016-04-01
Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-20
/
+25
2016-04-01
Merge tag 'for-linus' of git://github.com/martinbrandenburg/linux
Linus Torvalds
-6
/
+4
2016-04-01
ext4: avoid calling dquot_get_next_id() if quota is not enabled
Theodore Ts'o
-1
/
+13
2016-04-01
ext4: retry block allocation for failed DIO and DAX writes
Jan Kara
-30
/
+28
2016-04-01
ext4: add lockdep annotations for i_data_sem
Theodore Ts'o
-4
/
+55
2016-03-31
orangefs: minimum userspace version is 2.9.3
Martin Brandenburg
-1
/
+1
2016-03-31
orangefs: don't put readdir slot twice
Martin Brandenburg
-5
/
+3
2016-03-31
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
-4
/
+6
2016-03-31
fix the braino in "namei: massage lookup_slow() to be usable by lookup_one_le...
Al Viro
-4
/
+6
2016-03-30
ext4: allow readdir()'s of large empty directories to be interrupted
Theodore Ts'o
-0
/
+10
2016-03-30
btrfs: fix crash/invalid memory access on fsync when using overlayfs
Filipe Manana
-1
/
+1
2016-03-30
f2fs: retrieve IO write stat from the right place
Shuoran Liu
-1
/
+1
[next]