summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2010-09-29GFS2: Improve journal allocation via sysfsSteven Whitehouse3-11/+24
2010-09-29GFS2: Add "norecovery" mount option as a synonym for "spectator"Steven Whitehouse1-0/+1
2010-09-29GFS2: Fix spectator umount issueSteven Whitehouse2-7/+7
2010-09-28GFS2: Fix compiler warning from previous patchSteven Whitehouse1-1/+1
2010-09-28GFS2: reserve more blocks for transactionsBenjamin Marzinski7-7/+20
2010-09-27GFS2: Fix journal check for spectator mountsSteven Whitehouse1-1/+2
2010-09-24GFS2: Remove upgrade mount optionSteven Whitehouse3-62/+3
2010-09-23GFS2: Remove localcaching mount optionSteven Whitehouse4-7/+2
2010-09-23GFS2: Remove ignore_local_fs mount argumentSteven Whitehouse2-5/+1
2010-09-20GFS2: Make . and .. qstrs constantSteven Whitehouse5-41/+33
2010-09-20GFS2: Use new workqueue schemeSteven Whitehouse2-3/+5
2010-09-20GFS2: Update handling of DLM return codes to match realitySteven Whitehouse1-2/+2
2010-09-20GFS2: Don't enforce min hold time when two demotes occur in rapid successionSteven Whitehouse3-5/+14
2010-09-20GFS2: Fix whitespace in previous patchSteven Whitehouse1-1/+1
2010-09-20GFS2: fallocate supportBenjamin Marzinski6-2/+272
2010-09-20GFS2: Add a bug trap in allocation codeSteven Whitehouse1-1/+9
2010-09-20GFS2: No longer experimentalSteven Whitehouse1-1/+1
2010-09-20GFS2: Remove i_disksizeSteven Whitehouse13-58/+60
2010-09-20GFS2: New truncate sequenceSteven Whitehouse4-168/+135
2010-09-19Coda: mount hangs because of missed REQ_WRITE renameJan Harkes1-2/+2
2010-09-17GFS2: gfs2_logd should be using interruptible waitsSteven Whitehouse1-1/+1
2010-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds1-3/+3
2010-09-15Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds5-5/+11
2010-09-15aio: check for multiplication overflow in do_io_submitJeff Moyer1-0/+3
2010-09-15cifs: fix potential double put of TCP session referenceJeff Layton1-3/+3
2010-09-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds13-592/+166
2010-09-13fs/9p: Don't use dotl version of mknod for dotu inode operationsAneesh Kumar K.V1-1/+1
2010-09-13fs/9p: Use the correct dentry operationsAneesh Kumar K.V1-1/+4
2010-09-139p: Check for NULL fid in v9fs_dir_release()jvrao1-2/+4
2010-09-13fs/9p: Fix error handling in v9fs_get_sbAneesh Kumar K.V1-6/+14
2010-09-13fs/9p, net/9p: memory leak fixesLatchesar Ionkov1-0/+2
2010-09-13SUNRPC: Fix the NFSv4 and RPCSEC_GSS Kconfig dependenciesTrond Myklebust2-0/+2
2010-09-13statfs() gives ESTALE errorMenyhart Zoltan1-0/+8
2010-09-13NFS: Fix a typo in nfs_sockaddr_match_ipaddr6Trond Myklebust1-1/+1
2010-09-13Remove incorrect do_vfs_lock messageFabio Olive Leite1-4/+0
2010-09-11Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2-1/+4
2010-09-10xfs: log IO completion workqueue is a high priority queueDave Chinner1-1/+2
2010-09-10execve: make responsive to SIGKILL with large argumentsRoland McGrath1-0/+7
2010-09-10execve: improve interactivity with large argumentsRoland McGrath1-0/+2
2010-09-10setup_arg_pages: diagnose excessive argument sizeRoland McGrath1-0/+5
2010-09-10Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2-3/+3
2010-09-10xfs: prevent reading uninitialized stack memoryDan Rosenberg1-0/+2
2010-09-10minix: fix regression in minix_mkdir()Jorge Boncompte [DTI2]1-1/+1
2010-09-10vfs: take O_NONBLOCK out of the O_* uniqueness testJames Bottomley1-3/+7
2010-09-10binfmt_misc: fix binfmt_misc priorityJan Sembera1-1/+1
2010-09-10proc: export uncached bit properly in /proc/kpageflagsTakashi Iwai1-1/+1
2010-09-10O_DIRECT: fix the splitting up of contiguous I/OJeff Moyer1-2/+2
2010-09-09mm: Move vma_stack_continue into mm.hStefan Bader1-1/+2
2010-09-09Merge branch 'fixes' of git://oss.oracle.com/git/tma/linux-2.6Linus Torvalds9-107/+475
2010-09-09cifs: prevent possible memory corruption in cifs_demultiplex_threadJeff Layton3-11/+17