summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2006-08-04[GFS2] Fix lock ordering bug in page fault pathSteven Whitehouse5-25/+32
2006-08-01[GFS2] Fix bug in directory codeSteven Whitehouse1-0/+2
2006-07-31[GFS2] add plock ownerDavid Teigland1-0/+2
2006-07-31[GFS2] Tidy up in various filesSteven Whitehouse3-40/+12
2006-07-31Merge branch 'master'Steven Whitehouse6-22/+39
2006-07-28[GFS2] Fix bug in clear_inodeSteven Whitehouse1-0/+1
2006-07-28[XFS] Ensure bulkstat from an invalid inode number gets caught always withNathan Scott1-7/+10
2006-07-28[XFS] Fix a barrier related forced shutdown on mounts with quota enabled.Nathan Scott2-1/+8
2006-07-28[XFS] Fix remount vs no/barrier options by ensuring we clear unwantedNathan Scott2-8/+8
2006-07-28[XFS] All xfs_disk_dquot_t values are (as the name says) disk endian.Christoph Hellwig1-6/+13
2006-07-27[GFS2] Fix bug in super block reading codeSteven Whitehouse1-1/+3
2006-07-27[GFS2] Change some allocations to GFP_NOFSSteven Whitehouse1-7/+6
2006-07-27[GFS2] Use a bio to read the superblockSteven Whitehouse4-35/+64
2006-07-26[DLM] fix i_privateDavid Teigland1-1/+1
2006-07-26[DLM] fix broken patchesDavid Teigland1-3/+3
2006-07-26[GFS2] Remove page.[ch]Steven Whitehouse9-235/+184
2006-07-26[GFS2] Tidy gfs2_unstuffer_pageSteven Whitehouse7-77/+66
2006-07-26[DLM] schedule during long loop through locksDavid Teigland1-0/+1
2006-07-26[DLM] fix loop in grant_after_purgeDavid Teigland1-4/+9
2006-07-26[DLM] set purged flag on rsbsDavid Teigland1-1/+15
2006-07-26[DLM] more info through debugfsDavid Teigland3-24/+114
2006-07-25[GFS2] Alter direct I/O pathSteven Whitehouse2-205/+19
2006-07-21[GFS2] gfs2_set_flags double locking patchAbhijith Das1-4/+1
2006-07-21[GFS2] fix typo in locking/dlmDavid Teigland1-1/+1
2006-07-21[DLM] fix whitespace damageDavid Teigland1-1/+1
2006-07-20[DLM] fix leaking user locksDavid Teigland2-3/+20
2006-07-20[DLM] [RFC: -mm patch] fs/dlm/lock.c: unexport dlm_lvb_operationsAdrian Bunk1-1/+0
2006-07-17[GFS2] Fix endian conversion bugSteven Whitehouse1-4/+4
2006-07-17[GFS2] Fix use after free bug in dir.cSteven Whitehouse1-3/+2
2006-07-17Merge branch 'master'Steven Whitehouse24-294/+1127
2006-07-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Linus Torvalds2-18/+17
2006-07-15Don't allow chmod() on the /proc/<pid>/ filesLinus Torvalds1-1/+30
2006-07-15Mark /proc MS_NOSUID and MS_NOEXECLinus Torvalds1-1/+1
2006-07-14[PATCH] per-task-delay-accounting: /proc export of aggregated block I/O delaysShailabh Nagar1-2/+4
2006-07-14[PATCH] add function documentation for register_chrdev()Rolf Eike Beer1-0/+22
2006-07-14[PATCH] reiserfs: fix handling of device names with /'s in themJeff Mahoney1-4/+21
2006-07-14[PATCH] struct file leakageKirill Korotaev1-1/+7
2006-07-14Relax /proc fix a bitLinus Torvalds1-1/+2
2006-07-14Fix nasty /proc vulnerabilityLinus Torvalds1-0/+1
2006-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds1-0/+1
2006-07-13[DLM] dlm: user locksDavid Teigland13-1260/+1192
2006-07-13[GFS2] NFS updateWendy Cheng2-12/+24
2006-07-12[PATCH] alloc_fdtable() expansion fixAndrew Morton1-1/+1
2006-07-12[PATCH] /fs/proc/: 'larger than buffer size' memory accessed by clear_user()Adam B. Jerome1-1/+1
2006-07-12[PATCH] lockdep: annotate the sysfs i_mutex to be a separate classArjan van de Ven1-0/+12
2006-07-12[PATCH] fix fdset leakageKirill Korotaev1-1/+3
2006-07-12Merge branch 'splice' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds1-105/+133
2006-07-11[GFS2] Fix a coupls of warnings in dir.cSteven Whitehouse1-2/+2
2006-07-11[PATCH] patch to init di_payload_format field in gfs2_dinodeAbhijith Das1-0/+1
2006-07-11[GFS2] Fix deadlock in memory allocationSteven Whitehouse1-1/+1