index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
afs: Handle CONFIG_PROC_FS=n
David Howells
2018-06-15
2
-2
/
+10
*
proc: Make inline name size calculation automatic
David Howells
2018-06-15
4
-12
/
+16
*
Merge tag 'afs-fixes-20180514' into afs-proc
Al Viro
2018-06-03
16
-167
/
+222
|
\
|
*
afs: Fix the non-encryption of calls
David Howells
2018-05-14
1
-0
/
+7
|
*
afs: Fix CB.CallBack handling
David Howells
2018-05-14
1
-28
/
+7
|
*
afs: Fix whole-volume callback handling
David Howells
2018-05-14
10
-32
/
+63
|
*
afs: Fix afs_find_server search loop
Marc Dionne
2018-05-14
1
-13
/
+0
|
*
afs: Fix the handling of an unfound server in CM operations
David Howells
2018-05-14
2
-27
/
+12
|
*
afs: Add a tracepoint to record callbacks from unlisted servers
David Howells
2018-05-14
1
-3
/
+9
|
*
afs: Fix the handling of CB.InitCallBackState3 to find the server by UUID
David Howells
2018-05-14
1
-3
/
+3
|
*
afs: Fix VNOVOL handling in address rotation
David Howells
2018-05-14
1
-2
/
+2
|
*
afs: Fix AFSFetchStatus decoder to provide OpenAFS compatibility
David Howells
2018-05-14
1
-8
/
+21
|
*
afs: Fix server rotation's handling of fileserver probe failure
David Howells
2018-05-14
1
-2
/
+10
|
*
afs: Fix refcounting in callback registration
David Howells
2018-05-14
4
-22
/
+52
|
*
afs: Fix giving up callbacks on server destruction
David Howells
2018-05-14
3
-4
/
+11
|
*
afs: Fix address list parsing
David Howells
2018-05-14
1
-10
/
+15
|
*
afs: Fix directory page locking
David Howells
2018-05-14
4
-24
/
+22
*
|
afs: Implement network namespacing
David Howells
2018-05-23
8
-295
/
+173
*
|
afs: Mark afs_net::ws_cell as __rcu and set using rcu functions
David Howells
2018-05-23
3
-6
/
+6
*
|
afs: Fix a Sparse warning in xdr_decode_AFSFetchStatus()
David Howells
2018-05-23
1
-42
/
+55
*
|
proc: Add a way to make network proc files writable
David Howells
2018-05-18
3
-0
/
+118
*
|
afs: Rearrange fs/afs/proc.c to remove remaining predeclarations.
David Howells
2018-05-18
1
-192
/
+160
*
|
afs: Rearrange fs/afs/proc.c to move the show routines up
David Howells
2018-05-18
1
-75
/
+75
*
|
afs: Rearrange fs/afs/proc.c by moving fops and open functions down
David Howells
2018-05-18
1
-44
/
+27
*
|
afs: Move /proc management functions to the end of the file
David Howells
2018-05-18
1
-81
/
+79
*
|
proc: update SIZEOF_PDE_INLINE_NAME for the new pde fields
Christoph Hellwig
2018-05-16
1
-2
/
+2
*
|
tty: replace ->proc_fops with ->proc_show
Christoph Hellwig
2018-05-16
1
-3
/
+3
*
|
jfs: simplify procfs code
Christoph Hellwig
2018-05-16
6
-99
/
+24
*
|
ext4: simplify procfs code
Christoph Hellwig
2018-05-16
3
-66
/
+14
*
|
afs: simplify procfs code
Christoph Hellwig
2018-05-16
1
-119
/
+15
*
|
proc: introduce proc_create_net_single
Christoph Hellwig
2018-05-16
1
-18
/
+31
*
|
proc: introduce proc_create_net{,_data}
Christoph Hellwig
2018-05-16
2
-60
/
+44
*
|
proc: introduce proc_create_single{,_data}
Christoph Hellwig
2018-05-16
16
-191
/
+55
*
|
proc: introduce proc_create_seq_private
Christoph Hellwig
2018-05-16
3
-17
/
+9
*
|
proc: introduce proc_create_seq{,_data}
Christoph Hellwig
2018-05-16
11
-102
/
+44
*
|
proc: add a proc_create_reg helper
Christoph Hellwig
2018-05-16
2
-19
/
+27
*
|
proc: simplify proc_register calling conventions
Christoph Hellwig
2018-05-16
2
-26
/
+20
*
|
proc: don't detour through seq->private to get the inode
Christoph Hellwig
2018-05-16
1
-14
/
+6
*
|
proc: introduce a proc_pid_ns helper
Christoph Hellwig
2018-05-16
4
-20
/
+13
*
|
Merge tag '4.17-rc4-SMB3-Fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2018-05-13
4
-43
/
+57
|
\
\
|
|
/
|
/
|
|
*
smb3: directory sync should not return an error
Steve French
2018-05-11
1
-0
/
+13
|
*
cifs: smb2ops: Fix listxattr() when there are no EAs
Paulo Alcantara
2018-05-09
1
-0
/
+6
|
*
cifs: smbd: Enable signing with smbdirect
Long Li
2018-05-09
2
-13
/
+0
|
*
cifs: Allocate validate negotiation request through kmalloc
Long Li
2018-05-09
1
-30
/
+38
*
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2018-05-12
2
-9
/
+28
|
\
\
|
*
|
ocfs2: take inode cluster lock before moving reflinked inode from orphan dir
Ashish Samant
2018-05-12
1
-2
/
+12
|
*
|
proc/kcore: don't bounds check against address 0
Laura Abbott
2018-05-12
1
-7
/
+16
|
|
/
*
|
ceph: fix iov_iter issues in ceph_direct_read_write()
Ilya Dryomov
2018-05-10
1
-78
/
+117
*
|
ceph: fix rsize/wsize capping in ceph_direct_read_write()
Ilya Dryomov
2018-05-10
1
-5
/
+5
|
/
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2018-05-05
1
-1
/
+1
|
\
[next]