aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-08-29Merge tag '5.3-rc6-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 7-147/+135
2019-08-27cifs: update internal module numberGravatar Steve French 1-1/+1
2019-08-27cifs: replace various strncpy with strscpy and similarGravatar Ronnie Sahlberg 6-146/+112
2019-08-27cifs: Use kzfree() to zero out the passwordGravatar Dan Carpenter 1-1/+1
2019-08-27cifs: set domainName when a domain-key is used in multiuserGravatar Ronnie Sahlberg 1-0/+22
2019-08-27Merge tag 'nfs-for-5.3-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 11-95/+131
2019-08-27NFS: remove set but not used variable 'mapping'Gravatar YueHaibing 1-2/+0
2019-08-27NFSv2: Fix write regressionGravatar Trond Myklebust 1-1/+3
2019-08-27NFSv2: Fix eof handlingGravatar Trond Myklebust 1-1/+2
2019-08-26NFS: Fix writepage(s) error handling to not report errors twiceGravatar Trond Myklebust 1-8/+13
2019-08-26NFS: Fix spurious EIO read errorsGravatar Trond Myklebust 3-21/+36
2019-08-26pNFS/flexfiles: Don't time out requests on hard mountsGravatar Trond Myklebust 1-2/+9
2019-08-26Revert "NFSv4/flexfiles: Abort I/O early if the layout segment was invalidated"Gravatar Trond Myklebust 1-17/+0
2019-08-26pNFS/flexfiles: Turn off soft RPC callsGravatar Trond Myklebust 1-5/+10
2019-08-25Merge tag 'for-linus-5.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 3-3/+5
2019-08-24userfaultfd_release: always remove uffd flags and clear vm_userfaultfd_ctxGravatar Oleg Nesterov 1-12/+13
2019-08-24Merge tag 'xfs-5.3-fixes-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-0/+1
2019-08-23Merge tag 'for-linus-20190823' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-19/+47
2019-08-23Merge tag 'xfs-5.3-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 4-88/+82
2019-08-23Merge tag 'ceph-for-5.3-rc6' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 7-15/+30
2019-08-22xfs: fix missing ILOCK unlock when xfs_setattr_nonsize fails due to EDQUOTGravatar Darrick J. Wong 1-0/+1
2019-08-22io_uring: add need_resched() check in inner poll loopGravatar Jens Axboe 1-1/+7
2019-08-22Merge tag 'afs-fixes-20190822' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 3-2/+7
2019-08-22ubifs: Limit the number of pages in shrink_liabilityGravatar Liu Song 1-1/+1
2019-08-22ubifs: Correctly initialize c->min_log_bytesGravatar Richard Weinberger 1-0/+4
2019-08-22ubifs: Fix double unlock around orphan_delete()Gravatar Richard Weinberger 1-2/+0
2019-08-22afs: use correct afs_call_type in yfs_fs_store_opaque_acl2Gravatar YueHaibing 1-1/+1
2019-08-22afs: Fix possible oops in afs_lookup trace eventGravatar Marc Dionne 1-1/+2
2019-08-22afs: Fix leak in afs_lookup_cell_rcu()Gravatar David Howells 1-0/+4
2019-08-22ceph: don't try fill file_lock on unsuccessful GETFILELOCK replyGravatar Jeff Layton 1-2/+1
2019-08-22ceph: clear page dirty before invalidate pageGravatar Erqi Chen 1-2/+3
2019-08-22ceph: fix buffer free while holding i_ceph_lock in fill_inode()Gravatar Luis Henriques 1-3/+4
2019-08-22ceph: fix buffer free while holding i_ceph_lock in __ceph_build_xattrs_blob()Gravatar Luis Henriques 4-6/+16
2019-08-22ceph: fix buffer free while holding i_ceph_lock in __ceph_setxattr()Gravatar Luis Henriques 1-2/+6
2019-08-21Merge tag 'nfsd-5.3-1' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 2-11/+10
2019-08-20io_uring: don't enter poll loop if we have CQEs pendingGravatar Jens Axboe 1-7/+15
2019-08-20io_uring: fix potential hang with polled IOGravatar Jens Axboe 1-11/+25
2019-08-19fs/xfs: Fix return code of xfs_break_leased_layouts()Gravatar Ira Weiny 1-1/+1
2019-08-19Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2019-08-19NFS: On fatal writeback errors, we need to call nfs_inode_remove_request()Gravatar Trond Myklebust 1-0/+3
2019-08-19NFS: Fix initialisation of I/O result struct in nfs_pgio_rpcsetupGravatar Trond Myklebust 1-1/+1
2019-08-19NFS: Ensure O_DIRECT reports an error if the bytes read/written is 0Gravatar Trond Myklebust 2-9/+19
2019-08-19NFSv4/pnfs: Fix a page lock leak in nfs_pageio_resend()Gravatar Trond Myklebust 1-7/+9
2019-08-19NFSv4: Fix return value in nfs_finish_open()Gravatar Trond Myklebust 1-1/+1
2019-08-19NFSv4: Fix return values for nfs4_file_open()Gravatar Trond Myklebust 1-6/+6
2019-08-19NFS: Don't refresh attributes with mounted-on-file informationGravatar Trond Myklebust 1-14/+19
2019-08-19signal: Allow cifs and drbd to receive their terminating signalsGravatar Eric W. Biederman 1-1/+1
2019-08-18xfs: fix reflink source file racing with directio writesGravatar Darrick J. Wong 1-26/+37
2019-08-18Merge tag 'for-5.3-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 4-55/+35
2019-08-17Merge tag 'for-linus-2019-08-17' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-54/+15