summaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
Commit message (Expand)AuthorAgeFilesLines
* vfs: pagecache usage optimization for pagesize!=blocksizeHisashi Hifumi2008-07-291-21/+23
* [PATCH] get rid of indirect users of namei.hAl Viro2008-07-271-1/+1
* [PATCH] f_count may wrap aroundAl Viro2008-07-271-3/+3
* [PATCH] kill nameidata passing to permission(), rename to inode_permission()Al Viro2008-07-271-1/+1
* [patch 1/4] vfs: utimes: move owner check into inode_change_ok()Miklos Szeredi2008-07-271-16/+17
* [PATCH] fix MAY_CHDIR/MAY_ACCESS/LOOKUP_ACCESS messAl Viro2008-07-271-2/+1Star
* [patch 5/5] vfs: remove mode parameter from vfs_symlink()Miklos Szeredi2008-07-271-1/+1
* [patch 3/5] vfs: change remove_suid() to file_remove_suid()Miklos Szeredi2008-07-271-1/+1
* [PATCH] sanitize ->permission() prototypeAl Viro2008-07-271-1/+4
* [PATCH] reuse xxx_fifo_fops for xxx_pipe_fopsDenys Vlasenko2008-07-271-3/+3
* mm: spinlock tree_lockNick Piggin2008-07-261-1/+1
* locks: add special return value for asynchronous locksMiklos Szeredi2008-07-251-0/+6
* flag parameters: NONBLOCK in pipeUlrich Drepper2008-07-241-2/+2
* flag parameters: pipeUlrich Drepper2008-07-241-0/+1
* fix soft lock up at NFS mount via per-SB LRU-list of unused dentriesKentaro Makita2008-07-241-0/+4
* move memory_read_from_buffer() from fs.h to string.hAkinobu Mita2008-07-241-2/+0Star
* Merge branch 'for-2.6.27' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2008-07-211-2/+2
|\
| * file lock: reorder struct file_lock to save space on 64 bit buildsRichard Kennedy2008-07-131-2/+2
* | Merge branch 'for_linus' of git://git.infradead.org/~dedekind/ubifs-2.6Linus Torvalds2008-07-171-0/+2
|\ \
| * | VFS: export sync_sb_inodesArtem Bityutskiy2008-07-141-0/+2
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2008-07-151-0/+2
|\ \ \
| * | | vfs: export filemap_fdatawrite_range()Jan Kara2008-07-121-0/+2
| |/ /
* | | Merge commit 'v2.6.26' into bkl-removalJonathan Corbet2008-07-141-3/+5
|\| |
| * | Properly notify block layer of sync writesJens Axboe2008-07-011-0/+1
| |/
| * [patch 4/4] flock: remove unused fields from file_lock_operationsDenis V. Lunev2008-06-231-2/+0Star
| * introduce memory_read_from_buffer()Akinobu Mita2008-06-061-1/+4
* | Remove BKL from remote_llseek v2Andi Kleen2008-07-021-1/+2
|/
* vfs: splice remove_suid() cleanupMiklos Szeredi2008-05-071-1/+0Star
* [PATCH] kill ->put_inodeChristoph Hellwig2008-05-061-5/+0Star
* make vfs_ioctl() staticAdrian Bunk2008-04-291-1/+0Star
* make __put_super() staticAdrian Bunk2008-04-291-1/+0Star
* xip: support non-struct page backed memoryNick Piggin2008-04-281-2/+2
* return pfn from direct_access, for XIPJared Hulbert2008-04-281-1/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-04-261-4/+1Star
|\
| * [PATCH] sanitize unshare_files/reset_files_structAl Viro2008-04-251-3/+0Star
| * [PATCH] restore sane ->umount_begin() APIAl Viro2008-04-251-1/+1
* | locks: don't call ->copy_lock methods on return of conflicting locksJ. Bruce Fields2008-04-251-0/+1
|/
* [PATCH] move a bunch of declarations to fs/internal.hAl Viro2008-04-221-6/+0Star
* Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/wil...Linus Torvalds2008-04-221-1/+1
|\
| * Convert asm/semaphore.h users to linux/semaphore.hMatthew Wilcox2008-04-191-1/+1
* | [PATCH] r/o bind mounts: debugging for missed callsDave Hansen2008-04-191-0/+49
* | [PATCH] merge open_namei() and do_filp_open()Christoph Hellwig2008-04-191-1/+2
|/
* make struct def_blk_aops staticAdrian Bunk2008-02-191-1/+0Star
* vfs: add explanation of I_DIRTY_DATASYNC bitJan Kara2008-02-151-2/+4
* fs/char_dev.c: chrdev_open marked static and removed from fs.hDenis Cheng2008-02-081-1/+0Star
* mount options: add generic_show_options()Miklos Szeredi2008-02-081-0/+9
* kill do_generic_mapping_readChristoph Hellwig2008-02-081-15/+0Star
* libfs: rename simple_attr_close to simple_attr_releaseChristoph Hellwig2008-02-081-2/+2
* libfs: allow error return from simple attributesChristoph Hellwig2008-02-081-1/+1
* iget: remove iget() and the read_inode() super op as being obsoleteDavid Howells2008-02-071-14/+0Star