summaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-02-111-5/+1Star
|\
| * rmap: drop support of non-linear mappingsKirill A. Shutemov2015-02-101-3/+1Star
| * mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov2015-02-101-6/+0Star
| * mm: replace remap_file_pages() syscall with emulationKirill A. Shutemov2015-02-101-2/+6
* | locks: update comments that refer to inode->i_flockJeff Layton2015-01-221-9/+10
* | locks: keep a count of locks on the flctx listsJeff Layton2015-01-161-0/+3
* | locks: clean up the lm_change prototypeJeff Layton2015-01-161-3/+3
* | locks: add a dedicated spinlock to protect i_flctx listsJeff Layton2015-01-161-0/+1
* | locks: remove i_flock field from struct inodeJeff Layton2015-01-161-1/+2
* | locks: convert lease handling to file_lock_contextJeff Layton2015-01-161-2/+3
* | locks: convert posix locks to file_lock_contextJeff Layton2015-01-161-1/+2
* | locks: add a new struct file_locking_context pointer to struct inodeJeff Layton2015-01-161-0/+11
* | locks: add new struct list_head to struct file_lockJeff Layton2015-01-161-0/+1
|/
* vfs: renumber FMODE_NONOTIFY and add to uniqueness checkDavid Drysdale2015-01-091-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-12-171-1/+0Star
|\
| * make default ->i_fop have ->open() fail with ENXIOAl Viro2014-12-111-1/+0Star
* | Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2014-12-171-1/+1
|\ \
| * \ merge nfs bugfixes into nfsd for-3.19 branchJ. Bruce Fields2014-11-191-3/+46
| |\ \
| * | | VFS: Rename do_fallocate() to vfs_fallocate()Anna Schumaker2014-11-071-1/+1
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2014-12-151-0/+1
|\ \ \ \
| * \ \ \ Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/li...James Morris2014-11-191-0/+1
| |\ \ \ \
| | * | | | VFS: refactor vfs_read()Dmitry Kasatkin2014-11-181-0/+1
* | | | | | Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds2014-12-141-0/+1
|\ \ \ \ \ \
| * | | | | | aio: Make it possible to remap aio ringPavel Emelyanov2014-12-131-0/+1
| | |_|_|/ / | |/| | | |
* | | | | | syscalls: implement execveat() system callDavid Drysdale2014-12-131-0/+1
* | | | | | mm/rmap: share the i_mmap_rwsemDavidlohr Bueso2014-12-131-0/+10
* | | | | | mm: convert i_mmap_mutex to rwsemDavidlohr Bueso2014-12-131-3/+4
* | | | | | mm,fs: introduce helpers around the i_mmap_mutexDavidlohr Bueso2014-12-131-0/+10
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-12-111-3/+10
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Merge tag 'trace-seq-file-cleanup' of git://git.kernel.org/pub/scm/linux/kern...Al Viro2014-11-191-1/+1
| |\ \ \ \ \
| | * | | | | fs: Convert show_fdinfo functions to voidJoe Perches2014-11-051-1/+1
| | | |_|_|/ | | |/| | |
| * | | | | kill f_dentry macroAl Viro2014-11-191-1/+0Star
| * | | | | new helper: is_root_inode()Al Viro2014-10-311-0/+5
| * | | | | vfs: make first argument of dir_context.actor typedMiklos Szeredi2014-10-311-1/+4
| | |/ / / | |/| | |
* | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2014-12-111-3/+2Star
|\ \ \ \ \
| * | | | | vfs: Remove i_dquot field from inodeJan Kara2014-11-101-3/+0Star
| * | | | | quota: Use function to provide i_dquot pointersJan Kara2014-11-101-0/+1
| * | | | | quota: Allow each filesystem to specify which quota types it supportsJan Kara2014-11-101-0/+1
| |/ / / /
* / / / / fs: add freeze_super/thaw_super fs hooksBenjamin Marzinski2014-11-171-0/+2
|/ / / /
* | | | Return short read or 0 at end of a raw device, not EIODavid Jeffery2014-10-311-0/+1
* | | | overlayfs: fix lockdep misannotationMiklos Szeredi2014-10-281-3/+6
* | | | fs: limit filesystem stacking depthMiklos Szeredi2014-10-241-0/+11
* | | | vfs: add whiteout supportMiklos Szeredi2014-10-241-0/+11
* | | | vfs: export check_sticky()Miklos Szeredi2014-10-241-0/+9
* | | | vfs: export __inode_permission() to modulesMiklos Szeredi2014-10-241-0/+1
* | | | vfs: export do_splice_direct() to modulesMiklos Szeredi2014-10-241-0/+3
* | | | vfs: add i_op->dentry_open()Miklos Szeredi2014-10-241-0/+4
|/ / /
* | | Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-10-181-2/+0Star
|\ \ \
| * | | block: Remove REQ_KERNELMartin K. Petersen2014-10-141-2/+0Star
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-10-131-2/+3
|\ \ \