summaryrefslogtreecommitdiff
path: root/include/linux/fs.h
AgeCommit message (Expand)AuthorFilesLines
2012-04-06Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-0/+1
2012-04-06libfs: add simple_open()Stephen Boyd1-0/+1
2012-04-01CIFS: Fix VFS lock usage for oplocked filesPavel Shilovsky1-0/+5
2012-03-30Merge branch 'for-3.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-0/+4
2012-03-28Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-13/+0
2012-03-24Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Linus Torvalds1-0/+1
2012-03-22vfs: remove unused superblock helpersArtem Bityutskiy1-13/+0
2012-03-21switch touch_atime to struct pathAl Viro1-2/+2
2012-03-21vfs: turn generic_drop_inode() into static inlineAl Viro1-1/+4
2012-03-21vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro1-0/+1
2012-03-14fs: add new FMODE flags: FMODE_32bithash and FMODE_64bithashBernd Schubert1-0/+4
2012-03-05BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker1-0/+1
2012-02-14vfs: Provide function to get superblock and wait for it to thawJan Kara1-0/+1
2012-01-24migrate_mode.h is not exported to user modeStephen Rothwell1-1/+1
2012-01-23mm: fix warnings regarding enum migrate_modeAndrew Morton1-1/+1
2012-01-16Merge branch 'for-3.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2012-01-13vfs: cache request_queue in struct block_deviceAndi Kleen1-0/+2
2012-01-13mm: compaction: introduce sync-light migration for use by compactionMel Gorman1-2/+4
2012-01-13mm: compaction: determine if dirty pages can be migrated without blocking wit...Mel Gorman1-3/+6
2012-01-13epoll: limit pathsJason Baron1-0/+1
2012-01-11block: Add BLKROTATIONAL ioctlMartin K. Petersen1-0/+1
2012-01-07vfs: prevent remount read-only if pending removesMiklos Szeredi1-2/+0
2012-01-07vfs: count unlinked inodesMiklos Szeredi1-54/+7
2012-01-07vfs: protect remounting superblock read-onlyMiklos Szeredi1-0/+3
2012-01-07vfs: keep list of mounts for each superblockMiklos Szeredi1-0/+1
2012-01-07vfs: switch ->show_options() to struct dentry *Al Viro1-2/+2
2012-01-07vfs: switch ->show_path() to struct dentry *Al Viro1-1/+1
2012-01-07vfs: switch ->show_devname() to struct dentry *Al Viro1-1/+1
2012-01-07vfs: switch ->show_stats to struct dentry *Al Viro1-1/+1
2012-01-07Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into ZAl Viro1-10/+13
2012-01-04switch open and mkdir syscalls to umode_tAl Viro1-2/+2
2012-01-04switch is_sxid() to umode_tAl Viro1-1/+1
2012-01-04switch inode_init_owner() to umode_tAl Viro1-1/+1
2012-01-04switch ->mknod() to umode_tAl Viro1-2/+2
2012-01-04switch ->create() to umode_tAl Viro1-2/+2
2012-01-04switch vfs_mkdir() and ->mkdir() to umode_tAl Viro1-2/+2
2012-01-04fs: move code out of buffer.cAl Viro1-0/+3
2012-01-04vfs: new helper - vfs_ustat()Al Viro1-2/+1
2012-01-04vfs: convert fs_supers to hlistAl Viro1-2/+2
2011-12-09vmscan: use atomic-long for shrinker batchingKonstantin Khlebnikov1-1/+1
2011-12-07fix apparmor dereferencing potentially freed dentry, sanitize __d_path() APIAl Viro1-0/+1
2011-11-17new helper: mount_subtree()Al Viro1-0/+1
2011-11-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds1-4/+27
2011-11-02Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds1-5/+5
2011-11-02vfs: protect i_nlinkMiklos Szeredi1-5/+15
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-0/+13
2011-11-01treewide: use __printf not __attribute__((format(printf,...)))Joe Perches1-2/+2
2011-11-01Cross Memory AttachChristopher Yeoh1-3/+4
2011-10-29fs: optimize out 16 bytes worth of padding in struct inodeTheodore Ts'o1-5/+5
2011-10-28Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds1-11/+17