aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2009-03-02Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Gravatar Linus Torvalds 4-5/+8
2009-02-27Fix FREEZE/THAW compat_ioctl regressionGravatar Christoph Hellwig 1-0/+3
2009-02-27EXPORT_SYMBOL(d_obtain_alias) rather than EXPORT_SYMBOL_GPLGravatar Benny Halevy 1-1/+1
2009-02-26Merge git://git.infradead.org/mtd-2.6Gravatar Linus Torvalds 2-16/+44
2009-02-26ocfs2: add IO error check in ocfs2_get_sector()Gravatar wengang wang 1-0/+7
2009-02-26ocfs2: set gap to seperate entry and value when xattr in bucketGravatar Tiger Yang 1-8/+10
2009-02-26ocfs2: lock the metaecc process for xattr bucketGravatar Tao Ma 3-0/+8
2009-02-26ocfs2: Use the right access_* method in ctime update of xattr.Gravatar Tao Ma 1-2/+3
2009-02-26ocfs2/dlm: Make dlm_assert_master_handler() kill itself instead of the asserterGravatar Sunil Mushran 1-6/+6
2009-02-26ocfs2/dlm: Use ast_lock to protect ast_listGravatar Sunil Mushran 1-2/+2
2009-02-26ocfs2: Cleanup the lockname print in dlmglue.cGravatar Sunil Mushran 1-3/+8
2009-02-26ocfs2/dlm: Retract fix for race between purge and migrateGravatar Sunil Mushran 1-2/+1
2009-02-26ocfs2: Access and dirty the buffer_head in mark_written.Gravatar Tao Ma 1-1/+26
2009-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableGravatar Linus Torvalds 6-76/+308
2009-02-26block: fix bogus gcc warning for uninitialized var usageGravatar Jens Axboe 1-1/+1
2009-02-26ext4: don't call jbd2_journal_force_commit_nested without journalGravatar Eric Sandeen 2-2/+4
2009-02-28ext4: Reorder fs/Makefile so that ext2 root fs's are mounted using ext2Gravatar Theodore Ts'o 1-2/+4
2009-02-28ext4: Remove duplicate call to ext4_commit_super() in ext4_freeze()Gravatar Theodore Ts'o 1-1/+0
2009-02-24Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ad...Gravatar Linus Torvalds 1-1/+1
2009-02-24Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Gravatar Linus Torvalds 2-1/+15
2009-02-24proc: fix PG_locked reporting in /proc/kpageflagsGravatar Helge Bahmann 1-1/+1
2009-02-23proc: proc_get_inode should de_put when inode already initializedGravatar Krzysztof Sachanowicz 1-1/+3
2009-02-22ext4: Fix deadlock in ext4_write_begin() and ext4_da_write_begin()Gravatar Jan Kara 1-1/+8
2009-02-21ext4: Add fallback for find_group_flexGravatar Theodore Ts'o 1-0/+7
2009-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Gravatar Linus Torvalds 10-187/+458
2009-02-21[JFFS2] fix mount crash caused by removed nodesGravatar Thomas Gleixner 1-9/+33
2009-02-21[CIFS] Fix multiuser mounts so server does not invalidate earlier security co...Gravatar Steve French 5-7/+105
2009-02-21[CIFS] improve posix semantics of file createGravatar Steve French 2-103/+208
2009-02-21[CIFS] Fix oops in cifs_strfromUCS_le mounting to servers which do not specif...Gravatar Steve French 2-3/+4
2009-02-21cifs: posix fill in inode needed by posix openGravatar Jeff Layton 2-1/+3
2009-02-21cifs: properly handle case where CIFSGetSrvInodeNumber failsGravatar Jeff Layton 3-15/+14
2009-02-21cifs: refactor new_inode() calls and inode initializationGravatar Jeff Layton 3-66/+86
2009-02-21[CIFS] Prevent OOPs when mounting with remote prefixpath.Gravatar Igor Mammedov 3-2/+48
2009-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableGravatar Linus Torvalds 1-4/+4
2009-02-20Btrfs: try committing transaction before returning ENOSPCGravatar Josef Bacik 1-10/+47
2009-02-20Btrfs: add better -ENOSPC handlingGravatar Josef Bacik 6-76/+271
2009-02-20Btrfs: check file pointer in btrfs_sync_fileGravatar Chris Mason 1-4/+4
2009-02-19Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsGravatar Linus Torvalds 1-3/+76
2009-02-19Revert "[XFS] remove old vmap cache"Gravatar Felix Blyakher 1-1/+74
2009-02-19Revert "[XFS] use scalable vmap API"Gravatar Felix Blyakher 1-3/+3
2009-02-18Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 2-3/+4
2009-02-18inotify: fix GFP_KERNEL related deadlockGravatar Ingo Molnar 1-1/+1
2009-02-18vt: Declare PIO_CMAP/GIO_CMAP as compatbile ioctls.Gravatar Bill Nottingham 1-0/+2
2009-02-18fs/super.c: add lockdep annotation to s_umountGravatar Peter Zijlstra 1-1/+16
2009-02-18mm: task dirty accounting fixGravatar Nick Piggin 1-0/+1
2009-02-18timerfd: add flags checkGravatar Davide Libenzi 1-6/+6
2009-02-18seq_file: properly cope with preadGravatar Eric Biederman 1-4/+32
2009-02-18block: revert part of 18ce3751ccd488c78d3827e9f6bf54e6322676fbGravatar Jens Axboe 1-1/+1
2009-02-18fs/bio: bio_alloc_bioset: pass right object ptr to mempool_freeGravatar Subhash Peddamallu 1-2/+3
2009-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableGravatar Linus Torvalds 13-84/+157