[PATCH] kill nameidata passing to permission(), rename to inode_permission()
[safe/jmp/linux-2.6] / include / linux / fs.h
2008-07-27 Al Viro[PATCH] kill nameidata passing to permission(), rename...
2008-07-27 Miklos Szeredi[patch 1/4] vfs: utimes: move owner check into inode_ch...
2008-07-27 Al Viro[PATCH] fix MAY_CHDIR/MAY_ACCESS/LOOKUP_ACCESS mess
2008-07-27 Miklos Szeredi[patch 5/5] vfs: remove mode parameter from vfs_symlink()
2008-07-27 Miklos Szeredi[patch 3/5] vfs: change remove_suid() to file_remove_suid()
2008-07-27 Al Viro[PATCH] sanitize ->permission() prototype
2008-07-27 Denys Vlasenko[PATCH] reuse xxx_fifo_fops for xxx_pipe_fops
2008-07-26 Nick Pigginmm: spinlock tree_lock
2008-07-25 Miklos Szeredilocks: add special return value for asynchronous locks
2008-07-24 Ulrich Drepperflag parameters: NONBLOCK in pipe
2008-07-24 Ulrich Drepperflag parameters: pipe
2008-07-24 Kentaro Makitafix soft lock up at NFS mount via per-SB LRU-list of...
2008-07-24 Akinobu Mitamove memory_read_from_buffer() from fs.h to string.h
2008-07-21 Linus TorvaldsMerge branch 'for-2.6.27' of git://linux-nfs.org/~bfiel...
2008-07-16 Linus TorvaldsMerge branch 'for_linus' of git://git.infradead.org...
2008-07-15 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2008-07-14 Jonathan CorbetMerge commit 'v2.6.26' into bkl-removal
2008-07-14 Artem BityutskiyVFS: export sync_sb_inodes
2008-07-13 Richard Kennedyfile lock: reorder struct file_lock to save space on...
2008-07-11 Jan Karavfs: export filemap_fdatawrite_range()
2008-07-02 Andi KleenRemove BKL from remote_llseek v2
2008-07-01 Jens AxboeProperly notify block layer of sync writes
2008-06-23 Denis V. Lunev[patch 4/4] flock: remove unused fields from file_lock_...
2008-06-06 Akinobu Mitaintroduce memory_read_from_buffer()
2008-05-07 Miklos Szeredivfs: splice remove_suid() cleanup
2008-05-06 Christoph Hellwig[PATCH] kill ->put_inode
2008-04-29 Adrian Bunkmake vfs_ioctl() static
2008-04-29 Adrian Bunkmake __put_super() static
2008-04-28 Nick Pigginxip: support non-struct page backed memory
2008-04-28 Jared Hulbertreturn pfn from direct_access, for XIP
2008-04-26 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-04-25 J. Bruce Fieldslocks: don't call ->copy_lock methods on return of...
2008-04-25 Al Viro[PATCH] sanitize unshare_files/reset_files_struct
2008-04-25 Al Viro[PATCH] restore sane ->umount_begin() API
2008-04-22 Al Viro[PATCH] move a bunch of declarations to fs/internal.h
2008-04-21 Linus TorvaldsMerge branch 'semaphore' of git://git./linux/kernel...
2008-04-19 Dave Hansen[PATCH] r/o bind mounts: debugging for missed calls
2008-04-19 Christoph Hellwig[PATCH] merge open_namei() and do_filp_open()
2008-04-19 Matthew WilcoxConvert asm/semaphore.h users to linux/semaphore.h
2008-02-19 Adrian Bunkmake struct def_blk_aops static
2008-02-15 Jan Karavfs: add explanation of I_DIRTY_DATASYNC bit
2008-02-08 Denis Chengfs/char_dev.c: chrdev_open marked static and removed...
2008-02-08 Miklos Szeredimount options: add generic_show_options()
2008-02-08 Christoph Hellwigkill do_generic_mapping_read
2008-02-08 Christoph Hellwiglibfs: rename simple_attr_close to simple_attr_release
2008-02-08 Christoph Hellwiglibfs: allow error return from simple attributes
2008-02-07 David Howellsiget: remove iget() and the read_inode() super op as...
2008-02-07 David Howellsiget: introduce a function to register iget failure
2008-02-07 Erez ZadokVFS: swap do_ioctl and vfs_ioctl names
2008-02-06 Eric Dumazetget rid of NR_OPEN and introduce a sysctl_nr_open
2008-02-06 Akinobu Mitafs: use list_for_each_entry_reverse and kill sb_entry
2008-02-06 Joern EngelDocument I_SYNC and I_DATASYNC
2008-02-06 Adrian Bunkproper prototype for get_filesystem_list()
2008-02-04 Linus TorvaldsMerge git://git./linux/kernel/git/bunk/trivial
2008-02-03 Vitaliy Gusevpid-namespaces-vs-locks-interaction
2008-02-03 Joe Perchesinclude/linux/: Spelling fixes
2008-01-29 Jean Noel Cordennerext4: Add inode version support in ext4
2008-01-29 Jean Noel Cordennervfs: Add 64 bit i_version support
2008-01-25 Greg Kroah-Hartmankobject: convert main fs kobject to use kobject_create
2007-10-22 Christoph Hellwigexportfs: make struct export_operations const
2007-10-21 Al Viro[PATCH] new helpers - collect_mounts() and release_coll...
2007-10-20 Jason Uhlenkottfix do_sys_open() prototype
2007-10-19 Pavel Emelyanovpid namespaces: introduce MS_KERNMOUNT flag
2007-10-19 Miklos Szerediput declaration of put_filesystem() in fs.h
2007-10-18 Miklos SzerediVFS: allow filesystems to implement atomic open+truncate
2007-10-17 Serge E. HallynImplement file posix capabilities
2007-10-17 Joern Engelintroduce I_SYNC
2007-10-17 Fengguang Wuwriteback: fix ntfs with sb_has_dirty_inodes()
2007-10-17 Ken Chenwriteback: fix periodic superblock dirty inode flushing
2007-10-17 Mathieu DesnoyersFix f_version type: should be u64 instead of unsigned...
2007-10-17 Adrian Bunkmake fs/libfs.c:simple_commit_write() static
2007-10-17 Denis Chengfs: remove the unused mempages parameter
2007-10-17 Alexey DobriyanRemove sysctl.h from fs.h
2007-10-16 Nick Pigginfs: remove some AOP_TRUNCATED_PAGE
2007-10-16 Nick Pigginfs: new cont helpers
2007-10-16 Nick Pigginfs: introduce write_begin, write_end, and perform_write...
2007-10-16 Nick Pigginmm: buffered write iterator
2007-10-16 Fengguang Wureadahead: combine file_ra_state.prev_index/prev_offset...
2007-10-16 Fengguang Wureadahead: mmap read-around simplification
2007-10-16 Fengguang Wureadahead: compacting file_ra_state
2007-10-15 Linus TorvaldsMerge branch 'locks' of git://linux-nfs.org/~bfields...
2007-10-13 Peter Zijlstralockdep: annotate dir vs file i_mutex
2007-10-15 Peter Zijlstralockdep: per filesystem inode lock class
2007-10-09 Pavel EmelyanovRework /proc/locks via seq_files and seq_list helpers
2007-10-09 Pavel EmelyanovCleanup macros for distinguishing mandatory locks
2007-08-11 Adrian Bunk[PATCH] remove mm/filemap.c:file_send_actor()
2007-07-31 Christoph Hellwigrename setlease to generic_setlease
2007-07-19 Fengguang Wureadahead: sanify file_ra_state names
2007-07-19 Fengguang Wureadahead: remove the old algorithm
2007-07-19 Fengguang Wureadahead: data structure and routines
2007-07-19 Akinobu Mitaunregister_chrdev() return void
2007-07-19 Linus TorvaldsMerge branch 'for-linus' of git://linux-nfs.org/~bfield...
2007-07-18 J. Bruce Fieldslocks: make posix_test_lock() interface more consistent
2007-07-18 J. Bruce Fieldslocks: export setlease to filesystems
2007-07-18 J. Bruce Fieldslocks: provide a file lease method enabling cluster...
2007-07-18 J. Bruce Fieldslocks: rename lease functions to reflect locks.c conven...
2007-07-18 Amit Arorasys_fallocate() implementation on i386, x86_64 and...
2007-07-17 Satyam SharmaIntroduce is_owner_or_cap() to wrap CAP_FOWNER use...
2007-07-17 Christoph Hellwigknfsd: exportfs: add exportfs.h header
2007-07-17 Akinobu Mitaunregister_blkdev(): return void
next