summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | cifs: release cifs root_cred after exit_cifsShu Wang2017-09-201-1/+1
| * | | | | | CIFS: make arrays static const, reduces object code sizeColin Ian King2017-09-201-4/+8
| * | | | | | [SMB3] Update session and share information displayed for debugging SMB2/SMB3Steve French2017-09-201-2/+7
| * | | | | | cifs: show 'soft' in the mount options for hard mountsRonnie Sahlberg2017-09-201-0/+2
| * | | | | | SMB3: Warn user if trying to sign connection that authenticated as guestSteve French2017-09-201-0/+2
| * | | | | | SMB3: Fix endian warningSteve French2017-09-201-2/+3
| * | | | | | Fix SMB3.1.1 guest authentication to SambaSteve French2017-09-191-1/+1
* | | | | | | Merge tag 'ceph-for-4.14-rc2' of git://github.com/ceph/ceph-clientLinus Torvalds2017-09-222-3/+7
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | ceph: avoid panic in create_session_open_msg() if utsname() returns NULLYan, Zheng2017-09-192-3/+7
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-09-191-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | fcntl: Don't set si_code to SI_SIGIO when sig == SIGPOLLEric W. Biederman2017-09-181-1/+1
| |/ / / /
* | | | | Merge tag '4.14-smb3-multidialect-support-and-fixes-for-stable' of git://git....Linus Torvalds2017-09-196-21/+144
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Update version of cifs moduleSteve French2017-09-171-1/+1
| * | | | cifs: hide unused functionsArnd Bergmann2017-09-171-0/+2
| * | | | SMB3: Add support for multidialect negotiate (SMB2.1 and later)Steve French2017-09-175-18/+139
| * | | | cifs: check rsp for NULL before dereferencing in SMB2_openRonnie Sahlberg2017-09-121-2/+2
* | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-09-171-0/+9
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | fs/proc: Report eip/esp in /prod/PID/stat for coredumpingJohn Ogness2017-09-151-0/+9
* | | | | Merge tag 'for-linus-4.14-ofs2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-158-53/+56
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | orangefs: Adjust three checks for null pointersMarkus Elfring2017-09-142-3/+3
| * | | | orangefs: Use kcalloc() in orangefs_prepare_cdm_array()Markus Elfring2017-09-141-3/+1
| * | | | orangefs: Delete error messages for a failed memory allocation in five functionsMarkus Elfring2017-09-145-19/+6
| * | | | orangefs: constify xattr_handler structureJulia Lawall2017-09-141-1/+1
| * | | | orangefs: don't call filemap_write_and_wait from fsyncJeff Layton2017-09-141-4/+1
| * | | | orangefs: off by ones in xattr size checksDan Carpenter2017-09-141-3/+3
| * | | | orangefs: react properly to posix_acl_update_mode's aftermath.Mike Marshall2017-09-141-8/+21
| * | | | orangefs: Don't clear SGID when inheriting ACLsJan Kara2017-09-141-20/+28
* | | | | vfs: constify path argument to kernel_read_file_from_pathMimi Zohar2017-09-141-1/+1
* | | | | Merge tag 'nfs-for-4.14-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2017-09-147-20/+287
|\ \ \ \ \
| * | | | | NFS: various changes relating to reporting IO errors.NeilBrown2017-09-114-15/+19
| * | | | | NFS: Add static NFS I/O tracepointsChuck Lever2017-09-113-0/+259
| * | | | | pNFS: Use the standard I/O stateid when calling LAYOUTGETTrond Myklebust2017-09-111-5/+9
* | | | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-09-142-12/+8
|\ \ \ \ \ \
| * | | | | | fput: Don't reinvent the wheel but use existing llist APIByungchul Park2017-08-281-7/+5
| * | | | | | namespace.c: Don't reinvent the wheel but use existing llist APIByungchul Park2017-08-281-5/+3
* | | | | | | Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-09-145-12/+22
|\ \ \ \ \ \ \
| * | | | | | | block_dev: support RFW_NOWAIT on block device nodesChristoph Hellwig2017-09-041-0/+5
| * | | | | | | fs: support RWF_NOWAIT for buffered readsChristoph Hellwig2017-09-044-12/+17
| |/ / / / / /
* | | | | | | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-1471-278/+269
|\ \ \ \ \ \ \
| * | | | | | | VFS: Differentiate mount flags (MS_*) from internal superblock flagsDavid Howells2017-07-172-59/+65
| * | | | | | | VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-1771-221/+206
* | | | | | | | Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-09-1412-107/+78
|\ \ \ \ \ \ \ \
| * | | | | | | | fs: unexport vfs_readv and vfs_writevChristoph Hellwig2017-09-041-3/+1
| * | | | | | | | fs: unexport vfs_read and vfs_writeChristoph Hellwig2017-09-041-4/+0
| * | | | | | | | fs: unexport __vfs_read/__vfs_writeChristoph Hellwig2017-09-041-2/+0
| * | | | | | | | btrfs: switch write_buf to kernel_writeChristoph Hellwig2017-09-041-14/+4
| * | | | | | | | fs: make the buf argument to __kernel_write a void pointerChristoph Hellwig2017-09-041-1/+1
| * | | | | | | | fs: fix kernel_write prototypeChristoph Hellwig2017-09-042-4/+4
| * | | | | | | | fs: fix kernel_read prototypeChristoph Hellwig2017-09-049-45/+43
| * | | | | | | | fs: move kernel_read to fs/read_write.cChristoph Hellwig2017-09-042-17/+16
OpenPOWER on IntegriCloud