index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-22
NFS: Have nfs4_proc_get_lease_time() call nfs4_call_sync_custom()
Anna Schumaker
1
-10
/
+1
2019-08-22
NFS: Have nfs41_proc_secinfo_no_name() call nfs4_call_sync_custom()
Anna Schumaker
1
-2
/
+16
2019-08-22
NFS: Have nfs41_proc_reclaim_complete() call nfs4_call_sync_custom()
Anna Schumaker
1
-11
/
+2
2019-08-22
NFS: Have _nfs4_proc_secinfo() call nfs4_call_sync_custom()
Anna Schumaker
1
-8
/
+21
2019-08-22
NFS: Have nfs4_proc_setclientid() call nfs4_call_sync_custom()
Anna Schumaker
1
-8
/
+2
2019-08-22
NFS: Add an nfs4_call_sync_custom() function
Anna Schumaker
1
-10
/
+15
2019-08-22
afs: use correct afs_call_type in yfs_fs_store_opaque_acl2
YueHaibing
1
-1
/
+1
2019-08-22
afs: Fix possible oops in afs_lookup trace event
Marc Dionne
1
-1
/
+2
2019-08-22
afs: Fix leak in afs_lookup_cell_rcu()
David Howells
1
-0
/
+4
2019-08-22
ceph: don't try fill file_lock on unsuccessful GETFILELOCK reply
Jeff Layton
1
-2
/
+1
2019-08-22
ceph: clear page dirty before invalidate page
Erqi Chen
1
-2
/
+3
2019-08-22
ceph: fix buffer free while holding i_ceph_lock in fill_inode()
Luis Henriques
1
-3
/
+4
2019-08-22
ceph: fix buffer free while holding i_ceph_lock in __ceph_build_xattrs_blob()
Luis Henriques
4
-6
/
+16
2019-08-22
ceph: fix buffer free while holding i_ceph_lock in __ceph_setxattr()
Luis Henriques
1
-2
/
+6
2019-08-22
fs: cifs: move from the crypto cipher API to the new DES library interface
Ard Biesheuvel
3
-11
/
+10
2019-08-21
NFSv4: Fix a memory leak bug
Wenwen Wang
1
-2
/
+4
2019-08-21
Merge branch 'odp_fixes' into rdma.git for-next
Jason Gunthorpe
53
-550
/
+887
2019-08-21
Merge tag 'nfsd-5.3-1' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2
-11
/
+10
2019-08-21
PM / wakeup: Show wakeup sources stats in sysfs
Tri Vo
1
-2
/
+2
2019-08-20
io_uring: don't enter poll loop if we have CQEs pending
Jens Axboe
1
-7
/
+15
2019-08-20
io_uring: fix potential hang with polled IO
Jens Axboe
1
-11
/
+25
2019-08-20
nfsd: remove duplicated include from filecache.c
YueHaibing
1
-1
/
+0
2019-08-20
vfs: don't allow writes to swap files
Darrick J. Wong
1
-0
/
+3
2019-08-20
fs: nfs: Fix possible null-pointer dereferences in encode_attrs()
Jia-Ju Bai
1
-1
/
+1
2019-08-20
locks: fix a memory leak bug in __break_lease()
Wenwen Wang
1
-1
/
+2
2019-08-19
lockdown: Print current->comm in restriction messages
Matthew Garrett
1
-2
/
+3
2019-08-19
tracefs: Restrict tracefs when the kernel is locked down
Matthew Garrett
1
-1
/
+41
2019-08-19
debugfs: Restrict debugfs when the kernel is locked down
David Howells
2
-2
/
+60
2019-08-19
lockdown: Lock down /proc/kcore
David Howells
1
-0
/
+5
2019-08-19
fs/xfs: Fix return code of xfs_break_leased_layouts()
Ira Weiny
1
-1
/
+1
2019-08-19
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
Linus Torvalds
1
-1
/
+1
2019-08-19
nfsd: Fix the documentation for svcxdr_tmpalloc()
Trond Myklebust
1
-3
/
+3
2019-08-19
nfsd: Fix up some unused variable warnings
Trond Myklebust
1
-7
/
+4
2019-08-19
nfsd: close cached files prior to a REMOVE or RENAME that would replace target
Jeff Layton
1
-9
/
+53
2019-08-19
nfsd: rip out the raparms cache
Jeff Layton
3
-167
/
+1
2019-08-19
nfsd: have nfsd_test_lock use the nfsd_file cache
Jeff Layton
1
-4
/
+4
2019-08-19
nfsd: hook up nfs4_preprocess_stateid_op to the nfsd_file cache
Jeff Layton
5
-74
/
+68
2019-08-19
nfsd: convert fi_deleg_file and ls_file fields to nfsd_file
Jeff Layton
5
-81
/
+85
2019-08-19
nfsd: convert nfs4_file->fi_fds array to use nfsd_files
Jeff Layton
2
-18
/
+19
2019-08-19
nfsd: hook nfsd_commit up to the nfsd_file cache
Jeff Layton
1
-7
/
+7
2019-08-19
nfsd: hook up nfsd_read to the nfsd_file cache
Jeff Layton
1
-7
/
+4
2019-08-19
nfsd: hook up nfsd_write to the new nfsd_file cache
Jeff Layton
1
-5
/
+7
2019-08-19
nfsd: add a new struct file caching facility to nfsd
Jeff Layton
9
-24
/
+1155
2019-08-19
vfs: Export flush_delayed_fput for use by knfsd.
Trond Myklebust
1
-0
/
+1
2019-08-19
notify: export symbols for use by the knfsd file cache
Trond Myklebust
3
-2
/
+8
2019-08-19
locks: create a new notifier chain for lease attempts
Jeff Layton
1
-0
/
+61
2019-08-19
NFS: On fatal writeback errors, we need to call nfs_inode_remove_request()
Trond Myklebust
1
-0
/
+3
2019-08-19
NFS: Fix initialisation of I/O result struct in nfs_pgio_rpcsetup
Trond Myklebust
1
-1
/
+1
2019-08-19
NFS: Ensure O_DIRECT reports an error if the bytes read/written is 0
Trond Myklebust
2
-9
/
+19
2019-08-19
NFSv4/pnfs: Fix a page lock leak in nfs_pageio_resend()
Trond Myklebust
1
-7
/
+9
[prev]
[next]