summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-041-45/+48
|\
| * signal: Extend siginfo_layout with SIL_FAULT_{MCEERR|BNDERR|PKUERR}Eric W. Biederman2018-04-261-8/+16
| * signal/signalfd: Add support for SIGSYSEric W. Biederman2018-04-261-1/+5
| * signal/signalfd: Remove __put_user from signalfd_copyinfoEric W. Biederman2018-04-261-27/+29
| * signal: Remove ifdefs for BUS_MCEERR_AR and BUS_MCEERR_AOEric W. Biederman2018-04-251-13/+2
* | Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-06-044-16/+44
|\ \
| * | fs: Allow CAP_SYS_ADMIN in s_user_ns to freeze and thaw filesystemsSeth Forshee2018-05-241-2/+2
| * | fs: Allow superblock owner to access do_remount_sb()Eric W. Biederman2018-05-241-2/+2
| * | fs: Allow superblock owner to replace invalid owners of inodesEric W. Biederman2018-05-241-8/+28
| * | vfs: Allow userns root to call mknod on owned filesystems.Eric W. Biederman2018-05-241-1/+2
| * | vfs: Don't allow changing the link count of an inode with an invalid uid or gidEric W. Biederman2018-05-241-3/+10
* | | Merge tag '4.18-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2018-06-0428-434/+1346
|\ \ \
| * | | CIFS: Add support for direct pages in wdataLong Li2018-06-023-4/+17
| * | | CIFS: Use offset when reading pagesLong Li2018-06-025-19/+45
| * | | CIFS: Add support for direct pages in rdataLong Li2018-06-022-4/+21
| * | | cifs: update multiplex loop to handle compounded responsesRonnie Sahlberg2018-06-024-5/+39
| * | | cifs: remove header_preamble_size where it is always 0Ronnie Sahlberg2018-06-013-68/+48
| * | | cifs: remove struct smb2_hdrRonnie Sahlberg2018-06-017-55/+41
| * | | CIFS: 511c54a2f69195b28afb9dd119f03787b1625bb4 adds a check for session expir...Mark Syms2018-06-011-2/+3
| * | | cifs: change smb2_get_data_area_len to take a smb2_sync_hdr as argumentRonnie Sahlberg2018-05-313-20/+22
| * | | cifs: update smb2_calc_size to use smb2_sync_hdr instead of smb2_hdrRonnie Sahlberg2018-05-311-6/+4
| * | | cifs: remove struct smb2_oplock_break_rspRonnie Sahlberg2018-05-313-16/+4
| * | | cifs: remove rfc1002 header from all SMB2 response structuresRonnie Sahlberg2018-05-316-78/+87
| * | | smb3: on reconnect set PreviousSessionId fieldSteve French2018-05-311-0/+1
| * | | smb3: Add posix create context for smb3.11 posix mountsSteve French2018-05-315-3/+101
| * | | smb3: add tracepoints for smb2/smb3 openSteve French2018-05-302-1/+92
| * | | cifs: add debug output to show nocase mount optionSteve French2018-05-301-0/+2
| * | | smb3: add define for id for posix create context and corresponding structSteve French2018-05-301-1/+10
| * | | cifs: update smb2_check_message to handle PDUs without a 4 byte length headerRonnie Sahlberg2018-05-301-30/+20
| * | | smb3: allow "posix" mount option to enable new SMB311 protocol extensionsSteve French2018-05-303-1/+36
| * | | smb3: add support for posix negotiate contextSteve French2018-05-304-6/+36
| * | | cifs: allow disabling less secure legacy dialectsSteve French2018-05-303-9/+29
| * | | cifs: make minor clarifications to module params for cifs.koSteve French2018-05-302-3/+5
| * | | cifs: show the "w" bit for writeable /proc/fs/cifs/* filesRonnie Sahlberg2018-05-301-14/+14
| * | | smb3: add module alias for smb3 to cifs.koSteve French2018-05-301-1/+19
| * | | cifs: return error on invalid value written to cifsFYIRonnie Sahlberg2018-05-301-0/+2
| * | | cifs: invalidate cache when we truncate a fileRonnie Sahlberg2018-05-301-4/+9
| * | | smb3: print tree id in debugdata in proc to be able to help loggingSteve French2018-05-301-0/+2
| * | | smb3: add additional ftrace entry points for entry/exit to cifs.koSteve French2018-05-303-35/+85
| * | | smb3: fix various xid leaksSteve French2018-05-301-19/+44
| * | | CIFS: Introduce offset for the 1st page in data transfer structuresLong Li2018-05-302-0/+4
| * | | smb3: Add ftrace tracepoints for improved SMB3 debuggingSteve French2018-05-275-10/+379
| * | | smb3: rename encryption_required to smb3_encryption_requiredSteve French2018-05-271-21/+21
| * | | cifs: update internal module version number for cifs.ko to 2.12Steve French2018-05-271-1/+1
| * | | cifs: add a new SMB2_close_flags functionRonnie Sahlberg2018-05-272-3/+11
| * | | cifs: store the leaseKey in the fid on SMB2_openRonnie Sahlberg2018-05-273-6/+11
| * | | cifs: fix build break when CONFIG_CIFS_DEBUG2 enabledSteve French2018-05-273-4/+4
| * | | cifs: update calc_size to take a server argumentRonnie Sahlberg2018-05-277-14/+16
| * | | cifs: add server argument to the dump_detail methodRonnie Sahlberg2018-05-274-6/+8
| * | | smb3: fix redundant opens on rootSteve French2018-05-279-17/+105