summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-05-032-11/+17
|\
| * netns: assign PDE->data before gluing entry into /proc treeDenis V. Lunev2008-05-022-11/+17
* | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-05-027-8/+16
|\ \
| * | ocfs2: Use GFP_NOFS in kmalloc during localalloc window moveSunil Mushran2008-04-301-2/+2
| * | ocfs2: Allow uid/gid/perm changes of symlinksSunil Mushran2008-04-302-0/+6
| * | ocfs2/dlm: dlmdebug.c: make 2 functions staticAdrian Bunk2008-04-301-3/+5
| * | ocfs2: make struct o2cb_stack_ops staticAdrian Bunk2008-04-301-1/+1
| * | ocfs2: make struct ocfs2_control_device staticAdrian Bunk2008-04-301-1/+1
| * | ocfs2: Correct merge of 52f7c21 (Move /sys/o2cb to /sys/fs/o2cb)Joel Becker2008-04-301-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-05-0216-60/+55
|\ \ \
| * | | [PATCH] fix sysctl_nr_open bugsAl Viro2008-05-011-2/+20
| * | | [PATCH] sanitize anon_inode_getfd()Al Viro2008-05-015-56/+23
| * | | [PATCH] split linux/file.hAl Viro2008-05-0111-1/+11
| * | | [PATCH] make osf_select() use core_sys_select()Al Viro2008-05-011-1/+1
| | |/ | |/|
* | | Merge git://git.infradead.org/mtd-2.6Linus Torvalds2008-05-0114-68/+108
|\ \ \
| * | | [MTD][NOR] Add physical address to point() methodJared Hulbert2008-05-013-10/+13
| * | | [JFFS2] Track parent inode for directories (for NFS export)David Woodhouse2008-05-0112-42/+70
| * | | [JFFS2] Invert last argument of jffs2_gc_fetch_inode(), make it boolean.David Woodhouse2008-05-014-7/+8
| * | | [JFFS2] Quiet lockdep false positive.David Woodhouse2008-05-012-3/+10
| * | | [JFFS2] Clean up jffs2_alloc_inode() and jffs2_i_init_once()David Woodhouse2008-05-011-7/+8
* | | | fuse: use clamp() rather than nested min/maxHarvey Harrison2008-05-011-1/+1
* | | | autofs: path_{get,put}() cleanupsJan Blunck2008-05-012-7/+7
* | | | autofs4: fix incorrect return from root.c:try_to_fill_dentry()Jeff Moyer2008-05-011-2/+2
* | | | autofs4: fix execution order race in mount request codeJeff Moyer2008-05-011-0/+22
* | | | autofs4: check for invalid dentry in getpathIan Kent2008-05-011-1/+1
* | | | autofs4: fix sparse warning in waitq.c:autofs4_expire_indirect()Ian Kent2008-05-011-13/+11
* | | | vfs: fix permission checking in sys_utimensatMiklos Szeredi2008-05-011-2/+15
| |/ / |/| |
* | | Fix dnotify/close raceAl Viro2008-04-301-0/+11
* | | DEBUGFS: Correct location of debugfs API documentation.Robert P. J. Day2008-04-301-1/+1
* | | sysfs: Disallow truncation of files in sysfsBen Hutchings2008-04-301-0/+2
| |/ |/|
* | Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2008-04-301-1/+2
|\ \
| * | [S390] System z large page support.Gerald Schaefer2008-04-301-1/+2
* | | fs: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-3028-57/+57
* | | afs: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-302-6/+6
* | | debugobjects: add timer specific object debugging codeThomas Gleixner2008-04-301-3/+2
* | | hfsplus: fix warning with 64k PAGE_SIZEAndrew Morton2008-04-301-3/+7
* | | hfs: fix warning with 64k PAGE_SIZEAndrew Morton2008-04-301-3/+7
* | | sysv: [bl]e*_add_cpu conversionMarcin Slusarz2008-04-301-4/+4
* | | quota: le*_add_cpu conversionMarcin Slusarz2008-04-301-2/+2
* | | hfs/hfsplus: be*_add_cpu conversionMarcin Slusarz2008-04-302-2/+2
* | | affs: be*_add_cpu conversionMarcin Slusarz2008-04-301-2/+2
* | | reiserfs: use open_bdev_exclChristoph Hellwig2008-04-301-27/+23
* | | fuse: fix sparse warningsMiklos Szeredi2008-04-301-1/+3
* | | fuse: fix race in llseekMiklos Szeredi2008-04-301-2/+27
* | | fuse: fix node ID typeMiklos Szeredi2008-04-302-6/+6
* | | fuse: fix max i/o size calculationMiklos Szeredi2008-04-302-4/+6
* | | fuse: update file size on short readMiklos Szeredi2008-04-303-8/+53
* | | fuse: implement perform_writeNick Piggin2008-04-301-1/+193
* | | fuse: clean up setting i_size in writeMiklos Szeredi2008-04-301-13/+15
* | | fuse: support writable mmapMiklos Szeredi2008-04-305-29/+481