aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-23Merge branch 'proc' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriyan/procLinus Torvalds1-1/+0
2008-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdevLinus Torvalds1-29/+20
2008-10-23proc: move rest of /proc/locks to fs/locks.cAlexey Dobriyan1-1/+0
2008-10-23[PATCH] i_version: remount supportMimi Zohar1-1/+1
2008-10-23[PATCH] move executable checking into ->permission()Miklos Szeredi1-0/+5
2008-10-23[PATCH 1/2] anondev: init IDR staticallyAlexey Dobriyan1-1/+0
2008-10-21[PATCH] kill the rest of struct file propagation in block ioctlsAl Viro1-1/+1
2008-10-21[PATCH] get rid of blkdev_driver_ioctl()Al Viro1-3/+0
2008-10-21[PATCH] sanitize blkdev_get() and friendsAl Viro1-1/+1
2008-10-21[PATCH] propagate mode through open_bdev_excl/close_bdev_exclAl Viro1-2/+4
2008-10-21[PATCH] pass fmode_t to blkdev_put()Al Viro1-1/+1
2008-10-21[PATCH] beginning of methods conversionAl Viro1-0/+1
2008-10-21[PATCH] move block_device_operations to blkdev.hAl Viro1-14/+1
2008-10-21[PATCH] eliminate use of ->f_flags in block methodsAl Viro1-0/+4
2008-10-21[PATCH] introduce fmode_t, do annotationsAl Viro1-8/+8
2008-10-14Merge branch 'for-2.6.28' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-7/+58
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-10-03nfsd: common grace period controlJ. Bruce Fields1-0/+8
2008-09-29Configure out file locking featuresThomas Petazzoni1-7/+50
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