summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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-2724-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-235-1/+11
| * | | | smb3: don't set rc when used and unneeded in query_info_compoundSteve French2022-05-231-1/+1
| * | | | smb3: check for null tconSteve French2022-05-231-2/+5
| * | | | cifs: fix minor compile warningSteve French2022-05-231-0/+2
| * | | | Add various fsctl structsSteve French2022-05-232-29/+101
| * | | | Add defines for various newer FSCTLsSteve French2022-05-231-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-212-0/+7
| * | | | cifs: smbd: fix typo in commentJulia Lawall2022-05-211-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-202-2/+2
| * | | | cifs: return ENOENT for DFS lookup_cache_entry()Enzo Matsumiya2022-05-203-10/+8
| * | | | cifs: don't call cifs_dfs_query_info_nonascii_quirk() if nodfs was setEnzo Matsumiya2022-05-201-4/+12
| * | | | cifs: fix signed integer overflow when fl_end is OFFSET_MAXPaulo Alcantara2022-05-193-5/+11
| * | | | SMB3: EBADF/EIO errors in rename/open caused by race condition in smb2_compou...Steve French2022-05-171-2/+0
| | |/ / | |/| |