aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-02firmware: support loading into a pre-allocated bufferStephen Boyd1-0/+1
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-29/+50
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-0/+1
2016-07-29mm: export filemap_check_errors() to modulesMiklos Szeredi1-0/+1
2016-07-28Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-7/+1
2016-07-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+6
2016-07-26mm: migrate: support non-lru movable page migrationMinchan Kim1-0/+2
2016-07-26fs/fs-writeback.c: add a new writeback list for syncDave Chinner1-0/+4
2016-07-20block: get rid of bio_rw and READAChristoph Hellwig1-17/+1
2016-07-19bdev: get rid of ->bd_inodesAl Viro1-1/+0
2016-07-05fs: Update i_[ug]id_(read|write) to translate relative to s_user_nsSeth Forshee1-25/+25
2016-07-05vfs: Don't modify inodes with a uid or gid unknown to the vfsEric W. Biederman1-0/+5
2016-06-30vfs: merge .d_select_inode() into .d_real()Miklos Szeredi1-6/+1
2016-06-23userns: Remove the now unnecessary FS_USERNS_DEV_MOUNT flagEric W. Biederman1-1/+0
2016-06-23vfs: Generalize filesystem nodev handling.Eric W. Biederman1-0/+2
2016-06-23fs: Add user namespace member to struct super_blockEric W. Biederman1-0/+12
2016-06-23vfs: Pass data, ns, and ns->userns to mount_nsEric W. Biederman1-2/+3
2016-06-23mnt: Refactor fs_fully_visible into mount_too_revealingEric W. Biederman1-1/+3
2016-06-07block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie1-2/+2
2016-06-07block, fs, drivers: remove REQ_OP compat defs and related codeMike Christie1-22/+15
2016-06-07direct-io: use bio set/get op accessorsMike Christie1-1/+1
2016-06-07block: add REQ_OP definitions and helpersMike Christie1-2/+24
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie1-1/+1
2016-05-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+2
2016-05-27switch ->setxattr() to passing dentry and inode separatelyAl Viro1-1/+2
2016-05-26Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-1/+0
2016-05-23Merge tag 'libnvdimm-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-8/+0
2016-05-20Revert "block: enable dax for raw block devices"Dan Williams1-8/+0
2016-05-20Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-0/+2
2016-05-19Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-6/+25
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-12/+29
2016-05-17Merge branch 'work.const-path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2016-05-17block: Update blkdev_dax_capable() for consistencyToshi Kani1-8/+0
2016-05-16dax: Remove complete_unwritten argumentJan Kara1-1/+0
2016-05-12ext4: switch to ->iterate_shared()Al Viro1-0/+7
2016-05-02introduce a parallel variant of ->iterate()Al Viro1-0/+1
2016-05-02parallel lookups: actual switch to rwsemAl Viro1-6/+21
2016-05-02parallel lookups machinery, part 2Al Viro1-0/+1
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro1-1/+14
2016-05-01fs: simplify the generic_write_sync prototypeChristoph Hellwig1-6/+18
2016-05-01fs: add IOCB_SYNC and IOCB_DSYNCChristoph Hellwig1-4/+10
2016-05-01direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig1-5/+4
2016-05-01filemap: remove the pos argument to generic_file_direct_writeChristoph Hellwig1-1/+1
2016-04-27fs: fix over-zealous use of "const"Kees Cook1-1/+1
2016-04-21fs: define a string representation of the kernel_read_file_id enumerationMimi Zohar1-6/+25
2016-04-19Merge 4.6-rc4 into driver-core-nextGreg Kroah-Hartman1-2/+12
2016-04-11->getxattr(): pass dentry and inode as separate argumentsAl Viro1-1/+2
2016-04-07Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-0/+10
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-2/+2
2016-03-31posix_acl: Inode acl caching fixesAndreas Gruenbacher1-0/+12