summaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] Revert bd_mount_mutex back to a semaphoreDavid Chinner2007-01-121-1/+1
* [PATCH] NFS: Fix race in nfs_release_page()Trond Myklebust2007-01-121-0/+1
* [PATCH] relative atimeValerie Henson2006-12-131-0/+1
* [PATCH] VFS: change struct file to use struct pathJosef "Jeff" Sipek2006-12-081-4/+6
* [PATCH] remove the old bd_mutex lockdep annotationPeter Zijlstra2006-12-081-17/+0Star
* [PATCH] Save some bytes in struct inodeArnaldo Carvalho de Melo2006-12-071-1/+1
* [PATCH] fs: reorder some 'struct inode' fields to speedup i_size manipulationsEric Dumazet2006-12-071-4/+4
* [PATCH] constify inode accessorsJan Engelhardt2006-12-071-3/+3
* [PATCH] slab: remove SLAB_KERNELChristoph Lameter2006-12-071-1/+1
* [PATCH] Move names_cachep to linux/fs.hChristoph Lameter2006-12-071-0/+2
* [PATCH] severing fs.h, radix-tree.h -> sched.hAl Viro2006-12-041-30/+7Star
* [PATCH] Add lockless helpers for remove_suid()Jens Axboe2006-10-191-0/+2
* [PATCH] Introduce generic_file_splice_write_nolock()Mark Fasheh2006-10-191-0/+2
* [PATCH] Take i_mutex in splice_from_pipe()Mark Fasheh2006-10-191-0/+3
* [PATCH] document i_size_write locking rulesMiklos Szeredi2006-10-171-1/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6Linus Torvalds2006-10-041-0/+2
|\
| * [GFS2] Remove iflags.h, use FS_Steven Whitehouse2006-10-021-0/+2
* | [PATCH] dm: export blkdev_driver_ioctlAlasdair G Kergon2006-10-031-0/+3
* | [PATCH] VFS: Make filldir_t and struct kstat deal in 64-bit inode numbersDavid Howells2006-10-031-1/+1
* | [PATCH] file: modify struct fown_struct to use a struct pidEric W. Biederman2006-10-021-1/+4
|/
* [PATCH] Some cleanup in the pipe codeAndi Kleen2006-10-011-0/+3
* [PATCH] r/o bind mounts: monitor zeroing of i_nlinkDave Hansen2006-10-011-0/+5
* [PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen2006-10-011-1/+6
* [PATCH] r/o bind mounts: unlink: monitor i_nlinkDave Hansen2006-10-011-1/+6
* [PATCH] Add vector AIO supportBadari Pulavarty2006-10-011-0/+5
* [PATCH] Streamline generic_file_* interfaces and filemap cleanupsBadari Pulavarty2006-10-011-5/+0Star
* [PATCH] Remove readv/writev methods and use aio_read/aio_write insteadBadari Pulavarty2006-10-011-6/+0Star
* [PATCH] Vectorize aio_read/aio_write fileop methodsBadari Pulavarty2006-10-011-5/+5
* [PATCH] BLOCK: Make it possible to disable the block layer [try #6]David Howells2006-09-301-3/+22
* [PATCH] BLOCK: Move common FS-specific ioctls to linux/fs.h [try #6]David Howells2006-09-301-0/+39
* [PATCH] BLOCK: Move functions out of buffer code [try #6]David Howells2006-09-301-0/+1
* [PATCH] Allow file systems to differentiate between data and meta readsJens Axboe2006-09-301-0/+1
* [PATCH] Kill various deprecated/unused block layer defines/functionsJens Axboe2006-09-301-1/+0Star
* [PATCH] fs.h: ifdef security fieldsAlexey Dobriyan2006-09-291-2/+6
* [PATCH] ifdef ->quota_read, ->quota_writeAlexey Dobriyan2006-09-291-1/+2
* [PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o2006-09-271-1/+0Star
* [PATCH] inode-diet: Move i_cdev into a unionTheodore Ts'o2006-09-271-1/+1
* [PATCH] inode-diet: Move i_bdev into a unionTheodore Ts'o2006-09-271-1/+1
* [PATCH] inode-diet: Move i_pipe into a unionTheodore Ts'o2006-09-271-2/+3
* [PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateTheodore Ts'o2006-09-271-3/+1Star
* [PATCH] Allow file systems to manually d_move() inside of ->rename()Mark Fasheh2006-09-241-3/+4
* [PATCH] lockdep: annotate reiserfsIngo Molnar2006-08-271-1/+2
* [PATCH] FDPIC: Define SEEK_* constants in the Linux kernel headersDavid Howells2006-07-101-0/+4
* VFS: Allow caller to determine if BSD or posix locks were actually freedTrond Myklebust2006-07-051-0/+1
* [PATCH] lockdep: annotate blkdev nestingIngo Molnar2006-07-041-0/+17
* [PATCH] lockdep: annotate sb ->s_umountArjan van de Ven2006-07-041-0/+1
* [PATCH] lockdep: annotate ->s_lockIngo Molnar2006-07-041-0/+1
* [PATCH] lockdep: annotate i_mutexIngo Molnar2006-07-041-0/+19
* [PATCH] mark address_space_operations constChristoph Hellwig2006-06-281-2/+2
* Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust2006-06-241-18/+24
|\