summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2011-03-15fs/9p: Add direct IO support in cached modeAneesh Kumar K.V
2011-03-15fs/9p: Fix inode i_size update in file_writeAneesh Kumar K.V
2011-03-15fs/9p: set default readahead pages in cached modeAneesh Kumar K.V
2011-03-15fs/9p: Move writeback fid to v9fs_inodeAneesh Kumar K.V
2011-03-15fs/9p: Add v9fs_inodeAneesh Kumar K.V
2011-03-15fs/9p: Don't set stat.st_blocks based on nrpagesAneesh Kumar K.V
2011-03-15fs/9p: Add inode hashingAneesh Kumar K.V
2011-03-15fs/9p: We need not writeback dirty pages during closeAneesh Kumar K.V
2011-03-15fs/9p: Implement syncfs call back for 9PfsAneesh Kumar K.V
2011-03-15fs/9p: Mark file system with MS_SYNCHRONOUS only if it is not cached modeAneesh Kumar K.V
2011-03-15fs/9p: Clarify cached dentry delete operationAneesh Kumar K.V
2011-03-15fs/9p: Add buffered write support for v9fs.Aneesh Kumar K.V
2011-03-15fs/9p: Add fid to inode in cached modeAneesh Kumar K.V
2011-03-15fs/9p: Add read write helper functionAneesh Kumar K.V
2011-03-15fs/9p: [fscache] wait for page write in cached modeAneesh Kumar K.V
2011-03-15fs/9p: increment inode->i_count in cached mode.Aneesh Kumar K.V
2011-03-15fs/9p: set fs cache cookie in create path alsoAneesh Kumar K.V
2011-03-15fs/9p: set the cached file_operations struct during inode initAneesh Kumar K.V
2011-03-15[fs/9p] Make access=client default in 9p2000.L protocolVenkateswararao Jujjuri (JV)
2011-03-15[fs/9P] Add posixacl mount optionVenkateswararao Jujjuri (JV)
2011-03-15[fs/9p] Ignore acl mount option when CONFIG_9P_FS_POSIX_ACL is not defined.Venkateswararao Jujjuri (JV)
2011-03-15[fs/9p] Initialze cached acls both in cached/uncached mode.Venkateswararao Jujjuri (JV)
2011-03-15[fs/9p] Plug potential acl leakVenkateswararao Jujjuri (JV)
2011-03-15nfs: BKL is no longer needed, so remove the includeStephen Rothwell
2011-03-15GFS2: Don't use _raw version of RCU dereferenceSteven Whitehouse
2011-03-15Allow passing O_PATH descriptors via SCM_RIGHTS datagramsAl Viro
2011-03-15readlinkat(), fchownat() and fstatat() with empty relative pathnamesAl Viro
2011-03-15Allow O_PATH for symlinksAl Viro
2011-03-15New kind of open files - "location only".Al Viro
2011-03-15ext4: Copy fs UUID to superblockAneesh Kumar K.V
2011-03-15ext3: Copy fs UUID to superblock.Aneesh Kumar K.V
2011-03-15vfs: Export file system uuid via /proc/<pid>/mountinfoAneesh Kumar K.V
2011-03-15fs: Remove i_nlink check from file system link callbackAneesh Kumar K.V
2011-03-15fs: Don't allow to create hardlink for deleted fileAneesh Kumar K.V
2011-03-15vfs: Add open by file handle supportAneesh Kumar K.V
2011-03-15vfs: Add name to file handle conversion supportAneesh Kumar K.V
2011-03-14New AT_... flag: AT_EMPTY_PATHAl Viro
2011-03-14Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds
2011-03-14Fix corrupted OSF partition table parsingTimo Warns
2011-03-14GFS2: Adding missing unlock_page()Maxim
2011-03-14exportfs: Return the minimum required handle sizeAneesh Kumar K.V
2011-03-14clean statfs-like syscalls upAl Viro
2011-03-14open-style analog of vfs_path_lookup()Al Viro
2011-03-14reduce vfs_path_lookup() to do_path_lookup()Al Viro
2011-03-14untangle do_lookup()Al Viro
2011-03-14path_openat: clean ELOOP handling a bitAl Viro
2011-03-14do_last: kill a rudiment of old ->d_revalidate() workaroundAl Viro
2011-03-14fold __open_namei_create() and open_will_truncate() into do_last()Al Viro
2011-03-14do_last: unify may_open() call and everyting after itAl Viro
2011-03-14move may_open() from __open_name_create() to do_last()Al Viro