summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2008-07-10[GFS2] Remove support for unused and pointless flagSteven Whitehouse5-26/+2
2008-07-10[GFS2] Replace rgrp "recent list" with mru listSteven Whitehouse3-99/+12
2008-07-07[GFS2] Allow local DF locks when holding a cached EX glockSteven Whitehouse1-2/+6
2008-07-07[GFS2] Fix delayed demote raceSteven Whitehouse1-1/+4
2008-07-03[GFS2] don't call permission()Miklos Szeredi4-13/+30
2008-06-27[GFS2] Fix module buildingSteven Whitehouse2-2/+0
2008-06-27[GFS2] Remove all_list from lock_dlmSteven Whitehouse3-30/+1
2008-06-27[GFS2] Remove obsolete conversion deadlock avoidance codeSteven Whitehouse1-22/+1
2008-06-27[GFS2] Remove remote lock dropping codeSteven Whitehouse10-69/+6
2008-06-27[GFS2] kernel panic mounting volumeBob Peterson1-1/+1
2008-06-27[GFS2] Revise readpage lockingSteven Whitehouse1-13/+16
2008-06-27[GFS2] Fix ordering of args for list_addSteven Whitehouse1-1/+1
2008-06-27[GFS2] trivial sparse lock annotationsHarvey Harrison2-0/+4
2008-06-27[GFS2] No lock_nolockSteven Whitehouse8-266/+71
2008-06-27[GFS2] Fix ordering bug in lock_dlmSteven Whitehouse4-387/+306
2008-06-27[GFS2] Clean up the glock coreSteven Whitehouse13-1049/+736
2008-06-24[GFS2] fix gfs2 block allocation (cleaned up)Benjamin Marzinski1-14/+9
2008-06-24[GFS2] BUG: unable to handle kernel paging request at ffff81002690e000Bob Peterson1-1/+1
2008-06-23NFS: nfs_updatepage(): don't mark page as dirty if an error occurredTrond Myklebust1-3/+4
2008-06-23NFS: Fix filehandle size comparisons in the mount codeTrond Myklebust2-6/+7
2008-06-23NFS: Reduce the NFS mount code stack usage.Trond Myklebust1-28/+40
2008-06-22Fix performance regression on lmbench select benchmarkLinus Torvalds1-1/+1
2008-06-21Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds1-1/+2
2008-06-20Ext4: Fix online resize block group descriptor corruptionFrederic Bohe1-1/+2
2008-06-18Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-1/+1
2008-06-17fuse: fix thinko in max I/O size calucationMiklos Szeredi1-2/+2
2008-06-16Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-137/+123
2008-06-16ocfs2: Remove ->hangup() from stack glue operations.Joel Becker4-23/+6
2008-06-16ocfs2: Move the call of ocfs2_hb_ctl into the stack glue.Joel Becker3-48/+40
2008-06-16ocfs2: Move the hb_ctl_path sysctl into the stack glue.Joel Becker5-78/+89
2008-06-16Remove last traces of a.out support from ELF loader.David Woodhouse1-3/+0
2008-06-16Include <asm/a.out.h> in fs/exec.c only for Alpha.David Woodhouse1-2/+6
2008-06-16udf: restore UDFFS_DEBUG to being undefined by defaultPaul Collins1-1/+1
2008-06-12pagemap: fix large pages in pagemapDave Hansen1-9/+30
2008-06-12pagemap: pass mm into pagewalkersDave Hansen1-19/+25
2008-06-12fat: relax the permission check of fat_setattr()OGAWA Hirofumi1-17/+27
2008-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds11-130/+172
2008-06-10[CIFS] cifs: fix oops on mount when CONFIG_CIFS_DFS_UPCALL is enabledSteve French1-11/+10
2008-06-10[CIFS] Fix hang in mount when negprot causes server to kill tcp sessionSteve French2-0/+6
2008-06-06Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds6-23/+108
2008-06-06uml: activate_mm: remove the dead PF_BORROWED_MM checkOleg Nesterov1-4/+0
2008-06-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/chr...Linus Torvalds1-1/+1
2008-06-06pagemap: return EINVAL, not EIO, for unaligned reads of kpagecount or kpageflagsThomas Tuttle1-2/+2
2008-06-06pagemap: return map count, not reference count, in /proc/kpagecountThomas Tuttle1-1/+1
2008-06-06proc: calculate the correct /proc/<pid> link countVegard Nossum1-8/+25
2008-06-06ext3: fix online resize bugJosef Bacik1-1/+2
2008-06-06nommu: fix ksize() abusePekka Enberg2-5/+5
2008-06-06pagemap: fix bug in add_to_pagemap, require aligned-length reads of /proc/pid...Thomas Tuttle1-19/+9
2008-06-06devscgroup: check for device permissions at mount timePavel Emelyanov1-1/+7
2008-06-06introduce memory_read_from_buffer()Akinobu Mita1-0/+18