aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-0/+21
2008-10-09Adjust block device size after an online resize of a disk.Andrew Patterson1-0/+2
2008-10-09Wrapper for lower-level revalidate_disk routines.Andrew Patterson1-0/+1
2008-10-09block: adjust formatting for large minors and add ext_range sysfs attrTejun Heo1-0/+1
2008-10-09Allow elevators to sort/merge discard requestsDavid Woodhouse1-1/+2
2008-10-09Add BLKDISCARD ioctl to allow userspace to discard sectorsDavid Woodhouse1-0/+1
2008-10-09Add 'discard' request handlingDavid Woodhouse1-1/+2
2008-10-03generic block based fiemap implementationJosef Bacik1-0/+3
2008-10-08vfs: vfs-level fiemap interfaceMark Fasheh1-0/+18
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