summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-04-09proc: Use a dedicated lock in struct pidEric W. Biederman1-5/+5
2020-04-01signal: Extend exec_id to 64bitsEric W. Biederman1-1/+1
2020-03-25proc: io_accounting: Use new infrastructure to fix deadlocks in execveBernd Edlinger1-2/+2
2020-03-25proc: Use new infrastructure to fix deadlocks in execveBernd Edlinger1-3/+3
2020-03-25exec: Add exec_update_mutex to replace cred_guard_mutexEric W. Biederman1-3/+19
2020-03-25exec: Move exec_mmap right after de_thread in flush_old_execEric W. Biederman1-12/+12
2020-03-25exec: Move cleanup of posix timers on exec out of de_threadEric W. Biederman1-5/+5
2020-03-25exec: Factor unshare_sighand out of de_thread and call it separatelyEric W. Biederman1-13/+26
2020-03-25exec: Only compute current once in flush_old_execEric W. Biederman1-4/+5
2020-02-28proc: Remove the now unnecessary internal mount of procEric W. Biederman1-36/+0
2020-02-24proc: Use a list of inodes to flush from procEric W. Biederman3-76/+38
2020-02-24proc: Clear the pieces of proc_inode that proc_evict_inode cares aboutEric W. Biederman1-5/+11
2020-02-24proc: Use d_invalidate in proc_prune_siblings_dcacheEric W. Biederman3-7/+19
2020-02-21proc: In proc_prune_siblings_dcache cache an aquired super blockEric W. Biederman1-4/+10
2020-02-20proc: Generalize proc_sys_prune_dcache into proc_prune_siblings_dcacheEric W. Biederman3-34/+40
2020-02-20proc: Rename in proc_inode rename sysctl_inodes sibling_inodesEric W. Biederman3-5/+6
2020-02-16Merge tag 'for-5.6-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-1/+44
2020-02-16Merge tag '5.6-rc1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds5-6/+44
2020-02-16Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds9-63/+86
2020-02-15ext4: improve explanation of a mount failure caused by a misconfigured kernelTheodore Ts'o1-10/+4
2020-02-15Merge tag 'nfs-for-5.6-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds6-24/+175
2020-02-15Merge tag 'ceph-for-5.6-rc2' of https://github.com/ceph/ceph-clientLinus Torvalds3-104/+44
2020-02-15Merge tag 'io_uring-5.6-2020-02-14' of git://git.kernel.dk/linux-blockLinus Torvalds3-113/+284
2020-02-14cifs: make sure we do not overflow the max EA buffer sizeRonnie Sahlberg1-1/+34
2020-02-14cifs: enable change notification for SMB2.1 dialectSteve French1-0/+1
2020-02-14io_uring: prune request from overflow list on flushJens Axboe1-0/+28
2020-02-14NFSv4: Ensure the delegation cred is pinned when we call delegreturnTrond Myklebust1-3/+8
2020-02-14NFSv4: Ensure the delegation is pinned in nfs_do_return_delegation()Trond Myklebust2-7/+27
2020-02-13NFSv4.1 make cachethis=no for writesOlga Kornievskaia1-1/+1
2020-02-13jbd2: do not clear the BH_Mapped flag when forgetting a metadata bufferzhangyi (F)1-4/+21
2020-02-13jbd2: move the clearing of b_modified flag to the journal_unmap_buffer()zhangyi (F)2-32/+21
2020-02-13ext4: add cond_resched() to ext4_protect_reserved_inodeShijie Luo1-0/+1
2020-02-13ext4: fix checksum errors with indexed dirsJan Kara4-7/+31
2020-02-13ext4: fix support for inode sizes > 1024 bytesTheodore Ts'o1-8/+10
2020-02-13ext4: simplify checking quota limits in ext4_statfs()Jan Kara1-8/+2
2020-02-13ext4: don't assume that mmp_nodename/bdevname have NULAndreas Dilger1-5/+7
2020-02-13cifs: Fix mode output in debugging statementsFrank Sorenson3-4/+4
2020-02-13io-wq: don't call kXalloc_node() with non-online nodeJens Axboe1-4/+18
2020-02-12NFSv4: Fix revalidation of dentries with delegationsTrond Myklebust3-3/+109
2020-02-12btrfs: sysfs, move device id directories to UUID/devinfoAnand Jain1-1/+1
2020-02-12btrfs: sysfs, add UUID/devinfo kobjectAnand Jain2-0/+16
2020-02-12Btrfs: fix race between shrinking truncate and fiemapFilipe Manana1-0/+8
2020-02-12btrfs: log message when rw remount is attempted with unclean tree-logDavid Sterba1-0/+2
2020-02-12btrfs: print message when tree-log replay startsDavid Sterba1-0/+1
2020-02-12Btrfs: fix race between using extent maps and merging themFilipe Manana1-0/+11
2020-02-12btrfs: ref-verify: fix memory leaksWenwen Wang1-0/+5
2020-02-12Merge tag 'dax-fixes-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-11/+9
2020-02-11ceph: noacl mount option is effectively ignoredXiubo Li1-4/+4
2020-02-11ceph: canonicalize server path in placeIlya Dryomov2-94/+29
2020-02-11ceph: do not execute direct write in parallel if O_APPEND is specifiedXiubo Li1-6/+11