summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'upstream-4.18-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2018-06-108-22/+13
|\
| * ubifs: lpt: Fix wrong pnode number range in commentSascha Hauer2018-06-071-1/+1
| * ubifs: gc: Fix typoSascha Hauer2018-06-071-1/+1
| * ubifs: log: Some spelling fixesSascha Hauer2018-06-071-3/+3
| * ubifs: Spelling fix someting -> somethingSascha Hauer2018-06-071-1/+1
| * ubifs: journal: Remove wrong commentSascha Hauer2018-06-071-3/+2
| * ubifs: remove set but never used variableSascha Hauer2018-06-072-5/+0
| * ubifs, xattr: remove misguided quota flagsWang Shilong2018-06-071-1/+1
| * fs: ubifs: Adding new return type vm_fault_tSouptick Joarder2018-06-071-7/+4
* | Merge tag '4.18-fixes-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2018-06-1018-138/+261
|\ \
| * | cifs: fix a buffer leak in smb2_query_symlinkRonnie Sahlberg2018-06-076-29/+39
| * | smb3: do not allow insecure cifs mounts when using smb3Steve French2018-06-073-14/+36
| * | CIFS: Fix NULL ptr derefAurelien Aptel2018-06-073-7/+9
| * | CIFS: fix encryption in SMB3.1.1Aurelien Aptel2018-06-061-1/+1
| * | CIFS: Pass page offset for encryptingSteve French2018-06-051-7/+13
| * | CIFS: Pass page offset for calculating signatureLong Li2018-06-051-4/+5
| * | CIFS: SMBD: Support page offset in memory registrationLong Li2018-06-053-38/+58
| * | CIFS: SMBD: Support page offset in RDMA recvLong Li2018-06-051-7/+11
| * | CIFS: SMBD: Support page offset in RDMA sendLong Li2018-06-051-8/+19
| * | CIFS: When sending data on socket, pass the correct page offsetLong Li2018-06-051-8/+6
| * | CIFS: Introduce helper function to get page offset and length in smb_rqstLong Li2018-06-052-0/+20
| * | CIFS: Calculate the correct request length based on page offset and tail sizeLong Li2018-06-051-3/+17
| * | cifs: For SMB2 security informaion query, check for minimum sized security de...Shirish Pargaonkar2018-06-042-2/+15
| * | CIFS: Fix signing for SMB2/3Aurelien Aptel2018-06-043-10/+12
* | | Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-06-101-0/+1
|\ \ \
| * | | rseq: Introduce restartable sequences system callMathieu Desnoyers2018-06-061-0/+1
| |/ /
* | | Merge branch 'proc-cmdline'Linus Torvalds2018-06-091-112/+99
|\ \ \
| * | | fs/proc: simplify and clarify get_mm_cmdline() functionLinus Torvalds2018-05-171-121/+65
| * | | fs/proc: re-factor proc_pid_cmdline_read() a bitLinus Torvalds2018-05-171-25/+39
* | | | hpfs: Use EUCLEAN for filesystem errorsMikulas Patocka2018-06-091-2/+1
* | | | Merge tag 'staging-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-091-71/+1
|\ \ \ \
| * | | | ncpfs: remove compat functionalityGreg Kroah-Hartman2018-06-051-71/+1
* | | | | Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-088-52/+217
|\ \ \ \ \
| * \ \ \ \ Merge branch 'for-4.18/mcsafe' into libnvdimm-for-nextDan Williams2018-06-081-9/+12
| |\ \ \ \ \
| | * | | | | dax: Report bytes remaining in dax_iomap_actor()Dan Williams2018-05-221-9/+11
| | * | | | | dax: Introduce a ->copy_to_iter dax operationDan Williams2018-05-221-1/+2
| * | | | | | Merge branch 'for-4.18/dax' into libnvdimm-for-nextDan Williams2018-06-088-43/+205
| |\ \ \ \ \ \
| | * | | | | | dax: dax_insert_mapping_entry always succeedsMatthew Wilcox2018-06-021-16/+2
| | * | | | | | xfs, dax: introduce xfs_break_dax_layouts()Dan Williams2018-05-221-10/+51
| | * | | | | | xfs: prepare xfs_break_layouts() for another layout typeDan Williams2018-05-226-15/+53
| | * | | | | | xfs: prepare xfs_break_layouts() to be called with XFS_MMAPLOCK_EXCLDan Williams2018-05-224-12/+11
| | * | | | | | mm, fs, dax: handle layout changes to pinned dax mappingsDan Williams2018-05-221-0/+97
| | * | | | | | mm: introduce MEMORY_DEVICE_FS_DAX and CONFIG_DEV_PAGEMAP_OPSDan Williams2018-05-221-0/+1
* | | | | | | | Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-06-083-1/+20
|\ \ \ \ \ \ \ \
| * | | | | | | | fs: aio ioprio use ioprio_check_cap ret valAdam Manzanares2018-06-041-2/+2
| * | | | | | | | fs: iomap dio set bio prio from kiocb prioAdam Manzanares2018-05-311-0/+1
| * | | | | | | | fs: blkdev set bio prio from kiocb prioAdam Manzanares2018-05-311-0/+2
| * | | | | | | | fs: Add aio iopriority supportAdam Manzanares2018-05-311-0/+16
| * | | | | | | | fs: Convert kiocb rw_hint from enum to u16Adam Manzanares2018-05-311-1/+1
* | | | | | | | | Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2018-06-081-3/+3
|\ \ \ \ \ \ \ \ \