summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-05-27ceph: fix double unlock in handle_cap_export()Wu Bo1-0/+1
2020-05-27fix multiplication overflow in copy_fdtable()Al Viro1-1/+1
2020-05-20exec: Move would_dump into flush_old_execEric W. Biederman1-2/+2
2020-05-20cifs: Fix a race condition with cifs_echo_requestRonnie Sahlberg1-4/+4
2020-05-20cifs: Check for timeout on Negotiate stageSamuel Cabrero3-1/+26
2020-05-20chardev: add helper function to register char devs with a struct deviceLogan Gunthorpe1-0/+86
2020-05-20ext4: add cond_resched() to ext4_protect_reserved_inodeShijie Luo1-0/+1
2020-05-20binfmt_elf: Do not move brk for INTERP-less ET_EXECKees Cook1-1/+2
2020-05-20binfmt_elf: move brk out of mmap when doing direct loader execKees Cook1-0/+11
2020-05-10gfs2: fix flock panic issueJunxiao Bi1-1/+4
2020-05-10cifs: protect updating server->dstaddr with a spinlockRonnie Sahlberg1-0/+2
2020-05-10NFS: Fix an LOCK/OPEN race when unlinking an open fileChuck Lever1-0/+4
2020-05-10Btrfs: clean up an error code in btrfs_init_space_info()Dan Carpenter1-1/+1
2020-05-10btrfs: cleaner_kthread() doesn't need explicit freezeJiri Kosina1-1/+1
2020-05-05nfs: Fix potential posix_acl refcnt leak in nfs3_set_aclAndreas Gruenbacher1-7/+15
2020-05-05ext4: fix special inode number checks in __ext4_iget()Theodore Ts'o1-1/+1
2020-05-02propagate_one(): mnt_set_mountpoint() needs mount_lockAl Viro1-5/+4
2020-05-02ext4: unsigned int compared against zeroColin Ian King1-1/+2
2020-05-02ext4: fix block validity checks for journal inodes using indirect blocksTheodore Ts'o1-0/+5
2020-05-02ext4: don't perform block validity checks on the journal inodeTheodore Ts'o1-4/+8
2020-05-02ext4: protect journal inode's blocks using block_validityTheodore Ts'o2-0/+52
2020-05-02ext4: avoid declaring fs inconsistent due to invalid file handlesTheodore Ts'o7-39/+61
2020-05-02ext4: convert BUG_ON's to WARN_ON's in mballoc.cTheodore Ts'o1-2/+4
2020-05-02fuse: fix possibly missed wake-up after abortMiklos Szeredi1-3/+9
2020-05-02fs/namespace.c: fix mountpoint reference counter racePiotr Krysiuk1-1/+1
2020-05-02ceph: don't skip updating wanted caps when cap is staleYan, Zheng1-2/+6
2020-05-02ceph: return ceph_mdsc_do_request() errors from __get_parent()Qiujun Huang1-0/+5
2020-05-02ext4: fix extent_status fragmentation for plain filesDmitry Monakhov1-20/+27
2020-04-24ext2: fix empty body warnings when -Wextra is usedRandy Dunlap1-2/+3
2020-04-24NFS: Fix memory leaks in nfs_pageio_stop_mirroring()Trond Myklebust1-9/+8
2020-04-24ext4: do not commit super on read-only bdevEric Sandeen1-1/+2
2020-04-24NFS: direct.c: Fix memory leak of dreq when nfs_get_lock_context failsMisono Tomohiro1-0/+2
2020-04-24ext4: do not zeroout extents beyond i_disksizeJan Kara1-4/+4
2020-04-24ext4: fix incorrect inodes per group in error messageJosh Triplett1-1/+1
2020-04-24ext4: fix incorrect group count in ext4_fill_super error messageJosh Triplett1-2/+2
2020-04-24jbd2: improve comments about freeing data buffers whose page mapping is NULLzhangyi (F)1-3/+4
2020-04-24Btrfs: fix crash during unmount due to race with delayed inode workersFilipe Manana3-0/+23
2020-04-24hfsplus: fix crash and filesystem corruption when deleting filesSimon Gander1-0/+4
2020-04-24ocfs2: no need try to truncate file beyond i_sizeChangwei Ge1-0/+4
2020-04-24ext4: fix a data race at inode->i_blocksQian Cai1-1/+1
2020-04-24Btrfs: incremental send, fix invalid memory accessFilipe Manana1-3/+4
2020-04-24signal: Extend exec_id to 64bitsEric W. Biederman1-1/+1
2020-04-24btrfs: track reloc roots based on their commit root bytenrJosef Bacik1-10/+7
2020-04-24btrfs: remove a BUG_ON() from merge_reloc_roots()Josef Bacik1-1/+15
2020-04-24gfs2: Don't demote a glock until its revokes are writtenBob Peterson1-0/+3
2020-04-02libfs: fix infoleak in simple_attr_read()Eric Biggers1-3/+5
2020-04-02futex: Fix inode life-time issuePeter Zijlstra1-0/+1
2020-03-20jbd2: fix data races at struct journal_headQian Cai1-4/+4
2020-03-20gfs2_atomic_open(): fix O_EXCL|O_CREAT handling on cold dcacheAl Viro1-1/+1
2020-03-20NFS: Remove superfluous kmap in nfs_readdir_xdr_to_arrayPetr Malat1-2/+0