summaryrefslogtreecommitdiff
path: root/include/linux/fs.h
AgeCommit message (Expand)Author
2013-07-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-07-13fput: turn "list_head delayed_fput_list" into llist_headOleg Nesterov
2013-07-09Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds
2013-07-09page migration: fix wrong comment in address_space_operations.migratepage()Tang Chen
2013-07-08locks: move file_lock_list to a set of percpu hlist_heads and convert file_lo...Jeff Layton
2013-07-03mm: vmscan: take page buffers dirty and locked state into accountMel Gorman
2013-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-07-03vfs: export lseek_execute() to modulesJie Liu
2013-07-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2013-06-29locks: add a new "lm_owner_key" lock operationJeff Layton
2013-06-29locks: convert fl_link to a hlist_nodeJeff Layton
2013-06-29locks: protect most of the file_lock handling with i_lockJeff Layton
2013-06-29locks: comment cleanups and clarificationsJeff Layton
2013-06-29cifs: use posix_unblock_lock instead of locks_delete_blockJeff Layton
2013-06-29locks: drop the unused filp argument to posix_unblock_lockJeff Layton
2013-06-29constify rw_verify_area()Al Viro
2013-06-29new helper: fixed_size_llseek()Al Viro
2013-06-29kill find_inode_number()Al Viro
2013-06-29allow the temp files created by open() to be linked toAl Viro
2013-06-29[O_TMPFILE] it's still short a few helpers, but infrastructure should be OK n...Al Viro
2013-06-29[readdir] constify ->actorAl Viro
2013-06-29[readdir] ->readdir() is goneAl Viro
2013-06-29[readdir] convert ext3Al Viro
2013-06-29[readdir] switch dcache_readdir() users to ->iterate()Al Viro
2013-06-29[readdir] introduce ->iterate(), ctx->pos, dir_emit()Al Viro
2013-06-29[readdir] introduce iterate_dir() and dir_contextAl Viro
2013-06-20splice: don't pass the address of ->f_pos to methodsAl Viro
2013-05-21mm: change invalidatepage prototype to accept lengthLukas Czerner
2013-05-07make blkdev_put() return voidAl Viro
2013-05-04fs: Fix hang with BSD accounting on frozen filesystemJan Kara
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-04-30include/linux/fs.h: disable preempt when acquire i_size_seqcount write lockFan Du
2013-04-09pipe: fold file_operations instances in oneAl Viro
2013-04-09lift sb_start_write/sb_end_write out of ->aio_write()Al Viro
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman
2013-03-01cache the value of file_inode() in struct fileAl Viro
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-26export kernel_write(), convert open-coded instancesAl Viro
2013-02-26kill f_vfsmntAl Viro
2013-02-26vfs: kill FS_REVAL_DOT by adding a d_weak_revalidate dentry opJeff Layton
2013-02-26switch vfs_getattr() to struct pathAl Viro
2013-02-22new helper: file_inode(file)Al Viro
2013-01-24mm: minor cleanup of iov_iter_single_seg_count()Maxim Patlasov
2012-12-20Merge branch 'fscache' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowe...Al Viro
2012-12-20vfs: Remove useless function prototypesAlessio Igor Bogani
2012-12-20vfs: drop vmtruncateMarco Stornelli
2012-12-20VFS: Make more complete truncate operation available to CacheFilesDavid Howells
2012-12-17Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-12-17procfs: add ability to plug in auxiliary fdinfo providersCyrill Gorcunov
2012-12-17lseek: the "whence" argument is called "whence"Andrew Morton