summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-05-314-1/+50
|\
| * riscv: compat: syscall: Add compat_sys_call_table implementationGuo Ren2022-04-263-0/+49
| * fs: stat: compat: Add __ARCH_WANT_COMPAT_STATGuo Ren2022-04-261-1/+1
* | Merge tag 'ovl-update-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-05-3013-336/+592
|\ \
| * | ovl: support idmapped layersChristian Brauner2022-04-282-5/+1
| * | ovl: handle idmappings in ovl_xattr_{g,s}et()Christian Brauner2022-04-281-4/+6
| * | ovl: handle idmappings in layer open helpersChristian Brauner2022-04-282-4/+7
| * | ovl: handle idmappings in ovl_permission()Christian Brauner2022-04-281-3/+6
| * | ovl: use ovl_copy_{real,upper}attr() wrappersChristian Brauner2022-04-285-29/+47
| * | ovl: store lower path in ovl_inodeAmir Goldstein2022-04-285-8/+27
| * | ovl: handle idmappings for layer lookupChristian Brauner2022-04-283-11/+18
| * | ovl: handle idmappings for layer fileattrsChristian Brauner2022-04-281-1/+1
| * | ovl: use ovl_path_getxattr() wrapperChristian Brauner2022-04-286-65/+111
| * | ovl: use ovl_lookup_upper() wrapperChristian Brauner2022-04-286-28/+37
| * | ovl: use ovl_do_notify_change() wrapperChristian Brauner2022-04-285-7/+37
| * | ovl: pass layer mnt to ovl_open_realfile()Amir Goldstein2022-04-283-9/+28
| * | ovl: pass ofs to setattr operationsChristian Brauner2022-04-283-10/+13
| * | ovl: handle idmappings in creation operationsChristian Brauner2022-04-281-11/+11
| * | ovl: add ovl_upper_mnt_userns() wrapperChristian Brauner2022-04-281-0/+5
| * | ovl: pass ofs to creation operationsChristian Brauner2022-04-286-97/+121
| * | ovl: use wrappers to all vfs_*xattr() callsAmir Goldstein2022-04-288-54/+75
| * | exportfs: support idmapped mountsChristian Brauner2022-04-281-2/+3
| * | fs: add two trivial lookup helpersChristian Brauner2022-04-281-10/+60
| |/
* | Merge tag 'm68knommu-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-05-301-1/+1
|\ \
| * | m68knommu: allow elf_fdpic loader to be selectedGreg Ungerer2022-05-161-1/+1
* | | Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-05-281-7/+16
|\ \ \
| * | | mm: Add len and flags parameters to arch_get_mmap_end()Christophe Leroy2022-05-051-3/+3
| * | | mm, hugetlbfs: Allow an arch to always use generic versions of get_unmapped_a...Christophe Leroy2022-05-051-4/+13
* | | | Merge tag '5.19-rc-smb3-client-fixes-updated' of git://git.samba.org/sfrench/...Linus Torvalds2022-05-2824-189/+559
|\ \ \ \
| * | | | smb3: remove unneeded null check in cifs_readdirSteve French2022-05-272-4/+3
| * | | | cifs: fix ntlmssp on old serversPaulo Alcantara2022-05-256-49/+26
| * | | | cifs: cache the dirents for entries in a cached directoryRonnie Sahlberg2022-05-244-8/+213
| * | | | cifs: avoid parallel session setups on same channelShyam Prasad N2022-05-245-7/+65
| * | | | cifs: use new enum for ses_statusShyam Prasad N2022-05-248-32/+39
| * | | | cifs: do not use tcpStatus after negotiate completesShyam Prasad N2022-05-243-14/+15
| * | | | smb3: add mount parm nosparseSteve French2022-05-245-1/+11
| * | | | smb3: don't set rc when used and unneeded in query_info_compoundSteve French2022-05-241-1/+1
| * | | | smb3: check for null tconSteve French2022-05-241-2/+5
| * | | | cifs: fix minor compile warningSteve French2022-05-241-0/+2
| * | | | Add various fsctl structsSteve French2022-05-242-29/+101
| * | | | Add defines for various newer FSCTLsSteve French2022-05-241-0/+6
| * | | | smb3: add trace point for oplock not foundSteve French2022-05-222-0/+5
| * | | | cifs: return the more nuanced writeback error on close()ChenXiaoSong2022-05-221-1/+4
| * | | | smb3: add trace point for lease not found issueSteve French2022-05-222-0/+7
| * | | | cifs: smbd: fix typo in commentJulia Lawall2022-05-221-1/+1
| * | | | cifs: set the CREATE_NOT_FILE when opening the directory in use_cached_dir()Ronnie Sahlberg2022-05-212-3/+7
| * | | | cifs: check for smb1 in open_cached_dir()Ronnie Sahlberg2022-05-211-1/+2
| * | | | cifs: move definition of cifs_fattr earlier in cifsglob.hRonnie Sahlberg2022-05-211-31/+31
| * | | | cifs: print TIDs as hexEnzo Matsumiya2022-05-212-2/+2
| * | | | cifs: return ENOENT for DFS lookup_cache_entry()Enzo Matsumiya2022-05-213-10/+8