summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* open: introduce openat2(2) syscallAleksa Sarai2020-01-181-34/+113
* namei: LOOKUP_{IN_ROOT,BENEATH}: permit limited ".." resolutionAleksa Sarai2019-12-081-16/+27
* namei: LOOKUP_IN_ROOT: chroot-like scoped resolutionAleksa Sarai2019-12-081-3/+7
* namei: LOOKUP_BENEATH: O_BENEATH-like scoped resolutionAleksa Sarai2019-12-081-6/+74
* namei: LOOKUP_NO_XDEV: block mountpoint crossingAleksa Sarai2019-12-081-4/+27
* namei: LOOKUP_NO_MAGICLINKS: block magic-link resolutionAleksa Sarai2019-12-081-1/+9
* namei: LOOKUP_NO_SYMLINKS: block symlink resolutionAleksa Sarai2019-12-081-0/+3
* namei: allow set_root() to produce errorsAleksa Sarai2019-12-081-11/+24
* namei: allow nd_jump_link() to produce errorsAleksa Sarai2019-12-083-8/+12
* nsfs: clean-up ns_get_path() signature to return intAleksa Sarai2019-12-082-18/+17
* namei: only return -ECHILD from follow_dotdot_rcu()Aleksa Sarai2019-12-081-1/+1
* Merge tag '5.5-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2019-12-0813-72/+265
|\
| * smb3: improve check for when we send the security descriptor context on createSteve French2019-12-071-0/+2
| * smb3: fix mode passed in on create for modetosid mount optionSteve French2019-12-065-34/+122
| * cifs: fix possible uninitialized access and race on iface_listAurelien Aptel2019-12-041-3/+26
| * cifs: Fix lookup of SMB connections on multichannelPaulo Alcantara (SUSE)2019-12-043-1/+9
| * smb3: query attributes on file closeSteve French2019-12-037-15/+97
| * smb3: remove unused flag passed into close functionsSteve French2019-12-022-16/+5
| * cifs: remove redundant assignment to pointer pneg_ctxtColin Ian King2019-12-021-1/+1
| * fs: cifs: Fix atime update check vs mtimeDeepa Dinamani2019-12-021-1/+1
| * CIFS: Fix NULL-pointer dereference in smb2_push_mandatory_locksPavel Shilovsky2019-12-021-3/+4
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2019-12-084-6/+5
|\ \
| * | make __d_alloc() staticAl Viro2019-10-252-2/+1
| * | fs/namespace: add __user to open_tree and move_mount syscallsBen Dooks2019-10-211-3/+3
| * | fs/fnctl: fix missing __user in fcntl_rw_hint()Ben Dooks2019-10-211-1/+1
* | | Merge tag 'iomap-5.5-merge-14' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-12-071-12/+28
|\ \ \
| * | | iomap: stop using ioend after it's been freed in iomap_finish_ioend()Zorro Lang2019-12-051-2/+3
| * | | iomap: fix sub-page uptodate handlingChristoph Hellwig2019-12-041-10/+25
* | | | Merge tag 'xfs-5.5-merge-17' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-12-072-12/+17
|\ \ \ \
| * | | | xfs: fix mount failure crash on invalid iclog memory accessBrian Foster2019-12-031-0/+2
| * | | | xfs: don't check for AG deadlock for realtime files in bunmapiOmar Sandoval2019-12-021-1/+1
| * | | | xfs: fix realtime file data space leakOmar Sandoval2019-12-021-11/+14
* | | | | Merge tag 'for-linus-5.5-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-12-073-7/+43
|\ \ \ \ \
| * | | | | orangefs: posix open permission checking...Mike Marshall2019-12-043-7/+43
* | | | | | Merge tag 'nfsd-5.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-12-0712-52/+136
|\ \ \ \ \ \
| * | | | | | nfsd: depend on CRYPTO_MD5 for legacy client trackingPatrick Steinhardt2019-12-071-0/+1
| * | | | | | NFSD fixing possible null pointer derefering in copy offloadOlga Kornievskaia2019-12-071-1/+2
| * | | | | | nfsd: check for EBUSY from vfs_rmdir/vfs_unink.NeilBrown2019-11-302-2/+13
| * | | | | | nfsd: Ensure CLONE persists data and metadata changes to the target fileTrond Myklebust2019-11-303-3/+10
| * | | | | | nfsd: restore NFSv3 ACL supportJ. Bruce Fields2019-11-191-2/+1
| * | | | | | nfsd: v4 support requires CRYPTO_SHA256Scott Mayhew2019-11-121-1/+1
| * | | | | | nfsd: Fix cld_net->cn_tfm initializationScott Mayhew2019-11-121-5/+7
| * | | | | | race in exportfs_decode_fh()Al Viro2019-11-111-12/+19
| * | | | | | nfsd: Drop LIST_HEAD where the variable it declares is never used.Mao Wenan2019-11-081-2/+0
| * | | | | | nfsd: document callback_wq serialization of callback codeJ. Bruce Fields2019-11-081-0/+6
| * | | | | | nfsd: mark cb path down on unknown errorsJ. Bruce Fields2019-11-081-0/+1
| * | | | | | nfsd: Fix races between nfsd4_cb_release() and nfsd4_shutdown_callback()Trond Myklebust2019-11-082-9/+59
| * | | | | | nfsd: minor 4.1 callback cleanupTrond Myklebust2019-11-081-10/+20
| * | | | | | nfsd: remove private bin2hex implementationAndy Shevchenko2019-10-111-8/+3
| * | | | | | nfsd4: fix up replay_matches_cache()Scott Mayhew2019-10-091-5/+10