summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linusLinus Torvalds2010-10-293-6/+8
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Squashfs: fix function prototypePhillip Lougher2010-10-282-2/+3
| * | | | | | | | | Squashfs: fix use of __le64 annotated variablePhillip Lougher2010-10-281-4/+5
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | braino in internal.hAl Viro2010-10-291-1/+1
* | | | | | | | | convert simple cases of nfs-related ->get_sb() to ->mount()Al Viro2010-10-291-50/+46
* | | | | | | | | convert btrfsAl Viro2010-10-291-9/+6
* | | | | | | | | convert cephAl Viro2010-10-291-23/+27
* | | | | | | | | convert gfs2Al Viro2010-10-291-29/+22
* | | | | | | | | convert afsAl Viro2010-10-291-12/+7
* | | | | | | | | convert ecryptfsAl Viro2010-10-291-7/+5
* | | | | | | | | convert sysfsAl Viro2010-10-291-19/+13
* | | | | | | | | switch get_sb_ns() usersAl Viro2010-10-291-8/+6
* | | | | | | | | switch procfs to ->mount()Al Viro2010-10-291-7/+6
* | | | | | | | | setting ->proc_mnt doesn't belong in proc_get_sb()Al Viro2010-10-291-1/+2
* | | | | | | | | convert cifsAl Viro2010-10-291-8/+7
* | | | | | | | | convert nilfsAl Viro2010-10-291-9/+7
* | | | | | | | | switch logfs to ->mount()Al Viro2010-10-292-27/+23
* | | | | | | | | logfs: fix a leak in get_sbAl Viro2010-10-294-7/+8
* | | | | | | | | logfs get_sb, part 3Al Viro2010-10-294-39/+29
* | | | | | | | | logfs get_sb, part 2Al Viro2010-10-294-14/+13
* | | | | | | | | logfs get_sb massage, part 1Al Viro2010-10-294-21/+39
* | | | | | | | | convert v9fsAl Viro2010-10-291-12/+10
* | | | | | | | | convert ubifsAl Viro2010-10-291-7/+6
* | | | | | | | | convert get_sb_pseudo() usersAl Viro2010-10-294-23/+18
* | | | | | | | | 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/+12
* | | | | | | | | new helper: mount_bdev()Al Viro2010-10-2930-161/+147
* | | | | | | | | 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-281-7/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | ext4: BUG_ON fix: check if page has buffers before calling page_buffers() Theodore Ts'o2010-10-281-7/+5
* | | | | | | | | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2010-10-284-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/+4
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge 'staging-next' to Linus's treeGreg Kroah-Hartman2010-10-2830-9452/+4
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | smbfs: move to drivers/stagingArnd Bergmann2010-10-0521-7795/+1
| | * | | | | | | autofs3: move to drivers/stagingArnd Bergmann2010-10-0511-1659/+0
* | | | | | | | | 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/+2
* | | | | | | | | | 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
OpenPOWER on IntegriCloud