summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'configfs-for-5.3' of git://git.infradead.org/users/hch/configfsLinus Torvalds2019-09-063-175/+257
|\
| * configfs: provide exclusion between IO and removalsAl Viro2019-09-042-18/+80
| * configfs: new object reprsenting tree fragmentsAl Viro2019-09-023-27/+97
| * configfs_register_group() shouldn't be (and isn't) called in rmdirable partsAl Viro2019-09-021-11/+0
| * configfs: stash the data we need into configfs_buffer at open timeAl Viro2019-09-021-134/+95
* | NFS: Fix inode fileid checks in attribute revalidation codeTrond Myklebust2019-09-021-8/+10
|/
* Merge tag '5.3-rc6-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2019-08-297-147/+135
|\
| * cifs: update internal module numberSteve French2019-08-271-1/+1
| * cifs: replace various strncpy with strscpy and similarRonnie Sahlberg2019-08-276-146/+112
| * cifs: Use kzfree() to zero out the passwordDan Carpenter2019-08-271-1/+1
| * cifs: set domainName when a domain-key is used in multiuserRonnie Sahlberg2019-08-271-0/+22
* | Merge tag 'nfs-for-5.3-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2019-08-2711-95/+131
|\ \ | |/ |/|
| * NFS: remove set but not used variable 'mapping'YueHaibing2019-08-271-2/+0
| * NFSv2: Fix write regressionTrond Myklebust2019-08-271-1/+3
| * NFSv2: Fix eof handlingTrond Myklebust2019-08-271-1/+2
| * NFS: Fix writepage(s) error handling to not report errors twiceTrond Myklebust2019-08-261-8/+13
| * NFS: Fix spurious EIO read errorsTrond Myklebust2019-08-263-21/+36
| * pNFS/flexfiles: Don't time out requests on hard mountsTrond Myklebust2019-08-261-2/+9
| * Revert "NFSv4/flexfiles: Abort I/O early if the layout segment was invalidated"Trond Myklebust2019-08-261-17/+0
| * pNFS/flexfiles: Turn off soft RPC callsTrond Myklebust2019-08-261-5/+10
| * NFS: On fatal writeback errors, we need to call nfs_inode_remove_request()Trond Myklebust2019-08-191-0/+3
| * NFS: Fix initialisation of I/O result struct in nfs_pgio_rpcsetupTrond Myklebust2019-08-191-1/+1
| * NFS: Ensure O_DIRECT reports an error if the bytes read/written is 0Trond Myklebust2019-08-192-9/+19
| * NFSv4/pnfs: Fix a page lock leak in nfs_pageio_resend()Trond Myklebust2019-08-191-7/+9
| * NFSv4: Fix return value in nfs_finish_open()Trond Myklebust2019-08-191-1/+1
| * NFSv4: Fix return values for nfs4_file_open()Trond Myklebust2019-08-191-6/+6
| * NFS: Don't refresh attributes with mounted-on-file informationTrond Myklebust2019-08-191-14/+19
* | Merge tag 'for-linus-5.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-08-253-3/+5
|\ \
| * | ubifs: Limit the number of pages in shrink_liabilityLiu Song2019-08-221-1/+1
| * | ubifs: Correctly initialize c->min_log_bytesRichard Weinberger2019-08-221-0/+4
| * | ubifs: Fix double unlock around orphan_delete()Richard Weinberger2019-08-221-2/+0
| |/
* | userfaultfd_release: always remove uffd flags and clear vm_userfaultfd_ctxOleg Nesterov2019-08-241-12/+13
* | Merge tag 'xfs-5.3-fixes-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-08-241-0/+1
|\ \
| * | xfs: fix missing ILOCK unlock when xfs_setattr_nonsize fails due to EDQUOTDarrick J. Wong2019-08-221-0/+1
* | | Merge tag 'for-linus-20190823' of git://git.kernel.dk/linux-blockLinus Torvalds2019-08-231-19/+47
|\ \ \
| * | | io_uring: add need_resched() check in inner poll loopJens Axboe2019-08-221-1/+7
| * | | io_uring: don't enter poll loop if we have CQEs pendingJens Axboe2019-08-201-7/+15
| * | | io_uring: fix potential hang with polled IOJens Axboe2019-08-201-11/+25
| | |/ | |/|
* | | Merge tag 'xfs-5.3-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-08-234-88/+82
|\ \ \ | | |/ | |/|
| * | fs/xfs: Fix return code of xfs_break_leased_layouts()Ira Weiny2019-08-191-1/+1
| * | xfs: fix reflink source file racing with directio writesDarrick J. Wong2019-08-181-26/+37
| * | vfs: fix page locking deadlocks when deduping filesDarrick J. Wong2019-08-161-8/+41
| * | xfs: compat_ioctl: use compat_ptr()Christoph Hellwig2019-08-161-2/+2
| * | xfs: fall back to native ioctls for unhandled compat onesChristoph Hellwig2019-08-161-52/+2
* | | Merge tag 'ceph-for-5.3-rc6' of git://github.com/ceph/ceph-clientLinus Torvalds2019-08-237-15/+30
|\ \ \
| * | | ceph: don't try fill file_lock on unsuccessful GETFILELOCK replyJeff Layton2019-08-221-2/+1
| * | | ceph: clear page dirty before invalidate pageErqi Chen2019-08-221-2/+3
| * | | ceph: fix buffer free while holding i_ceph_lock in fill_inode()Luis Henriques2019-08-221-3/+4
| * | | ceph: fix buffer free while holding i_ceph_lock in __ceph_build_xattrs_blob()Luis Henriques2019-08-224-6/+16
| * | | ceph: fix buffer free while holding i_ceph_lock in __ceph_setxattr()Luis Henriques2019-08-221-2/+6
| | |/ | |/|