aboutsummaryrefslogtreecommitdiff
path: root/include/linux/fs.h
AgeCommit message (Expand)AuthorFilesLines
2018-12-28Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-0/+4
2018-12-28Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2018-12-28mm: migrate: provide buffer_migrate_page_norefs()Gravatar Jan Kara 1-0/+4
2018-12-07fs/locks: merge posix_unblock_lock() and locks_delete_block()Gravatar NeilBrown 1-2/+2
2018-11-30fs/locks: rename some lists and pointers.Gravatar NeilBrown 1-2/+7
2018-11-19block: Initialize BIO I/O priority earlyGravatar Damien Le Moal 1-1/+1
2018-11-02Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-17/+38
2018-10-30vfs: hide file range comparison functionGravatar Darrick J. Wong 1-3/+0
2018-10-30vfs: enable remap callers that can handle short operationsGravatar Darrick J. Wong 1-2/+3
2018-10-30vfs: plumb remap flags through the vfs dedupe functionsGravatar Darrick J. Wong 1-1/+1
2018-10-30vfs: plumb remap flags through the vfs clone functionsGravatar Darrick J. Wong 1-2/+2
2018-10-30vfs: make remap_file_range functions take and return bytes completedGravatar Darrick J. Wong 1-12/+15
2018-10-30vfs: pass remap flags to generic_remap_checksGravatar Darrick J. Wong 1-1/+1
2018-10-30vfs: pass remap flags to generic_remap_file_range_prepGravatar Darrick J. Wong 1-1/+1
2018-10-30vfs: combine the clone and dedupe into a single remap_file_rangeGravatar Darrick J. Wong 1-4/+21
2018-10-30vfs: rename vfs_clone_file_prep to be more descriptiveGravatar Darrick J. Wong 1-3/+3
2018-10-30vfs: check file ranges before cloning filesGravatar Darrick J. Wong 1-3/+6
2018-10-29Merge tag 'for_v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Gravatar Linus Torvalds 1-5/+17
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxGravatar Linus Torvalds 1-22/+41
2018-10-25fsnotify: Fix busy inodes during unmountGravatar Jan Kara 1-0/+3
2018-10-21mm: Convert page-writeback to XArrayGravatar Matthew Wilcox 1-7/+10
2018-10-21page cache: Rearrange address_spaceGravatar Matthew Wilcox 1-15/+31
2018-10-19fs: group frequently accessed fields of struct super_block togetherGravatar Amir Goldstein 1-10/+14
2018-09-24vfs: swap names of {do,vfs}_clone_file_range()Gravatar Amir Goldstein 1-14/+3
2018-09-03fsnotify: add super block object typeGravatar Amir Goldstein 1-0/+5
2018-08-30vfs: add the fadvise() file operationGravatar Amir Goldstein 1-0/+5
2018-08-23namei: allow restricted O_CREAT of FIFOs and regular filesGravatar Salvatore Mesoraca 1-0/+2
2018-08-21Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-14/+15
2018-08-17mpage: mpage_readpages() should submit IO as read-aheadGravatar Jens Axboe 1-0/+4
2018-08-17vfs: discard ATTR_ATTR_FLAGGravatar NeilBrown 1-1/+0
2018-08-13Merge branches 'work.misc' and 'work.dcache' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-4/+3
2018-08-13Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-1/+16
2018-08-13Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-8/+9
2018-08-03new helper: inode_fake_hash()Gravatar Al Viro 1-0/+11
2018-08-03new primitive: discard_new_inode()Gravatar Al Viro 1-1/+5
2018-07-22Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 1-0/+1
2018-07-18vfs: remove open_flags from d_real()Gravatar Miklos Szeredi 1-1/+1
2018-07-18Partially revert "locks: fix file locking on overlayfs"Gravatar Miklos Szeredi 1-12/+1
2018-07-18Revert "vfs: add flags to d_real()"Gravatar Miklos Szeredi 1-1/+1
2018-07-18Revert "vfs: update ovl inode before relatime check"Gravatar Miklos Szeredi 1-0/+1
2018-07-18vfs: export vfs_dedupe_file_range_one() to modulesGravatar Miklos Szeredi 1-0/+4
2018-07-18vfs: export vfs_ioctl() to modulesGravatar Miklos Szeredi 1-0/+2
2018-07-18vfs: make open_with_fake_path() not contribute to nr_filesGravatar Miklos Szeredi 1-0/+3
2018-07-18Merge branch 'dedupe-cleanup' into overlayfs-nextGravatar Miklos Szeredi 1-1/+1
2018-07-12new helper: open_with_fake_path()Gravatar Al Viro 1-0/+2
2018-07-12kill FILE_{CREATED,OPENED}Gravatar Al Viro 1-4/+0
2018-07-12get rid of 'opened' argument of ->atomic_open() - part 3Gravatar Al Viro 1-1/+1
2018-07-12getting rid of 'opened' argument of ->atomic_open() - part 1Gravatar Al Viro 1-2/+1
2018-07-12introduce FMODE_CREATED and switch to itGravatar Al Viro 1-0/+1
2018-07-12introduce FMODE_OPENEDGravatar Al Viro 1-0/+2