aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-5/+1
2015-02-10rmap: drop support of non-linear mappingsKirill A. Shutemov1-3/+1
2015-02-10mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov1-6/+0
2015-02-10mm: replace remap_file_pages() syscall with emulationKirill A. Shutemov1-2/+6
2015-01-21locks: update comments that refer to inode->i_flockJeff Layton1-9/+10
2015-01-16locks: keep a count of locks on the flctx listsJeff Layton1-0/+3
2015-01-16locks: clean up the lm_change prototypeJeff Layton1-3/+3
2015-01-16locks: add a dedicated spinlock to protect i_flctx listsJeff Layton1-0/+1
2015-01-16locks: remove i_flock field from struct inodeJeff Layton1-1/+2
2015-01-16locks: convert lease handling to file_lock_contextJeff Layton1-2/+3
2015-01-16locks: convert posix locks to file_lock_contextJeff Layton1-1/+2
2015-01-16locks: add a new struct file_locking_context pointer to struct inodeJeff Layton1-0/+11
2015-01-16locks: add new struct list_head to struct file_lockJeff Layton1-0/+1
2015-01-08vfs: renumber FMODE_NONOTIFY and add to uniqueness checkDavid Drysdale1-1/+1
2014-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+0
2014-12-16Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+1
2014-12-14Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-0/+1
2014-12-14Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds1-0/+1
2014-12-13aio: Make it possible to remap aio ringPavel Emelyanov1-0/+1
2014-12-13syscalls: implement execveat() system callDavid Drysdale1-0/+1
2014-12-13mm/rmap: share the i_mmap_rwsemDavidlohr Bueso1-0/+10
2014-12-13mm: convert i_mmap_mutex to rwsemDavidlohr Bueso1-3/+4
2014-12-13mm,fs: introduce helpers around the i_mmap_mutexDavidlohr Bueso1-0/+10
2014-12-10make default ->i_fop have ->open() fail with ENXIOAl Viro1-1/+0
2014-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+10
2014-12-10Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-3/+2
2014-11-19Merge tag 'trace-seq-file-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into for-nextAl Viro1-1/+1
2014-11-19kill f_dentry macroAl Viro1-1/+0
2014-11-19merge nfs bugfixes into nfsd for-3.19 branchJ. Bruce Fields1-3/+46
2014-11-19Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity into nextJames Morris1-0/+1
2014-11-17VFS: refactor vfs_read()Dmitry Kasatkin1-0/+1
2014-11-17fs: add freeze_super/thaw_super fs hooksBenjamin Marzinski1-0/+2
2014-11-10vfs: Remove i_dquot field from inodeJan Kara1-3/+0
2014-11-10quota: Use function to provide i_dquot pointersJan Kara1-0/+1
2014-11-10quota: Allow each filesystem to specify which quota types it supportsJan Kara1-0/+1
2014-11-07VFS: Rename do_fallocate() to vfs_fallocate()Anna Schumaker1-1/+1
2014-11-05fs: Convert show_fdinfo functions to voidJoe Perches1-1/+1
2014-10-31new helper: is_root_inode()Al Viro1-0/+5
2014-10-31vfs: make first argument of dir_context.actor typedMiklos Szeredi1-1/+4
2014-10-31Return short read or 0 at end of a raw device, not EIODavid Jeffery1-0/+1
2014-10-28overlayfs: fix lockdep misannotationMiklos Szeredi1-3/+6
2014-10-24fs: limit filesystem stacking depthMiklos Szeredi1-0/+11
2014-10-24vfs: add whiteout supportMiklos Szeredi1-0/+11
2014-10-24vfs: export check_sticky()Miklos Szeredi1-0/+9
2014-10-24vfs: export __inode_permission() to modulesMiklos Szeredi1-0/+1
2014-10-24vfs: export do_splice_direct() to modulesMiklos Szeredi1-0/+3
2014-10-24vfs: add i_op->dentry_open()Miklos Szeredi1-0/+4
2014-10-18Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+0
2014-10-14block: Remove REQ_KERNELMartin K. Petersen1-2/+0
2014-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+3