aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
Commit message (Expand)AuthorAge
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-07-03
|\
| * vfs: export lseek_execute() to modulesJie Liu2013-07-03
| * locks: add a new "lm_owner_key" lock operationJeff Layton2013-06-29
| * locks: convert fl_link to a hlist_nodeJeff Layton2013-06-29
| * locks: protect most of the file_lock handling with i_lockJeff Layton2013-06-29
| * locks: comment cleanups and clarificationsJeff Layton2013-06-29
| * cifs: use posix_unblock_lock instead of locks_delete_blockJeff Layton2013-06-29
| * locks: drop the unused filp argument to posix_unblock_lockJeff Layton2013-06-29
| * constify rw_verify_area()Al Viro2013-06-29
| * new helper: fixed_size_llseek()Al Viro2013-06-29
| * kill find_inode_number()Al Viro2013-06-29
| * allow the temp files created by open() to be linked toAl Viro2013-06-29
| * [O_TMPFILE] it's still short a few helpers, but infrastructure should be OK n...Al Viro2013-06-29
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2013-07-02
|\ \ | |/ |/|
| * mm: change invalidatepage prototype to accept lengthLukas Czerner2013-05-21
* | [readdir] constify ->actorAl Viro2013-06-29
* | [readdir] ->readdir() is goneAl Viro2013-06-29
* | [readdir] convert ext3Al Viro2013-06-29
* | [readdir] switch dcache_readdir() users to ->iterate()Al Viro2013-06-29
* | [readdir] introduce ->iterate(), ctx->pos, dir_emit()Al Viro2013-06-29
* | [readdir] introduce iterate_dir() and dir_contextAl Viro2013-06-29
* | splice: don't pass the address of ->f_pos to methodsAl Viro2013-06-20
|/
* make blkdev_put() return voidAl Viro2013-05-07
* fs: Fix hang with BSD accounting on frozen filesystemJan Kara2013-05-04
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-01
|\
| * pipe: fold file_operations instances in oneAl Viro2013-04-09
| * lift sb_start_write/sb_end_write out of ->aio_write()Al Viro2013-04-09
* | include/linux/fs.h: disable preempt when acquire i_size_seqcount write lockFan Du2013-04-30
|/
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-03
* cache the value of file_inode() in struct fileAl Viro2013-03-01
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-26
|\
| * export kernel_write(), convert open-coded instancesAl Viro2013-02-26
| * kill f_vfsmntAl Viro2013-02-26
| * vfs: kill FS_REVAL_DOT by adding a d_weak_revalidate dentry opJeff Layton2013-02-26
| * switch vfs_getattr() to struct pathAl Viro2013-02-26
| * new helper: file_inode(file)Al Viro2013-02-22
* | mm: minor cleanup of iov_iter_single_seg_count()Maxim Patlasov2013-01-24
|/
* Merge branch 'fscache' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowe...Al Viro2012-12-20
|\
| * VFS: Make more complete truncate operation available to CacheFilesDavid Howells2012-12-20
* | vfs: Remove useless function prototypesAlessio Igor Bogani2012-12-20
* | vfs: drop vmtruncateMarco Stornelli2012-12-20
|/
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-12-17
|\
| * procfs: add ability to plug in auxiliary fdinfo providersCyrill Gorcunov2012-12-17
| * lseek: the "whence" argument is called "whence"Andrew Morton2012-12-17
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-12-17
|\ \ | |/ |/|
| * vfs: Allow unprivileged manipulation of the mount namespace.Eric W. Biederman2012-11-19
* | mm: redefine address_space.assoc_mappingRafael Aquini2012-12-11
* | blkdev_max_block: make private to fs/buffer.cLinus Torvalds2012-11-29
* | blockdev: remove bd_block_size_semaphore againLinus Torvalds2012-11-29
|/
* bury SEL_{IN,OUT,EX}Al Viro2012-10-16