summaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-10-141-0/+1
|\
| * vfs: add vfs_get_link() helperMiklos Szeredi2016-10-141-0/+1
* | mm: split gfp_mask and mapping flags into separate fieldsMichal Hocko2016-10-111-1/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-3/+3
|\ \
| * \ Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-101-3/+2
| |\ \
| | * | fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-271-1/+1
| | * | vfs: remove unused i_op->renameMiklos Szeredi2016-09-271-2/+0
| | * | libfs: support RENAME_NOREPLACE in simple_rename()Miklos Szeredi2016-09-271-1/+2
| | |/
| * | vfs: Add current_time() apiDeepa Dinamani2016-09-271-0/+1
| |/
* | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-10-101-9/+14
|\ \
| * | vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-071-5/+0
| * | vfs: Add IOP_XATTR inode operations flagAndreas Gruenbacher2016-10-071-0/+1
| * | sockfs: Get rid of getxattr iopAndreas Gruenbacher2016-10-061-4/+13
| |/
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-5/+17
|\ \
| * \ Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro2016-10-081-1/+1
| |\ \
| | * | fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-221-1/+1
| * | | Merge remote-tracking branch 'ovl/misc' into work.miscAl Viro2016-10-081-3/+15
| |\ \ \
| | * | | locks: fix file locking on overlayfsMiklos Szeredi2016-09-161-2/+14
| | * | | vfs: update ovl inode before relatime checkMiklos Szeredi2016-09-161-1/+0
| | * | | vfs: move permission checking into notify_change() for utimes(NULL)Miklos Szeredi2016-09-161-0/+1
| | | |/ | | |/|
| * | | fs/file: more unsigned file descriptorsAlexey Dobriyan2016-09-271-1/+1
| |/ /
* | | switch generic_file_splice_read() to use of ->read_iter()Al Viro2016-10-051-2/+0
|/ /
* | ovl: don't cache acl on overlay layerMiklos Szeredi2016-09-011-0/+1
|/
* block/mm: make bdev_ops->rw_page() take a bool for read/writeJens Axboe2016-08-071-2/+1
* Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2016-08-071-5/+0
|\
| * Merge branch 'for-viro' of git://git.kernel.org/pub/scm/linux/kernel/git/msze...Al Viro2016-08-031-5/+0
| |\
| | * vfs: make dentry_needs_remove_privs() internalMiklos Szeredi2016-08-031-1/+0
| | * vfs: remove file_needs_remove_privs()Miklos Szeredi2016-08-031-4/+0
* | | mm/block: convert rw_page users to bio op useMike Christie2016-08-041-1/+2
* | | firmware: support loading into a pre-allocated bufferStephen Boyd2016-08-021-0/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2016-07-291-29/+50
|\ \ \ | |/ / |/| |
| * | fs: Update i_[ug]id_(read|write) to translate relative to s_user_nsSeth Forshee2016-07-051-25/+25
| * | vfs: Don't modify inodes with a uid or gid unknown to the vfsEric W. Biederman2016-07-051-0/+5
| * | userns: Remove the now unnecessary FS_USERNS_DEV_MOUNT flagEric W. Biederman2016-06-231-1/+0
| * | vfs: Generalize filesystem nodev handling.Eric W. Biederman2016-06-231-0/+2
| * | fs: Add user namespace member to struct super_blockEric W. Biederman2016-06-231-0/+12
| * | vfs: Pass data, ns, and ns->userns to mount_nsEric W. Biederman2016-06-231-2/+3
| * | mnt: Refactor fs_fully_visible into mount_too_revealingEric W. Biederman2016-06-231-1/+3
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2016-07-291-0/+1
|\ \
| * | mm: export filemap_check_errors() to modulesMiklos Szeredi2016-07-291-0/+1
| |/
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-07-281-7/+1
|\ \
| * | bdev: get rid of ->bd_inodesAl Viro2016-07-191-1/+0
| * | vfs: merge .d_select_inode() into .d_real()Miklos Szeredi2016-06-301-6/+1
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-07-261-0/+6
|\ \
| * | mm: migrate: support non-lru movable page migrationMinchan Kim2016-07-261-0/+2
| * | fs/fs-writeback.c: add a new writeback list for syncDave Chinner2016-07-261-0/+4
| |/
* | block: get rid of bio_rw and READAChristoph Hellwig2016-07-201-17/+1
* | block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie2016-06-071-2/+2
* | block, fs, drivers: remove REQ_OP compat defs and related codeMike Christie2016-06-071-22/+15
* | direct-io: use bio set/get op accessorsMike Christie2016-06-071-1/+1
OpenPOWER on IntegriCloud