aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-06fs: sys_sync fixNick Piggin1-1/+0
2009-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds1-0/+3
2009-01-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-1/+1
2009-01-05add a vfs_fsync helperChristoph Hellwig1-1/+1
2009-01-05GFS2: Support for FIEMAP ioctlSteven Whitehouse1-0/+3
2009-01-04fs: symlink write_begin allocation context fixNick Piggin1-1/+4
2008-12-31nfsd/create race fixes, infrastructureAl Viro1-0/+2
2008-12-31kill ->dir_notify()Al Viro1-1/+0
2008-12-31kill vfs_permissionChristoph Hellwig1-1/+0
2008-12-31pass a struct path * to may_openChristoph Hellwig1-1/+1
2008-12-31include: linux/fs.h: put declarations in __KERNEL__Jan Engelhardt1-9/+9
2008-12-29[XFS] Fix merge failuresLachlan McIlroy1-3/+5
2008-12-25Merge branch 'next' into for-linusJames Morris1-3/+5
2008-12-22[XFS] Fix merge conflict in fs/xfs/xfs_rename.cLachlan McIlroy1-16/+17
2008-12-11[XFS] add a FMODE flag to make XFS invisible I/O less hackyChristoph Hellwig1-0/+8
2008-12-04[PATCH 2/2] documnt FMODE_ constantsChristoph Hellwig1-15/+17
2008-12-04[PATCH 1/2] kill FMODE_NDELAY_NOWChristoph Hellwig1-1/+0
2008-11-14CRED: Use creds in file structsDavid Howells1-1/+1
2008-11-14CRED: Pass credentials through dentry_open()David Howells1-1/+3
2008-11-14CRED: Wrap task credential accesses in the filesystem subsystemDavid Howells1-1/+1
2008-11-07Merge branch 'master' of git://oss.sgi.com:8090/xfs/linux-2.6Niv Sardi1-0/+2
2008-10-30fs: remove prepare_write/commit_writeNick Piggin1-7/+0
2008-10-30Inode: Allow external list initialisationDavid Chinner1-0/+1
2008-10-30Inode: Allow external initialisersDavid Chinner1-0/+1
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