Age | Commit message (Expand) | Author | Files | Lines |
2011-02-01 | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 | Linus Torvalds | 20 | -191/+170 |
2011-02-01 | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 10 | -71/+152 |
2011-01-31 | NTFS: Fix invalid pointer dereference in ntfs_mft_record_alloc(). | Anton Altaparmakov | 1 | -4/+7 |
2011-01-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 | Linus Torvalds | 15 | -704/+371 |
2011-01-28 | NFS: NFSv4 readdir loses entries | Chuck Lever | 1 | -3/+0 |
2011-01-28 | NFS: Micro-optimize nfs4_decode_dirent() | Chuck Lever | 1 | -3/+3 |
2011-01-28 | NFS: Fix an NFS client lockdep issue | Trond Myklebust | 1 | -2/+4 |
2011-01-28 | xfs: xfs_bmap_add_extent_delay_real should init br_startblock | bpm@sgi.com | 1 | -8/+25 |
2011-01-28 | xfs: fix dquot shaker deadlock | Dave Chinner | 1 | -25/+21 |
2011-01-28 | xfs: handle CIl transaction commit failures correctly | Dave Chinner | 3 | -12/+3 |
2011-01-28 | xfs: limit extsize to size of AGs and/or MAXEXTLEN | Dave Chinner | 1 | -2/+18 |
2011-01-28 | xfs: prevent extsize alignment from exceeding maximum extent size | Dave Chinner | 1 | -0/+10 |
2011-01-28 | xfs: limit extent length for allocation to AG size | Dave Chinner | 2 | -8/+26 |
2011-01-28 | xfs: speculative delayed allocation uses rounddown_power_of_2 badly | Dave Chinner | 1 | -1/+6 |
2011-01-28 | xfs: fix efi item leak on forced shutdown | Dave Chinner | 3 | -13/+38 |
2011-01-28 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 5 | -14/+54 |
2011-01-27 | cifs: More crypto cleanup (try #2) | Shirish Pargaonkar | 9 | -286/+97 |
2011-01-27 | xfs: fix log ticket leak on forced shutdown. | Dave Chinner | 1 | -2/+5 |
2011-01-26 | NFS construct consistent co_ownerid for v4.1 | Andy Adamson | 1 | -20/+10 |
2011-01-26 | console: rename acquire/release_console_sem() to console_lock/unlock() | Torben Hohn | 1 | -2/+2 |
2011-01-26 | squashfs: fix use of uninitialised variable in zlib & xz decompressors | Phillip Lougher | 3 | -12/+8 |
2011-01-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu... | Linus Torvalds | 1 | -1/+2 |
2011-01-25 | NFS: nfs_wcc_update_inode() should set nfsi->attr_gencount | Trond Myklebust | 1 | -9/+17 |
2011-01-25 | NFS improve pnfs_put_deviceid_cache debug print | Andy Adamson | 1 | -1/+1 |
2011-01-25 | NFS fix cb_sequence error processing | Andy Adamson | 1 | -1/+1 |
2011-01-25 | NFS do not find client in NFSv4 pg_authenticate | Andy Adamson | 7 | -111/+41 |
2011-01-25 | NLM: Fix "kernel BUG at fs/lockd/host.c:417!" or ".../host.c:283!" | Chuck Lever | 1 | -4/+5 |
2011-01-25 | NFS: Prevent memory allocation failure in nfsacl_encode() | Chuck Lever | 3 | -13/+30 |
2011-01-25 | NFS: nfsacl_{encode,decode} should return signed integer | Chuck Lever | 1 | -6/+26 |
2011-01-25 | NFS: Fix "kernel BUG at fs/nfs/nfs3xdr.c:1338!" | Chuck Lever | 1 | -1/+4 |
2011-01-25 | NFS: Fix "kernel BUG at fs/aio.c:554!" | Chuck Lever | 1 | -14/+20 |
2011-01-25 | NFS4: Avoid potential NULL pointer dereference in decode_and_add_ds(). | Jesper Juhl | 1 | -2/+7 |
2011-01-25 | CIFS: Add strictcache mount option | Pavel Shilovsky | 2 | -0/+10 |
2011-01-25 | CIFS: Implement cifs_strict_writev (try #4) | Pavel Shilovsky | 4 | -6/+217 |
2011-01-25 | [CIFS] Replace cifs md5 hashing functions with kernel crypto APIs | Steve French | 6 | -416/+51 |
2011-01-25 | ceph: avoid picking MDS that is not active | Sage Weil | 1 | -3/+7 |
2011-01-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 | Linus Torvalds | 3 | -3/+43 |
2011-01-24 | Make CIFS mount work in a container. | Rob Landley | 2 | -2/+43 |
2011-01-24 | CIFS: Remove pointless variable assignment in cifs_dfs_do_automount() | Jesper Juhl | 1 | -1/+0 |
2011-01-23 | fs: fix new dcache.c kernel-doc warnings | Randy Dunlap | 1 | -1/+3 |
2011-01-22 | nilfs2: fix crash after one superblock became unavailable | Ryusuke Konishi | 1 | -1/+2 |
2011-01-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 | Linus Torvalds | 14 | -240/+405 |
2011-01-21 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 6 | -80/+51 |
2011-01-21 | cifs: fix up CIFSSMBEcho for unaligned access | Jeff Layton | 1 | -3/+3 |
2011-01-21 | Merge branch 'for-next' | Steve French | 14 | -237/+402 |
2011-01-21 | Merge branch 'akpm' | Linus Torvalds | 4 | -8/+12 |
2011-01-21 | fs/direct-io.c: don't try to allocate more than BIO_MAX_PAGES in a bio | David Dillow | 1 | -3/+7 |
2011-01-21 | kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERT | David Rientjes | 3 | -5/+5 |
2011-01-21 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/sfrenc... | Linus Torvalds | 13 | -381/+455 |
2011-01-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes | Linus Torvalds | 3 | -51/+23 |