aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+2
2014-08-08mm: allow drivers to prevent new writable mappingsDavid Herrmann1-2/+27
2014-08-07acct: get rid of acct_listAl Viro1-0/+1
2014-08-07acct: switch to __kernel_write()Al Viro1-0/+1
2014-08-06fs.h, drivers/hwmon/asus_atk0110.c: fix DEFINE_SIMPLE_ATTRIBUTE semicolon definition and useJoe Perches1-1/+1
2014-07-13locks: typedef fl_owner_t to void *Christoph Hellwig1-1/+1
2014-06-21Merge tag 'locks-v3.16-2' of git://git.samba.org/jlayton/linuxLinus Torvalds1-0/+6
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-18/+23
2014-06-12kill generic_file_splice_write()Al Viro1-2/+0
2014-06-12->splice_write() via ->write_iter()Al Viro1-0/+2
2014-06-10locks: add missing memory barrier in break_delegJeff Layton1-0/+6
2014-06-04fs/libfs.c: add generic data flush to fsyncFabian Frederick1-0/+1
2014-05-06bury generic_file_aio_{read,write}Al Viro1-2/+0
2014-05-06bury __generic_file_aio_write()Al Viro1-1/+0
2014-05-06blkdev_aio_write() - turn into blkdev_write_iter()Al Viro1-2/+1
2014-05-06write_iter variants of {__,}generic_file_aio_write()Al Viro1-0/+2
2014-05-06new methods: ->read_iter() and ->write_iter()Al Viro1-0/+6
2014-05-06replace checking for ->read/->aio_read presence with check in ->f_modeAl Viro1-0/+4
2014-05-06iov_iter_truncate()Al Viro1-2/+1
2014-05-06new helper: generic_file_read_iter()Al Viro1-0/+1
2014-05-06switch {__,}blockdev_direct_IO() to iov_iterAl Viro1-6/+6
2014-05-06pass iov_iter to ->direct_IO()Al Viro1-2/+1
2014-05-06kill generic_segment_checks()Al Viro1-2/+0
2014-05-06generic_file_direct_write(): switch to iov_iterAl Viro1-2/+2
2014-04-23locks: rename FL_FILE_PVT and IS_FILE_PVT to use "*_OFDLCK" insteadJeff Layton1-1/+1
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-89/+8
2014-04-04Merge tag 'xfs-for-linus-3.15-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-0/+3
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-0/+3
2014-04-04Merge branch 'locks-3.15' of git://git.samba.org/jlayton/linuxLinus Torvalds1-17/+26
2014-04-04Merge branch 'cross-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds1-1/+3
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner1-0/+1
2014-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-3/+3
2014-04-01kill generic_file_buffered_write()Al Viro1-2/+0
2014-04-01export generic_perform_write(), start getting rid of generic_file_buffer_write()Al Viro1-0/+2
2014-04-01generic_file_direct_write(): get rid of ppos argumentAl Viro1-1/+1
2014-04-01kill the 5th argument of generic_file_buffered_write()Al Viro1-1/+1
2014-04-01kill the 4th argument of __generic_file_aio_write()Al Viro1-2/+1
2014-04-01introduce copy_page_to_iter, kill loop over iovec in generic_file_aio_read()Al Viro1-1/+0
2014-04-01iov_iter: Move iov_iter to uio.hKent Overstreet1-32/+0
2014-04-01switch ->is_partially_uptodate() to saner argumentsAl Viro1-1/+1
2014-04-01new helper: readlink_copy()Al Viro1-1/+1
2014-04-01mark struct file that had write access grabbed by open()Al Viro1-0/+2
2014-04-01get rid of DEBUG_WRITECOUNTAl Viro1-49/+0
2014-04-01vfs: add renameat2 syscallMiklos Szeredi1-1/+3
2014-03-31locks: fix locks_mandatory_locked to respect file-private locksJeff Layton1-11/+11
2014-03-31locks: pass the cmd value to fcntl_getlk/getlk64Jeff Layton1-4/+6
2014-03-31locks: make /proc/locks show IS_FILE_PVT locks as type "FLPVT"Jeff Layton1-0/+1
2014-03-31locks: rename locks_remove_flock to locks_remove_fileJeff Layton1-2/+2
2014-03-31locks: close potential race between setlease and openJeff Layton1-0/+6
2014-03-24ext4: atomically set inode->i_flags in ext4_set_inode_flags()Theodore Ts'o1-0/+3