summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-09-10quota: widen timestamps for the fs_disk_quota structureDarrick J. Wong1-6/+36
2020-09-10epoll: do not insert into poll queues until all sanity checks are doneAl Viro1-19/+18
2020-09-09Merge tag 'nfs-for-5.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-2/+9
2020-09-09f2fs: Return EOF on unaligned end of file DIO readGabriel Krisman Bertazi1-0/+3
2020-09-09f2fs: fix indefinite loop scanning for free nidSahitya Tummala1-0/+3
2020-09-09f2fs: Fix type of section block count variablesShin'ichiro Kawasaki1-4/+4
2020-09-09fs: don't allow splice read/write without explicit opsChristoph Hellwig2-117/+15
2020-09-09fs: don't allow kernel reads and writes without iter opsChristoph Hellwig1-25/+42
2020-09-09sysctl: Convert to iter interfacesMatthew Wilcox (Oracle)1-24/+24
2020-09-08block: Do not discard buffers under a mounted filesystemJan Kara1-4/+33
2020-09-08fscrypt: restrict IV_INO_LBLK_32 to ino_bits <= 32Eric Biggers1-2/+7
2020-09-08fscrypt: drop unused inode argument from fscrypt_fname_alloc_bufferJeff Layton6-12/+8
2020-09-07btrfs: fix NULL pointer dereference after failure to create snapshotFilipe Manana1-0/+1
2020-09-07fs: Don't invalidate page buffers in block_write_full_page()Jan Kara1-16/+0
2020-09-07btrfs: free data reloc tree on failed mountJosef Bacik1-0/+2
2020-09-07btrfs: require only sector size alignment for parent eb bytenrQu Wenruo2-15/+16
2020-09-07btrfs: fix lockdep splat in add_missing_devJosef Bacik1-0/+10
2020-09-07cifs: fix DFS mount with cifsacl/modefromsidRonnie Sahlberg1-0/+4
2020-09-07xfs: xfs_iflock is no longer a completionDave Chinner7-108/+55
2020-09-07xfs: remove kmem_realloc()Carlos Maiolino7-32/+8
2020-09-06Merge tag 'io_uring-5.9-2020-09-06' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+52
2020-09-06io_uring: fix linked deferred ->files cancellationPavel Begunkov1-2/+23
2020-09-06io_uring: fix cancel of deferred reqs with ->filesPavel Begunkov1-0/+27
2020-09-05Merge tag 'xfs-5.9-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+1
2020-09-05xfs: don't update mtime on COW faultsMikulas Patocka1-2/+10
2020-09-05ext2: don't update mtime on COW faultsMikulas Patocka1-2/+4
2020-09-05io_uring: fix explicit async read/write mapping for large segmentsJens Axboe1-3/+4
2020-09-05NFS: Zero-stateid SETATTR should first return delegationChuck Lever1-1/+3
2020-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski121-563/+801
2020-09-04Merge tag 'io_uring-5.9-2020-09-04' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+12
2020-09-04debugfs: Fix module state check conditionVladis Dronov1-2/+2
2020-09-04fs: Handle intra-page faults in copy_mount_options()Catalin Marinas1-7/+18
2020-09-04arm64: mte: Add PROT_MTE support to mmap() and mprotect()Catalin Marinas1-0/+4
2020-09-04mm: Add PG_arch_2 page flagSteven Price1-0/+3
2020-09-04fuse: update project homepageAndré Almeida1-1/+1
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds6-40/+73
2020-09-04proc: add a read_iter method to proc proc_opsChristoph Hellwig1-3/+50
2020-09-04proc: cleanup the compat vs no compat file opsChristoph Hellwig1-6/+4
2020-09-04proc: remove a level of indentation in proc_get_inodeChristoph Hellwig1-35/+37
2020-09-03Merge tag 'affs-for-5.9-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-1/+52
2020-09-03xfs: fix xfs_bmap_validate_extent_raw when checking attr fork of rt filesDarrick J. Wong1-1/+1
2020-09-02Merge tag 'xfs-5.9-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds4-7/+9
2020-09-02Merge branch 'work.epoll' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-3/+3
2020-09-02io_uring: no read/write-retry on -EAGAIN error and O_NONBLOCK marked fileJens Axboe1-0/+10
2020-09-02fix regression in "epoll: Keep a reference on files added to the check list"Al Viro1-3/+3
2020-09-02io_uring: set table->files[i] to NULL when io_sqe_file_register failedJiufei Xue1-0/+1
2020-09-02block: remove revalidate_disk()Christoph Hellwig1-19/+0
2020-09-02block: add a new revalidate_disk_size helperChristoph Hellwig1-13/+29
2020-09-02block: rename bd_invalidatedChristoph Hellwig1-5/+5
2020-09-02block: don't clear bd_invalidated in check_disk_size_changeChristoph Hellwig1-1/+2