summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfsd-5.9' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds2020-08-0912-69/+1073
|\
| * nfsd: netns.h: delete a duplicated wordRandy Dunlap2020-07-241-1/+1
| * nfsd: avoid a NULL dereference in __cld_pipe_upcall()Scott Mayhew2020-07-131-13/+11
| * nfsd4: a client's own opens needn't prevent delegationsJ. Bruce Fields2020-07-132-14/+43
| * nfsd: Use seq_putc() in two functionsXu Wang2020-07-131-2/+2
| * nfsd: add fattr support for user extended attributesFrank van der Linden2020-07-131-0/+9
| * nfsd: implement the xattr functions and en/decode logicFrank van der Linden2020-07-132-0/+570
| * nfsd: add structure definitions for xattr requests / responsesFrank van der Linden2020-07-131-0/+31
| * nfsd: take xattr bits into account for permission checksFrank van der Linden2020-07-132-1/+19
| * nfsd: define xattr functions to call into their vfs counterpartsFrank van der Linden2020-07-132-0/+237
| * nfsd: add defines for NFSv4.2 extended attribute supportFrank van der Linden2020-07-131-1/+4
| * nfsd: split off the write decode code into a separate functionFrank van der Linden2020-07-131-30/+42
| * xattr: add a function to check if a namespace is supportedFrank van der Linden2020-07-131-0/+27
| * xattr: break delegations in {set,remove}xattrFrank van der Linden2020-07-131-7/+77
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2020-08-074-55/+14
|\ \
| * | iov_iter: Move unnecessary inclusion of crypto/hash.hHerbert Xu2020-06-301-0/+1
| * | dlmfs: clean up dlmfs_file_{read,write}() a bitAl Viro2020-06-143-55/+13
* | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2020-08-071-14/+18
|\ \ \
| * | | fs: fix a struct path leak in path_umountChristoph Hellwig2020-08-071-14/+18
* | | | Merge branch 'work.fdpic' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2020-08-072-145/+90
|\ \ \ \
| * | | | [elf-fdpic] switch coredump to regsetsAl Viro2020-07-271-5/+18
| * | | | [elf-fdpic] use elf_dump_thread_status() for the dumper thread as wellAl Viro2020-07-271-53/+28
| * | | | [elf-fdpic] move allocation of elf_thread_status into elf_dump_thread_status()Al Viro2020-07-271-14/+10
| * | | | [elf-fdpic] coredump: don't bother with cyclic list for per-thread objectsAl Viro2020-07-271-18/+11
| * | | | kill elf_fpxregs_tAl Viro2020-07-272-58/+0
| * | | | take fdpic-related parts of elf_prstatus outAl Viro2020-07-271-3/+29
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-0726-62/+90
|\ \ \ \ \
| * | | | | mm: remove unnecessary wrapper function do_mmap_pgoff()Peter Collingbourne2020-08-072-4/+4
| * | | | | proc/meminfo: avoid open coded reading of vm_committed_asFeng Tang2020-08-071-1/+1
| * | | | | mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-071-1/+0
| * | | | | mm: memcontrol: account kernel stack per nodeShakeel Butt2020-08-071-2/+2
| * | | | | mm: memcg: convert vmstat slab counters to bytesRoman Gushchin2020-08-071-2/+2
| * | | | | tmpfs: support 64-bit inums per-sbChris Down2020-08-071-0/+21
| * | | | | mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-079-21/+22
| * | | | | ocfs2: fix unbalanced lockingPavel Machek2020-08-071-1/+7
| * | | | | ocfs2: replace HTTP links with HTTPS onesAlexander A. Klimov2020-08-072-4/+4
| * | | | | ocfs2: change slot number type s16 to u16Junxiao Bi2020-08-073-6/+6
| * | | | | ocfs2: suballoc.h: delete a duplicated wordRandy Dunlap2020-08-071-1/+1
| * | | | | ocfs2: fix remounting needed after setfacl commandGang He2020-08-071-0/+2
| * | | | | ntfs: fix ntfs_test_inode and ntfs_init_locked_inode function typeLuca Stefani2020-08-074-19/+18
* | | | | | Merge tag 'xfs-5.9-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-08-0786-2929/+3250
|\ \ \ \ \ \
| * | | | | | fs/xfs: Support that ioctl(SETXFLAGS/GETXFLAGS) can set/get inode DAX on XFS.Xiao Yang2020-07-281-3/+11
| * | | | | | xfs: Lift -ENOSPC handler from xfs_attr_leaf_addnameAllison Collins2020-07-281-14/+11
| * | | | | | xfs: Simplify xfs_attr_node_addnameAllison Collins2020-07-281-63/+59
| * | | | | | xfs: Simplify xfs_attr_leaf_addnameAllison Collins2020-07-281-52/+55
| * | | | | | xfs: Add helper function xfs_attr_node_removename_rmtAllison Collins2020-07-281-9/+19
| * | | | | | xfs: Add helper function xfs_attr_node_removename_setupAllison Collins2020-07-281-13/+33
| * | | | | | xfs: Add remote block helper functionsAllison Collins2020-07-281-20/+30
| * | | | | | xfs: Add helper function xfs_attr_leaf_mark_incompleteAllison Collins2020-07-281-14/+27
| * | | | | | xfs: Add helpers xfs_attr_is_shortform and xfs_attr_set_shortformAllison Collins2020-07-281-35/+72