summaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
Commit message (Expand)AuthorAgeFilesLines
* make struct def_blk_aops staticAdrian Bunk2008-02-191-1/+0Star
* vfs: add explanation of I_DIRTY_DATASYNC bitJan Kara2008-02-151-2/+4
* fs/char_dev.c: chrdev_open marked static and removed from fs.hDenis Cheng2008-02-081-1/+0Star
* mount options: add generic_show_options()Miklos Szeredi2008-02-081-0/+9
* kill do_generic_mapping_readChristoph Hellwig2008-02-081-15/+0Star
* libfs: rename simple_attr_close to simple_attr_releaseChristoph Hellwig2008-02-081-2/+2
* libfs: allow error return from simple attributesChristoph Hellwig2008-02-081-1/+1
* iget: remove iget() and the read_inode() super op as being obsoleteDavid Howells2008-02-071-14/+0Star
* iget: introduce a function to register iget failureDavid Howells2008-02-071-0/+1
* VFS: swap do_ioctl and vfs_ioctl namesErez Zadok2008-02-071-1/+3
* get rid of NR_OPEN and introduce a sysctl_nr_openEric Dumazet2008-02-061-1/+1
* fs: use list_for_each_entry_reverse and kill sb_entryAkinobu Mita2008-02-061-1/+0Star
* Document I_SYNC and I_DATASYNCJoern Engel2008-02-061-4/+4
* proper prototype for get_filesystem_list()Adrian Bunk2008-02-061-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2008-02-041-1/+1
|\
| * include/linux/: Spelling fixesJoe Perches2008-02-031-1/+1
* | pid-namespaces-vs-locks-interactionVitaliy Gusev2008-02-031-0/+1
|/
* ext4: Add inode version support in ext4Jean Noel Cordenner2008-01-291-1/+15
* vfs: Add 64 bit i_version supportJean Noel Cordenner2008-01-291-1/+4
* kobject: convert main fs kobject to use kobject_createGreg Kroah-Hartman2008-01-251-1/+1
* exportfs: make struct export_operations constChristoph Hellwig2007-10-221-1/+1
* [PATCH] new helpers - collect_mounts() and release_collected_mounts()Al Viro2007-10-211-0/+2
* fix do_sys_open() prototypeJason Uhlenkott2007-10-201-1/+1
* pid namespaces: introduce MS_KERNMOUNT flagPavel Emelyanov2007-10-191-1/+3
* put declaration of put_filesystem() in fs.hMiklos Szeredi2007-10-191-0/+2
* VFS: allow filesystems to implement atomic open+truncateMiklos Szeredi2007-10-181-0/+1
* Implement file posix capabilitiesSerge E. Hallyn2007-10-171-0/+1
* introduce I_SYNCJoern Engel2007-10-171-9/+61
* writeback: fix ntfs with sb_has_dirty_inodes()Fengguang Wu2007-10-171-0/+1
* writeback: fix periodic superblock dirty inode flushingKen Chen2007-10-171-0/+1
* Fix f_version type: should be u64 instead of unsigned longMathieu Desnoyers2007-10-171-1/+1
* make fs/libfs.c:simple_commit_write() staticAdrian Bunk2007-10-171-2/+0Star
* fs: remove the unused mempages parameterDenis Cheng2007-10-171-2/+2
* Remove sysctl.h from fs.hAlexey Dobriyan2007-10-171-2/+2
* fs: remove some AOP_TRUNCATED_PAGENick Piggin2007-10-161-1/+1
* fs: new cont helpersNick Piggin2007-10-161-0/+1
* fs: introduce write_begin, write_end, and perform_write aopsNick Piggin2007-10-161-1/+29
* mm: buffered write iteratorNick Piggin2007-10-161-0/+33
* readahead: combine file_ra_state.prev_index/prev_offset into prev_posFengguang Wu2007-10-161-2/+1Star
* readahead: mmap read-around simplificationFengguang Wu2007-10-161-2/+1Star
* readahead: compacting file_ra_stateFengguang Wu2007-10-161-4/+4
* Merge branch 'locks' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2007-10-161-4/+18
|\
| * Rework /proc/locks via seq_files and seq_list helpersPavel Emelyanov2007-10-101-0/+1
| * Cleanup macros for distinguishing mandatory locksPavel Emelyanov2007-10-101-4/+17
* | lockdep: annotate dir vs file i_mutexPeter Zijlstra2007-10-141-0/+1
* | lockdep: per filesystem inode lock classPeter Zijlstra2007-10-151-0/+5
|/
* [PATCH] remove mm/filemap.c:file_send_actor()Adrian Bunk2007-08-111-1/+0Star
* rename setlease to generic_setleaseChristoph Hellwig2007-08-011-1/+1
* readahead: sanify file_ra_state namesFengguang Wu2007-07-191-55/+6Star
* readahead: remove the old algorithmFengguang Wu2007-07-191-10/+1Star