summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2011-03-15fs/9p: Add v9fs_inodeAneesh Kumar K.V8-220/+184
2011-03-15fs/9p: Don't set stat.st_blocks based on nrpagesAneesh Kumar K.V2-6/+8
2011-03-15fs/9p: Add inode hashingAneesh Kumar K.V4-70/+124
2011-03-15fs/9p: We need not writeback dirty pages during closeAneesh Kumar K.V1-1/+0
2011-03-15fs/9p: Implement syncfs call back for 9PfsAneesh Kumar K.V2-9/+25
2011-03-15fs/9p: Mark file system with MS_SYNCHRONOUS only if it is not cached modeAneesh Kumar K.V1-2/+3
2011-03-15fs/9p: Clarify cached dentry delete operationAneesh Kumar K.V1-9/+4
2011-03-15fs/9p: Add buffered write support for v9fs.Aneesh Kumar K.V2-19/+218
2011-03-15fs/9p: Add fid to inode in cached modeAneesh Kumar K.V5-3/+83
2011-03-15fs/9p: Add read write helper functionAneesh Kumar K.V2-42/+64
2011-03-15fs/9p: [fscache] wait for page write in cached modeAneesh Kumar K.V3-2/+27
2011-03-15fs/9p: increment inode->i_count in cached mode.Aneesh Kumar K.V1-6/+1
2011-03-15fs/9p: set fs cache cookie in create path alsoAneesh Kumar K.V3-3/+9
2011-03-15fs/9p: set the cached file_operations struct during inode initAneesh Kumar K.V3-16/+15
2011-03-15[fs/9p] Make access=client default in 9p2000.L protocolVenkateswararao Jujjuri (JV)1-9/+12
2011-03-15[fs/9P] Add posixacl mount optionVenkateswararao Jujjuri (JV)4-12/+31
2011-03-15[fs/9p] Ignore acl mount option when CONFIG_9P_FS_POSIX_ACL is not defined.Venkateswararao Jujjuri (JV)1-4/+2
2011-03-15[fs/9p] Initialze cached acls both in cached/uncached mode.Venkateswararao Jujjuri (JV)1-4/+6
2011-03-15[fs/9p] Plug potential acl leakVenkateswararao Jujjuri (JV)1-2/+6
2011-03-15GFS2: Don't use _raw version of RCU dereferenceSteven Whitehouse1-1/+1
2011-03-15Allow passing O_PATH descriptors via SCM_RIGHTS datagramsAl Viro1-0/+2
2011-03-15readlinkat(), fchownat() and fstatat() with empty relative pathnamesAl Viro2-6/+11
2011-03-15Allow O_PATH for symlinksAl Viro1-6/+19
2011-03-15New kind of open files - "location only".Al Viro4-17/+110
2011-03-15ext4: Copy fs UUID to superblockAneesh Kumar K.V1-0/+2
2011-03-15ext3: Copy fs UUID to superblock.Aneesh Kumar K.V1-0/+1
2011-03-15vfs: Export file system uuid via /proc/<pid>/mountinfoAneesh Kumar K.V1-0/+16
2011-03-15fs: Remove i_nlink check from file system link callbackAneesh Kumar K.V6-42/+0
2011-03-15fs: Don't allow to create hardlink for deleted fileAneesh Kumar K.V1-1/+5
2011-03-15vfs: Add open by file handle supportAneesh Kumar K.V4-0/+176
2011-03-15vfs: Add name to file handle conversion supportAneesh Kumar K.V3-1/+110
2011-03-14New AT_... flag: AT_EMPTY_PATHAl Viro1-10/+19
2011-03-14Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds9-69/+109
2011-03-14Fix corrupted OSF partition table parsingTimo Warns1-2/+10
2011-03-14GFS2: Adding missing unlock_page()Maxim1-0/+1
2011-03-14exportfs: Return the minimum required handle sizeAneesh Kumar K.V10-15/+52
2011-03-14clean statfs-like syscalls upAl Viro2-133/+91
2011-03-14open-style analog of vfs_path_lookup()Al Viro4-45/+72
2011-03-14reduce vfs_path_lookup() to do_path_lookup()Al Viro1-52/+43
2011-03-14untangle do_lookup()Al Viro1-85/+56
2011-03-14path_openat: clean ELOOP handling a bitAl Viro1-8/+6
2011-03-14do_last: kill a rudiment of old ->d_revalidate() workaroundAl Viro1-5/+0
2011-03-14fold __open_namei_create() and open_will_truncate() into do_last()Al Viro1-48/+26
2011-03-14do_last: unify may_open() call and everyting after itAl Viro1-37/+22
2011-03-14move may_open() from __open_name_create() to do_last()Al Viro1-5/+7
2011-03-14expand finish_open() in its only callerAl Viro1-52/+38
2011-03-14sanitize pathname component hash calculationAl Viro1-23/+19
2011-03-14kill __lookup_one_len()Al Viro1-26/+15
2011-03-14switch non-create side of open() to use of do_last()Al Viro1-33/+67
2011-03-14get rid of nd->fileAl Viro1-8/+7