summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-12-14NFSv4.2: Handle hole lengths that exceed the READ_PLUS read bufferTrond Myklebust1-0/+6
2020-12-14NFSv4.2: decode_read_plus_hole() needs to check the extent offsetTrond Myklebust1-3/+21
2020-12-14NFSv4.2: decode_read_plus_data() must skip padding after data segmentTrond Myklebust1-1/+3
2020-12-14NFSv4.2: Ensure we always reset the result->count in decode_read_plus()Trond Myklebust1-0/+1
2020-12-14NFSv4.1: use BITS_PER_LONG macro in nfs4session.hGeliang Tang1-1/+1
2020-12-14NFSv4.2: improve page handling for GETXATTRFrank van der Linden2-16/+44
2020-12-13cifs: get rid of cifs_sb->mountdataRonnie Sahlberg4-18/+12
2020-12-13cifs: add an smb3_fs_context to cifs_sbRonnie Sahlberg3-34/+41
2020-12-13cifs: remove the devname argument to cifs_compose_mount_optionsRonnie Sahlberg4-22/+9
2020-12-13cifs: switch to new mount apiRonnie Sahlberg10-1281/+1096
2020-12-13cifs: move cifs_parse_devname to fs_context.cRonnie Sahlberg3-57/+59
2020-12-13cifs: move the enum for cifs parameters into fs_context.hRonnie Sahlberg2-57/+97
2020-12-13cifs: rename dup_vol to smb3_fs_context_dup and move it into fs_context.cRonnie Sahlberg3-60/+44
2020-12-13cifs: rename smb_vol as smb3_fs_context and move it to fs_context.hRonnie Sahlberg12-736/+750
2020-12-13SMB3.1.1: do not log warning message if server doesn't populate saltSteve French2-5/+16
2020-12-13SMB3.1.1: update comments clarifying SPNEGO info in negprot responseSteve French1-1/+10
2020-12-13cifs: Enable sticky bit with cifsacl mount option.Shyam Prasad N3-12/+35
2020-12-13cifs: Fix unix perm bits to cifsacl conversion for "other" bits.Shyam Prasad N3-73/+155
2020-12-13SMB3.1.1: remove confusing mount warning when no SPNEGO info on negprot rspSteve French1-4/+12
2020-12-13SMB3: avoid confusing warning message on mount to AzureSteve French1-1/+2
2020-12-13cifs: Fix fall-through warnings for ClangGustavo A. R. Silva3-0/+3
2020-12-13ubifs: ubifs_dump_node: Dump all branches of the index nodeZhihao Cheng1-1/+1
2020-12-13ubifs: ubifs_dump_sleb: Remove unused functionZhihao Cheng2-18/+0
2020-12-13ubifs: Pass node length in all node dumping callersZhihao Cheng15-52/+54
2020-12-13Revert "ubifs: Fix out-of-bounds memory access caused by abnormal value of no...Zhihao Cheng1-14/+2
2020-12-13ubifs: Limit dumping length by size of memory which is allocated for the nodeZhihao Cheng2-14/+52
2020-12-13ubifs: Remove the redundant return in dbg_check_nondata_nodes_orderChengsong Ke1-1/+0
2020-12-13jffs2: Fix NULL pointer dereference in rp_size fs option parsingJamie Iles1-5/+5
2020-12-13ubifs: Fixed print foramt mismatch in ubifsFangping Liang1-1/+1
2020-12-13jffs2: remove trailing semicolon in macro definitionTom Rix1-2/+2
2020-12-13ubifs: Fix error return code in ubifs_init_authentication()Wang ShaoBo1-1/+3
2020-12-13ubifs: wbuf: Don't leak kernel memory to flashRichard Weinberger1-2/+11
2020-12-13ubifs: Fix the printing type of c->big_lptChengsong Ke2-3/+3
2020-12-13jffs2: Allow setting rp_size to zero during remountinglizhe2-2/+6
2020-12-13jffs2: Fix ignoring mounting options problem during remountinglizhe1-0/+17
2020-12-13jffs2: Fix GC exit abnormallyZhe Li1-0/+16
2020-12-13ubifs: Code cleanup by removing ifdef macro surroundingChengguang Xu4-10/+4
2020-12-13jffs2: Fix if/else empty body warningsRandy Dunlap1-11/+12
2020-12-13ubifs: Delete duplicated words + other fixesRandy Dunlap7-8/+7
2020-12-12Merge tag 'io_uring-5.10-2020-12-11' of git://git.kernel.dk/linux-blockLinus Torvalds1-8/+11
2020-12-12io_uring: remove 'twa_signal_ok' deadlock work-aroundJens Axboe1-15/+6
2020-12-12io_uring: JOBCTL_TASK_WORK is no longer used by task_workJens Axboe1-7/+2
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski17-104/+162
2020-12-11Merge tag 'zonefs-5.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-6/+8
2020-12-11proc: use untagged_addr() for pagemap_read addressesMiles Chen1-2/+6
2020-12-11fsnotify: fix events reported to watching parent and childAmir Goldstein2-37/+54
2020-12-10Merge tag 'nfs-for-5.10-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds7-26/+72
2020-12-10NFS: Disable READ_PLUS by defaultAnna Schumaker2-1/+10
2020-12-10NFSv4.2: Fix 5 seconds delay when doing inter server copyDai Ngo1-1/+1
2020-12-10NFS: Fix rpcrdma_inline_fixup() crash with new LISTXATTRS operationChuck Lever2-9/+13