aboutsummaryrefslogtreecommitdiff
path: root/include/linux/fs.h
AgeCommit message (Expand)AuthorFilesLines
2007-10-15Merge branch 'locks' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-4/+18
2007-10-14lockdep: annotate dir vs file i_mutexGravatar Peter Zijlstra 1-0/+1
2007-10-15lockdep: per filesystem inode lock classGravatar Peter Zijlstra 1-0/+5
2007-10-09Rework /proc/locks via seq_files and seq_list helpersGravatar Pavel Emelyanov 1-0/+1
2007-10-09Cleanup macros for distinguishing mandatory locksGravatar Pavel Emelyanov 1-4/+17
2007-08-11[PATCH] remove mm/filemap.c:file_send_actor()Gravatar Adrian Bunk 1-1/+0
2007-07-31rename setlease to generic_setleaseGravatar Christoph Hellwig 1-1/+1
2007-07-19readahead: sanify file_ra_state namesGravatar Fengguang Wu 1-55/+6
2007-07-19readahead: remove the old algorithmGravatar Fengguang Wu 1-10/+1
2007-07-19readahead: data structure and routinesGravatar Fengguang Wu 1-0/+64
2007-07-19unregister_chrdev() return voidGravatar Akinobu Mita 1-1/+1
2007-07-18Merge branch 'for-linus' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-1/+3
2007-07-18locks: make posix_test_lock() interface more consistentGravatar J. Bruce Fields 1-1/+1
2007-07-18locks: export setlease to filesystemsGravatar J. Bruce Fields 1-0/+1
2007-07-18locks: provide a file lease method enabling cluster-coherent leasesGravatar J. Bruce Fields 1-0/+1
2007-07-18locks: rename lease functions to reflect locks.c conventionsGravatar J. Bruce Fields 1-1/+1
2007-07-17sys_fallocate() implementation on i386, x86_64 and powerpcGravatar Amit Arora 1-0/+2
2007-07-17Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid checkGravatar Satyam Sharma 1-0/+4
2007-07-17knfsd: exportfs: add exportfs.h headerGravatar Christoph Hellwig 1-113/+1
2007-07-17unregister_blkdev(): return voidGravatar Akinobu Mita 1-1/+1
2007-07-17proper prototype for proc_nr_files()Gravatar Adrian Bunk 1-0/+5
2007-07-16fs: clarify "dummy" member in struct inodes_stat_tGravatar Stefan Richter 1-1/+1
2007-07-16AFS: implement file lockingGravatar David Howells 1-0/+4
2007-07-16invalidate_mapping_pages(): add cond_reschedGravatar Andrew Morton 1-0/+3
2007-07-10Remove remnants of sendfile()Gravatar Jens Axboe 1-2/+1
2007-07-10xip sendfile removalGravatar Carsten Otte 1-3/+0
2007-07-10sendfile: kill generic_file_sendfile()Gravatar Jens Axboe 1-1/+0
2007-06-24document nlink functionGravatar Dave Hansen 1-0/+27
2007-06-04Merge git://git.infradead.org/mtd-2.6Gravatar Linus Torvalds 1-0/+1
2007-05-11[MTD] generalise the handling of MTD-specific superblocksGravatar David Howells 1-0/+1
2007-05-08Remove do_sync_file_range()Gravatar Mark Fasheh 1-5/+0
2007-05-08add filesystem subtype supportGravatar Miklos Szeredi 1-0/+7
2007-05-08use use SEEK_MAX to validate user lseek argumentsGravatar Chris Snook 1-0/+1
2007-05-08mm: move common segment checks to separate helper functionGravatar Dmitriy Monakhov 1-0/+2
2007-05-07Merge branch 'server-cluster-locking-api' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-3/+6
2007-05-07readahead: code cleanupGravatar Jan Kara 1-2/+2
2007-05-07readahead: improve heuristic detecting sequential readsGravatar Jan Kara 1-0/+1
2007-05-06locks: add fl_grant callback for asynchronous lock returnGravatar Marc Eshel 1-0/+1
2007-05-06locks: add lock cancel commandGravatar Marc Eshel 1-0/+1
2007-05-06locks: allow {vfs,posix}_lock_file to return conflicting lockGravatar Marc Eshel 1-3/+2
2007-05-06locks: factor out generic/filesystem switch from setlock codeGravatar Marc Eshel 1-0/+1
2007-05-06locks: factor out generic/filesystem switch from test_lockGravatar J. Bruce Fields 1-0/+1
2007-05-06locks: give posix_test_lock same interface as ->lockGravatar Marc Eshel 1-1/+1
2007-05-02remove "struct subsystem" as it is no longer neededGravatar Greg Kroah-Hartman 1-1/+1
2007-04-26[PATCH] Turn do_sync_file_range() into do_sync_mapping_range()Gravatar Mark Fasheh 1-2/+7
2007-02-12[PATCH] Mark struct super_operations constGravatar Josef 'Jeff' Sipek 1-2/+2
2007-02-12[PATCH] mark struct inode_operations const 3Gravatar Arjan van de Ven 1-3/+3
2007-02-12[PATCH] move remove_dquot_ref to dqout.cGravatar Christoph Hellwig 1-1/+0
2007-02-11[PATCH] remove invalidate_inode_pages()Gravatar Andrew Morton 1-2/+2
2007-02-11[PATCH] Export invalidate_mapping_pages() to modulesGravatar Anton Altaparmakov 1-1/+7