aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-12Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+11
2019-03-09Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds1-2/+2
2019-03-08Merge tag 'io_uring-2019-03-06' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+12
2019-03-08Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+2
2019-03-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+3
2019-03-07linux/fs.h: move member alignment check next to definition of struct filenameRasmus Villemoes1-0/+3
2019-03-07Merge tag 'dtype_for_v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-16/+1
2019-03-05writeback: fix inode cgroup switching commentGreg Thelen1-1/+1
2019-03-04aio: simplify - and fix - fget/fput for io_submit()Linus Torvalds1-1/+7
2019-02-28fs: add fget_many() and fput_many()Jens Axboe1-1/+3
2019-02-28Add io_uring IO interfaceJens Axboe1-0/+9
2019-02-28vfs: Remove kern_mount_data()David Howells1-2/+1
2019-02-28convenience helpers: vfs_get_super() and sget_fc()Al Viro1-0/+4
2019-02-28vfs: Implement a filesystem superblock creation/configuration contextDavid Howells1-0/+2
2019-02-24fs: add an iopoll method to struct file_operationsChristoph Hellwig1-0/+2
2019-01-30introduce fs_context methodsAl Viro1-0/+2
2019-01-30convert do_remount_sb() to fs_contextDavid Howells1-0/+1
2019-01-30teach vfs_get_tree() to handle subtype, switch do_new_mount() to itAl Viro1-1/+1
2019-01-30fs: Don't need to put list_lru into its own cachelineWaiman Long1-4/+5
2019-01-23fscrypt: remove filesystem specific build config optionChandan Rajendra1-2/+2
2019-01-21fs: common implementation of file typePhillip Potter1-16/+1
2018-12-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+4
2018-12-28Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2018-12-28mm: migrate: provide buffer_migrate_page_norefs()Jan Kara1-0/+4
2018-12-07fs/locks: merge posix_unblock_lock() and locks_delete_block()NeilBrown1-2/+2
2018-11-30fs/locks: rename some lists and pointers.NeilBrown1-2/+7
2018-11-19block: Initialize BIO I/O priority earlyDamien Le Moal1-1/+1
2018-11-02Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-17/+38
2018-10-30vfs: hide file range comparison functionDarrick J. Wong1-3/+0
2018-10-30vfs: enable remap callers that can handle short operationsDarrick J. Wong1-2/+3
2018-10-30vfs: plumb remap flags through the vfs dedupe functionsDarrick J. Wong1-1/+1
2018-10-30vfs: plumb remap flags through the vfs clone functionsDarrick J. Wong1-2/+2
2018-10-30vfs: make remap_file_range functions take and return bytes completedDarrick J. Wong1-12/+15
2018-10-30vfs: pass remap flags to generic_remap_checksDarrick J. Wong1-1/+1
2018-10-30vfs: pass remap flags to generic_remap_file_range_prepDarrick J. Wong1-1/+1
2018-10-30vfs: combine the clone and dedupe into a single remap_file_rangeDarrick J. Wong1-4/+21
2018-10-30vfs: rename vfs_clone_file_prep to be more descriptiveDarrick J. Wong1-3/+3
2018-10-30vfs: check file ranges before cloning filesDarrick J. Wong1-3/+6
2018-10-29Merge tag 'for_v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-5/+17
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds1-22/+41
2018-10-25fsnotify: Fix busy inodes during unmountJan Kara1-0/+3
2018-10-21mm: Convert page-writeback to XArrayMatthew Wilcox1-7/+10
2018-10-21page cache: Rearrange address_spaceMatthew Wilcox1-15/+31
2018-10-19fs: group frequently accessed fields of struct super_block togetherAmir Goldstein1-10/+14
2018-09-24vfs: swap names of {do,vfs}_clone_file_range()Amir Goldstein1-14/+3
2018-09-03fsnotify: add super block object typeAmir Goldstein1-0/+5
2018-08-30vfs: add the fadvise() file operationAmir Goldstein1-0/+5
2018-08-23namei: allow restricted O_CREAT of FIFOs and regular filesSalvatore Mesoraca1-0/+2
2018-08-21Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds1-14/+15
2018-08-17mpage: mpage_readpages() should submit IO as read-aheadJens Axboe1-0/+4