summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2008-11-18prevent cifs_writepages() from skipping unwritten pagesDave Kleikamp1-1/+4
2008-11-18Fixed parsing of mount options when doing DFS submountIgor Mammedov2-27/+83
2008-11-17[CIFS] Fix check for tcon seal setting and fix oops on failed mount from earl...Steve French1-3/+4
2008-11-17[CIFS] Fix build breakSteve French1-2/+2
2008-11-17cifs: reinstate sharing of tree connectionsJeff Layton6-218/+249
2008-11-15[CIFS] minor cleanup to cifs_mountSteve French1-40/+34
2008-11-15cifs: reinstate sharing of SMB sessions sans racesJeff Layton7-166/+175
2008-11-15cifs: disable sharing session and tcon and add new TCP sharing codeJeff Layton6-150/+96
2008-11-14[CIFS] clean up server protocol handlingSteve French3-31/+33
2008-11-13[CIFS] remove unused list, add new cifs sock list to prepare for mount/umount...Steve French3-20/+13
2008-11-13[CIFS] Fix cifs reconnection flagsSteve French5-151/+160
2008-11-03[CIFS] Can't rely on iov length and base when kernel_recvmsg returns errorSteve French1-2/+7
2008-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds8-30/+86
2008-11-03cifs: fix renaming one hardlink on top of anotherJeff Layton1-1/+3
2008-11-03Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ad...Linus Torvalds1-18/+20
2008-11-01saner FASYNC handling on file closeAl Viro4-7/+4
2008-11-01Merge branch 'for-2.6.28' of git://linux-nfs.org/~bfields/linuxLinus Torvalds3-0/+3
2008-10-31Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds5-63/+46
2008-10-31NLM: Set address family before calling nlm_host_rebooted()Chuck Lever2-0/+2
2008-10-31nfsd: fix failure to set eof in readdir in some situationsJ. Bruce Fields1-0/+1
2008-10-30[CIFS] fix error in smb_send2Steve French3-4/+7
2008-10-30Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds1-8/+3
2008-10-30fs: remove excess kernel-docRandy Dunlap1-1/+0
2008-10-30ecryptfs: fix memory corruption when storing crypto info in xattrsEric Sandeen1-7/+8
2008-10-30fs: remove prepare_write/commit_writeNick Piggin4-6/+5
2008-10-29[CIFS] Reduce number of socket retries in large write pathSteve French5-25/+76
2008-10-28NFS: Convert nfs_attr_generation_counter into an atomic_longTrond Myklebust1-8/+3
2008-10-28delay capable() check in ext4_has_free_blocks()Eric Sandeen1-12/+14
2008-10-28merge ext4_claim_free_blocks & ext4_has_free_blocksEric Sandeen2-43/+17
2008-10-29jbd2: Call the commit callback before the transaction could get droppedTheodore Ts'o1-4/+4
2008-10-28ext4: fix a bug accessing freed memory in ext4_abortHidehiro Kawai1-4/+7
2008-10-28ext3: fix a bug accessing freed memory in ext3_abortHidehiro Kawai1-3/+7
2008-10-27proc: revert /proc/uptime to ->read_proc hookAlexey Dobriyan1-18/+20
2008-10-27Switch to a valid email address...Alan Cox4-4/+4
2008-10-26epoll: avoid double-inserts in case of EFAULTDavide Libenzi1-2/+9
2008-10-26select: deal with math overflow from borderline valid userland dataArjan van de Ven2-4/+6
2008-10-26ext4: Fix duplicate entries returned from getdents() system callTheodore Ts'o1-12/+8
2008-10-26ext3: Fix duplicate entries returned from getdents() system callTheodore Ts'o1-12/+8
2008-10-23Merge branch 'proc' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriya...Linus Torvalds24-965/+895
2008-10-23ext4: remove unused variable in ext4_get_parentChristoph Hellwig1-1/+0
2008-10-23ext3 quota support: fix compile failureLinus Torvalds1-1/+1
2008-10-23Merge branch 'v28-range-hrtimers-for-linus-v2' of git://git.kernel.org/pub/sc...Linus Torvalds3-294/+297
2008-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds9-125/+259
2008-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdevLinus Torvalds16-94/+93
2008-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds66-1070/+823
2008-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds1-1/+1
2008-10-23Merge branch 'for-2.6.28' of git://linux-nfs.org/~bfields/linuxLinus Torvalds3-10/+19
2008-10-23jbd: abort instead of waiting for nonexistent transactionsDuane Griffin1-2/+17
2008-10-23jbd: test BH_Write_EIO to detect errors on metadata buffersHidehiro Kawai1-3/+3
2008-10-23ext3: add checks for errors from jbdHidehiro Kawai2-8/+27