aboutsummaryrefslogtreecommitdiff
path: root/include/linux/fs.h
AgeCommit message (Expand)AuthorFilesLines
2020-06-05Merge tag 'afs-next-20200604' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+3
2020-06-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-22/+1
2020-06-03fs: move the fiemap definitions out of fs.hGravatar Christoph Hellwig 1-18/+1
2020-06-03fs: mark __generic_block_fiemap staticGravatar Christoph Hellwig 1-4/+0
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 1-3/+3
2020-06-02Merge tag 'for-5.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Gravatar Linus Torvalds 1-2/+2
2020-06-02Merge tag 'vfs-5.8-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-1/+6
2020-06-02Merge tag 'vfs-5.8-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-6/+1
2020-06-02Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+0
2020-06-02Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+0
2020-06-02Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-0/+18
2020-06-02mm: add readahead address space operationGravatar Matthew Wilcox (Oracle) 1-0/+2
2020-06-02vfs: track per-sb writeback errors and report them to syncfsGravatar Jeff Layton 1-0/+16
2020-06-01Merge branch 'from-miklos' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-1/+5
2020-05-31vfs, afs, ext4: Make the inode hash table RCU searchableGravatar David Howells 1-0/+3
2020-05-28fs: remove dio_end_io()Gravatar Goldwyn Rodrigues 1-2/+0
2020-05-25fs: export generic_file_buffered_read()Gravatar Goldwyn Rodrigues 1-0/+2
2020-05-21block: remove ioctl_by_bdevGravatar Christoph Hellwig 1-1/+0
2020-05-14vfs: allow unprivileged whiteout creationGravatar Miklos Szeredi 1-1/+5
2020-05-13fs: Introduce DCACHE_DONTCACHEGravatar Ira Weiny 1-0/+1
2020-05-13fs: Lift XFS_IDONTCACHE to the VFS layerGravatar Ira Weiny 1-1/+5
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-1/+1
2020-05-04gcc-10 warnings: fix low-hanging fruitGravatar Linus Torvalds 1-1/+1
2020-05-04fs: Remove unneeded IS_DAX() check in io_is_direct()Gravatar Ira Weiny 1-6/+1
2020-04-27sysctl: pass kernel pointers to ->proc_handlerGravatar Christoph Hellwig 1-3/+3
2020-04-20block: fold bdev_unhash_inode into invalidate_partitionGravatar Christoph Hellwig 1-1/+0
2020-04-20block: mark invalidate_partition staticGravatar Christoph Hellwig 1-1/+0
2020-04-04Merge tag 'drm-next-2020-04-03-1' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 1-1/+1
2020-04-03Merge branch 'ttm-transhuge' of git://people.freedesktop.org/~thomash/linux i...Gravatar Dave Airlie 1-1/+1
2020-04-02hugetlbfs: use i_mmap_rwsem for more pmd sharing synchronizationGravatar Mike Kravetz 1-0/+5
2020-03-30Merge tag 'driver-core-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+3
2020-03-30Merge tag 'for-5.7/block-2020-03-29' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+0
2020-03-24fs: Constify vma argument to vma_is_daxGravatar Thomas Hellstrom (VMware) 1-1/+1
2020-03-24block: remove __bdevnameGravatar Christoph Hellwig 1-1/+0
2020-03-20firmware: Add new platform fallback mechanism and firmware_request_platform()Gravatar Hans de Goede 1-0/+1
2020-03-06futex: Fix inode life-time issueGravatar Peter Zijlstra 1-0/+1
2020-02-10firmware_loader: load files from the mount namespace of initGravatar Topi Miettinen 1-0/+2
2020-02-08Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-2/+2
2020-02-08Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+8
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specGravatar Al Viro 1-2/+2
2020-02-05Merge branch 'work.recursive_removal' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+2
2020-02-05Merge branch 'imm.timestamp' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+0
2020-02-04Merge tag 'ovl-update-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 1-0/+16
2020-02-03fs: Enable bmap() function to properly return errorsGravatar Carlos Maiolino 1-1/+8
2020-01-31mm/filemap.c: clean up filemap_write_and_wait()Gravatar Ira Weiny 1-1/+5
2020-01-29Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-4/+0
2020-01-24vfs: add vfs_iocb_iter_[read|write] helper functionsGravatar Jiufei Xue 1-0/+16
2020-01-03compat_ioctl: simplify the implementationGravatar Arnd Bergmann 1-4/+0
2019-12-10simple_recursive_removal(): kernel-side rm -rf for ramfs-style filesystemsGravatar Al Viro 1-0/+2
2019-12-08fs: Delete timespec64_trunc()Gravatar Deepa Dinamani 1-1/+0