aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-15Merge branch 'locks' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-4/+18
2007-10-14lockdep: annotate dir vs file i_mutexPeter Zijlstra1-0/+1
2007-10-15lockdep: per filesystem inode lock classPeter Zijlstra1-0/+5
2007-10-09Rework /proc/locks via seq_files and seq_list helpersPavel Emelyanov1-0/+1
2007-10-09Cleanup macros for distinguishing mandatory locksPavel Emelyanov1-4/+17
2007-08-11[PATCH] remove mm/filemap.c:file_send_actor()Adrian Bunk1-1/+0
2007-07-31rename setlease to generic_setleaseChristoph Hellwig1-1/+1
2007-07-19readahead: sanify file_ra_state namesFengguang Wu1-55/+6
2007-07-19readahead: remove the old algorithmFengguang Wu1-10/+1
2007-07-19readahead: data structure and routinesFengguang Wu1-0/+64
2007-07-19unregister_chrdev() return voidAkinobu Mita1-1/+1
2007-07-18Merge branch 'for-linus' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+3
2007-07-18locks: make posix_test_lock() interface more consistentJ. Bruce Fields1-1/+1
2007-07-18locks: export setlease to filesystemsJ. Bruce Fields1-0/+1
2007-07-18locks: provide a file lease method enabling cluster-coherent leasesJ. Bruce Fields1-0/+1
2007-07-18locks: rename lease functions to reflect locks.c conventionsJ. Bruce Fields1-1/+1