summaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
Commit message (Expand)AuthorAgeFilesLines
* make vfs_ioctl() staticAdrian Bunk2008-04-291-1/+0
* make __put_super() staticAdrian Bunk2008-04-291-1/+0
* xip: support non-struct page backed memoryNick Piggin2008-04-281-2/+2
* return pfn from direct_access, for XIPJared Hulbert2008-04-281-1/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-04-251-4/+1
|\
| * [PATCH] sanitize unshare_files/reset_files_structAl Viro2008-04-251-3/+0
| * [PATCH] restore sane ->umount_begin() APIAl Viro2008-04-251-1/+1
* | locks: don't call ->copy_lock methods on return of conflicting locksJ. Bruce Fields2008-04-251-0/+1
|/
* [PATCH] move a bunch of declarations to fs/internal.hAl Viro2008-04-211-6/+0
* Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/wil...Linus Torvalds2008-04-211-1/+1
|\
| * Convert asm/semaphore.h users to linux/semaphore.hMatthew Wilcox2008-04-181-1/+1
* | [PATCH] r/o bind mounts: debugging for missed callsDave Hansen2008-04-191-0/+49
* | [PATCH] merge open_namei() and do_filp_open()Christoph Hellwig2008-04-191-1/+2
|/
* make struct def_blk_aops staticAdrian Bunk2008-02-191-1/+0
* vfs: add explanation of I_DIRTY_DATASYNC bitJan Kara2008-02-141-2/+4
* fs/char_dev.c: chrdev_open marked static and removed from fs.hDenis Cheng2008-02-081-1/+0
* mount options: add generic_show_options()Miklos Szeredi2008-02-081-0/+9
* kill do_generic_mapping_readChristoph Hellwig2008-02-081-15/+0
* 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/+0
* 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/+0
* 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-281-1/+15
* vfs: Add 64 bit i_version supportJean Noel Cordenner2008-01-281-1/+4
* kobject: convert main fs kobject to use kobject_createGreg Kroah-Hartman2008-01-241-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/+0
* 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
OpenPOWER on IntegriCloud