summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge tag '5.2-rc-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2019-05-198-51/+173
|\ \ \ \ | |_|/ / |/| | |
| * | | cifs: add support for SEEK_DATA and SEEK_HOLERonnie Sahlberg2019-05-163-0/+99
| * | | Fixed https://bugzilla.kernel.org/show_bug.cgi?id=202935 allow write on the s...Kovtunenko Oleksandr2019-05-161-5/+0Star
| * | | cifs: Allocate memory for all iovs in smb2_ioctlLong Li2019-05-161-2/+19
| * | | cifs: Don't match port on SMBDirect transportLong Li2019-05-161-0/+4
| * | | cifs:smbd Use the correct DMA direction when sending dataLong Li2019-05-141-3/+5
| * | | cifs:smbd When reconnecting to server, call smbd_destroy() after all MIDs hav...Long Li2019-05-141-17/+20
| * | | cifs: use the right include for signal_pending()Ronnie Sahlberg2019-05-131-1/+1
| * | | smb3: trivial cleanup to smb2ops.cSteve French2019-05-091-1/+1
| * | | cifs: cleanup smb2ops.c and normalize stringsChristoph Probst2019-05-091-22/+22
| * | | smb3: display session id in debug dataSteve French2019-05-091-0/+2
* | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2019-05-171-1/+1
|\ \ \ \
| * | | | uapi, fsopen: use square brackets around "fscontext" [ver #2]Christian Brauner2019-05-161-1/+1
* | | | | Merge tag 'for-linus-20190516' of git://git.kernel.dk/linux-blockLinus Torvalds2019-05-171-57/+31Star
|\ \ \ \ \
| * | | | | io_uring: use wait_event_interruptible for cq_wait conditional waitJackie Liu2019-05-161-15/+2Star
| * | | | | io_uring: adjust smp_rmb inside io_cqring_eventsJackie Liu2019-05-161-4/+2Star
| * | | | | io_uring: fix infinite wait in khread_park() on io_finish_async()Roman Penyaev2019-05-161-7/+8
| * | | | | io_uring: remove 'ev_flags' argumentJens Axboe2019-05-151-14/+14
| * | | | | io_uring: fix failure to verify SQ_AFF cpuJens Axboe2019-05-151-2/+3
| * | | | | io_uring: fix race condition reading SQE dataStefan Bühler2019-05-131-15/+2Star
* | | | | | Merge tag 'afs-fixes-b-20190516' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-1720-1381/+1383
|\ \ \ \ \ \
| * | | | | | afs: Fix application of the results of a inline bulk status fetchDavid Howells2019-05-162-7/+45
| * | | | | | afs: Pass pre-fetch server and volume break counts into afs_iget5_set()David Howells2019-05-164-49/+78
| * | | | | | afs: Fix unlink to handle YFS.RemoveFile2 betterDavid Howells2019-05-166-28/+33
| * | | | | | afs: Clear AFS_VNODE_CB_PROMISED if we detect callback expiryDavid Howells2019-05-161-1/+13
| * | | | | | afs: Make vnode->cb_interest RCU safeDavid Howells2019-05-167-59/+100
| * | | | | | afs: Split afs_validate() so first part can be used under LOOKUP_RCUDavid Howells2019-05-162-13/+25
| * | | | | | afs: Don't save callback version and type fieldsDavid Howells2019-05-166-16/+5Star
| * | | | | | afs: Fix application of status and callback to be under same lockDavid Howells2019-05-1612-1004/+921Star
| * | | | | | afs: Always get the reply timeDavid Howells2019-05-165-16/+3Star
| * | | | | | afs: Fix order-1 allocation in afs_do_lookup()David Howells2019-05-165-50/+45Star
| * | | | | | afs: Get rid of afs_call::reply[]David Howells2019-05-1610-303/+293Star
| * | | | | | afs: Don't pass the vnode pointer through into the inline bulk status opDavid Howells2019-05-162-15/+2Star
* | | | | | | Merge tag 'afs-fixes-20190516' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-05-1726-289/+393
|\| | | | | |
| * | | | | | afs: Fix double inc of vnode->cb_breakDavid Howells2019-05-161-3/+1Star
| * | | | | | afs: Fix lock-wait/callback-break double lockingDavid Howells2019-05-162-10/+1Star
| * | | | | | afs: Don't invalidate callback if AFS_VNODE_DIR_VALID not setDavid Howells2019-05-161-5/+2Star
| * | | | | | afs: Fix calculation of callback expiry timeDavid Howells2019-05-162-57/+51Star
| * | | | | | afs: Make dynamic root population wait uninterruptibly for proc_cells_lockDavid Howells2019-05-161-2/+1Star
| * | | | | | afs: Make some RPC operations non-interruptibleDavid Howells2019-05-1614-35/+99
| * | | | | | rxrpc: Allow the kernel to mark a call as being non-interruptibleDavid Howells2019-05-161-0/+1
| * | | | | | afs: Fix error propagation from server record check/updateDavid Howells2019-05-161-3/+3
| * | | | | | afs: Fix the maximum lifespan of VL and probe callsDavid Howells2019-05-165-0/+13
| * | | | | | afs: Fix "kAFS: AFS vnode with undefined type 0"David Howells2019-05-161-0/+2
| * | | | | | afs: Fix cell DNS lookupDavid Howells2019-05-163-75/+130
| * | | | | | dns_resolver: Allow used keys to be invalidatedDavid Howells2019-05-154-4/+4
| * | | | | | afs: Fix afs_cell records to always have a VL server list recordDavid Howells2019-05-154-24/+25
| * | | | | | afs: Fix missing lock when replacing VL server listDavid Howells2019-05-151-3/+2Star
| * | | | | | afs: Fix afs_xattr_get_yfs() to not try freeing an error valueDavid Howells2019-05-153-64/+53Star
| * | | | | | afs: Fix incorrect error handling in afs_xattr_get_acl()David Howells2019-05-151-5/+4Star