summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* logfs get_sb, part 3Al Viro2010-10-294-39/+29Star
* logfs get_sb, part 2Al Viro2010-10-294-14/+13Star
* logfs get_sb massage, part 1Al Viro2010-10-294-21/+39
* convert v9fsAl Viro2010-10-291-12/+10Star
* convert ubifsAl Viro2010-10-291-7/+6Star
* convert get_sb_pseudo() usersAl Viro2010-10-294-23/+18Star
* convert get_sb_nodev() usersAl Viro2010-10-2911-53/+65
* convert get_sb_single() usersAl Viro2010-10-298-49/+58
* convert get_sb_mtd() users to ->mount()Al Viro2010-10-292-14/+12Star
* new helper: mount_bdev()Al Viro2010-10-2930-161/+147Star
* beginning of transtion: ->mount()Al Viro2010-10-291-3/+14
* fix open/umount raceAl Viro2010-10-292-3/+5
* a couple of open-coded ihold() introduced by nfs mergeAl Viro2010-10-291-2/+2
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2010-10-291-7/+5Star
|\
| * ext4: BUG_ON fix: check if page has buffers before calling page_buffers() Theodore Ts'o2010-10-281-7/+5Star
* | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2010-10-294-5/+11
|\ \
| * | nfs4: The difference of 2 pointers is ptrdiff_tGeert Uytterhoeven2010-10-281-2/+2
| * | nfs: testing the wrong variableDan Carpenter2010-10-281-1/+1
| * | nfs: handle lock context allocation failures in nfs_create_requestJeff Layton2010-10-281-1/+7
| * | Fixed Regression in NFS Direct I/O pathSteve Dickson2010-10-281-1/+1
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds2010-10-2830-9452/+4Star
|\ \
| * \ Merge 'staging-next' to Linus's treeGreg Kroah-Hartman2010-10-2830-9452/+4Star
| |\ \ | | |/ | |/|
| | * smbfs: move to drivers/stagingArnd Bergmann2010-10-0521-7795/+1Star
| | * autofs3: move to drivers/stagingArnd Bergmann2010-10-0511-1659/+0Star
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds2010-10-282-2/+4
|\ \ \
| * | | hfsplus: free space correcly for files unlinked while openChristoph Hellwig2010-10-271-1/+3
| * | | hfsplus: fix double lock typo in ioctlDan Carpenter2010-10-251-1/+1
* | | | ext4: fix compile with CONFIG_EXT4_FS_XATTR disabledIngo Molnar2010-10-281-1/+1
* | | | 9p: Add datasync to client side TFSYNC/RFSYNC for dotlVenkateswararao Jujjuri (JV)2010-10-283-2/+4
* | | | fs/9p: Use generic_file_open with lookup_instantiate_filpAneesh Kumar K.V2010-10-281-9/+2Star
* | | | fs/9p: Add missing iput in v9fs_vfs_lookupAneesh Kumar K.V2010-10-281-1/+3
* | | | fs/9p: Use mknod 9p operation on create without open requestAneesh Kumar K.V2010-10-281-2/+12
* | | | 9p: Implement TREADLINK operation for 9p2000.LM. Mohan Kumar2010-10-281-3/+57
* | | | 9p: Use V9FS_MAGIC in statfsM. Mohan Kumar2010-10-282-3/+2Star
* | | | 9p: Implement TGETLOCKM. Mohan Kumar2010-10-281-0/+47
* | | | 9p: Implement TLOCKM. Mohan Kumar2010-10-282-2/+160
* | | | [9p] Introduce client side TFSYNC/RFSYNC for dotl.Venkateswararao Jujjuri (JV)2010-10-281-2/+16
* | | | [fs/9p] Add file_operations for cached mode in dotl protocol.Venkateswararao Jujjuri (JV)2010-10-281-0/+15
* | | | fs/9p: Add access = client option to opt in acl evaluation.Aneesh Kumar K.V2010-10-285-6/+107
* | | | fs/9p: Implement create time inheritanceAneesh Kumar K.V2010-10-283-44/+166
* | | | fs/9p: Update ACL on chmodAneesh Kumar K.V2010-10-283-0/+66
* | | | fs/9p: Implement setting posix aclAneesh Kumar K.V2010-10-283-2/+75
* | | | fs/9p: Add xattr callbacks for POSIX ACLAneesh Kumar K.V2010-10-283-0/+47
* | | | fs/9p: Implement POSIX ACL permission checking functionAneesh Kumar K.V2010-10-288-22/+186
* | | | fs/9p: Remove the redundant rsize calculation in v9fs_file_write()jvrao2010-10-281-8/+2Star
* | | | 9p: Add a Direct IO support for non-cached operations.jvrao2010-10-281-0/+30
* | | | fs/9p: mkdir fix for setting S_ISGID bit as per parent directoryHarsh Prateek Bora2010-10-281-0/+2
* | | | 9p: Pass the correct end of buffer to p9dirent_readSripathi Kodi2010-10-281-1/+2
* | | | fs/9p: setrlimit fix for 9p writeHarsh Prateek Bora2010-10-281-4/+19
* | | | 9p: remove unneeded checksDan Carpenter2010-10-281-13/+0Star
| |/ / |/| |