summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2012-10-04Btrfs: cleanup of error processing in btree_get_extent()Tsutomu Itoh
2012-10-03NFSv4 set open access operation call flag in nfs4_init_opendata_resAndy Adamson
2012-10-03ore: signedness bug in _sp2d_min_pg()Dan Carpenter
2012-10-03NFSv4.1: Remove the dependency on CONFIG_EXPERIMENTALTrond Myklebust
2012-10-03ceph: avoid 32-bit page index overflowAlex Elder
2012-10-03ceph: return EIO on invalid layout on GET_DATALOC ioctlSage Weil
2012-10-03Merge tag 'jfs-3.7' of git://github.com/kleikamp/linux-shaggyLinus Torvalds
2012-10-02Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2012-10-02Merge tag 'upstream-3.7-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds
2012-10-02Merge tag 'for-linus-v3.7-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-02compat: fs: Generic compat_sys_sendfile implementationCatalin Marinas
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov
2012-10-02btrfs: reada_extent doesn't need kref for refcountAl Viro
2012-10-02coredump: move core dump functionality into its own fileAlex Kelly
2012-10-02NFSv4 reduce attribute requests for open reclaimAndy Adamson
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2012-10-02NFSv4: nfs4_open_done first must check that GETATTR decoded a file typeTrond Myklebust
2012-10-02NFSv4.1: Deal with wraparound when updating the layout "barrier" seqidTrond Myklebust
2012-10-02NFSv4.1: Deal with wraparound issues when updating the layout stateidTrond Myklebust
2012-10-02NFSv4.1: Always set the layout stateid if this is the first layoutgetTrond Myklebust
2012-10-02NFSv4.1: Fix another refcount issue in pnfs_find_alloc_layoutTrond Myklebust
2012-10-02NFSv4: don't put ACCESS in OPEN compound if O_EXCLWeston Andros Adamson
2012-10-02NFSv4: don't check MAY_WRITE access bit in OPENWeston Andros Adamson
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-10-02NFS: Set key construction data for the legacy upcallBryan Schumaker
2012-10-02NFSv4.1: don't do two EXCHANGE_IDs on mountWeston Andros Adamson
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2012-10-02NFS: nfs41_walk_client_list(): re-lock before iteratingChuck Lever
2012-10-02NFSv4.1: Handle BAD_STATEID and EXPIRED errors in layoutgetTrond Myklebust
2012-10-02NFSv4.1: bl_pg_init_write should be staticTrond Myklebust
2012-10-02nfs: include internal.h in getroot.hStanislav Kinsbursky
2012-10-02nfs: include nfs4_fh.h in nfs4sysctl.cStanislav Kinsbursky
2012-10-02nfs: declare nfs_xdev_mount as staticStanislav Kinsbursky
2012-10-02nfs: declare nfs_callback_tcp_port in headerStanislav Kinsbursky
2012-10-02nfs: include NFSv4 header in netns.hStanislav Kinsbursky
2012-10-01NFSv4.0 reclaim reboot state when re-establishing clientidAndy Adamson
2012-10-01NFSv4: nfs4_match_clientids is only used by NFSv4.1Trond Myklebust
2012-10-01NFSv4: Fix the minor version callback channel startupTrond Myklebust
2012-10-01NFSv4: Fix up a merge conflict between migration and container changesTrond Myklebust
2012-10-01Merge branch 'bugfixes' into nfs-for-nextTrond Myklebust
2012-10-01nfs: replace strict_strto* with kstrto*Daniel Walter
2012-10-01NFS: Remove unnecessary semicolons (fs/nfs/client.c)Yanchuan Nian
2012-10-01pnfsblock: use list_move_tail instead of list_del/list_add_tailWei Yongjun
2012-10-01pnfsblock: fix non-aligned DIO writePeng Tao
2012-10-01pnfsblock: fix non-aligned DIO readPeng Tao
2012-10-01pnfsblock: fix partial page buffer wirtePeng Tao
2012-10-01Revert "pnfsblock: bail out partial page IO"Peng Tao