index
:
Linux Stable
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.13.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
*
afs: Use fs_context to pass parameters over automount
David Howells
2019-02-28
3
-109
/
+80
*
afs: Add fs_context support
David Howells
2019-02-28
4
-214
/
+259
*
vfs: Add some logging to the core users of the fs_context log
David Howells
2019-02-28
1
-1
/
+3
*
vfs: Implement logging through fs_context
David Howells
2019-02-28
1
-0
/
+30
*
vfs: Remove kern_mount_data()
David Howells
2019-02-28
1
-3
/
+3
*
hugetlbfs: Convert to fs_context
David Howells
2019-02-28
1
-158
/
+200
*
kernfs, sysfs, cgroup, intel_rdt: Support fs_context
David Howells
2019-02-28
3
-71
/
+92
*
proc: Add fs_context support to procfs
David Howells
2019-02-28
3
-68
/
+129
*
procfs: Move proc_fill_super() to fs/proc/root.c
David Howells
2019-02-28
3
-54
/
+52
*
introduce cloning of fs_context
Al Viro
2019-02-28
1
-0
/
+67
*
convenience helpers: vfs_get_super() and sget_fc()
Al Viro
2019-02-28
1
-0
/
+171
*
vfs: Implement a filesystem superblock creation/configuration context
David Howells
2019-02-28
3
-17
/
+312
*
vfs: Add configuration parser helpers
David Howells
2019-02-28
5
-3
/
+459
*
introduce fs_context methods
Al Viro
2019-01-30
3
-16
/
+50
*
fs_context flavour for submounts
Al Viro
2019-01-30
1
-0
/
+10
*
convert do_remount_sb() to fs_context
David Howells
2019-01-30
4
-59
/
+147
*
vfs_get_tree(): evict the call of security_sb_kern_mount()
Al Viro
2019-01-30
4
-17
/
+19
*
new helper: do_new_mount_fc()
David Howells
2019-01-30
1
-26
/
+39
*
teach vfs_get_tree() to handle subtype, switch do_new_mount() to it
Al Viro
2019-01-30
2
-31
/
+51
*
new helpers: vfs_create_mount(), fc_mount()
Al Viro
2019-01-30
1
-24
/
+52
*
vfs: Introduce fs_context, switch vfs_kern_mount() to it.
David Howells
2019-01-30
5
-44
/
+246
*
saner handling of temporary namespaces
Al Viro
2019-01-30
2
-39
/
+40
*
separate copying and locking mount tree on cross-userns copies
Al Viro
2019-01-30
3
-29
/
+38
*
kill kernfs_pin_sb()
Al Viro
2019-01-17
1
-30
/
+0
*
fix cgroup_do_mount() handling of failure exits
Al Viro
2019-01-17
1
-2
/
+6
*
Merge tag 'for-5.0-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2019-01-14
3
-13
/
+64
|
\
|
*
btrfs: Use real device structure to verify dev extent
Qu Wenruo
2019-01-10
1
-0
/
+12
|
*
Btrfs: fix deadlock when using free space tree due to block group creation
Filipe Manana
2019-01-09
1
-7
/
+9
|
*
Btrfs: fix race between reflink/dedupe and relocation
Filipe Manana
2019-01-09
1
-6
/
+28
|
*
Btrfs: fix race between cloning range ending at eof and writeback
Filipe Manana
2019-01-09
1
-0
/
+15
*
|
Merge tag 'driver-core-5.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2019-01-14
4
-5
/
+10
|
\
\
|
*
|
sysfs: convert BUG_ON to WARN_ON
Greg Kroah-Hartman
2019-01-07
4
-5
/
+10
*
|
|
Merge tag '5.0-rc1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2019-01-14
10
-65
/
+211
|
\
\
\
|
*
|
|
cifs: update internal module version number
Steve French
2019-01-11
1
-1
/
+1
|
*
|
|
CIFS: Fix error paths in writeback code
Pavel Shilovsky
2019-01-11
4
-9
/
+56
|
*
|
|
CIFS: Move credit processing to mid callbacks for SMB3
Pavel Shilovsky
2019-01-11
1
-17
/
+34
|
*
|
|
CIFS: Fix credits calculation for cancelled requests
Pavel Shilovsky
2019-01-11
2
-2
/
+27
|
*
|
|
cifs: Fix potential OOB access of lock element array
Ross Lagerwall
2019-01-11
2
-6
/
+6
|
*
|
|
cifs: Limit memory used by lock request calls to a page
Ross Lagerwall
2019-01-11
2
-0
/
+12
|
*
|
|
cifs: move large array from stack to heap
Aurelien Aptel
2019-01-11
2
-14
/
+32
|
*
|
|
CIFS: Do not hide EINTR after sending network packets
Pavel Shilovsky
2019-01-11
1
-1
/
+1
|
*
|
|
CIFS: Fix credit computation for compounded requests
Pavel Shilovsky
2019-01-10
1
-18
/
+41
|
*
|
|
CIFS: Do not set credits to 1 if the server didn't grant anything
Pavel Shilovsky
2019-01-10
1
-2
/
+0
|
*
|
|
CIFS: Fix adjustment of credits for MTU requests
Pavel Shilovsky
2019-01-10
1
-2
/
+6
|
*
|
|
cifs: Fix a tiny potential memory leak
Dan Carpenter
2019-01-10
1
-0
/
+1
|
*
|
|
cifs: Fix a debug message
Dan Carpenter
2019-01-10
1
-3
/
+4
*
|
|
|
Merge tag 'ceph-for-5.0-rc2' of git://github.com/ceph/ceph-client
Linus Torvalds
2019-01-11
2
-6
/
+3
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
ceph: use vmf_error() in ceph_filemap_fault()
Souptick Joarder
2019-01-07
1
-4
/
+1
|
*
|
|
libceph: allow setting abort_on_full for rbd
Dongsheng Yang
2019-01-07
1
-2
/
+2
|
|
/
/
*
/
/
hugetlbfs: revert "Use i_mmap_rwsem to fix page fault/truncate race"
Mike Kravetz
2019-01-08
1
-28
/
+33
|
/
/
[next]