aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2008-04-30fs: replace remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 28-57/+57
2008-04-30afs: replace remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 2-6/+6
2008-04-30debugobjects: add timer specific object debugging codeGravatar Thomas Gleixner 1-3/+2
2008-04-30hfsplus: fix warning with 64k PAGE_SIZEGravatar Andrew Morton 1-3/+7
2008-04-30hfs: fix warning with 64k PAGE_SIZEGravatar Andrew Morton 1-3/+7
2008-04-30sysv: [bl]e*_add_cpu conversionGravatar Marcin Slusarz 1-4/+4
2008-04-30quota: le*_add_cpu conversionGravatar Marcin Slusarz 1-2/+2
2008-04-30hfs/hfsplus: be*_add_cpu conversionGravatar Marcin Slusarz 2-2/+2
2008-04-30affs: be*_add_cpu conversionGravatar Marcin Slusarz 1-2/+2
2008-04-30reiserfs: use open_bdev_exclGravatar Christoph Hellwig 1-27/+23
2008-04-30fuse: fix sparse warningsGravatar Miklos Szeredi 1-1/+3
2008-04-30fuse: fix race in llseekGravatar Miklos Szeredi 1-2/+27
2008-04-30fuse: fix node ID typeGravatar Miklos Szeredi 2-6/+6
2008-04-30fuse: fix max i/o size calculationGravatar Miklos Szeredi 2-4/+6
2008-04-30fuse: update file size on short readGravatar Miklos Szeredi 3-8/+53
2008-04-30fuse: implement perform_writeGravatar Nick Piggin 1-1/+193
2008-04-30fuse: clean up setting i_size in writeGravatar Miklos Szeredi 1-13/+15
2008-04-30fuse: support writable mmapGravatar Miklos Szeredi 5-29/+481
2008-04-30mm: Add NR_WRITEBACK_TEMP counterGravatar Miklos Szeredi 1-0/+2
2008-04-30mm: bdi: add separate writeback accounting capabilityGravatar Miklos Szeredi 5-5/+5
2008-04-30mm: bdi: expose the BDI object in sysfs for FUSEGravatar Miklos Szeredi 3-18/+18
2008-04-30mm: bdi: expose the BDI object in sysfs for NFSGravatar Miklos Szeredi 1-0/+26
2008-04-30devpts: factor out PTY index allocationGravatar Sukadev Bhattiprolu 1-1/+42
2008-04-30tty: The big operations reworkGravatar Alan Cox 2-5/+3
2008-04-30tty_io: fix remaining pid struct lockingGravatar Alan Cox 1-1/+3
2008-04-30tty: BKL pushdownGravatar Alan Cox 1-1/+1
2008-04-30document de_thread() with exit_notify() connectionGravatar Oleg Nesterov 1-1/+1
2008-04-30signals: use HAVE_SET_RESTORE_SIGMASKGravatar Roland McGrath 3-10/+10
2008-04-30signals: add set_restore_sigmaskGravatar Roland McGrath 3-7/+6
2008-04-30signals: de_thread: simplify the ->child_reaper switchingGravatar Oleg Nesterov 1-13/+2
2008-04-30do_task_stat: don't take rcu_read_lock()Gravatar Oleg Nesterov 1-2/+0
2008-04-30isofs: fix access to unallocated memory when reading corrupted filesystemGravatar Jan Kara 2-0/+15
2008-04-30[XFS] Include linux/random.h in all builds, not just debug.Gravatar David Chinner 2-2/+1
2008-04-29Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Gravatar Linus Torvalds 34-810/+3039
2008-04-29Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6Gravatar Linus Torvalds 40-939/+396
2008-04-29ext4: fix hot spins in mballoc after err_freebuddy and err_freemetaGravatar Roel Kluin 1-5/+3
2008-04-29ext4: fix test ext_generic_write_end() copied return valueGravatar Roel Kluin 1-6/+8
2008-04-29ext3: fix test ext_generic_write_end() copied return valueGravatar Roel Kluin 1-6/+8
2008-04-29ext4: Move mballoc headers/structures to a seperate header file mballoc.hGravatar Mingming Cao 2-295/+305
2008-04-29ext4: cleanup for compiling mballoc with verification and debugging #definesGravatar Solofo Ramangalahy 1-6/+6
2008-04-29ext4: don't use ext4_error in ext4_check_descriptorsGravatar Josef Bacik 1-16/+13
2008-04-29ext4: mark inode dirty after initializing the extent treeGravatar Aneesh Kumar K.V 1-6/+7
2008-04-29ext4: update ctime and mtime for truncate with extents.Gravatar Solofo Ramangalahy 1-0/+2
2008-04-29ext4: Don't do GFP_NOFS allocations after taking ext4_lock_groupGravatar Aneesh Kumar K.V 1-14/+15
2008-04-29ext4: move headers out of include/linuxGravatar Christoph Hellwig 27-41/+2021
2008-04-29ext4: fix wrong gfp type under transactionGravatar Josef Bacik 4-9/+9
2008-04-29ext4: Fix hang on umount with quotas when journal is abortedGravatar Jan Kara 1-1/+7
2008-04-29ext4: Fix update of mtime and ctime on renameGravatar Jan Kara 1-0/+3
2008-04-29trivial: fix user-visible typo in hfsplusGravatar Dave Jones 1-1/+1
2008-04-29Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 2-1/+91