summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-05-30pstore: Add locking around superblock changesKees Cook
2020-05-30f2fs: fix wrong discard spaceChao Yu
2020-05-30io_uring: fix overflowed reqs cancellationPavel Begunkov
2020-05-30io_uring: off timeouts based only on completionsPavel Begunkov
2020-05-30io_uring: move timeouts flushing to a helperPavel Begunkov
2020-05-29fs/xfs: Update xfs_ioctl_setattr_dax_invalidate()Ira Weiny
2020-05-29fs/xfs: Combine xfs_diflags_to_linux() and xfs_diflags_to_iflags()Ira Weiny
2020-05-29fs/xfs: Create function xfs_inode_should_enable_dax()Ira Weiny
2020-05-29fs/xfs: Make DAX mount option a tri-stateIra Weiny
2020-05-29fs/xfs: Change XFS_MOUNT_DAX to XFS_MOUNT_DAX_ALWAYSIra Weiny
2020-05-29fs/xfs: Remove unnecessary initialization of i_rwsemIra Weiny
2020-05-29exec: Compute file based creds only onceEric W. Biederman
2020-05-29exec: Add a per bprm->file version of per_clearEric W. Biederman
2020-05-29pselect6() and friends: take handling the combined 6th/7th args into helperAl Viro
2020-05-29Merge tag 'ceph-for-5.7-rc8' of git://github.com/ceph/ceph-clientLinus Torvalds
2020-05-29Merge tag 'gfs2-v5.7-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-05-29orangefs: convert get_user_pages() --> pin_user_pages()John Hubbard
2020-05-29orangefs: remove redundant assignment to variable retColin Ian King
2020-05-29net: add a new bind_add methodChristoph Hellwig
2020-05-29sctp: add sctp_sock_set_nodelayChristoph Hellwig
2020-05-29gfs2: Even more gfs2_find_jhead fixesAndreas Gruenbacher
2020-05-29fs: fix indentation in deactivate_super()Yufen Yu
2020-05-29vfs: Remove duplicated d_mountpoint check in __is_local_mountpointNikolay Borisov
2020-05-29erofs: suppress false positive last_block warningGao Xiang
2020-05-29erofs: convert to use the new mount fs_context apiChao Yu
2020-05-29reiserfs: Replace kmalloc with kcalloc in the commentLiao Pingfang
2020-05-28nfsd: Fix svc_xprt refcnt leak when setup callback client failedXiyu Yang
2020-05-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-05-28f2fs: compress: don't compress any datas after cp stopChao Yu
2020-05-28f2fs: remove unneeded return value of __insert_discard_tree()Chao Yu
2020-05-28f2fs: fix wrong value of tracepoint parameterChao Yu
2020-05-28f2fs: protect new segment allocation in expand_inode_dataDaeho Jeong
2020-05-28fs/binfmt_elf.c: allocate initialized memory in fill_thread_core_info()Alexander Potapenko
2020-05-28rxrpc: add rxrpc_sock_set_min_security_levelChristoph Hellwig
2020-05-28tcp: add tcp_sock_set_user_timeoutChristoph Hellwig
2020-05-28tcp: add tcp_sock_set_nodelayChristoph Hellwig
2020-05-28tcp: add tcp_sock_set_corkChristoph Hellwig
2020-05-28net: add sock_set_rcvbufChristoph Hellwig
2020-05-28net: add sock_set_keepaliveChristoph Hellwig
2020-05-28net: add sock_set_sndtimeoChristoph Hellwig
2020-05-28net: add sock_set_reuseaddrChristoph Hellwig
2020-05-28Merge branch 'for-next/scs' into for-next/coreWill Deacon
2020-05-28btrfs: fix space_info bytes_may_use underflow during space cache writeoutFilipe Manana
2020-05-28btrfs: fix space_info bytes_may_use underflow after nocow buffered writeFilipe Manana
2020-05-28btrfs: fix wrong file range cleanup after an error filling dealloc rangeFilipe Manana
2020-05-28btrfs: remove redundant local variable in read_block_for_searchNikolay Borisov
2020-05-28btrfs: open code key_searchNikolay Borisov
2020-05-28btrfs: split btrfs_direct_IO to read and write partChristoph Hellwig
2020-05-28btrfs: remove BTRFS_INODE_READDIO_NEED_LOCKGoldwyn Rodrigues
2020-05-28fs: remove dio_end_io()Goldwyn Rodrigues