summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2009-02-09xfs: remove XFS_QM_LOCK/XFS_QM_UNLOCK/XFS_QM_HOLD/XFS_QM_RELEChristoph Hellwig2-12/+6
2009-02-09xfs: merge xfs_mkdir into xfs_createChristoph Hellwig3-291/+92
2009-02-09xfs: remove uchar_t/ushort_t/uint_t/ulong_t typesChristoph Hellwig7-18/+10
2009-02-09xfs: remove superflous inobt macrosChristoph Hellwig5-31/+17
2009-02-09xfs: remove iclog calculation special casesChristoph Hellwig1-26/+2
2009-02-08xfs: remove the unused XFS_QMOPT_DQLOCK flagChristoph Hellwig3-113/+50
2009-02-08xfs: cleanup xfs_find_handleChristoph Hellwig1-62/+44
2009-02-04xfs: cleanup error handling in xfs_swap_extentsJosef 'Jeff' Sipek1-35/+27
2009-02-04xfs: merge xfs_inode_flush into xfs_fs_write_inodeChristoph Hellwig4-57/+37
2009-02-04xfs: factor out attr fork reset handlingChristoph Hellwig1-30/+25
2009-02-04xfs: remove unused XFS_MOUNT_ILOCK/XFS_MOUNT_IUNLOCKChristoph Hellwig1-3/+0
2009-02-04xfs: tiny cleanup for xfs_linkChristoph Hellwig1-2/+4
2009-02-04xfs: make sure to free the real-time inodes in the mount error pathChristoph Hellwig3-8/+21
2009-02-04xfs: cleanup error handling in xfs_mountfs:Christoph Hellwig1-42/+35
2009-02-03xfs: Check buffer lengths in log recoveryDave Chinner1-6/+25
2009-02-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Felix Blyakher21-219/+194
2009-01-30Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds9-29/+47
2009-01-30Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-11/+15
2009-01-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-0/+7
2009-01-30block: Remove obsolete BUG_ONMartin K. Petersen1-1/+0
2009-01-30block: Don't verify integrity metadata on read errorMartin K. Petersen1-10/+15
2009-01-30ext4: Remove bogus BUG() check in ext4_bmap()Theodore Ts'o1-3/+0
2009-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds9-161/+121
2009-01-29epoll: drop max_user_instances and rely only on max_user_watchesDavide Libenzi1-18/+4
2009-01-29tun: Add some missing TUN compat ioctl translations.David S. Miller1-0/+7
2009-01-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Felix Blyakher2-1/+3
2009-01-29cifs: make sure we allocate enough storage for socket addressJeff Layton1-8/+8
2009-01-29[CIFS] Make socket retry timeouts consistent between blocking and nonblocking...Steve French2-3/+21
2009-01-29[CIFS] some cleanup to dir.c prior to addition of posix_openSteve French1-25/+31
2009-01-29[CIFS] revalidate parent inode when rmdir done within that directorySteve French2-1/+8
2009-01-29[CIFS] Rename md5 functions to avoid collision with new rt modulesSteve French3-31/+31
2009-01-29cifs: turn smb_send into a wrapper around smb_sendvJeff Layton3-93/+22
2009-01-27nfsd: only set file_lock.fl_lmops in nfsd4_lockt if a stateowner is foundJeff Layton1-1/+0
2009-01-27nfsd: fix cred leak on every rpcJ. Bruce Fields1-0/+1
2009-01-27nfsd: fix null dereference on error pathJ. Bruce Fields1-0/+2
2009-01-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Felix Blyakher47-1707/+1522
2009-01-27don't reallocate sxp variable passed into xfs_swapextEric Sandeen1-9/+1
2009-01-27[XFS] Warn on transaction in flight on read-only remountFelix Blyakher1-1/+5
2009-01-26ext4: Fix building with EXT4FS_DEBUGThadeu Lima de Souza Cascardo3-5/+5
2009-01-26ext4: Initialize the new group descriptor when resizing the filesystemTheodore Ts'o1-1/+2
2009-01-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...Linus Torvalds1-2/+4
2009-01-26Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2-263/+124
2009-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-0/+6
2009-01-26Merge branch 'Kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/adobr...Linus Torvalds39-1363/+1284
2009-01-26inotify: clean up inotify_read and fix locking problemsVegard Nossum1-61/+74
2009-01-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds3-18/+30
2009-01-26fuse: fix poll notifyMiklos Szeredi1-4/+9
2009-01-26fuse: destroy bdi on umountMiklos Szeredi2-2/+3
2009-01-26fuse: fuse_fill_super error handling cleanupMiklos Szeredi1-18/+19
2009-01-26fuse: fix missing fput on errorMiklos Szeredi1-2/+7