aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-28vfs: pagecache usage optimization for pagesize!=blocksizeHisashi Hifumi1-21/+23
2008-07-26[PATCH] get rid of indirect users of namei.hAl Viro1-1/+1
2008-07-26[PATCH] f_count may wrap aroundAl Viro1-3/+3
2008-07-26[PATCH] kill nameidata passing to permission(), rename to inode_permission()Al Viro1-1/+1
2008-07-26[patch 1/4] vfs: utimes: move owner check into inode_change_ok()Miklos Szeredi1-16/+17
2008-07-26[PATCH] fix MAY_CHDIR/MAY_ACCESS/LOOKUP_ACCESS messAl Viro1-2/+1
2008-07-26[patch 5/5] vfs: remove mode parameter from vfs_symlink()Miklos Szeredi1-1/+1
2008-07-26[patch 3/5] vfs: change remove_suid() to file_remove_suid()Miklos Szeredi1-1/+1
2008-07-26[PATCH] sanitize ->permission() prototypeAl Viro1-1/+4
2008-07-26[PATCH] reuse xxx_fifo_fops for xxx_pipe_fopsDenys Vlasenko1-3/+3
2008-07-26mm: spinlock tree_lockNick Piggin1-1/+1
2008-07-25locks: add special return value for asynchronous locksMiklos Szeredi1-0/+6
2008-07-24flag parameters: NONBLOCK in pipeUlrich Drepper1-2/+2
2008-07-24flag parameters: pipeUlrich Drepper1-0/+1
2008-07-24fix soft lock up at NFS mount via per-SB LRU-list of unused dentriesKentaro Makita1-0/+4
2008-07-24move memory_read_from_buffer() from fs.h to string.hAkinobu Mita1-2/+0
2008-07-20Merge branch 'for-2.6.27' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-2/+2
2008-07-16Merge branch 'for_linus' of git://git.infradead.org/~dedekind/ubifs-2.6Linus Torvalds1-0/+2
2008-07-15Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-0/+2
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet1-3/+5
2008-07-14VFS: export sync_sb_inodesArtem Bityutskiy1-0/+2
2008-07-13file lock: reorder struct file_lock to save space on 64 bit buildsRichard Kennedy1-2/+2
2008-07-11vfs: export filemap_fdatawrite_range()Jan Kara1-0/+2
2008-07-02Remove BKL from remote_llseek v2Andi Kleen1-1/+2
2008-07-01Properly notify block layer of sync writesJens Axboe1-0/+1
2008-06-23[patch 4/4] flock: remove unused fields from file_lock_operationsDenis V. Lunev1-2/+0
2008-06-06introduce memory_read_from_buffer()Akinobu Mita1-1/+4
2008-05-07vfs: splice remove_suid() cleanupMiklos Szeredi1-1/+0
2008-05-06[PATCH] kill ->put_inodeChristoph Hellwig1-5/+0
2008-04-29make vfs_ioctl() staticAdrian Bunk1-1/+0
2008-04-29make __put_super() staticAdrian Bunk1-1/+0
2008-04-28xip: support non-struct page backed memoryNick Piggin1-2/+2
2008-04-28return pfn from direct_access, for XIPJared Hulbert1-1/+2
2008-04-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-4/+1
2008-04-25locks: don't call ->copy_lock methods on return of conflicting locksJ. Bruce Fields1-0/+1
2008-04-25[PATCH] sanitize unshare_files/reset_files_structAl Viro1-3/+0
2008-04-25[PATCH] restore sane ->umount_begin() APIAl Viro1-1/+1
2008-04-21[PATCH] move a bunch of declarations to fs/internal.hAl Viro1-6/+0
2008-04-21Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/miscLinus Torvalds1-1/+1
2008-04-19[PATCH] r/o bind mounts: debugging for missed callsDave Hansen1-0/+49
2008-04-19[PATCH] merge open_namei() and do_filp_open()Christoph Hellwig1-1/+2
2008-04-18Convert asm/semaphore.h users to linux/semaphore.hMatthew Wilcox1-1/+1
2008-02-19make struct def_blk_aops staticAdrian Bunk1-1/+0
2008-02-14vfs: add explanation of I_DIRTY_DATASYNC bitJan Kara1-2/+4
2008-02-08fs/char_dev.c: chrdev_open marked static and removed from fs.hDenis Cheng1-1/+0
2008-02-08mount options: add generic_show_options()Miklos Szeredi1-0/+9
2008-02-08kill do_generic_mapping_readChristoph Hellwig1-15/+0
2008-02-08libfs: rename simple_attr_close to simple_attr_releaseChristoph Hellwig1-2/+2
2008-02-08libfs: allow error return from simple attributesChristoph Hellwig1-1/+1
2008-02-07iget: remove iget() and the read_inode() super op as being obsoleteDavid Howells1-14/+0