summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'afs-fixes-20191211' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-12-125-19/+20
|\
| * afs: Show volume name in /proc/net/afs/<cell>/volumesDavid Howells2019-12-111-3/+4
| * afs: Fix missing cell comparison in afs_test_super()David Howells2019-12-111-0/+1
| * afs: Fix creation calls in the dynamic root to fail with EOPNOTSUPPDavid Howells2019-12-111-0/+3
| * afs: Fix mountpoint parsingDavid Howells2019-12-111-2/+4
| * afs: Fix SELinux setting security label on /afsDavid Howells2019-12-091-1/+0
| * afs: Fix afs_find_server lookups for ipv4 peersMarc Dionne2019-12-091-13/+8
* | Merge tag 'erofs-for-5.5-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-12-111-0/+2
|\ \
| * | erofs: zero out when listxattr is called with no xattrGao Xiang2019-12-041-0/+2
* | | pipe: simplify signal handling in pipe_read() and add commentsLinus Torvalds2019-12-111-7/+29
* | | btrfs: add Kconfig dependency for BLAKE2BDavid Sterba2019-12-091-0/+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-081-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-032-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-081-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-082-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-031-1/+1
| * | | | | xfs: fix realtime file data space leakOmar Sandoval2019-12-031-11/+14
* | | | | | Merge tag 'for-linus-5.5-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-12-083-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-0812-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