aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2020-05-28Merge tag 'v4.4.224' into standard/baseBruce Ashfield
2020-05-28Merge tag 'v4.4.223' into standard/baseBruce Ashfield
2020-05-28Merge tag 'v4.4.222' into standard/baseBruce Ashfield
2020-05-28Merge tag 'v4.4.221' into standard/baseBruce Ashfield
2020-05-28Merge tag 'v4.4.220' into standard/baseBruce Ashfield
2020-05-28Merge tag 'v4.4.218' into standard/baseBruce Ashfield
2020-05-28Merge tag 'v4.4.217' into standard/baseBruce Ashfield
2020-05-28Merge tag 'v4.4.216' into standard/baseBruce Ashfield
2020-05-28Merge tag 'v4.4.215' into standard/baseBruce Ashfield
2020-05-28Merge tag 'v4.4.214' into standard/baseBruce Ashfield
2020-05-28Merge tag 'v4.4.213' into standard/baseBruce Ashfield
2020-05-28Merge tag 'v4.4.212' into standard/baseBruce Ashfield
2020-05-28Merge tag 'v4.4.211' into standard/baseBruce Ashfield
2020-05-28Merge tag 'v4.4.210' into standard/baseBruce Ashfield
2020-05-28Merge tag 'v4.4.209' into standard/baseBruce Ashfield
2020-05-28Merge tag 'v4.4.208' into standard/baseBruce Ashfield
2020-05-28Merge tag 'v4.4.207' into standard/baseBruce Ashfield
2020-05-28Merge tag 'v4.4.206' into standard/baseBruce Ashfield
2020-05-28Merge tag 'v4.4.204' into standard/baseBruce Ashfield
2020-05-28Merge tag 'v4.4.203' into standard/baseBruce Ashfield
2020-05-20exec: Move would_dump into flush_old_execEric W. Biederman
2020-05-20cifs: Fix a race condition with cifs_echo_requestRonnie Sahlberg
2020-05-20cifs: Check for timeout on Negotiate stageSamuel Cabrero
2020-05-20chardev: add helper function to register char devs with a struct deviceLogan Gunthorpe
2020-05-20ext4: add cond_resched() to ext4_protect_reserved_inodeShijie Luo
2020-05-20binfmt_elf: Do not move brk for INTERP-less ET_EXECKees Cook
2020-05-20binfmt_elf: move brk out of mmap when doing direct loader execKees Cook
2020-05-10gfs2: fix flock panic issueJunxiao Bi
2020-05-10cifs: protect updating server->dstaddr with a spinlockRonnie Sahlberg
2020-05-10NFS: Fix an LOCK/OPEN race when unlinking an open fileChuck Lever
2020-05-10Btrfs: clean up an error code in btrfs_init_space_info()Dan Carpenter
2020-05-10btrfs: cleaner_kthread() doesn't need explicit freezeJiri Kosina
2020-05-05nfs: Fix potential posix_acl refcnt leak in nfs3_set_aclAndreas Gruenbacher
2020-05-05ext4: fix special inode number checks in __ext4_iget()Theodore Ts'o
2020-05-02propagate_one(): mnt_set_mountpoint() needs mount_lockAl Viro
2020-05-02ext4: unsigned int compared against zeroColin Ian King
2020-05-02ext4: fix block validity checks for journal inodes using indirect blocksTheodore Ts'o
2020-05-02ext4: don't perform block validity checks on the journal inodeTheodore Ts'o
2020-05-02ext4: protect journal inode's blocks using block_validityTheodore Ts'o
2020-05-02ext4: avoid declaring fs inconsistent due to invalid file handlesTheodore Ts'o
2020-05-02ext4: convert BUG_ON's to WARN_ON's in mballoc.cTheodore Ts'o
2020-05-02fuse: fix possibly missed wake-up after abortMiklos Szeredi
2020-05-02fs/namespace.c: fix mountpoint reference counter racePiotr Krysiuk
2020-05-02ceph: don't skip updating wanted caps when cap is staleYan, Zheng
2020-05-02ceph: return ceph_mdsc_do_request() errors from __get_parent()Qiujun Huang
2020-05-02ext4: fix extent_status fragmentation for plain filesDmitry Monakhov
2020-04-24ext2: fix empty body warnings when -Wextra is usedRandy Dunlap
2020-04-24NFS: Fix memory leaks in nfs_pageio_stop_mirroring()Trond Myklebust
2020-04-24ext4: do not commit super on read-only bdevEric Sandeen
2020-04-24NFS: direct.c: Fix memory leak of dreq when nfs_get_lock_context failsMisono Tomohiro