summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2008-05-01autofs4: check for invalid dentry in getpathIan Kent-1/+1
2008-05-01autofs4: fix sparse warning in waitq.c:autofs4_expire_indirect()Ian Kent-13/+11
2008-05-01vfs: fix permission checking in sys_utimensatMiklos Szeredi-2/+15
2008-05-01[JFFS2] Quiet lockdep false positive.David Woodhouse-3/+10
2008-05-01[JFFS2] Clean up jffs2_alloc_inode() and jffs2_i_init_once()David Woodhouse-7/+8
2008-04-30Fix dnotify/close raceAl Viro-0/+11
2008-04-30ocfs2: Use GFP_NOFS in kmalloc during localalloc window moveSunil Mushran-2/+2
2008-04-30ocfs2: Allow uid/gid/perm changes of symlinksSunil Mushran-0/+6
2008-04-30ocfs2/dlm: dlmdebug.c: make 2 functions staticAdrian Bunk-3/+5
2008-04-30ocfs2: make struct o2cb_stack_ops staticAdrian Bunk-1/+1
2008-04-30ocfs2: make struct ocfs2_control_device staticAdrian Bunk-1/+1
2008-04-30ocfs2: Correct merge of 52f7c21 (Move /sys/o2cb to /sys/fs/o2cb)Joel Becker-1/+1
2008-04-30DEBUGFS: Correct location of debugfs API documentation.Robert P. J. Day-1/+1
2008-04-30sysfs: Disallow truncation of files in sysfsBen Hutchings-0/+2
2008-04-30Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds-1/+2
2008-04-30fs: replace remaining __FUNCTION__ occurrencesHarvey Harrison-57/+57
2008-04-30afs: replace remaining __FUNCTION__ occurrencesHarvey Harrison-6/+6
2008-04-30debugobjects: add timer specific object debugging codeThomas Gleixner-3/+2
2008-04-30hfsplus: fix warning with 64k PAGE_SIZEAndrew Morton-3/+7
2008-04-30hfs: fix warning with 64k PAGE_SIZEAndrew Morton-3/+7
2008-04-30sysv: [bl]e*_add_cpu conversionMarcin Slusarz-4/+4
2008-04-30quota: le*_add_cpu conversionMarcin Slusarz-2/+2
2008-04-30hfs/hfsplus: be*_add_cpu conversionMarcin Slusarz-2/+2
2008-04-30affs: be*_add_cpu conversionMarcin Slusarz-2/+2
2008-04-30reiserfs: use open_bdev_exclChristoph Hellwig-27/+23
2008-04-30fuse: fix sparse warningsMiklos Szeredi-1/+3
2008-04-30fuse: fix race in llseekMiklos Szeredi-2/+27
2008-04-30fuse: fix node ID typeMiklos Szeredi-6/+6
2008-04-30fuse: fix max i/o size calculationMiklos Szeredi-4/+6
2008-04-30fuse: update file size on short readMiklos Szeredi-8/+53
2008-04-30fuse: implement perform_writeNick Piggin-1/+193
2008-04-30fuse: clean up setting i_size in writeMiklos Szeredi-13/+15
2008-04-30fuse: support writable mmapMiklos Szeredi-29/+481
2008-04-30mm: Add NR_WRITEBACK_TEMP counterMiklos Szeredi-0/+2
2008-04-30mm: bdi: add separate writeback accounting capabilityMiklos Szeredi-5/+5
2008-04-30mm: bdi: expose the BDI object in sysfs for FUSEMiklos Szeredi-18/+18
2008-04-30mm: bdi: expose the BDI object in sysfs for NFSMiklos Szeredi-0/+26
2008-04-30devpts: factor out PTY index allocationSukadev Bhattiprolu-1/+42
2008-04-30tty: The big operations reworkAlan Cox-5/+3
2008-04-30tty_io: fix remaining pid struct lockingAlan Cox-1/+3
2008-04-30tty: BKL pushdownAlan Cox-1/+1
2008-04-30document de_thread() with exit_notify() connectionOleg Nesterov-1/+1
2008-04-30signals: use HAVE_SET_RESTORE_SIGMASKRoland McGrath-10/+10
2008-04-30signals: add set_restore_sigmaskRoland McGrath-7/+6
2008-04-30signals: de_thread: simplify the ->child_reaper switchingOleg Nesterov-13/+2
2008-04-30do_task_stat: don't take rcu_read_lock()Oleg Nesterov-2/+0
2008-04-30isofs: fix access to unallocated memory when reading corrupted filesystemJan Kara-0/+15
2008-04-30[XFS] Include linux/random.h in all builds, not just debug.David Chinner-2/+1
2008-04-30[S390] System z large page support.Gerald Schaefer-1/+2
2008-04-29Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds-810/+3039