[PATCH] r/o bind mounts: unlink: monitor i_nlink
[safe/jmp/linux-2.6] / include / linux / fs.h
2006-10-01 Dave Hansen[PATCH] r/o bind mounts: unlink: monitor i_nlink
2006-10-01 Badari Pulavarty[PATCH] Add vector AIO support
2006-10-01 Badari Pulavarty[PATCH] Streamline generic_file_* interfaces and filema...
2006-10-01 Badari Pulavarty[PATCH] Remove readv/writev methods and use aio_read...
2006-10-01 Badari Pulavarty[PATCH] Vectorize aio_read/aio_write fileop methods
2006-09-30 David Howells[PATCH] BLOCK: Make it possible to disable the block...
2006-09-30 David Howells[PATCH] BLOCK: Move common FS-specific ioctls to linux...
2006-09-30 David Howells[PATCH] BLOCK: Move functions out of buffer code [try #6]
2006-09-30 Jens Axboe[PATCH] Allow file systems to differentiate between...
2006-09-30 Jens Axboe[PATCH] Kill various deprecated/unused block layer...
2006-09-29 Alexey Dobriyan[PATCH] fs.h: ifdef security fields
2006-09-29 Alexey Dobriyan[PATCH] ifdef ->quota_read, ->quota_write
2006-09-27 Theodore Ts'o[PATCH] inode-diet: Eliminate i_blksize from the inode...
2006-09-27 Theodore Ts'o[PATCH] inode-diet: Move i_cdev into a union
2006-09-27 Theodore Ts'o[PATCH] inode-diet: Move i_bdev into a union
2006-09-27 Theodore Ts'o[PATCH] inode-diet: Move i_pipe into a union
2006-09-27 Theodore Ts'o[PATCH] inode_diet: Replace inode.u.generic_ip with...
2006-09-24 Mark Fasheh[PATCH] Allow file systems to manually d_move() inside...
2006-08-27 Ingo Molnar[PATCH] lockdep: annotate reiserfs
2006-07-10 David Howells[PATCH] FDPIC: Define SEEK_* constants in the Linux...
2006-07-05 Trond MyklebustVFS: Allow caller to determine if BSD or posix locks...
2006-07-03 Ingo Molnar[PATCH] lockdep: annotate blkdev nesting
2006-07-03 Arjan van de Ven[PATCH] lockdep: annotate sb ->s_umount
2006-07-03 Ingo Molnar[PATCH] lockdep: annotate ->s_lock
2006-07-03 Ingo Molnar[PATCH] lockdep: annotate i_mutex
2006-06-28 Christoph Hellwig[PATCH] mark address_space_operations const
2006-06-24 Trond MyklebustMerge branch 'master' of /home/trondmy/kernel/linux...
2006-06-23 Adrian Bunk[PATCH] fs/locks.c: make posix_locks_deadlock() static
2006-06-23 Miklos Szeredi[PATCH] vfs: add lock owner argument to flush operation
2006-06-23 Christoph Lameter[PATCH] page migration cleanup: pass "mapping" to migra...
2006-06-23 David Howells[PATCH] VFS: Permit filesystem to perform statfs with...
2006-06-23 David Howells[PATCH] VFS: Permit filesystem to override root dentry...
2006-06-22 Miklos Szeredi[PATCH] remove steal_locks()
2006-06-21 Trond MyklebustMerge branch 'master' of /home/trondmy/kernel/linux...
2006-06-09 Trond MyklebustVFS: Remove dependency of ->umount_begin() call on...
2006-06-09 Trond MyklebustVFS: Unexport do_kern_mount() and clean up simple_pin_fs()
2006-05-24 David WoodhouseMerge branch 'master' of git://git./linux/kernel/git...
2006-05-23 Andrew Morton[PATCH] sys_sync_file_range(): move exported flags...
2006-04-26 David WoodhouseDon't include linux/config.h from anywhere else in...
2006-04-11 Jens Axboe[PATCH] splice: pass offset around for ->splice_read...
2006-04-11 Linus TorvaldsMerge branch 'splice' of git://brick.kernel.dk/data...
2006-04-11 Andrew Morton[PATCH] sync_file_range(): use unsigned for flags
2006-04-11 Andrew Morton[PATCH] splice: warning fix
2006-04-11 Jens Axboe[PATCH] splice: add direct fd <-> fd splicing support
2006-04-10 Ingo Molnar[PATCH] introduce a "kernel-internal pipe object" abstr...
2006-03-31 Kalin KOZHUHAROVFix comments: s/granuality/granularity/
2006-03-31 Andrew Morton[PATCH] sys_sync_file_range()
2006-03-31 Joe Korty[PATCH] Simplify proc/devices and fix early termination...
2006-03-30 Jens Axboe[PATCH] Introduce sys_splice() system call
2006-03-28 Arjan van de Ven[PATCH] Make most file operations structs in fs/ const
2006-03-28 Arjan van de Ven[PATCH] mark f_ops const in the inode
2006-03-27 Jun'ichi Nomura[PATCH] dm/md dependency tree in sysfs: bd_claim_by_kobject
2006-03-26 Badari Pulavarty[PATCH] remove ->get_blocks() support
2006-03-26 Takashi Sato[PATCH] 2TB files: add blkcnt_t
2006-03-26 Takashi Sato[PATCH] 2TB files: st_blocks is invalid when calling...
2006-03-26 Andy Adamson[PATCH] VFS,fs/locks.c,NFSD4: add race_free posix_lock_...
2006-03-26 NeilBrown[PATCH] Make address_space_operations->invalidatepage...
2006-03-26 NeilBrown[PATCH] Make address_space_operations->sync_page return...
2006-03-25 Linus TorvaldsMerge git://git.linux-nfs.org/pub/linux/nfs-2.6
2006-03-25 Oleg Drokin[PATCH] Introduce FMODE_EXEC file flag
2006-03-25 Adrian Bunk[PATCH] fs/inode.c: make iprune_mutex static
2006-03-24 Andrew Morton[PATCH] fsync: extract internal code
2006-03-24 Andrew Morton[PATCH] set_page_dirty() return value fixes
2006-03-24 Andrew Morton[PATCH] fadvise(): write commands
2006-03-24 Theodore Ts'o[PATCH] vfs: MS_VERBOSE should be MS_SILENT
2006-03-24 Trond MyklebustMerge branch 'linus'
2006-03-23 Jens Axboe[PATCH] Block queue IO tracing support (blktrace) as...
2006-03-23 Alexey Dobriyan[PATCH] Extract inode_inc_link_count(), inode_dec_link_...
2006-03-23 Ingo Molnar[PATCH] sem2mutex: iprune
2006-03-23 Arjan van de Ven[PATCH] sem2mutex: vfs_rename_mutex
2006-03-23 Ingo Molnar[PATCH] sem2mutex: inotify
2006-03-23 Arjan van de Ven[PATCH] sem2mutex: blockdev #2
2006-03-20 Christoph Hellwiglockd: stop abusing file_lock_list
2006-03-20 J. Bruce Fieldslockd: Remove FL_LOCKD flag
2006-03-20 Andy Adamsonlocks,lockd: fix race in nlmsvc_testlock
2006-03-20 Andy Adamsonlocks: remove unused posix_block_lock
2006-03-20 Chuck LeverVFS: New /proc file /proc/self/mountstats
2006-03-11 Kirill Korotaev[PATCH] ext3: ext3_symlink should use GFP_NOFS allocati...
2006-03-08 Dipankar Sarma[PATCH] fix file counting
2006-03-08 Linus TorvaldsMark the pipe file operations static
2006-02-01 Christoph Lameter[PATCH] Direct Migration V9: Avoid writeback / page_mig...
2006-01-19 Ulrich Drepper[PATCH] vfs: *at functions: core
2006-01-17 Miklos Szeredi[PATCH] add /sys/fs
2006-01-15 Neil Horman[PATCH] convert /proc/devices to use seq_file interface
2006-01-10 Christoph Hellwig[PATCH] per-mountpoint noatime/nodiratime
2006-01-10 Christoph Hellwig[PATCH] remove update_atime
2006-01-10 Christoph Hellwig[PATCH] replace inode_update_time with file_update_time
2006-01-09 Ingo Molnar[PATCH] mutex subsystem, semaphore to mutex: VFS, sb...
2006-01-09 Jes Sorensen[PATCH] mutex subsystem, semaphore to mutex: VFS, ...
2006-01-09 Pekka Enberg[PATCH] fs: remove s_old_blocksize from struct super_block
2006-01-09 Miklos Szeredi[PATCH] shared mounts: cleanup
2006-01-09 Christoph Hellwig[PATCH] Add block_device_operations.getgeo block device...
2006-01-09 NeilBrown[PATCH] Fix some problems with truncate and mtime seman...
2006-01-09 Nick Piggin[PATCH] rcu file: use atomic primitives
2006-01-06 J. Bruce FieldsNLM: Further cancel fixes
2006-01-06 Badari Pulavarty[PATCH] madvise(MADV_REMOVE): remove pages from tmpfs...
2006-01-03 Zach Brown[PATCH] add AOP_TRUNCATED_PAGE, prepend AOP_ to WRITEPA...
2005-11-09 Christoph Hellwig[PATCH] add a file_permission helper
2005-11-09 Christoph Hellwig[PATCH] add a vfs_permission helper
2005-11-08 Ram Pai[PATCH] unbindable mounts
next