summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2010-08-28Merge branch 'for-2.6.36' of git://linux-nfs.org/~bfields/linuxLinus Torvalds3-24/+30
2010-08-26nfsd: fix NULL dereference in nfsd_statfs()Takashi Iwai1-6/+8
2010-08-26Merge commit 'v2.6.36-rc1' into HEADJ. Bruce Fields587-14699/+18087
2010-08-26nfsd4: fix downgrade/lock logicJ. Bruce Fields2-16/+21
2010-08-26nfsd4: typo fix in find_any_fileJ. Bruce Fields1-1/+1
2010-08-26nfsd4: bad BUG() in preprocess_stateid_opJ. Bruce Fields1-1/+0
2010-08-26Cannot allocate memory error on mountSuresh Jayaraman1-1/+1
2010-08-26[CIFS] Eliminate unused variable warningSteve French1-1/+2
2010-08-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds15-279/+622
2010-08-24Eliminate sparse warning - bad constant expressionshirishpargaonkar@gmail.com2-72/+128
2010-08-24xfs: do not discard page cache data on EAGAINChristoph Hellwig1-3/+6
2010-08-24xfs: don't do memory allocation under the CIL context lockDave Chinner1-8/+26
2010-08-24xfs: Reduce log force overhead for delayed loggingDave Chinner3-118/+147
2010-08-24xfs: dummy transactions should not dirty VFS stateDave Chinner4-51/+26
2010-08-24xfs: ensure f_ffree returned by statfs() is non-negativeStuart Brodsky1-1/+6
2010-08-24xfs: handle negative wbc->nr_to_write during sync writebackDave Chinner1-2/+2
2010-08-24xfs: fix untrusted inode number lookupDave Chinner1-6/+10
2010-08-24xfs: ensure we mark all inodes in a freed cluster XFS_ISTALEDave Chinner1-23/+26
2010-08-24xfs: unlock items before allowing the CIL to commitDave Chinner3-5/+17
2010-08-23cifs: check for NULL session passwordJeff Layton1-0/+1
2010-08-23missing changes during ntlmv2/ntlmssp auth and signShirish Pargaonkar2-5/+10
2010-08-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds1-1/+3
2010-08-20[CIFS] Fix ntlmv2 auth with ntlmsspSteve French11-172/+452
2010-08-20cifs: correction of unicode header filesIgor Druzhinin2-15/+19
2010-08-18Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds6-9/+22
2010-08-18cifs: fix NULL pointer dereference in cifs_find_smb_sesJeff Layton1-1/+2
2010-08-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds32-377/+518
2010-08-19nilfs2: wait for discard to finishRyusuke Konishi1-1/+3
2010-08-18NFS: Fix an Oops in the NFSv4 atomic open codeTrond Myklebust2-4/+6
2010-08-18fs: brlock vfsmount_lockNick Piggin5-77/+134
2010-08-18fs: scale files_lockNick Piggin2-18/+108
2010-08-18tty: fix fu_list abuseNick Piggin1-0/+2
2010-08-18fs: cleanup files_lock lockingNick Piggin2-26/+20
2010-08-18fs: remove extra lookup in __lookup_hashNick Piggin2-41/+51
2010-08-18fs: fs_struct rwlock to spinlockNick Piggin2-18/+18
2010-08-18fs: dentry allocation consolidationNick Piggin1-37/+33
2010-08-18fs: fix do_lookup false negativeNick Piggin1-8/+2
2010-08-18mbcache: Limit the maximum number of cache entriesAndreas Gruenbacher1-6/+24
2010-08-18hostfs ->follow_link() brainoAl Viro1-1/+1
2010-08-18hostfs: dumb (and usually harmless) tpyo - strncpy instead of strlcpyAl Viro1-1/+1
2010-08-18remove SWRITE* I/O typesChristoph Hellwig14-85/+72
2010-08-18kill BH_Ordered flagChristoph Hellwig4-71/+62
2010-08-18vfs: update ctime when changing the file's permission by setfaclJan Kara1-0/+1
2010-08-18cramfs: only unlock new inodesAlexander Shishkin1-1/+1
2010-08-18fix reiserfs_evict_inode end_writeback second callSergey Senozhatsky1-0/+1
2010-08-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds2-3/+5
2010-08-17Make do_execve() take a const filename pointerDavid Howells3-12/+14
2010-08-17NFS: Fix the selection of security flavours in KconfigTrond Myklebust2-2/+0
2010-08-16cifs: consolidate error handling in several functionsJeff Layton2-7/+4
2010-08-16cifs: clean up error handling in cifs_mknodJeff Layton1-75/+74