aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
Commit message (Expand)AuthorAge
* ext4: Add inode version support in ext4Jean Noel Cordenner2008-01-28
* vfs: Add 64 bit i_version supportJean Noel Cordenner2008-01-28
* kobject: convert main fs kobject to use kobject_createGreg Kroah-Hartman2008-01-24
* exportfs: make struct export_operations constChristoph Hellwig2007-10-22
* [PATCH] new helpers - collect_mounts() and release_collected_mounts()Al Viro2007-10-21
* fix do_sys_open() prototypeJason Uhlenkott2007-10-19
* pid namespaces: introduce MS_KERNMOUNT flagPavel Emelyanov2007-10-19
* put declaration of put_filesystem() in fs.hMiklos Szeredi2007-10-19
* VFS: allow filesystems to implement atomic open+truncateMiklos Szeredi2007-10-18
* Implement file posix capabilitiesSerge E. Hallyn2007-10-17
* introduce I_SYNCJoern Engel2007-10-17
* writeback: fix ntfs with sb_has_dirty_inodes()Fengguang Wu2007-10-17
* writeback: fix periodic superblock dirty inode flushingKen Chen2007-10-17
* Fix f_version type: should be u64 instead of unsigned longMathieu Desnoyers2007-10-17
* make fs/libfs.c:simple_commit_write() staticAdrian Bunk2007-10-17
* fs: remove the unused mempages parameterDenis Cheng2007-10-17
* Remove sysctl.h from fs.hAlexey Dobriyan2007-10-17
* fs: remove some AOP_TRUNCATED_PAGENick Piggin2007-10-16
* fs: new cont helpersNick Piggin2007-10-16
* fs: introduce write_begin, write_end, and perform_write aopsNick Piggin2007-10-16
* mm: buffered write iteratorNick Piggin2007-10-16
* readahead: combine file_ra_state.prev_index/prev_offset into prev_posFengguang Wu2007-10-16
* readahead: mmap read-around simplificationFengguang Wu2007-10-16
* readahead: compacting file_ra_stateFengguang Wu2007-10-16
* Merge branch 'locks' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2007-10-15
|\
| * Rework /proc/locks via seq_files and seq_list helpersPavel Emelyanov2007-10-09
| * Cleanup macros for distinguishing mandatory locksPavel Emelyanov2007-10-09
* | lockdep: annotate dir vs file i_mutexPeter Zijlstra2007-10-13
* | lockdep: per filesystem inode lock classPeter Zijlstra2007-10-15
|/
* [PATCH] remove mm/filemap.c:file_send_actor()Adrian Bunk2007-08-11
* rename setlease to generic_setleaseChristoph Hellwig2007-07-31
* readahead: sanify file_ra_state namesFengguang Wu2007-07-19
* readahead: remove the old algorithmFengguang Wu2007-07-19
* readahead: data structure and routinesFengguang Wu2007-07-19
* unregister_chrdev() return voidAkinobu Mita2007-07-19
* Merge branch 'for-linus' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2007-07-18
|\
| * locks: make posix_test_lock() interface more consistentJ. Bruce Fields2007-07-18
| * locks: export setlease to filesystemsJ. Bruce Fields2007-07-18
| * locks: provide a file lease method enabling cluster-coherent leasesJ. Bruce Fields2007-07-18
| * locks: rename lease functions to reflect locks.c conventionsJ. Bruce Fields2007-07-18
* | sys_fallocate() implementation on i386, x86_64 and powerpcAmit Arora2007-07-17
|/
* Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid checkSatyam Sharma2007-07-17
* knfsd: exportfs: add exportfs.h headerChristoph Hellwig2007-07-17
* unregister_blkdev(): return voidAkinobu Mita2007-07-17
* proper prototype for proc_nr_files()Adrian Bunk2007-07-17
* fs: clarify "dummy" member in struct inodes_stat_tStefan Richter2007-07-16
* AFS: implement file lockingDavid Howells2007-07-16
* invalidate_mapping_pages(): add cond_reschedAndrew Morton2007-07-16
* Remove remnants of sendfile()Jens Axboe2007-07-10
* xip sendfile removalCarsten Otte2007-07-10