summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | [DLM] Consolidate transport protocolsPatrick Caulfield2007-05-016-1381/+621
| * | [DLM] Remove redundant assignmentPatrick Caulfield2007-05-011-2/+0
| * | [GFS2] Fix bz 234168 (ignoring rgrp flags)Steven Whitehouse2007-05-011-2/+3
| * | [DLM] change lkid formatDavid Teigland2007-05-011-4/+4
| * | [DLM] interface for purge (2/2)David Teigland2007-05-012-0/+30
| * | [DLM] add orphan purging code (1/2)David Teigland2007-05-012-0/+102
| * | [DLM] split create_message functionDavid Teigland2007-05-011-22/+32
| * | [GFS2] Set drop_count to 0 (off) by defaultSteven Whitehouse2007-05-011-1/+1
| * | [GFS2] use log_error before LM_OUT_ERRORDavid Teigland2007-05-011-2/+2
| * | [DLM] overlapping cancel and unlockDavid Teigland2007-05-014-224/+577
| * | [DLM] fix coverity-spotted stupidityPatrick Caulfield2007-05-011-2/+0
| * | [GFS2] Red Hat bz 228540: owner referencesRobert Peterson2007-05-013-22/+59
| * | [GFS2] flush the log if a transaction can't allocate spaceBenjamin Marzinski2007-05-011-1/+6
| * | [GFS2] Fix log entry list corruptionBenjamin Marzinski2007-05-011-9/+11
| * | [GFS2] Speed up lock_dlm's locking (move sprintf)Steven Whitehouse2007-05-012-6/+5
| * | [DLM] Don't delete misc device if lockspace removal failsPatrick Caulfield2007-05-011-22/+36
| * | [GFS2] Fix a bug on i386 due to evaluation orderSteven Whitehouse2007-05-011-1/+1
| * | [GFS2] Fix bz 224480 and cleanup glock demotion codeSteven Whitehouse2007-05-015-179/+93
| * | [GFS2] Fix bz 231380, unlock page before dequeing glocks in gfs2_commit_writeJosef Whiter2007-05-011-0/+4
| * | [DLM] Fix uninitialised variable in receivingPatrick Caulfield2007-05-011-0/+1
| * | [GFS2] fix bz 231369, gfs2 will oops if you specify an invalid mount optionJosef Whiter2007-05-011-1/+1
| * | [GFS2] Add gfs2_tool lockdump support to gfs2 (bz 228540)Robert Peterson2007-05-015-63/+262
* | | blackfin architectureBryan Wu2007-05-071-1/+1
* | | hugetlbfs: add NULL check in hugetlb_zero_setup()Akinobu Mita2007-05-071-0/+3
* | | slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter2007-05-0744-90/+45
* | | get_unmapped_area handles MAP_FIXED in hugetlbfsBenjamin Herrenschmidt2007-05-071-0/+7
* | | KMEM_CACHE(): simplify slab cache creationChristoph Lameter2007-05-073-12/+5
* | | mm: optimize acorn partition truncatePeter Zijlstra2007-05-071-1/+1
* | | mm: optimize kill_bdev()Peter Zijlstra2007-05-072-4/+5
* | | mm: remove destroy_dirty_buffers from invalidate_bdev()Peter Zijlstra2007-05-076-15/+10
* | | Make page->private usable in compound pagesChristoph Lameter2007-05-071-1/+1
* | | smaps: add clear_refs file to clear referenceDavid Rientjes2007-05-072-16/+99
* | | smaps: add pages referenced count to smapsDavid Rientjes2007-05-071-7/+13
* | | smaps: extract pmd walker from smaps codeDavid Rientjes2007-05-071-27/+42
* | | mm/slab.c: proper prototypesAdrian Bunk2007-05-071-2/+0
* | | fs: buffer don't PageUptodate without page lockedNick Piggin2007-05-071-10/+1
* | | mm: make read_cache_page synchronousNick Piggin2007-05-0720-128/+20
* | | proper prototype for hugetlb_get_unmapped_area()Adrian Bunk2007-05-071-4/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2007-05-0517-394/+748
|\ \ \
| * | | [CIFS] Fix typo in cifs readme from previous commitSteve French2007-05-051-2/+2
| * | | [CIFS] Make sec=none force an anonymous mountJeff Layton2007-05-053-8/+24
| * | | [CIFS] Change semaphore to mutex for cifs lock_semRoland Dreier2007-05-033-9/+9
| * | | [CIFS] Fix oops in reset_cifs_unix_caps on reconnectSteve French2007-05-031-1/+1
| * | | [CIFS] UID/GID override on CIFS mounts to SambaSteve French2007-04-308-171/+213
| * | | [CIFS] prefixpath mounts to servers supporting posix paths used wrong slashSteve French2007-04-261-1/+7
| * | | [CIFS] Update cifs version to 1.49Steve French2007-04-262-41/+30
| * | | [CIFS] Replace kmalloc/memset combination with kzallocvignesh2007-04-251-5/+2
| * | | [CIFS] Add IPv6 supportSteve French2007-04-253-7/+40
| * | | [CIFS] New CIFS POSIX mkdir performance improvement (part 2)Steve French2007-04-252-15/+39
| * | | [CIFS] New CIFS POSIX mkdir performance improvementSteve French2007-04-235-15/+340