aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-18Merge tag 'locks-v3.20-2' of git://git.samba.org/jlayton/linuxLinus Torvalds1-3/+0
2015-02-17Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+10
2015-02-17Merge branch 'iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+3
2015-02-17Merge branch 'getname2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-7/+2
2015-02-16dax: add dax_zero_page_rangeMatthew Wilcox1-0/+1
2015-02-16vfs,ext2: remove CONFIG_EXT2_FS_XIP and rename CONFIG_FS_XIP to CONFIG_FS_DAXMatthew Wilcox1-1/+1
2015-02-16vfs: remove get_xip_memMatthew Wilcox1-2/+0
2015-02-16dax,ext2: replace xip_truncate_page with dax_truncate_pageMatthew Wilcox1-9/+1
2015-02-16dax,ext2: replace the XIP page fault handler with the DAX page fault handlerMatthew Wilcox1-1/+3
2015-02-16dax,ext2: replace ext2_clear_xip_target with dax_clear_blocksMatthew Wilcox1-0/+1
2015-02-16dax,ext2: replace XIP read and write with DAX I/OMatthew Wilcox1-4/+8
2015-02-16vfs,ext2: introduce IS_DAX(inode)Matthew Wilcox1-0/+6
2015-02-16Revert "locks: keep a count of locks on the flctx lists"Jeff Layton1-3/+0
2015-02-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+4
2015-02-12fs: consolidate {nr,free}_cached_objects args in shrink_controlVladimir Davydov1-2/+4
2015-02-12Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+24
2015-02-12Merge branch 'for-3.20' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-0/+16
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-02-05vfs: add find_inode_nowait() functionTheodore Ts'o1-0/+5
2015-02-05vfs: add support for a lazytime mount optionTheodore Ts'o1-0/+5
2015-02-02fs: add FL_LAYOUT lease typeChristoph Hellwig1-0/+16
2015-02-02Make super_blocks and sb_lock staticAl Viro1-2/+0
2015-01-29fs: add vfs_iter_{read,write} helpersChristoph Hellwig1-0/+3
2015-01-23audit: replace getname()/putname() hacks with reference countersPaul Moore1-7/+2
2015-01-21locks: update comments that refer to inode->i_flockJeff Layton1-9/+10
2015-01-20fs: remove mapping->backing_dev_infoChristoph Hellwig1-2/+1
2015-01-20fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig1-0/+23
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