summaryrefslogtreecommitdiff
path: root/include/linux/fs.h
AgeCommit message (Expand)Author
2017-06-14fs: add i_blocksize()Fabian Frederick
2016-10-30aio: fix freeze protection of aio writesJan Kara
2016-10-30fs: remove the never implemented aio_fsync file operationChristoph Hellwig
2016-10-14Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-10-14vfs: add vfs_get_link() helperMiklos Szeredi
2016-10-11mm: split gfp_mask and mapping flags into separate fieldsMichal Hocko
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro
2016-10-08Merge remote-tracking branch 'ovl/misc' into work.miscAl Viro
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher
2016-10-07vfs: Add IOP_XATTR inode operations flagAndreas Gruenbacher
2016-10-06sockfs: Get rid of getxattr iopAndreas Gruenbacher
2016-10-05switch generic_file_splice_read() to use of ->read_iter()Al Viro
2016-09-27vfs: Add current_time() apiDeepa Dinamani
2016-09-27fs/file: more unsigned file descriptorsAlexey Dobriyan
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi
2016-09-27vfs: remove unused i_op->renameMiklos Szeredi
2016-09-27libfs: support RENAME_NOREPLACE in simple_rename()Miklos Szeredi
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara
2016-09-16locks: fix file locking on overlayfsMiklos Szeredi
2016-09-16vfs: update ovl inode before relatime checkMiklos Szeredi
2016-09-16vfs: move permission checking into notify_change() for utimes(NULL)Miklos Szeredi
2016-09-01ovl: don't cache acl on overlay layerMiklos Szeredi
2016-08-07block/mm: make bdev_ops->rw_page() take a bool for read/writeJens Axboe
2016-08-07Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2016-08-04mm/block: convert rw_page users to bio op useMike Christie
2016-08-03Merge branch 'for-viro' of git://git.kernel.org/pub/scm/linux/kernel/git/msze...Al Viro
2016-08-03vfs: make dentry_needs_remove_privs() internalMiklos Szeredi
2016-08-03vfs: remove file_needs_remove_privs()Miklos Szeredi
2016-08-02firmware: support loading into a pre-allocated bufferStephen Boyd
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2016-07-29mm: export filemap_check_errors() to modulesMiklos Szeredi
2016-07-28Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-07-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-07-26mm: migrate: support non-lru movable page migrationMinchan Kim
2016-07-26fs/fs-writeback.c: add a new writeback list for syncDave Chinner
2016-07-20block: get rid of bio_rw and READAChristoph Hellwig
2016-07-19bdev: get rid of ->bd_inodesAl Viro
2016-07-05fs: Update i_[ug]id_(read|write) to translate relative to s_user_nsSeth Forshee
2016-07-05vfs: Don't modify inodes with a uid or gid unknown to the vfsEric W. Biederman
2016-06-30vfs: merge .d_select_inode() into .d_real()Miklos Szeredi
2016-06-23userns: Remove the now unnecessary FS_USERNS_DEV_MOUNT flagEric W. Biederman
2016-06-23vfs: Generalize filesystem nodev handling.Eric W. Biederman
2016-06-23fs: Add user namespace member to struct super_blockEric W. Biederman
2016-06-23vfs: Pass data, ns, and ns->userns to mount_nsEric W. Biederman
2016-06-23mnt: Refactor fs_fully_visible into mount_too_revealingEric W. Biederman