aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2009-02-03Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Gravatar Linus Torvalds 15-286/+393
2009-02-03Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 9-14/+133
2009-02-03[XFS] Warn on transaction in flight on read-only remountGravatar Felix Blyakher 1-1/+5
2009-02-03xfs: Check buffer lengths in log recoveryGravatar Dave Chinner 1-6/+25
2009-02-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Gravatar Felix Blyakher 70-1927/+1719
2009-02-02ocfs2: add quota call to ocfs2_remove_btree_range()Gravatar Mark Fasheh 1-0/+3
2009-02-02ocfs2: Wakeup the downconvert thread after a successful cancel convertGravatar Sunil Mushran 1-0/+4
2009-02-02ocfs2: Access the xattr bucket only before modifying it.Gravatar Tao Ma 1-9/+8
2009-02-02configfs: Silence lockdep on mkdir(), rmdir() and configfs_depend_item()Gravatar Joel Becker 1-0/+59
2009-02-02ocfs2: Fix possible deadlock in ocfs2_write_dquot()Gravatar Jan Kara 1-1/+3
2009-02-02ocfs2: Push out dropping of dentry lock to ocfs2_wqGravatar Jan Kara 4-4/+56
2009-01-30Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Gravatar Linus Torvalds 9-29/+47
2009-01-30Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-11/+15
2009-01-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Gravatar Linus Torvalds 1-0/+7
2009-01-30block: Remove obsolete BUG_ONGravatar Martin K. Petersen 1-1/+0
2009-01-30block: Don't verify integrity metadata on read errorGravatar Martin K. Petersen 1-10/+15
2009-01-30ext4: Remove bogus BUG() check in ext4_bmap()Gravatar Theodore Ts'o 1-3/+0
2009-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Gravatar Linus Torvalds 9-161/+121
2009-01-29epoll: drop max_user_instances and rely only on max_user_watchesGravatar Davide Libenzi 1-18/+4
2009-01-29tun: Add some missing TUN compat ioctl translations.Gravatar David S. Miller 1-0/+7
2009-01-29UBIFS: remove fast unmountingGravatar Artem Bityutskiy 2-47/+5
2009-01-29UBIFS: return sensible error codesGravatar Artem Bityutskiy 2-9/+4
2009-01-29UBIFS: remount ro fixesGravatar Adrian Hunter 3-21/+13
2009-01-29UBIFS: spelling fix 'date' -> 'data'Gravatar Adrian Hunter 2-2/+2
2009-01-29UBIFS: sync wbufs after syncing inodes and pagesGravatar Adrian Hunter 1-10/+10
2009-01-29cifs: make sure we allocate enough storage for socket addressGravatar Jeff Layton 1-8/+8
2009-01-29[CIFS] Make socket retry timeouts consistent between blocking and nonblocking...Gravatar Steve French 2-3/+21
2009-01-29[CIFS] some cleanup to dir.c prior to addition of posix_openGravatar Steve French 1-25/+31
2009-01-29[CIFS] revalidate parent inode when rmdir done within that directoryGravatar Steve French 2-1/+8
2009-01-29[CIFS] Rename md5 functions to avoid collision with new rt modulesGravatar Steve French 3-31/+31
2009-01-29cifs: turn smb_send into a wrapper around smb_sendvGravatar Jeff Layton 3-93/+22
2009-01-28UBIFS: fix LPT out-of-space bug (again)Gravatar Adrian Hunter 1-12/+32
2009-01-27nfsd: only set file_lock.fl_lmops in nfsd4_lockt if a stateowner is foundGravatar Jeff Layton 1-1/+0
2009-01-27nfsd: fix cred leak on every rpcGravatar J. Bruce Fields 1-0/+1
2009-01-27nfsd: fix null dereference on error pathGravatar J. Bruce Fields 1-0/+2
2009-01-27don't reallocate sxp variable passed into xfs_swapextGravatar Eric Sandeen 1-9/+1
2009-01-27UBIFS: fix no_chk_data_crcGravatar Artem Bityutskiy 3-13/+23
2009-01-26ext4: Fix building with EXT4FS_DEBUGGravatar Thadeu Lima de Souza Cascardo 3-5/+5
2009-01-26ext4: Initialize the new group descriptor when resizing the filesystemGravatar Theodore Ts'o 1-1/+2
2009-01-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...Gravatar Linus Torvalds 1-2/+4
2009-01-26Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 2-263/+124
2009-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Gravatar Linus Torvalds 1-0/+6
2009-01-26Merge branch 'Kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/adobr...Gravatar Linus Torvalds 39-1363/+1284
2009-01-26inotify: clean up inotify_read and fix locking problemsGravatar Vegard Nossum 1-61/+74
2009-01-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Gravatar Linus Torvalds 3-18/+30
2009-01-26UBIFS: fix assertionsGravatar Artem Bityutskiy 1-6/+7
2009-01-26fuse: fix poll notifyGravatar Miklos Szeredi 1-4/+9
2009-01-26fuse: destroy bdi on umountGravatar Miklos Szeredi 2-2/+3
2009-01-26fuse: fuse_fill_super error handling cleanupGravatar Miklos Szeredi 1-18/+19
2009-01-26fuse: fix missing fput on errorGravatar Miklos Szeredi 1-2/+7