summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-05-0216-60/+55Star
|\
| * [PATCH] fix sysctl_nr_open bugsAl Viro2008-05-011-2/+20
| * [PATCH] sanitize anon_inode_getfd()Al Viro2008-05-015-56/+23Star
| * [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/+11Star
* | | vfs: fix permission checking in sys_utimensatMiklos Szeredi2008-05-011-2/+15
| |/ |/|
* | Fix dnotify/close raceAl Viro2008-05-011-0/+11
* | DEBUGFS: Correct location of debugfs API documentation.Robert P. J. Day2008-05-011-1/+1
* | sysfs: Disallow truncation of files in sysfsBen Hutchings2008-05-011-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/+2Star
* | | 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/+23Star
* | | 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
* | | mm: Add NR_WRITEBACK_TEMP counterMiklos Szeredi2008-04-301-0/+2
* | | mm: bdi: add separate writeback accounting capabilityMiklos Szeredi2008-04-305-5/+5
* | | mm: bdi: expose the BDI object in sysfs for FUSEMiklos Szeredi2008-04-303-18/+18
* | | mm: bdi: expose the BDI object in sysfs for NFSMiklos Szeredi2008-04-301-0/+26
* | | devpts: factor out PTY index allocationSukadev Bhattiprolu2008-04-301-1/+42
* | | tty: The big operations reworkAlan Cox2008-04-302-5/+3Star
* | | tty_io: fix remaining pid struct lockingAlan Cox2008-04-301-1/+3
* | | tty: BKL pushdownAlan Cox2008-04-301-1/+1
* | | document de_thread() with exit_notify() connectionOleg Nesterov2008-04-301-1/+1