summaryrefslogtreecommitdiff
path: root/include/linux/fs.h
AgeCommit message (Expand)Author
2012-03-21switch touch_atime to struct pathAl Viro
2012-03-21vfs: turn generic_drop_inode() into static inlineAl Viro
2012-03-21vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro
2012-02-14vfs: Provide function to get superblock and wait for it to thawJan Kara
2012-01-24migrate_mode.h is not exported to user modeStephen Rothwell
2012-01-23mm: fix warnings regarding enum migrate_modeAndrew Morton
2012-01-15Merge branch 'for-3.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2012-01-13vfs: cache request_queue in struct block_deviceAndi Kleen
2012-01-13mm: compaction: introduce sync-light migration for use by compactionMel Gorman
2012-01-13mm: compaction: determine if dirty pages can be migrated without blocking wit...Mel Gorman
2012-01-13epoll: limit pathsJason Baron
2012-01-11block: Add BLKROTATIONAL ioctlMartin K. Petersen
2012-01-07vfs: prevent remount read-only if pending removesMiklos Szeredi
2012-01-07vfs: count unlinked inodesMiklos Szeredi
2012-01-07vfs: protect remounting superblock read-onlyMiklos Szeredi
2012-01-07vfs: keep list of mounts for each superblockMiklos Szeredi
2012-01-07vfs: switch ->show_options() to struct dentry *Al Viro
2012-01-07vfs: switch ->show_path() to struct dentry *Al Viro
2012-01-07vfs: switch ->show_devname() to struct dentry *Al Viro
2012-01-07vfs: switch ->show_stats to struct dentry *Al Viro
2012-01-07Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into ZAl Viro
2012-01-04switch open and mkdir syscalls to umode_tAl Viro
2012-01-04switch is_sxid() to umode_tAl Viro
2012-01-04switch inode_init_owner() to umode_tAl Viro
2012-01-04switch ->mknod() to umode_tAl Viro
2012-01-04switch ->create() to umode_tAl Viro
2012-01-04switch vfs_mkdir() and ->mkdir() to umode_tAl Viro
2012-01-04fs: move code out of buffer.cAl Viro
2012-01-04vfs: new helper - vfs_ustat()Al Viro
2012-01-04vfs: convert fs_supers to hlistAl Viro
2011-12-09vmscan: use atomic-long for shrinker batchingKonstantin Khlebnikov
2011-12-07fix apparmor dereferencing potentially freed dentry, sanitize __d_path() APIAl Viro
2011-11-17new helper: mount_subtree()Al Viro
2011-11-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds
2011-11-02Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds
2011-11-02vfs: protect i_nlinkMiklos Szeredi
2011-11-02filesystems: add set_nlink()Miklos Szeredi
2011-11-01treewide: use __printf not __attribute__((format(printf,...)))Joe Perches
2011-11-01Cross Memory AttachChristopher Yeoh
2011-10-29fs: optimize out 16 bytes worth of padding in struct inodeTheodore Ts'o
2011-10-28Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds
2011-10-28vfs: add generic_file_llseek_sizeAndi Kleen
2011-10-28vfs: do (nearly) lockless generic_file_llseekAndi Kleen
2011-10-28vfs: add hex format for MAY_* flag valuesAneesh Kumar K.V
2011-10-25Merge branch 'for-3.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2011-09-21Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2011-08-25lockdep: Add helper function for dir vs file i_mutex annotationJosh Boyer
2011-08-23block: remove READ_META and WRITE_METAChristoph Hellwig
2011-08-19locks: fix tracking of inprogress lease breaksJ. Bruce Fields
2011-08-19locks: move F_INPROGRESS from fl_type to fl_flags fieldJ. Bruce Fields