aboutsummaryrefslogtreecommitdiff
path: root/include/linux/fs.h
AgeCommit message (Expand)Author
2007-10-16fs: remove some AOP_TRUNCATED_PAGENick Piggin
2007-10-16fs: new cont helpersNick Piggin
2007-10-16fs: introduce write_begin, write_end, and perform_write aopsNick Piggin
2007-10-16mm: buffered write iteratorNick Piggin
2007-10-16readahead: combine file_ra_state.prev_index/prev_offset into prev_posFengguang Wu
2007-10-16readahead: mmap read-around simplificationFengguang Wu
2007-10-16readahead: compacting file_ra_stateFengguang Wu
2007-10-15Merge branch 'locks' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2007-10-14lockdep: annotate dir vs file i_mutexPeter Zijlstra
2007-10-15lockdep: per filesystem inode lock classPeter Zijlstra
2007-10-09Rework /proc/locks via seq_files and seq_list helpersPavel Emelyanov
2007-10-09Cleanup macros for distinguishing mandatory locksPavel Emelyanov
2007-08-11[PATCH] remove mm/filemap.c:file_send_actor()Adrian Bunk
2007-07-31rename setlease to generic_setleaseChristoph Hellwig
2007-07-19readahead: sanify file_ra_state namesFengguang Wu
2007-07-19readahead: remove the old algorithmFengguang Wu
2007-07-19readahead: data structure and routinesFengguang Wu
2007-07-19unregister_chrdev() return voidAkinobu Mita
2007-07-18Merge branch 'for-linus' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2007-07-18locks: make posix_test_lock() interface more consistentJ. Bruce Fields
2007-07-18locks: export setlease to filesystemsJ. Bruce Fields
2007-07-18locks: provide a file lease method enabling cluster-coherent leasesJ. Bruce Fields
2007-07-18locks: rename lease functions to reflect locks.c conventionsJ. Bruce Fields
2007-07-17sys_fallocate() implementation on i386, x86_64 and powerpcAmit Arora
2007-07-17Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid checkSatyam Sharma
2007-07-17knfsd: exportfs: add exportfs.h headerChristoph Hellwig
2007-07-17unregister_blkdev(): return voidAkinobu Mita
2007-07-17proper prototype for proc_nr_files()Adrian Bunk
2007-07-16fs: clarify "dummy" member in struct inodes_stat_tStefan Richter
2007-07-16AFS: implement file lockingDavid Howells
2007-07-16invalidate_mapping_pages(): add cond_reschedAndrew Morton
2007-07-10Remove remnants of sendfile()Jens Axboe
2007-07-10xip sendfile removalCarsten Otte
2007-07-10sendfile: kill generic_file_sendfile()Jens Axboe
2007-06-24document nlink functionDave Hansen
2007-06-04Merge git://git.infradead.org/mtd-2.6Linus Torvalds
2007-05-11[MTD] generalise the handling of MTD-specific superblocksDavid Howells
2007-05-08Remove do_sync_file_range()Mark Fasheh
2007-05-08add filesystem subtype supportMiklos Szeredi
2007-05-08use use SEEK_MAX to validate user lseek argumentsChris Snook
2007-05-08mm: move common segment checks to separate helper functionDmitriy Monakhov
2007-05-07Merge branch 'server-cluster-locking-api' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2007-05-07readahead: code cleanupJan Kara
2007-05-07readahead: improve heuristic detecting sequential readsJan Kara
2007-05-06locks: add fl_grant callback for asynchronous lock returnMarc Eshel
2007-05-06locks: add lock cancel commandMarc Eshel
2007-05-06locks: allow {vfs,posix}_lock_file to return conflicting lockMarc Eshel
2007-05-06locks: factor out generic/filesystem switch from setlock codeMarc Eshel
2007-05-06locks: factor out generic/filesystem switch from test_lockJ. Bruce Fields
2007-05-06locks: give posix_test_lock same interface as ->lockMarc Eshel