summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2007-09-11ocfs2: Fix calculation of i_blocks during truncateMark Fasheh
2007-09-11[PATCH] ocfs2: Fix a wrong cluster calculation.tao.ma@oracle.com
2007-09-11[PATCH] ocfs2: fix mount option parsingTiger Yang
2007-09-11ocfs2: update docs for new featuresMark Fasheh
2007-09-11[CIFS] lock inode open file list in close in case racing with openSteve French
2007-09-10knfsd: Validate filehandle type in fsid_sourceNeil Brown
2007-09-10knfsd: Fixed problem with NFS exporting directories which are mounted on.Neil Brown
2007-09-07[CIFS] Fix oops in find_writable_fileSteve French
2007-09-05[XFS] fix nasty quota hashtable allocation bugEric Sandeen
2007-09-05[XFS] fix sparse shadowed variable warningsChristoph Hellwig
2007-09-05[XFS] fix ASSERT and ASSERT_ALWAYSChristoph Hellwig
2007-09-05[XFS] Fix sparse warning in kmem_shake_allowChristoph Hellwig
2007-09-05[XFS] Fix sparse NULL vs 0 warningsChristoph Hellwig
2007-09-05[XFS] Set filestreams object timeout to something sane.David Chinner
2007-09-04Merge branch 'for_linus' of git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds
2007-09-02[JFFS2] fix write deadlock regressionJason Lunz
2007-09-01NFS: Fix a write request leak in nfs_invalidate_page()Trond Myklebust
2007-09-01NFS: change NFS mount error return when hostname/pathname too longChuck Lever
2007-09-01NFS: Off-by-one length error in string handlingChuck Lever
2007-09-01NFS: Return a real error code from mount(2)Chuck Lever
2007-09-01NFS: mount option parser chokes on proto=Chuck Lever
2007-09-01NFSv4: Ensure that we pass the correct dentry to nfs4_intent_set_fileTrond Myklebust
2007-09-01NFSv4: Fix a typo in _nfs4_do_open_reclaimTrond Myklebust
2007-09-01NFS: Fix use of cancel_delayed_work_sync in nfs_release_automount_timerTrond Myklebust
2007-08-31NFS: Fix the mount regressionTrond Myklebust
2007-08-31hugepage: fix broken check for offset alignment in hugepage mappingsDavid Gibson
2007-08-31eCryptfs: fix possible fault in ecryptfs_sync_pageRyusuke Konishi
2007-08-31Fix possible NULL pointer dereference in udf_table_free_blocks()Jan Kara
2007-08-31UDF: handle wrong superblock betterJan Kara
2007-08-31revert "eCryptfs: fix lookup error for special files"Andrew Morton
2007-08-31[CIFS] Fix warnings shown by newer version of sparseSteve French
2007-08-30[CIFS] formatting cleanup found by checkpatchSteve French
2007-08-30[CIFS] fix for incorrect session reconnectsSteve French
2007-08-30[CIFS][KJ] use abs() from kernel.h where appropriateAndre Haupt
2007-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds
2007-08-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds
2007-08-23Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds
2007-08-24[CIFS] fix typo in previousSteve French
2007-08-24[CIFS] Byte range unlock request to non-Unix server can unlock too muchJeff Layton
2007-08-24[CIFS] Fix unbalanced call to GetXid/FreeXidCyrill Gorcunov
2007-08-239p: remove deprecated v9fs_fid_lookup_remove()Eric Van Hensbergen
2007-08-23sched: accounting regression since rc1Christian Borntraeger
2007-08-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse
2007-08-22exec: kill unsafe BUG_ON(sig->count) checksOleg Nesterov
2007-08-22autofs4: deadlock during createIan Kent
2007-08-22signalfd: make it group-wide, fix posix-timers schedulingOleg Nesterov
2007-08-22eCryptfs: fix lookup error for special filesRyusuke Konishi
2007-08-22[CIFS] cifs truncate missing a fix for private map COW raceSteve French
2007-08-22sysfs: don't warn on removal of a nonexistent binary fileAlan Stern
2007-08-22sysfs: fix locking in sysfs_lookup() and sysfs_rename_dir()Tejun Heo