aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-4/+1
2008-04-25locks: don't call ->copy_lock methods on return of conflicting locksJ. Bruce Fields1-0/+1
2008-04-25[PATCH] sanitize unshare_files/reset_files_structAl Viro1-3/+0
2008-04-25[PATCH] restore sane ->umount_begin() APIAl Viro1-1/+1
2008-04-21[PATCH] move a bunch of declarations to fs/internal.hAl Viro1-6/+0
2008-04-21Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/miscLinus Torvalds1-1/+1
2008-04-19[PATCH] r/o bind mounts: debugging for missed callsDave Hansen1-0/+49
2008-04-19[PATCH] merge open_namei() and do_filp_open()Christoph Hellwig1-1/+2
2008-04-18Convert asm/semaphore.h users to linux/semaphore.hMatthew Wilcox1-1/+1
2008-02-19make struct def_blk_aops staticAdrian Bunk1-1/+0
2008-02-14vfs: add explanation of I_DIRTY_DATASYNC bitJan Kara1-2/+4
2008-02-08fs/char_dev.c: chrdev_open marked static and removed from fs.hDenis Cheng1-1/+0
2008-02-08mount options: add generic_show_options()Miklos Szeredi1-0/+9
2008-02-08kill do_generic_mapping_readChristoph Hellwig1-15/+0
2008-02-08libfs: rename simple_attr_close to simple_attr_releaseChristoph Hellwig1-2/+2
2008-02-08libfs: allow error return from simple attributesChristoph Hellwig1-1/+1
2008-02-07iget: remove iget() and the read_inode() super op as being obsoleteDavid Howells1-14/+0
2008-02-07iget: introduce a function to register iget failureDavid Howells1-0/+1
2008-02-07VFS: swap do_ioctl and vfs_ioctl namesErez Zadok1-1/+3
2008-02-06get rid of NR_OPEN and introduce a sysctl_nr_openEric Dumazet1-1/+1
2008-02-06fs: use list_for_each_entry_reverse and kill sb_entryAkinobu Mita1-1/+0
2008-02-06Document I_SYNC and I_DATASYNCJoern Engel1-4/+4
2008-02-06proper prototype for get_filesystem_list()Adrian Bunk1-0/+1
2008-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-1/+1
2008-02-03pid-namespaces-vs-locks-interactionVitaliy Gusev1-0/+1
2008-02-03include/linux/: Spelling fixesJoe Perches1-1/+1
2008-01-28ext4: Add inode version support in ext4Jean Noel Cordenner1-1/+15
2008-01-28vfs: Add 64 bit i_version supportJean Noel Cordenner1-1/+4
2008-01-24kobject: convert main fs kobject to use kobject_createGreg Kroah-Hartman1-1/+1
2007-10-22exportfs: make struct export_operations constChristoph Hellwig1-1/+1
2007-10-21[PATCH] new helpers - collect_mounts() and release_collected_mounts()Al Viro1-0/+2
2007-10-20fix do_sys_open() prototypeJason Uhlenkott1-1/+1
2007-10-19pid namespaces: introduce MS_KERNMOUNT flagPavel Emelyanov1-1/+3
2007-10-19put declaration of put_filesystem() in fs.hMiklos Szeredi1-0/+2
2007-10-18VFS: allow filesystems to implement atomic open+truncateMiklos Szeredi1-0/+1
2007-10-17Implement file posix capabilitiesSerge E. Hallyn1-0/+1
2007-10-17introduce I_SYNCJoern Engel1-9/+61
2007-10-17writeback: fix ntfs with sb_has_dirty_inodes()Fengguang Wu1-0/+1
2007-10-17writeback: fix periodic superblock dirty inode flushingKen Chen1-0/+1
2007-10-17Fix f_version type: should be u64 instead of unsigned longMathieu Desnoyers1-1/+1
2007-10-17make fs/libfs.c:simple_commit_write() staticAdrian Bunk1-2/+0
2007-10-17fs: remove the unused mempages parameterDenis Cheng1-2/+2
2007-10-17Remove sysctl.h from fs.hAlexey Dobriyan1-2/+2
2007-10-16fs: remove some AOP_TRUNCATED_PAGENick Piggin1-1/+1
2007-10-16fs: new cont helpersNick Piggin1-0/+1
2007-10-16fs: introduce write_begin, write_end, and perform_write aopsNick Piggin1-1/+29
2007-10-16mm: buffered write iteratorNick Piggin1-0/+33
2007-10-16readahead: combine file_ra_state.prev_index/prev_offset into prev_posFengguang Wu1-2/+1
2007-10-16readahead: mmap read-around simplificationFengguang Wu1-2/+1
2007-10-16readahead: compacting file_ra_stateFengguang Wu1-4/+4