aboutsummaryrefslogtreecommitdiff
path: root/include/linux/fs.h
AgeCommit message (Expand)AuthorFilesLines
2012-02-13vfs: Provide function to get superblock and wait for it to thawGravatar Jan Kara 1-0/+1
2012-01-23migrate_mode.h is not exported to user modeGravatar Stephen Rothwell 1-1/+1
2012-01-23mm: fix warnings regarding enum migrate_modeGravatar Andrew Morton 1-1/+1
2012-01-15Merge branch 'for-3.3/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+1
2012-01-12vfs: cache request_queue in struct block_deviceGravatar Andi Kleen 1-0/+2
2012-01-12mm: compaction: introduce sync-light migration for use by compactionGravatar Mel Gorman 1-2/+4
2012-01-12mm: compaction: determine if dirty pages can be migrated without blocking wit...Gravatar Mel Gorman 1-3/+6
2012-01-12epoll: limit pathsGravatar Jason Baron 1-0/+1
2012-01-11block: Add BLKROTATIONAL ioctlGravatar Martin K. Petersen 1-0/+1
2012-01-06vfs: prevent remount read-only if pending removesGravatar Miklos Szeredi 1-2/+0
2012-01-06vfs: count unlinked inodesGravatar Miklos Szeredi 1-54/+7
2012-01-06vfs: protect remounting superblock read-onlyGravatar Miklos Szeredi 1-0/+3
2012-01-06vfs: keep list of mounts for each superblockGravatar Miklos Szeredi 1-0/+1
2012-01-06vfs: switch ->show_options() to struct dentry *Gravatar Al Viro 1-2/+2
2012-01-06vfs: switch ->show_path() to struct dentry *Gravatar Al Viro 1-1/+1
2012-01-06vfs: switch ->show_devname() to struct dentry *Gravatar Al Viro 1-1/+1
2012-01-06vfs: switch ->show_stats to struct dentry *Gravatar Al Viro 1-1/+1
2012-01-06Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into ZGravatar Al Viro 1-10/+13
2012-01-03switch open and mkdir syscalls to umode_tGravatar Al Viro 1-2/+2
2012-01-03switch is_sxid() to umode_tGravatar Al Viro 1-1/+1
2012-01-03switch inode_init_owner() to umode_tGravatar Al Viro 1-1/+1
2012-01-03switch ->mknod() to umode_tGravatar Al Viro 1-2/+2
2012-01-03switch ->create() to umode_tGravatar Al Viro 1-2/+2
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tGravatar Al Viro 1-2/+2
2012-01-03fs: move code out of buffer.cGravatar Al Viro 1-0/+3
2012-01-03vfs: new helper - vfs_ustat()Gravatar Al Viro 1-2/+1
2012-01-03vfs: convert fs_supers to hlistGravatar Al Viro 1-2/+2
2011-12-09vmscan: use atomic-long for shrinker batchingGravatar Konstantin Khlebnikov 1-1/+1
2011-12-06fix apparmor dereferencing potentially freed dentry, sanitize __d_path() APIGravatar Al Viro 1-0/+1
2011-11-16new helper: mount_subtree()Gravatar Al Viro 1-0/+1
2011-11-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Gravatar Linus Torvalds 1-4/+27
2011-11-02Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Gravatar Linus Torvalds 1-5/+5
2011-11-02vfs: protect i_nlinkGravatar Miklos Szeredi 1-5/+15
2011-11-02filesystems: add set_nlink()Gravatar Miklos Szeredi 1-0/+13
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Gravatar Joe Perches 1-2/+2
2011-10-31Cross Memory AttachGravatar Christopher Yeoh 1-3/+4
2011-10-29fs: optimize out 16 bytes worth of padding in struct inodeGravatar Theodore Ts'o 1-5/+5
2011-10-28Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Gravatar Linus Torvalds 1-11/+17
2011-10-28vfs: add generic_file_llseek_sizeGravatar Andi Kleen 1-0/+2
2011-10-28vfs: do (nearly) lockless generic_file_llseekGravatar Andi Kleen 1-3/+6
2011-10-28vfs: add hex format for MAY_* flag valuesGravatar Aneesh Kumar K.V 1-8/+9
2011-10-25Merge branch 'for-3.2' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-2/+6
2011-09-21Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+0
2011-08-25lockdep: Add helper function for dir vs file i_mutex annotationGravatar Josh Boyer 1-0/+5
2011-08-23block: remove READ_META and WRITE_METAGravatar Christoph Hellwig 1-2/+0
2011-08-19locks: fix tracking of inprogress lease breaksGravatar J. Bruce Fields 1-2/+5
2011-08-19locks: move F_INPROGRESS from fl_type to fl_flags fieldGravatar J. Bruce Fields 1-1/+2
2011-08-06vfs: optimize inode cache access patternsGravatar Linus Torvalds 1-22/+37
2011-08-01vfs: avoid taking inode_hash_lock on pipes and socketsGravatar Eric Dumazet 1-1/+8
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+2