summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2010-09-27xfs: prevent reading uninitialized stack memoryDan Rosenberg1-0/+2
2010-09-27inotify: send IN_UNMOUNT eventsEric Paris1-2/+5
2010-09-27GFS2: gfs2_logd should be using interruptible waitsSteven Whitehouse1-1/+1
2010-09-27aio: check for multiplication overflow in do_io_submitJeff Moyer1-0/+3
2010-09-27aio: do not return ERESTARTSYS as a result of AIOJan Kara1-1/+9
2010-09-27/proc/vmcore: fix seekingArnd Bergmann1-1/+1
2010-09-27Prevent freeing uninitialized pointer in compat_do_readv_writevDan Rosenberg1-1/+1
2010-09-27char: Mark /dev/zero and /dev/kmem as not capable of writebackJan Kara1-1/+3
2010-09-21NFS: Fix a typo in nfs_sockaddr_match_ipaddr6Trond Myklebust1-1/+1
2010-09-21cifs: fix potential double put of TCP session referenceJeff Layton1-3/+3
2010-09-21binfmt_misc: fix binfmt_misc priorityJan Sembera1-1/+1
2010-09-21minix: fix regression in minix_mkdir()Jorge Boncompte [DTI2]1-1/+1
2010-09-21statfs() gives ESTALE errorMenyhart Zoltan1-0/+8
2010-09-21O_DIRECT: fix the splitting up of contiguous I/OJeff Moyer1-2/+2
2010-09-21sysfs: checking for NULL instead of ERR_PTRDan Carpenter1-1/+1
2010-09-21ocfs2: Fix incorrect checksum validation errorSunil Mushran1-1/+5
2010-09-21fuse: flush background queue on connection closeMiklos Szeredi1-4/+12
2010-09-21xfs: move aio completion after unwritten extent conversionChristoph Hellwig1-3/+16
2010-09-21ext4: move aio completion after unwritten extent conversionJiaying Zhang2-6/+15
2010-09-21direct-io: move aio_complete into ->end_ioChristoph Hellwig5-17/+35
2010-09-21xfs: ensure we mark all inodes in a freed cluster XFS_ISTALEDave Chinner1-23/+26
2010-09-21xfs: fix untrusted inode number lookupDave Chinner1-6/+10
2010-08-27Fix init ordering of /dev/console vs callers of modprobeDavid Howells1-0/+1
2010-08-27NFS: Fix an Oops in the NFSv4 atomic open codeTrond Myklebust2-4/+6
2010-08-27nfs: Add "lookupcache" to displayed mount optionsPatrick J. LoPresti1-0/+7
2010-08-27Fix the nested PR lock calling issue in ACLJiaju Zhang1-3/+21
2010-08-27nilfs2: fix list corruption after ifile creation failureRyusuke Konishi1-1/+3
2010-08-27ocfs2/dlm: remove potential deadlock -V3Wengang Wang1-4/+0
2010-08-27ocfs2/dlm: avoid incorrect bit set in refmap on recovery masterWengang Wang2-25/+31
2010-08-27ocfs2: Count more refcount records in file system fragmentation.Tao Ma1-5/+15
2010-08-27ocfs2 fix o2dlm dlm run purgelist (rev 3)Srinivas Eeda1-46/+34
2010-08-27ocfs2/dlm: fix a dead lockWengang Wang1-3/+2
2010-08-27ocfs2: do not overwrite error codes in ocfs2_init_aclTiger Yang1-2/+7
2010-08-20mm: fix up some user-visible effects of the stack guard pageLinus Torvalds1-1/+7
2010-08-14ext4: fix freeze deadlock under IOEric Sandeen1-2/+2
2010-08-14jfs: don't allow os2 xattr namespace overlap with othersDave Kleikamp1-49/+38
2010-08-14signalfd: fill in ssi_int for posix timers and message queuesNathan Lynch1-0/+2
2010-08-14fs/ecryptfs/file.c: introduce missing freeJulia Lawall1-2/+2
2010-08-14ecryptfs: release reference to lower mount if interpose failsLino Sanfilippo1-2/+3
2010-08-14eCryptfs: Handle ioctl calls with unlocked and compat functionsTyler Hicks1-21/+35
2010-08-14blkdev: cgroup whitelist permission fixChris Wright1-4/+6
2010-08-14Fix sget() race with failing mountAl Viro2-1/+7
2010-08-10block_dev: always serialize exclusive open attemptsTejun Heo1-2/+2
2010-08-02NFS: Fix a typo in include/linux/nfs_fs.hTrond Myklebust1-5/+0
2010-07-31Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds3-11/+31
2010-07-31CIFS: Remove __exit mark from cifs_exit_dns_resolver()David Howells2-2/+2
2010-07-30NFS: Ensure that writepage respects the nonblock flagTrond Myklebust1-6/+17
2010-07-30NFS: kswapd must not block in nfs_release_pageTrond Myklebust2-4/+13
2010-07-30nfs: include space for the NUL in root pathDan Carpenter1-1/+1
2010-07-30CRED: Fix get_task_cred() and task_state() to not resurrect dead credentialsDavid Howells1-1/+1