summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* xfs: reject swapext ioctl on swapfilesChristoph Hellwig2009-02-121-0/+6
* xfs: fix error handling in xfs_log_mountChristoph Hellwig2009-02-121-6/+8
* Merge branch 'master' of git://git.kernel.org/pub/scm/fs/xfs/xfsFelix Blyakher2009-02-0930-734/+346
|\
| * xfs: get rid of indirections in the quotaops implementationChristoph Hellwig2009-02-0912-262/+181
| * xfs: sanitize qh_lock wrappersChristoph Hellwig2009-02-094-81/+37
| * xfs: use mutex_is_locked in XFS_DQ_IS_LOCKEDChristoph Hellwig2009-02-091-13/+1
| * xfs: remove XFS_QM_LOCK/XFS_QM_UNLOCK/XFS_QM_HOLD/XFS_QM_RELEChristoph Hellwig2009-02-092-12/+6
| * 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
* | Merge branch 'master' of git://git.kernel.org/pub/scm/fs/xfs/xfsFelix Blyakher2009-02-0914-348/+239
|\|
| * 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
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Felix Blyakher2009-02-0958-824/+1980
|\ \ | |/ |/|
| * async: Rename _special -> _domain for clarity.Cornelia Huck2009-02-081-2/+2
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2009-02-073-8/+24
| |\
| | * CRED: Fix SUID exec regressionDavid Howells2009-02-063-8/+24
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2009-02-0726-451/+1413
| |\ \
| | * | Btrfs: Make sure dir is non-null before doing S_ISGID checksChris Mason2009-02-061-1/+1
| | * | Btrfs: Fix memory leak in cache_drop_leaf_refChris Mason2009-02-051-0/+1
| | * | Btrfs: don't return congestion in write_cache_pages as oftenChris Mason2009-02-041-5/+0
| | * | Btrfs: Only prep for btree deletion balances when nodes are mostly emptyChris Mason2009-02-041-3/+6
| | * | Btrfs: fix btrfs_unlock_up_safe to walk the entire pathChris Mason2009-02-041-2/+2
| | * | Btrfs: change btrfs_del_leaf to drop locks earlierChris Mason2009-02-041-2/+9
| | * | Btrfs: Change btrfs_truncate_inode_items to stop when it hits the inodeChris Mason2009-02-041-1/+5
| | * | Btrfs: Don't try to compress pages past i_sizeChris Mason2009-02-041-0/+14
| | * | Btrfs: join the transaction in __btrfs_setxattrJosef Bacik2009-02-041-1/+1
| | * | Btrfs: Handle SGID bit when creating inodesChris Ball2009-02-041-1/+8
| | * | Btrfs: Make btrfs_drop_snapshot work in larger and more efficient chunksChris Mason2009-02-044-45/+265
| | * | Btrfs: Change btree locking to use explicit blocking pointsChris Mason2009-02-0411-39/+470
| | * | Btrfs: hash_lock is no longer neededChris Mason2009-02-043-11/+1
| | * | Btrfs: disable leak debugging checks in extent_io.cChris Mason2009-02-041-8/+8
| | * | Btrfs: sort references by byte number during btrfs_inc_refChris Mason2009-02-041-6/+79
| | * | Btrfs: async threads should try harder to find workChris Mason2009-02-042-6/+46
| | * | Btrfs: selinux supportJim Owens2009-02-043-4/+53
| | * | Btrfs: make btrfs acls selectableChristian Hesse2009-02-041-0/+13
| | * | Btrfs: Catch missed bios in the async bio submission threadChris Mason2009-02-042-3/+18
| | * | Btrfs: fix readdir on 32 bit machinesChris Mason2009-01-281-1/+1
| | * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Chris Mason2009-01-2919-318/+418
| | |\ \
| | | * | Btrfs: do less aggressive btree readaheadChris Mason2009-01-221-16/+5
| | | * | Btrfs: fiemap supportYehuda Sadeh2009-01-213-0/+101
| | | * | Btrfs: stop providing a bmap operation to avoid swapfile corruptionsChris Mason2009-01-211-6/+12