summaryrefslogtreecommitdiff
path: root/include/linux/fs.h
AgeCommit message (Expand)AuthorFilesLines
2012-07-23switch dentry_open() to struct path, make it grab references itselfAl Viro1-2/+1
2012-07-23vfs: allow custom EOF in generic_file_llseek codeEric Sandeen1-1/+1
2012-07-22vfs: Create function for iterating over block devicesJan Kara1-0/+5
2012-07-14VFS: Pass mount flags to sget()David Howells1-1/+1
2012-07-14don't pass nameidata * to vfs_create()Al Viro1-1/+1
2012-07-14don't pass nameidata to ->create()Al Viro1-1/+1
2012-07-14stop passing nameidata to ->lookup()Al Viro1-2/+2
2012-07-14make finish_no_open() return intAl Viro1-1/+1
2012-07-14kill struct opendataAl Viro1-6/+5
2012-07-14make ->atomic_open() return intAl Viro1-3/+3
2012-07-14->atomic_open() prototype change - pass int * instead of bool *Al Viro1-2/+7
2012-07-14vfs: add i_op->atomic_open()Miklos Szeredi1-0/+7
2012-07-14vfs: switch i_dentry/d_alias to hlistAl Viro1-1/+1
2012-06-04vfs: move inode stat information closer togetherLinus Torvalds1-3/+3
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+9
2012-06-01fs: introduce inode operation ->update_timeJosef Bacik1-1/+9
2012-06-01Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-2/+10
2012-06-01aio/vfs: cleanup of rw_copy_check_uvector() and compat_rw_copy_check_uvector()Christopher Yeoh1-2/+10
2012-05-31NFS: Ensure that setattr and getattr wait for O_DIRECT write completionTrond Myklebust1-6/+3
2012-05-30mm/fs: remove truncate_rangeHugh Dickins1-1/+0
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds1-6/+7
2012-05-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-11/+31
2012-05-11block: don't mark buffers beyond end of disk as mappedJeff Moyer1-0/+1
2012-05-06writeback: Avoid iput() from flusher threadJan Kara1-3/+4
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara1-3/+3
2012-05-03userns: Store uid and gid types in vfs structures with kuid_t and kgid_t typesEric W. Biederman1-5/+31
2012-04-08userns: Replace the hard to write inode_userns with inode_capable.Eric W. Biederman1-6/+0
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