aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-11-26Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds5-100/+138
2007-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds1-1/+3
2007-11-26NFS: Clean up new multi-segment direct I/O changesChuck Lever1-9/+13
2007-11-26NFS: Ensure we return zero if applications attempt to write zero bytesChuck Lever1-0/+2
2007-11-26NFS: Support multiple segment iovecs in the NFS direct I/O pathChuck Lever1-44/+23
2007-11-26NFS: Introduce iovec I/O helpers to fs/nfs/direct.cChuck Lever1-0/+71
2007-11-26NFS: fs/nfs/dir.c should #include "internal.h"Adrian Bunk1-0/+1
2007-11-26NFS: make nfs_wb_page_priority() staticAdrian Bunk1-1/+2
2007-11-26NFS: mount failure causes bad page stateRussell King1-2/+4
2007-11-26sched: fix prev_stime calculationIngo Molnar1-1/+3
2007-11-25[CIFS] Fix check after use error in ACL codeSteve French1-6/+7
2007-11-25Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French25-254/+304
2007-11-20[CIFS] Fix potential data corruption when writing out cached dirty pagesJeff Layton5-30/+58
2007-11-20[CIFS] Fix spurious reconnect on 2nd peek from read of SMB lengthPetr Tesarik1-3/+3
2007-11-17kernel BUG at fs/nfs/namespace.c:108! - can be triggered by bad serverNeil Brown1-0/+5
2007-11-17NFS: Fix the ustat() regressionTrond Myklebust1-54/+27
2007-11-17[CIFS] remove build warningSteve French3-2/+2
2007-11-16[CIFS] Have CIFS_SessSetup build correct SPNEGO SessionSetup requestSteve French4-18/+77
2007-11-16[CIFS] minor checkpatch cleanupSteve French3-9/+9
2007-11-16[CIFS] have cifs_get_spnego_key get the hostname from TCP_Server_InfoJeff Layton2-3/+3
2007-11-16[CIFS] add hostname field to TCP_Server_Info structJeff Layton2-0/+37
2007-11-16[CIFS] clean up error handling in cifs_mountJeff Layton1-58/+30
2007-11-16[CIFS] add ver= prefix to upcall format versionSteve French1-6/+11
2007-11-14Fix 64KB blocksize in ext3 directoriesJan Kara2-52/+50
2007-11-14smbfs: fix debug buildsJeff Layton4-6/+7
2007-11-14mark sys_open/sys_read exports unusedArjan van de Ven2-2/+2
2007-11-14proc: simplify and correct proc_flush_taskEric W. Biederman1-9/+6
2007-11-14fuse_file_alloc(): fix NULL dereferencesAdrian Bunk1-2/+3
2007-11-14reiserfs: don't drop PG_dirty when releasing sub-page-sized dirty fileFengguang Wu1-3/+0
2007-11-14Fixes to the BFS filesystem driverDmitri Vorobiev4-155/+184
2007-11-14hugetlb: allow bulk updating in hugetlb_*_quota()Adam Litke1-5/+5
2007-11-14hugetlb: fix quota management for private mappingsAdam Litke1-1/+0
2007-11-14proc: fix proc_kill_inodes to kill dentries on all proc superblocksEric W. Biederman3-18/+25
2007-11-14Forbid user to change file flags on quota filesJan Kara5-0/+21
2007-11-14eCryptfs: cast page->index to loff_t instead of off_tMichael Halcrow1-1/+1
2007-11-13[CIFS] Fix buffer overflow if server sends corrupt response to smallSteve French7-96/+133
2007-11-13Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds3-4/+4
2007-11-13Revert "ext2/ext3/ext4: add block bitmap validation"Linus Torvalds3-130/+9
2007-11-13[NET]: Move unneeded data to initdata section.Denis V. Lunev1-1/+1
2007-11-12[NET]: Add the helper kernel_sock_shutdown()Trond Myklebust2-3/+3
2007-11-12nfsd4: recheck for secure ports in fh_verifyJ. Bruce Fields1-17/+26
2007-11-12knfsd: fix spurious EINVAL errors on first access of new filesystemJ. Bruce Fields2-2/+2
2007-11-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds24-171/+727
2007-11-12core dump: remain dumpableRoland McGrath1-2/+4
2007-11-09[CIFS] fix oops on second mount to same server when null auth is usedJeff Layton2-1/+2
2007-11-09Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-0/+4
2007-11-09Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2Linus Torvalds8-25/+73
2007-11-08[CIFS] Fix stale mode after readdir when cifsacl specifiedSteve French1-1/+7
2007-11-08[CIFS] add mode to acl conversion helper functionSteve French3-3/+37
2007-11-08[CIFS] Fix incorrect mode when ACL had deny access control entriesSteve French1-9/+46