aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2010-09-10Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsGravatar Linus Torvalds 2-1/+4
2010-09-10xfs: log IO completion workqueue is a high priority queueGravatar Dave Chinner 1-1/+2
2010-09-10execve: make responsive to SIGKILL with large argumentsGravatar Roland McGrath 1-0/+7
2010-09-10execve: improve interactivity with large argumentsGravatar Roland McGrath 1-0/+2
2010-09-10setup_arg_pages: diagnose excessive argument sizeGravatar Roland McGrath 1-0/+5
2010-09-10Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 2-3/+3
2010-09-10xfs: prevent reading uninitialized stack memoryGravatar Dan Rosenberg 1-0/+2
2010-09-09minix: fix regression in minix_mkdir()Gravatar Jorge Boncompte [DTI2] 1-1/+1
2010-09-09vfs: take O_NONBLOCK out of the O_* uniqueness testGravatar James Bottomley 1-3/+7
2010-09-09binfmt_misc: fix binfmt_misc priorityGravatar Jan Sembera 1-1/+1
2010-09-09proc: export uncached bit properly in /proc/kpageflagsGravatar Takashi Iwai 1-1/+1
2010-09-09O_DIRECT: fix the splitting up of contiguous I/OGravatar Jeff Moyer 1-2/+2
2010-09-09mm: Move vma_stack_continue into mm.hGravatar Stefan Bader 1-1/+2
2010-09-09Merge branch 'fixes' of git://oss.oracle.com/git/tma/linux-2.6Gravatar Linus Torvalds 9-107/+475
2010-09-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Gravatar Linus Torvalds 2-20/+30
2010-09-08ocfs2: Fix orphan add in ocfs2_create_inode_in_orphanGravatar Mark Fasheh 1-20/+107
2010-09-08ocfs2: split out ocfs2_prepare_orphan_dir() into locking and prep functionsGravatar Mark Fasheh 1-32/+88
2010-09-08ocfs2: allow return of new inode block location before allocation of the inodeGravatar Mark Fasheh 2-0/+180
2010-09-08ocfs2: use ocfs2_alloc_dinode_update_counts() instead of open codingGravatar Mark Fasheh 1-13/+4
2010-09-08ocfs2: split out inode alloc code from ocfs2_mknod_lockedGravatar Mark Fasheh 1-18/+37
2010-09-08Ocfs2: Fix a regression bug from mainline commit(6b933c8e6f1a2f3118082c455eef...Gravatar Tristan Ye 1-1/+1
2010-09-08ocfs2: Fix deadlock when allocating pageGravatar Jan Kara 3-4/+5
2010-09-08ocfs2: properly set and use inode group alloc hintGravatar Mark Fasheh 1-4/+20
2010-09-08ocfs2: Use the right group in nfs sync check.Gravatar Tao Ma 1-8/+11
2010-09-08ocfs2: Flush drive's caches on fdatasyncGravatar Jan Kara 1-1/+10
2010-09-08ocfs2: make __ocfs2_page_mkwrite handle file end properly.Gravatar Tao Ma 1-3/+5
2010-09-08ocfs2: Fix incorrect checksum validation errorGravatar Sunil Mushran 1-1/+5
2010-09-08ocfs2: Fix metaecc error messagesGravatar Sunil Mushran 1-2/+2
2010-09-07Merge branch 'for-2.6.36' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-1/+1
2010-09-07Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsGravatar Linus Torvalds 7-14/+35
2010-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Gravatar Linus Torvalds 1-1/+2
2010-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Gravatar Linus Torvalds 1-1/+1
2010-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Gravatar Linus Torvalds 1-0/+1
2010-09-07VFS: Sanity check mount flags passed to change_mnt_propagation()Gravatar Valerie Aurora 1-1/+22
2010-09-07fuse: fix lock annotationsGravatar Miklos Szeredi 2-16/+18
2010-09-07fuse: flush background queue on connection closeGravatar Miklos Szeredi 1-4/+12
2010-09-03sysfs: checking for NULL instead of ERR_PTRGravatar Dan Carpenter 1-1/+1
2010-09-03Merge branch '2.6.36-xfs-misc' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Alex Elder 3-11/+11
2010-09-03xfs: Make fiemap work with sparse filesGravatar Tao Ma 3-3/+17
2010-09-03xfs: prevent 32bit overflow in space reservationGravatar Dave Chinner 1-3/+10
2010-09-02nfsd4: mask out non-access bits in nfs4_access_to_omodeGravatar J. Bruce Fields 1-1/+1
2010-09-02xfs: Disallow 32bit project quota idGravatar Arkadiusz Mi?kiewicz 1-0/+7
2010-09-02xfs: improve buffer cache hash scalabilityGravatar Dave Chinner 2-8/+1
2010-08-309p: potential ERR_PTR() dereferenceGravatar Dan Carpenter 1-1/+2
2010-08-30nilfs2: fix leak of shadow dat inode in error path of load_nilfsGravatar Ryusuke Konishi 1-0/+1
2010-08-28Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyGravatar Linus Torvalds 3-36/+64
2010-08-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...Gravatar Linus Torvalds 6-12/+30
2010-08-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Gravatar Linus Torvalds 13-107/+184
2010-08-28Merge branch 'for-2.6.36' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 3-24/+30
2010-08-28writeback: Fix lost wake-up shutting down writeback threadGravatar J. Bruce Fields 1-1/+1