summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* xfs: merge xfs_mkdir into xfs_createChristoph Hellwig2009-02-093-291/+92
* xfs: remove uchar_t/ushort_t/uint_t/ulong_t typesChristoph Hellwig2009-02-097-18/+10
* xfs: remove superflous inobt macrosChristoph Hellwig2009-02-095-31/+17
* xfs: remove iclog calculation special casesChristoph Hellwig2009-02-091-26/+2
* xfs: remove the unused XFS_QMOPT_DQLOCK flagChristoph Hellwig2009-02-083-113/+50
* xfs: cleanup xfs_find_handleChristoph Hellwig2009-02-081-62/+44
* xfs: cleanup error handling in xfs_swap_extentsJosef 'Jeff' Sipek2009-02-041-35/+27
* xfs: merge xfs_inode_flush into xfs_fs_write_inodeChristoph Hellwig2009-02-044-57/+37
* xfs: factor out attr fork reset handlingChristoph Hellwig2009-02-041-30/+25
* xfs: remove unused XFS_MOUNT_ILOCK/XFS_MOUNT_IUNLOCKChristoph Hellwig2009-02-041-3/+0
* xfs: tiny cleanup for xfs_linkChristoph Hellwig2009-02-041-2/+4
* xfs: make sure to free the real-time inodes in the mount error pathChristoph Hellwig2009-02-043-8/+21
* xfs: cleanup error handling in xfs_mountfs:Christoph Hellwig2009-02-041-42/+35
* xfs: Check buffer lengths in log recoveryDave Chinner2009-02-031-6/+25
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Felix Blyakher2009-02-0321-219/+194
|\
| * Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2009-01-309-29/+47
| |\
| | * ext4: Remove bogus BUG() check in ext4_bmap()Theodore Ts'o2009-01-301-3/+0
| | * ext4: Fix building with EXT4FS_DEBUGThadeu Lima de Souza Cascardo2009-01-263-5/+5
| | * ext4: Initialize the new group descriptor when resizing the filesystemTheodore Ts'o2009-01-261-1/+2
| | * ext4: Fix ext4_free_blocks() w/o a journal when files have indirect blocksTheodore Ts'o2009-01-201-1/+1
| | * ext3: Add sanity check to make_indexed_dirTheodore Ts'o2009-01-161-6/+14
| | * ext4: Add sanity check to make_indexed_dirTheodore Ts'o2009-01-161-6/+15
| | * ext4: only use i_size_high for regular filesTheodore Ts'o2009-01-172-4/+7
| | * ext4: fix wrong use of do_divSimon Holm Thøgersen2009-01-111-3/+3
| * | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-01-301-11/+15
| |\ \
| | * | block: Remove obsolete BUG_ONMartin K. Petersen2009-01-301-1/+0
| | * | block: Don't verify integrity metadata on read errorMartin K. Petersen2009-01-301-10/+15
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-01-301-0/+7
| |\ \ \ | | |/ / | |/| |
| | * | tun: Add some missing TUN compat ioctl translations.David S. Miller2009-01-291-0/+7
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2009-01-299-161/+121
| |\ \ \
| | * | | cifs: make sure we allocate enough storage for socket addressJeff Layton2009-01-291-8/+8
| | * | | [CIFS] Make socket retry timeouts consistent between blocking and nonblocking...Steve French2009-01-292-3/+21
| | * | | [CIFS] some cleanup to dir.c prior to addition of posix_openSteve French2009-01-291-25/+31
| | * | | [CIFS] revalidate parent inode when rmdir done within that directorySteve French2009-01-292-1/+8
| | * | | [CIFS] Rename md5 functions to avoid collision with new rt modulesSteve French2009-01-293-31/+31
| | * | | cifs: turn smb_send into a wrapper around smb_sendvJeff Layton2009-01-293-93/+22
| | | |/ | | |/|
| * | | epoll: drop max_user_instances and rely only on max_user_watchesDavide Libenzi2009-01-291-18/+4
| |/ /
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Felix Blyakher2009-01-292-1/+3
|\ \ \ | |/ /
| * | nfsd: only set file_lock.fl_lmops in nfsd4_lockt if a stateowner is foundJeff Layton2009-01-271-1/+0
| * | nfsd: fix cred leak on every rpcJ. Bruce Fields2009-01-271-0/+1
| * | nfsd: fix null dereference on error pathJ. Bruce Fields2009-01-271-0/+2
| |/
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Felix Blyakher2009-01-2747-1707/+1522
|\ \ | |/
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...Linus Torvalds2009-01-261-2/+4
| |\
| | * dlm: initialize file_lock struct in GETLK before copying conflicting lockJeff Layton2009-01-211-0/+2
| | * dlm: fix plock notify callback to lockdDavid Teigland2009-01-211-2/+2
| * | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2009-01-262-263/+124
| |\ \
| | * | ocfs2: Remove ocfs2_dquot_initialize() and ocfs2_dquot_drop()Jan Kara2009-01-211-167/+2
| | * | quota: Improve lockingJan Kara2009-01-161-96/+122
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2009-01-261-0/+6
| |\ \ \
| | * | | sysfs: fix problems with binary filesGreg Kroah-Hartman2009-01-201-0/+6
| | | |/ | | |/|
OpenPOWER on IntegriCloud