aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2010-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Gravatar Linus Torvalds 2-16/+35
2010-10-01reiserfs: fix unwanted reiserfs lock recursionGravatar Frederic Weisbecker 1-2/+3
2010-10-01reiserfs: fix dependency inversion between inode and reiserfs mutexesGravatar Frederic Weisbecker 1-1/+1
2010-10-01proc: make /proc/pid/limits world readableGravatar Jiri Olsa 1-2/+2
2010-10-01cifs: prevent infinite recursion in cifs_reconnect_tconGravatar Jeff Layton 1-16/+33
2010-09-29Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/o...Gravatar Linus Torvalds 1-1/+1
2010-09-29ocfs2: Don't walk off the end of fast symlinks.Gravatar Joel Becker 1-1/+1
2010-09-29cifs: set backing_dev_info on new S_ISREG inodesGravatar Jeff Layton 1-0/+2
2010-09-29xfs: force background CIL push under sustained loadGravatar Dave Chinner 2-19/+30
2010-09-24Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 14-44/+117
2010-09-23o2dlm: force free mles during dlm exitGravatar Srinivas Eeda 3-0/+42
2010-09-23ocfs2: Sync inode flags with ext2.Gravatar Tao Ma 2-16/+29
2010-09-23ocfs2: Move 'wanted' into parens of ocfs2_resmap_resv_bits.Gravatar Tao Ma 1-12/+10
2010-09-23ocfs2: Use cpu_to_le16 for e_leaf_clusters in ocfs2_bg_discontig_add_extent.Gravatar Tao Ma 1-2/+2
2010-09-23ocfs2: update ctime when changing the file's permission by setfaclGravatar Tao Ma 1-0/+3
2010-09-22/proc/pid/smaps: fix dirty pages accountingGravatar KOSAKI Motohiro 1-2/+2
2010-09-22aio: do not return ERESTARTSYS as a result of AIOGravatar Jan Kara 1-1/+9
2010-09-22/proc/vmcore: fix seekingGravatar Arnd Bergmann 1-1/+1
2010-09-22Prevent freeing uninitialized pointer in compat_do_readv_writevGravatar Dan Rosenberg 1-1/+1
2010-09-22Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 2-3/+24
2010-09-22bdi: Fix warnings in __mark_inode_dirty for /dev/zero and friendsGravatar Jan Kara 1-2/+21
2010-09-22char: Mark /dev/zero and /dev/kmem as not capable of writebackGravatar Jan Kara 1-1/+3
2010-09-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Gravatar Linus Torvalds 9-83/+84
2010-09-19Coda: mount hangs because of missed REQ_WRITE renameGravatar Jan Harkes 1-2/+2
2010-09-18ocfs2/net: fix uninitialized ret in o2net_send_message_vec()Gravatar Wu Fengguang 1-1/+1
2010-09-17ceph: select CRYPTOGravatar Sage Weil 1-0/+1
2010-09-17ceph: check mapping to determine if FILE_CACHE cap is usedGravatar Sage Weil 1-1/+1
2010-09-17ceph: only send one flushsnap per cap_snap per mds sessionGravatar Sage Weil 3-6/+18
2010-09-17GFS2: gfs2_logd should be using interruptible waitsGravatar Steven Whitehouse 1-1/+1
2010-09-16ceph: fix cap_snap and realm splitGravatar Sage Weil 3-61/+33
2010-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Gravatar Linus Torvalds 1-3/+3
2010-09-14Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Gravatar Linus Torvalds 5-5/+11
2010-09-14aio: check for multiplication overflow in do_io_submitGravatar Jeff Moyer 1-0/+3
2010-09-14cifs: fix potential double put of TCP session referenceGravatar Jeff Layton 1-3/+3
2010-09-14ceph: stop sending FLUSHSNAPs when we hit a dirty capsnapGravatar Sage Weil 1-3/+3
2010-09-14ceph: correctly set 'follows' in flushsnap messagesGravatar Sage Weil 1-1/+1
2010-09-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Gravatar Linus Torvalds 13-592/+166
2010-09-13ceph: fix dn offset during readdir_prepopulateGravatar Sage Weil 1-5/+6
2010-09-13fs/9p: Don't use dotl version of mknod for dotu inode operationsGravatar Aneesh Kumar K.V 1-1/+1
2010-09-13fs/9p: Use the correct dentry operationsGravatar Aneesh Kumar K.V 1-1/+4
2010-09-139p: Check for NULL fid in v9fs_dir_release()Gravatar jvrao 1-2/+4
2010-09-13fs/9p: Fix error handling in v9fs_get_sbGravatar Aneesh Kumar K.V 1-6/+14
2010-09-13fs/9p, net/9p: memory leak fixesGravatar Latchesar Ionkov 1-0/+2
2010-09-12SUNRPC: Fix the NFSv4 and RPCSEC_GSS Kconfig dependenciesGravatar Trond Myklebust 2-0/+2
2010-09-12statfs() gives ESTALE errorGravatar Menyhart Zoltan 1-0/+8
2010-09-12NFS: Fix a typo in nfs_sockaddr_match_ipaddr6Gravatar Trond Myklebust 1-1/+1
2010-09-12Remove incorrect do_vfs_lock messageGravatar Fabio Olive Leite 1-4/+0
2010-09-11ceph: fix file offset wrapping at 4GB on 32-bit archsGravatar Sage Weil 1-1/+2
2010-09-11ceph: fix reconnect encoding for old serversGravatar Sage Weil 1-0/+2
2010-09-11ceph: fix pagelist kunmap tailGravatar Yehuda Sadeh 1-2/+10