summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | cifs: don't send an echo request unless NegProt has been doneJeff Layton2011-02-051-2/+6
| * | | | | | cifs: enable signing flag in SMB header when server has it onJeff Layton2011-02-041-0/+4
| * | | | | | cifs: Possible slab memory corruption while updating extended stats (repost)Shirish Pargaonkar2011-02-041-2/+2
| * | | | | | CIFS: Fix variable types in cifs_iovec_read/write (try #2)Pavel Shilovsky2011-02-041-5/+6
| * | | | | | cifs: fix length vs. total_read confusion in cifs_demultiplex_threadJeff Layton2011-02-021-5/+5
* | | | | | | CRED: Fix kernel panic upon security_file_alloc() failure.Tetsuo Handa2011-02-041-1/+1
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hch...Linus Torvalds2011-02-044-51/+67
|\ \ \ \ \ \ \
| * | | | | | | hfsplus: fix up a comparism in hfsplus_file_extendChristoph Hellwig2011-02-041-2/+2
| * | | | | | | hfsplus: fix two memory leaks in wrapper.cChuck Ebbert2011-02-041-2/+2
| * | | | | | | hfsplus: do not leak buffer on errorChuck Ebbert2011-02-041-2/+2
| * | | | | | | hfsplus: fix failed mount handlingChristoph Hellwig2011-02-041-45/+61
* | | | | | | | Revert "exofs: Set i_mapping->backing_dev_info anyway"Boaz Harrosh2011-02-031-2/+0Star
* | | | | | | | fs: make block fiemap mapping length at least blocksize longJosef Bacik2011-02-031-0/+7
* | | | | | | | vfs: sparse: add __FMODE_EXECNamhyung Kim2011-02-032-3/+3
* | | | | | | | epoll: epoll_wait() should not use timespec_add_ns()Eric Dumazet2011-02-031-3/+13
| |/ / / / / / |/| | | | | |
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2011-02-0211-85/+130
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | cifs: fix length checks in checkSMBJeff Layton2011-01-311-16/+17
| * | | | | | [CIFS] Update cifs minor versionSteve French2011-01-311-1/+1
| * | | | | | cifs: No need to check crypto blockcipher allocationShirish Pargaonkar2011-01-311-2/+3
| * | | | | | cifs: clean up some compiler warningsJeff Layton2011-01-314-17/+6Star
| * | | | | | cifs: make CIFS depend on CRYPTO_MD4Jeff Layton2011-01-311-0/+1
| * | | | | | cifs: force a reconnect if there are too many MIDs in flightJeff Layton2011-01-311-13/+24
| * | | | | | cifs: don't pop a printk when sending on a socket is interruptedJeff Layton2011-01-311-2/+2
| * | | | | | cifs: simplify SMB header check routineJeff Layton2011-01-311-22/+24
| * | | | | | cifs: send an NT_CANCEL request when a process is signalledJeff Layton2011-01-311-3/+12
| * | | | | | cifs: handle cancelled requests betterJeff Layton2011-01-311-7/+36
| * | | | | | Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French2011-01-3111-33/+73
| |\ \ \ \ \ \
| * | | | | | | cifs: fix two compiler warning about uninitialized varsJeff Layton2011-01-312-2/+4
* | | | | | | | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2011-02-0120-191/+170Star
|\ \ \ \ \ \ \ \
| * | | | | | | | NFS: NFSv4 readdir loses entriesChuck Lever2011-01-281-3/+0Star
| * | | | | | | | NFS: Micro-optimize nfs4_decode_dirent()Chuck Lever2011-01-281-3/+3
| * | | | | | | | NFS: Fix an NFS client lockdep issueTrond Myklebust2011-01-281-2/+4
| * | | | | | | | NFS construct consistent co_ownerid for v4.1Andy Adamson2011-01-261-20/+10Star
| * | | | | | | | NFS: nfs_wcc_update_inode() should set nfsi->attr_gencountTrond Myklebust2011-01-251-9/+17
| * | | | | | | | NFS improve pnfs_put_deviceid_cache debug printAndy Adamson2011-01-251-1/+1
| * | | | | | | | NFS fix cb_sequence error processingAndy Adamson2011-01-251-1/+1
| * | | | | | | | NFS do not find client in NFSv4 pg_authenticateAndy Adamson2011-01-257-111/+41Star
| * | | | | | | | NLM: Fix "kernel BUG at fs/lockd/host.c:417!" or ".../host.c:283!"Chuck Lever2011-01-251-4/+5
| * | | | | | | | NFS: Prevent memory allocation failure in nfsacl_encode()Chuck Lever2011-01-253-13/+30
| * | | | | | | | NFS: nfsacl_{encode,decode} should return signed integerChuck Lever2011-01-251-6/+26
| * | | | | | | | NFS: Fix "kernel BUG at fs/nfs/nfs3xdr.c:1338!"Chuck Lever2011-01-251-1/+4
| * | | | | | | | NFS: Fix "kernel BUG at fs/aio.c:554!"Chuck Lever2011-01-251-14/+20
| * | | | | | | | NFS4: Avoid potential NULL pointer dereference in decode_and_add_ds().Jesper Juhl2011-01-251-2/+7
| * | | | | | | | NFS: fix handling of malloc failure during nfs_flush_multi()Fred Isaman2011-01-191-1/+1
* | | | | | | | | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2011-01-3110-71/+152
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | xfs: xfs_bmap_add_extent_delay_real should init br_startblockbpm@sgi.com2011-01-281-8/+25
| * | | | | | | | xfs: fix dquot shaker deadlockDave Chinner2011-01-281-25/+21Star
| * | | | | | | | xfs: handle CIl transaction commit failures correctlyDave Chinner2011-01-283-12/+3Star
| * | | | | | | | xfs: limit extsize to size of AGs and/or MAXEXTLENDave Chinner2011-01-281-2/+18
| * | | | | | | | xfs: prevent extsize alignment from exceeding maximum extent sizeDave Chinner2011-01-281-0/+10