aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master'Steven Whitehouse2006-07-171-0/+4
|\
| * [PATCH] FDPIC: Define SEEK_* constants in the Linux kernel headersDavid Howells2006-07-101-0/+4
* | Merge branch 'master'Steven Whitehouse2006-07-061-0/+1
|\ \ | |/
| * VFS: Allow caller to determine if BSD or posix locks were actually freedTrond Myklebust2006-07-051-0/+1
* | Merge branch 'master'Steven Whitehouse2006-07-051-0/+38
|\ \ | |/
| * [PATCH] lockdep: annotate blkdev nestingIngo Molnar2006-07-031-0/+17
| * [PATCH] lockdep: annotate sb ->s_umountArjan van de Ven2006-07-031-0/+1
| * [PATCH] lockdep: annotate ->s_lockIngo Molnar2006-07-031-0/+1
| * [PATCH] lockdep: annotate i_mutexIngo Molnar2006-07-031-0/+19
* | Merge rsync://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Steven Whitehouse2006-07-031-23/+28
|\ \ | |/
| * [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
| |\
| | * [PATCH] fs/locks.c: make posix_locks_deadlock() staticAdrian Bunk2006-06-231-1/+0
| | * [PATCH] vfs: add lock owner argument to flush operationMiklos Szeredi2006-06-231-1/+2
| | * [PATCH] page migration cleanup: pass "mapping" to migration functionsChristoph Lameter2006-06-231-2/+4
| | * [PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells2006-06-231-3/+3
| | * [PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells2006-06-231-10/+15
| | * [PATCH] remove steal_locks()Miklos Szeredi2006-06-221-1/+0
| * | Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust2006-06-201-1/+0
| |\ \ | | |/
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2006-05-241-3/+4
| | |\
| | * | Don't include linux/config.h from anywhere else in include/David Woodhouse2006-04-261-1/+0
| * | | VFS: Remove dependency of ->umount_begin() call on MNT_FORCETrond Myklebust2006-06-091-1/+1
| * | | VFS: Unexport do_kern_mount() and clean up simple_pin_fs()Trond Myklebust2006-06-091-1/+1
| | |/ | |/|
* | | Merge branch 'master'Steven Whitehouse2006-05-251-3/+4
|\ \ \ | |/ /
| * | [PATCH] sys_sync_file_range(): move exported flags outside __KERNEL__Andrew Morton2006-05-231-3/+4
| |/
* | Merge branch 'master'Steven Whitehouse2006-04-211-5/+14
|\ \ | |/
| * [PATCH] splice: pass offset around for ->splice_read() and ->splice_write()Jens Axboe2006-04-111-6/+6
| * Merge branch 'splice' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2006-04-111-4/+13
| |\
| | * [PATCH] splice: warning fixAndrew Morton2006-04-111-3/+10
| | * [PATCH] splice: add direct fd <-> fd splicing supportJens Axboe2006-04-111-0/+2
| | * [PATCH] introduce a "kernel-internal pipe object" abstractionIngo Molnar2006-04-101-4/+4
| * | [PATCH] sync_file_range(): use unsigned for flagsAndrew Morton2006-04-111-1/+1
| |/
* | Merge branch 'master'Steven Whitehouse2006-04-031-12/+12
|\ \ | |/
| * Fix comments: s/granuality/granularity/Kalin KOZHUHAROV2006-04-011-1/+1
| * [PATCH] sys_sync_file_range()Andrew Morton2006-03-311-0/+7
| * [PATCH] Simplify proc/devices and fix early termination regressionJoe Korty2006-03-311-11/+4
* | Merge branch 'master'Steven Whitehouse2006-03-311-38/+75
|\ \ | |/
| * [PATCH] Introduce sys_splice() system callJens Axboe2006-03-301-0/+4
| * [PATCH] Make most file operations structs in fs/ constArjan van de Ven2006-03-281-10/+10
| * [PATCH] mark f_ops const in the inodeArjan van de Ven2006-03-281-3/+3
| * [PATCH] dm/md dependency tree in sysfs: bd_claim_by_kobjectJun'ichi Nomura2006-03-271-0/+10
| * [PATCH] remove ->get_blocks() supportBadari Pulavarty2006-03-261-10/+7
| * [PATCH] 2TB files: add blkcnt_tTakashi Sato2006-03-261-1/+1
| * [PATCH] 2TB files: st_blocks is invalid when calling stat64Takashi Sato2006-03-261-1/+1
| * [PATCH] VFS,fs/locks.c,NFSD4: add race_free posix_lock_file_conf() interfaceAndy Adamson2006-03-261-0/+1
| * [PATCH] Make address_space_operations->invalidatepage return voidNeilBrown2006-03-261-1/+1
| * [PATCH] Make address_space_operations->sync_page return voidNeilBrown2006-03-261-1/+1
| * Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds2006-03-251-5/+2
| |\
| | * Merge branch 'linus'Trond Myklebust2006-03-231-5/+21
| | |\
| | * | lockd: stop abusing file_lock_listChristoph Hellwig2006-03-201-2/+0