summaryrefslogtreecommitdiff
path: root/include/linux/fs.h
AgeCommit message (Expand)Author
2006-08-27[PATCH] lockdep: annotate reiserfsIngo Molnar
2006-07-10[PATCH] FDPIC: Define SEEK_* constants in the Linux kernel headersDavid Howells
2006-07-05VFS: Allow caller to determine if BSD or posix locks were actually freedTrond Myklebust
2006-07-03[PATCH] lockdep: annotate blkdev nestingIngo Molnar
2006-07-03[PATCH] lockdep: annotate sb ->s_umountArjan van de Ven
2006-07-03[PATCH] lockdep: annotate ->s_lockIngo Molnar
2006-07-03[PATCH] lockdep: annotate i_mutexIngo Molnar
2006-06-28[PATCH] mark address_space_operations constChristoph Hellwig
2006-06-24Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust
2006-06-23[PATCH] fs/locks.c: make posix_locks_deadlock() staticAdrian Bunk
2006-06-23[PATCH] vfs: add lock owner argument to flush operationMiklos Szeredi
2006-06-23[PATCH] page migration cleanup: pass "mapping" to migration functionsChristoph Lameter
2006-06-23[PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells
2006-06-22[PATCH] remove steal_locks()Miklos Szeredi
2006-06-20Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust
2006-06-09VFS: Remove dependency of ->umount_begin() call on MNT_FORCETrond Myklebust
2006-06-09VFS: Unexport do_kern_mount() and clean up simple_pin_fs()Trond Myklebust
2006-05-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse
2006-05-23[PATCH] sys_sync_file_range(): move exported flags outside __KERNEL__Andrew Morton
2006-04-26Don't include linux/config.h from anywhere else in include/David Woodhouse
2006-04-11[PATCH] splice: pass offset around for ->splice_read() and ->splice_write()Jens Axboe
2006-04-11Merge branch 'splice' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds
2006-04-11[PATCH] sync_file_range(): use unsigned for flagsAndrew Morton
2006-04-11[PATCH] splice: warning fixAndrew Morton
2006-04-11[PATCH] splice: add direct fd <-> fd splicing supportJens Axboe
2006-04-10[PATCH] introduce a "kernel-internal pipe object" abstractionIngo Molnar
2006-04-01Fix comments: s/granuality/granularity/Kalin KOZHUHAROV
2006-03-31[PATCH] sys_sync_file_range()Andrew Morton
2006-03-31[PATCH] Simplify proc/devices and fix early termination regressionJoe Korty
2006-03-30[PATCH] Introduce sys_splice() system callJens Axboe
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven
2006-03-28[PATCH] mark f_ops const in the inodeArjan van de Ven
2006-03-27[PATCH] dm/md dependency tree in sysfs: bd_claim_by_kobjectJun'ichi Nomura
2006-03-26[PATCH] remove ->get_blocks() supportBadari Pulavarty
2006-03-26[PATCH] 2TB files: add blkcnt_tTakashi Sato
2006-03-26[PATCH] 2TB files: st_blocks is invalid when calling stat64Takashi Sato
2006-03-26[PATCH] VFS,fs/locks.c,NFSD4: add race_free posix_lock_file_conf() interfaceAndy Adamson
2006-03-26[PATCH] Make address_space_operations->invalidatepage return voidNeilBrown
2006-03-26[PATCH] Make address_space_operations->sync_page return voidNeilBrown
2006-03-25Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds
2006-03-25[PATCH] Introduce FMODE_EXEC file flagOleg Drokin
2006-03-25[PATCH] fs/inode.c: make iprune_mutex staticAdrian Bunk
2006-03-24[PATCH] fsync: extract internal codeAndrew Morton
2006-03-24[PATCH] set_page_dirty() return value fixesAndrew Morton
2006-03-24[PATCH] fadvise(): write commandsAndrew Morton
2006-03-24[PATCH] vfs: MS_VERBOSE should be MS_SILENTTheodore Ts'o
2006-03-23Merge branch 'linus'Trond Myklebust
2006-03-23[PATCH] Block queue IO tracing support (blktrace) as of 2006-03-23Jens Axboe
2006-03-23[PATCH] Extract inode_inc_link_count(), inode_dec_link_count()Alexey Dobriyan