aboutsummaryrefslogtreecommitdiff
path: root/include/linux/fs.h
AgeCommit message (Expand)Author
2008-04-21Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/wil...Linus Torvalds
2008-04-19[PATCH] r/o bind mounts: debugging for missed callsDave Hansen
2008-04-19[PATCH] merge open_namei() and do_filp_open()Christoph Hellwig
2008-04-18Convert asm/semaphore.h users to linux/semaphore.hMatthew Wilcox
2008-02-19make struct def_blk_aops staticAdrian Bunk
2008-02-14vfs: add explanation of I_DIRTY_DATASYNC bitJan Kara
2008-02-08fs/char_dev.c: chrdev_open marked static and removed from fs.hDenis Cheng
2008-02-08mount options: add generic_show_options()Miklos Szeredi
2008-02-08kill do_generic_mapping_readChristoph Hellwig
2008-02-08libfs: rename simple_attr_close to simple_attr_releaseChristoph Hellwig
2008-02-08libfs: allow error return from simple attributesChristoph Hellwig
2008-02-07iget: remove iget() and the read_inode() super op as being obsoleteDavid Howells
2008-02-07iget: introduce a function to register iget failureDavid Howells
2008-02-07VFS: swap do_ioctl and vfs_ioctl namesErez Zadok
2008-02-06get rid of NR_OPEN and introduce a sysctl_nr_openEric Dumazet
2008-02-06fs: use list_for_each_entry_reverse and kill sb_entryAkinobu Mita
2008-02-06Document I_SYNC and I_DATASYNCJoern Engel
2008-02-06proper prototype for get_filesystem_list()Adrian Bunk
2008-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds
2008-02-03pid-namespaces-vs-locks-interactionVitaliy Gusev
2008-02-03include/linux/: Spelling fixesJoe Perches
2008-01-28ext4: Add inode version support in ext4Jean Noel Cordenner
2008-01-28vfs: Add 64 bit i_version supportJean Noel Cordenner
2008-01-24kobject: convert main fs kobject to use kobject_createGreg Kroah-Hartman
2007-10-22exportfs: make struct export_operations constChristoph Hellwig
2007-10-21[PATCH] new helpers - collect_mounts() and release_collected_mounts()Al Viro
2007-10-20fix do_sys_open() prototypeJason Uhlenkott
2007-10-19pid namespaces: introduce MS_KERNMOUNT flagPavel Emelyanov
2007-10-19put declaration of put_filesystem() in fs.hMiklos Szeredi
2007-10-18VFS: allow filesystems to implement atomic open+truncateMiklos Szeredi
2007-10-17Implement file posix capabilitiesSerge E. Hallyn
2007-10-17introduce I_SYNCJoern Engel
2007-10-17writeback: fix ntfs with sb_has_dirty_inodes()Fengguang Wu
2007-10-17writeback: fix periodic superblock dirty inode flushingKen Chen
2007-10-17Fix f_version type: should be u64 instead of unsigned longMathieu Desnoyers
2007-10-17make fs/libfs.c:simple_commit_write() staticAdrian Bunk
2007-10-17fs: remove the unused mempages parameterDenis Cheng
2007-10-17Remove sysctl.h from fs.hAlexey Dobriyan
2007-10-16fs: remove some AOP_TRUNCATED_PAGENick Piggin
2007-10-16fs: new cont helpersNick Piggin
2007-10-16fs: introduce write_begin, write_end, and perform_write aopsNick Piggin
2007-10-16mm: buffered write iteratorNick Piggin
2007-10-16readahead: combine file_ra_state.prev_index/prev_offset into prev_posFengguang Wu
2007-10-16readahead: mmap read-around simplificationFengguang Wu
2007-10-16readahead: compacting file_ra_stateFengguang Wu
2007-10-15Merge branch 'locks' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2007-10-14lockdep: annotate dir vs file i_mutexPeter Zijlstra
2007-10-15lockdep: per filesystem inode lock classPeter Zijlstra
2007-10-09Rework /proc/locks via seq_files and seq_list helpersPavel Emelyanov
2007-10-09Cleanup macros for distinguishing mandatory locksPavel Emelyanov