summaryrefslogtreecommitdiff
path: root/include/linux/fs.h
AgeCommit message (Expand)Author
2019-03-07Merge tag 'dtype_for_v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-03-05writeback: fix inode cgroup switching commentGreg Thelen
2019-03-04aio: simplify - and fix - fget/fput for io_submit()Linus Torvalds
2019-01-30fs: Don't need to put list_lru into its own cachelineWaiman Long
2019-01-21fs: common implementation of file typePhillip Potter
2018-12-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-12-28Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-12-28mm: migrate: provide buffer_migrate_page_norefs()Jan Kara
2018-12-07fs/locks: merge posix_unblock_lock() and locks_delete_block()NeilBrown
2018-11-30fs/locks: rename some lists and pointers.NeilBrown
2018-11-19block: Initialize BIO I/O priority earlyDamien Le Moal
2018-11-02Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2018-10-30vfs: hide file range comparison functionDarrick J. Wong
2018-10-30vfs: enable remap callers that can handle short operationsDarrick J. Wong
2018-10-30vfs: plumb remap flags through the vfs dedupe functionsDarrick J. Wong
2018-10-30vfs: plumb remap flags through the vfs clone functionsDarrick J. Wong
2018-10-30vfs: make remap_file_range functions take and return bytes completedDarrick J. Wong
2018-10-30vfs: pass remap flags to generic_remap_checksDarrick J. Wong
2018-10-30vfs: pass remap flags to generic_remap_file_range_prepDarrick J. Wong
2018-10-30vfs: combine the clone and dedupe into a single remap_file_rangeDarrick J. Wong
2018-10-30vfs: rename vfs_clone_file_prep to be more descriptiveDarrick J. Wong
2018-10-30vfs: check file ranges before cloning filesDarrick J. Wong
2018-10-29Merge tag 'for_v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds
2018-10-25fsnotify: Fix busy inodes during unmountJan Kara
2018-10-21mm: Convert page-writeback to XArrayMatthew Wilcox
2018-10-21page cache: Rearrange address_spaceMatthew Wilcox
2018-10-19fs: group frequently accessed fields of struct super_block togetherAmir Goldstein
2018-09-24vfs: swap names of {do,vfs}_clone_file_range()Amir Goldstein
2018-09-03fsnotify: add super block object typeAmir Goldstein
2018-08-30vfs: add the fadvise() file operationAmir Goldstein
2018-08-23namei: allow restricted O_CREAT of FIFOs and regular filesSalvatore Mesoraca
2018-08-21Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-08-17mpage: mpage_readpages() should submit IO as read-aheadJens Axboe
2018-08-17vfs: discard ATTR_ATTR_FLAGNeilBrown
2018-08-13Merge branches 'work.misc' and 'work.dcache' of git://git.kernel.org/pub/scm/...Linus Torvalds
2018-08-13Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-08-13Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-08-03new helper: inode_fake_hash()Al Viro
2018-08-03new primitive: discard_new_inode()Al Viro
2018-07-22Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2018-07-18vfs: remove open_flags from d_real()Miklos Szeredi
2018-07-18Partially revert "locks: fix file locking on overlayfs"Miklos Szeredi
2018-07-18Revert "vfs: add flags to d_real()"Miklos Szeredi
2018-07-18Revert "vfs: update ovl inode before relatime check"Miklos Szeredi
2018-07-18vfs: export vfs_dedupe_file_range_one() to modulesMiklos Szeredi
2018-07-18vfs: export vfs_ioctl() to modulesMiklos Szeredi
2018-07-18vfs: make open_with_fake_path() not contribute to nr_filesMiklos Szeredi
2018-07-18Merge branch 'dedupe-cleanup' into overlayfs-nextMiklos Szeredi
2018-07-12new helper: open_with_fake_path()Al Viro