aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2008-11-206-11/+36
|\
| * [CIFS] Do not attempt to close invalidated file handlesSteve French2008-11-204-9/+30
| * [CIFS] fix check for dead tcon in smb_initSteve French2008-11-182-2/+6
* | hostfs: fix a duplicated global function nameWANG Cong2008-11-193-4/+4
* | don't unlink an active swapfileHugh Dickins2008-11-191-1/+1
* | eCryptfs: Allocate up to two scatterlists for crypto ops on keysMichael Halcrow2008-11-191-17/+14
* | block/md: fix md autodetectionTejun Heo2008-11-181-1/+1
* | block: make add_partition() return pointer to hd_structTejun Heo2008-11-181-12/+13
* | block: fix add_partition() error pathTejun Heo2008-11-181-1/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2008-11-179-716/+765
|\
| * prevent cifs_writepages() from skipping unwritten pagesDave Kleikamp2008-11-171-1/+4
| * Fixed parsing of mount options when doing DFS submountIgor Mammedov2008-11-172-27/+83
| * [CIFS] Fix check for tcon seal setting and fix oops on failed mount from earl...Steve French2008-11-171-3/+4
| * [CIFS] Fix build breakSteve French2008-11-161-2/+2
| * cifs: reinstate sharing of tree connectionsJeff Layton2008-11-166-218/+249
| * [CIFS] minor cleanup to cifs_mountSteve French2008-11-141-40/+34
| * cifs: reinstate sharing of SMB sessions sans racesJeff Layton2008-11-147-166/+175
| * cifs: disable sharing session and tcon and add new TCP sharing codeJeff Layton2008-11-146-150/+96
| * [CIFS] clean up server protocol handlingSteve French2008-11-133-31/+33
| * [CIFS] remove unused list, add new cifs sock list to prepare for mount/umount...Steve French2008-11-133-20/+13
| * [CIFS] Fix cifs reconnection flagsSteve French2008-11-135-151/+160
| * [CIFS] Can't rely on iov length and base when kernel_recvmsg returns errorSteve French2008-11-031-2/+7
* | Fix broken ownership of /proc/sys/ filesAl Viro2008-11-161-0/+1
* | Fix inotify watch removal/umount racesAl Viro2008-11-151-6/+144
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...Linus Torvalds2008-11-131-1/+1
|\ \
| * | dlm: fix shutdown cleanupDavid Teigland2008-11-131-1/+1
* | | ext3: Clean up outdated and incorrect comment for ext3_write_super()Theodore Tso2008-11-121-5/+2
* | | vfs: fix shrink_submountsEric W. Biederman2008-11-121-2/+2
|/ /
* | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2008-11-116-7/+58
|\ \
| * | [XFS] XFS: Check for valid transaction headers in recoveryDavid Chinner2008-11-101-1/+7
| * | [XFS] handle memory allocation failures during log initialisationDave Chinner2008-11-101-3/+36
| * | [XFS] Account for allocated blocks when expanding directoriesDavid Chinner2008-11-102-0/+11
| * | [XFS] Wait for all I/O on truncate to zero file sizeLachlan McIlroy2008-11-101-1/+1
| * | [XFS] Fix use-after-free with log and quotasLachlan McIlroy2008-11-101-2/+3
| |/
* | ocfs2: Check search result in ocfs2_xattr_block_get()Tiger Yang2008-11-101-1/+6
* | ocfs2: fix printk related build warnings in xattr.cMark Fasheh2008-11-101-14/+20
* | ocfs2: truncate outstanding block after direct io failureDmitri Monakhov2008-11-101-0/+7
* | ocfs2/xattr: Proper hash collision handle in bucket divisionTao Ma2008-11-101-29/+115
* | ocfs2: return 0 in page_mkwrite to let VFS retry.Tao Ma2008-11-101-1/+5
* | ocfs2: Set journal descriptor to NULL after journal shutdownSunil Mushran2008-11-102-0/+7
* | ocfs2: Fix check of return value of ocfs2_start_trans() in xattr.c.Tao Ma2008-11-101-2/+2
* | ocfs2: Let inode be really deleted when ocfs2_mknod_locked() failsJan Kara2008-11-101-1/+3
* | ocfs2: Fix checking of return value of new_inode()Jan Kara2008-11-101-2/+2
* | ocfs2: Fix check of return value of ocfs2_start_trans()Jan Kara2008-11-101-10/+10
* | ocfs2: Fix some typos in xattr annotations.Tao Ma2008-11-101-8/+9
* | ocfs2: Remove unused ocfs2_restore_xattr_block().Tao Ma2008-11-101-48/+0
* | ocfs2: Don't repeat ocfs2_xattr_block_find()Joel Becker2008-11-101-30/+9
* | ocfs2: Specify appropriate journal access for new xattr buckets.Joel Becker2008-11-101-1/+5
* | ocfs2: Check errors from ocfs2_xattr_update_xattr_search()Joel Becker2008-11-101-1/+5
* | ocfs2: Don't return -EFAULT from a corrupt xattr entry.Joel Becker2008-11-101-1/+1