aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+2
2013-07-13fput: turn "list_head delayed_fput_list" into llist_headOleg Nesterov1-0/+2
2013-07-09Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds1-2/+2
2013-07-09page migration: fix wrong comment in address_space_operations.migratepage()Tang Chen1-2/+2
2013-07-08locks: move file_lock_list to a set of percpu hlist_heads and convert file_lock_lock to an lglockJeff Layton1-0/+1
2013-07-03mm: vmscan: take page buffers dirty and locked state into accountMel Gorman1-0/+1
2013-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-22/+27
2013-07-03vfs: export lseek_execute() to modulesJie Liu1-0/+1
2013-07-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-1/+1
2013-06-29locks: add a new "lm_owner_key" lock operationJeff Layton1-0/+1
2013-06-29locks: convert fl_link to a hlist_nodeJeff Layton1-1/+1
2013-06-29locks: protect most of the file_lock handling with i_lockJeff Layton1-11/+0
2013-06-29locks: comment cleanups and clarificationsJeff Layton1-0/+18
2013-06-29cifs: use posix_unblock_lock instead of locks_delete_blockJeff Layton1-5/+0
2013-06-29locks: drop the unused filp argument to posix_unblock_lockJeff Layton1-3/+2
2013-06-29constify rw_verify_area()Al Viro1-1/+0
2013-06-29new helper: fixed_size_llseek()Al Viro1-0/+2
2013-06-29kill find_inode_number()Al Viro1-1/+0
2013-06-29allow the temp files created by open() to be linked toAl Viro1-0/+1
2013-06-29[O_TMPFILE] it's still short a few helpers, but infrastructure should be OK now...Al Viro1-0/+1
2013-06-29[readdir] constify ->actorAl Viro1-1/+1
2013-06-29[readdir] ->readdir() is goneAl Viro1-1/+0
2013-06-29[readdir] convert ext3Al Viro1-0/+6
2013-06-29[readdir] switch dcache_readdir() users to ->iterate()Al Viro1-7/+32
2013-06-29[readdir] introduce ->iterate(), ctx->pos, dir_emit()Al Viro1-0/+9
2013-06-29[readdir] introduce iterate_dir() and dir_contextAl Viro1-0/+4
2013-06-20splice: don't pass the address of ->f_pos to methodsAl Viro1-2/+0
2013-05-21mm: change invalidatepage prototype to accept lengthLukas Czerner1-1/+1
2013-05-07make blkdev_put() return voidAl Viro1-1/+1
2013-05-04fs: Fix hang with BSD accounting on frozen filesystemJan Kara1-0/+7
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-5/+14
2013-04-30include/linux/fs.h: disable preempt when acquire i_size_seqcount write lockFan Du1-0/+2
2013-04-09pipe: fold file_operations instances in oneAl Viro1-5/+0
2013-04-09lift sb_start_write/sb_end_write out of ->aio_write()Al Viro1-0/+14
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+2
2013-03-01cache the value of file_inode() in struct fileAl Viro1-1/+2
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-5/+9
2013-02-26export kernel_write(), convert open-coded instancesAl Viro1-0/+1
2013-02-26kill f_vfsmntAl Viro1-1/+0
2013-02-26vfs: kill FS_REVAL_DOT by adding a d_weak_revalidate dentry opJeff Layton1-1/+0
2013-02-26switch vfs_getattr() to struct pathAl Viro1-1/+1
2013-02-22new helper: file_inode(file)Al Viro1-2/+7
2013-01-24mm: minor cleanup of iov_iter_single_seg_count()Maxim Patlasov1-1/+1
2012-12-20Merge branch 'fscache' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs into for-linusAl Viro1-0/+1
2012-12-20vfs: Remove useless function prototypesAlessio Igor Bogani1-4/+0
2012-12-20vfs: drop vmtruncateMarco Stornelli1-1/+0
2012-12-20VFS: Make more complete truncate operation available to CacheFilesDavid Howells1-0/+1
2012-12-17Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-8/+8
2012-12-17procfs: add ability to plug in auxiliary fdinfo providersCyrill Gorcunov1-2/+2
2012-12-17lseek: the "whence" argument is called "whence"Andrew Morton1-6/+6