aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-23Cleanup generic block based fiemapJosef Bacik1-2/+3
2010-04-07vfs: rename block_fsync() to blkdev_fsync()Andrew Morton1-1/+1
2010-04-07raw: fsync method is now requiredAnton Blanchard1-0/+1
2010-03-06include/linux/fs.h: convert FMODE_* constants to hexAndrew Morton1-11/+11
2010-03-06readahead: introduce FMODE_RANDOM for POSIX_FADV_RANDOMWu Fengguang1-0/+3
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig1-1/+1
2010-03-03vfs: add NOFOLLOW flag to umount(2)Miklos Szeredi1-0/+2
2010-03-03new helper: iterate_mounts()Al Viro1-1/+2
2010-03-03New helper: path_is_under(path1, path2)Al Viro1-0/+1
2010-03-03kill unused invalidate_inode_pages helperChristoph Hellwig1-6/+0
2010-03-03fs: re-order super_block to remove 16 bytes of padding on 64bit buildsRichard Kennedy1-6/+6
2010-03-03libfs: Unexport and kill simple_prepare_writeBoaz Harrosh1-2/+0
2010-02-19fs: inode - remove 8 bytes of padding on 64bits allowing 1 more objects/slab under slubRichard Kennedy1-1/+1
2010-01-14Fix ACC_MODE() for realAl Viro1-1/+1
2009-12-23Add unlocked version of inode_add_bytes() functionDmitry Monakhov1-0/+1
2009-12-22Remove obsolete comment in fs.hAndreas Gruenbacher1-2/+0
2009-12-22Sanitize f_flags helpersAl Viro1-0/+3
2009-12-17kill I_LOCKChristoph Hellwig1-20/+16
2009-12-17fold do_sync_file_range into sys_sync_file_rangeChristoph Hellwig1-4/+0
2009-12-16Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-0/+1
2009-12-16xfs: improve metadata I/O merging in the elevatorDave Chinner1-0/+1
2009-12-16cleanup blockdev_direct_IO lockingChristoph Hellwig1-14/+8
2009-12-16fs: move get_empty_filp() deffinition to internal.hEric Paris1-1/+0
2009-12-16direct-io: cleanup blockdev_direct_IO lockingChristoph Hellwig1-14/+8
2009-12-10kill wait_on_page_writeback_rangeChristoph Hellwig1-2/+0
2009-12-03block: Allow devices to indicate whether discarded blocks are zeroedMartin K. Petersen1-0/+1
2009-11-26Fix regression in direct writes performance due to WRITE_ODIRECT flag removalVivek Goyal1-0/+2
2009-10-28block: get rid of the WRITE_ODIRECT flagJeff Moyer1-2/+0
2009-10-04Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-0/+4
2009-10-03block: Topology ioctlsMartin K. Petersen1-0/+4
2009-10-01const: constify remaining file_operationsAlexey Dobriyan1-1/+1
2009-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-3/+5
2009-09-24Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6Linus Torvalds1-0/+1
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan1-1/+1
2009-09-24truncate: new helpersnpiggin@suse.de1-1/+2
2009-09-24freeze_bdev: grab active reference to frozen superblocksChristoph Hellwig1-0/+1
2009-09-24freeze_bdev: kill bd_mount_semChristoph Hellwig1-1/+0
2009-09-24vfs: change sb->s_maxbytes to a loff_tJeff Layton1-1/+1
2009-09-24vfs: split generic_forget_inode() so that hugetlbfs does not have to copy itJan Kara1-0/+1
2009-09-22const: make lock_manager_operations constAlexey Dobriyan1-1/+1
2009-09-22const: make file_lock_operations constAlexey Dobriyan1-1/+1
2009-09-22const: make struct super_block::s_qcop constAlexey Dobriyan1-1/+1
2009-09-22const: make struct super_block::dq_op constAlexey Dobriyan1-1/+1
2009-09-16fs: Assign bdi in super_blockJens Axboe1-0/+1
2009-09-16fs: remove bdev->bd_inode_backing_dev_infoJens Axboe1-1/+0
2009-09-16HWPOISON: Define a new error_remove_page address space op for async truncationAndi Kleen1-0/+1
2009-09-14Merge branch 'for-2.6.32' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-2/+2
2009-09-14vfs: Remove generic_osync_inode() and sync_page_range{_nolock}()Jan Kara1-5/+0
2009-09-14vfs: Introduce new helpers for syncing after writing to O_SYNC file or IS_SYNC inodeJan Kara1-0/+3
2009-09-14vfs: Rename generic_file_aio_write_nolockChristoph Hellwig1-2/+4