aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-06-21Merge rsync://oss.sgi.com/git/xfs-2.6Linus Torvalds73-1107/+957
2005-06-21[PATCH] isofs: show hidden files, add granularity for assoc/hidden files flagsJeremy White4-18/+36
2005-06-21[PATCH] rock: handle directory overflowsAndrew Morton1-2/+74
2005-06-21[PATCH] rock: rename union membersAndrew Morton1-24/+24
2005-06-21[PATCH] rock.c: handle corrupted directoriesAndrew Morton1-0/+13
2005-06-21[PATCH] isofs: remove debug stuffAndrew Morton1-77/+32
2005-06-21[PATCH] rock: lindent rock.hAndrew Morton1-90/+93
2005-06-21[PATCH] rock: comment tidiesAndrew Morton1-11/+21
2005-06-21[PATCH] rock: remove MAYBE_CONTINUEAndrew Morton1-107/+130
2005-06-21[PATCH] rock: remove SETUP_ROCK_RIDGEAndrew Morton1-17/+22
2005-06-21[PATCH] rock: remove CHECK_CEAndrew Morton1-8/+9
2005-06-21[PATCH] rock: remove CONTINUE_DECLSAndrew Morton1-12/+12
2005-06-21[PATCH] rock: remove CHECK_SPAndrew Morton1-9/+21
2005-06-21[PATCH] rock: manual tidiesAndrew Morton1-286/+285
2005-06-21[PATCH] rock: lindent itAndrew Morton1-291/+356
2005-06-21[PATCH] autofs4: bad lookup fixIan Kent1-1/+8
2005-06-21[PATCH] autofs4: post expire race fixIan Kent1-0/+7
2005-06-21[PATCH] autofs4: avoid panic on bind mount of autofs owned directoryIan Kent3-5/+19
2005-06-21[PATCH] VFS: memory leak in do_kern_mount()Gerald Schaefer1-0/+1
2005-06-21[PATCH] vm: try_to_free_pages unused argumentDarren Hart1-1/+1
2005-06-21[PATCH] Avoiding mmap fragmentationWolfgang Wander3-0/+5
2005-06-21[PATCH] mm: add /proc/zoneinfoNikita Danilov1-0/+14
2005-06-21[PATCH] smp_processor_id() cleanupIngo Molnar1-3/+3
2005-06-22[XFS] Handle inode semaphores properly for dmapi queuesDean Roehrich2-13/+20
2005-06-21[PATCH] devfs: remove devfs from Kconfig preventing it from being builtGreg KH1-50/+0
2005-06-21Merge 'for-linus' branch of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6Linus Torvalds22-201/+100
2005-06-21[XFS] Remove some debugging code from quota syscalls.Nathan Scott1-3/+0
2005-06-21[XFS] Merge a few minor fixes to the quota warning code.Nathan Scott3-4/+32
2005-06-21[XFS] Merge fixes into realtime quota code, since one/two reported, stillNathan Scott8-141/+143
2005-06-21[XFS] Makes more sense to use the fsxattr interface instead of adding newNathan Scott3-30/+10
2005-06-21[XFS] (mostly) remove xfs_inval_cached_pages Since the last round ofChristoph Hellwig4-32/+17
2005-06-21[XFS] simplify ASSERTChristoph Hellwig2-7/+1
2005-06-21[XFS] consolidate extent item freeingChristoph Hellwig3-103/+35
2005-06-21[XFS] quiesce the filesystem proper when freezingChristoph Hellwig3-27/+40
2005-06-21[XFS] add XFS_INOBT_IS_FREE_DISKChristoph Hellwig2-2/+11
2005-06-21[XFS] Fix up some warning fallout from functions made staticEric Sandeen2-2/+2
2005-06-21[XFS] Add support for project quota inheritance, a merge of Glens changes.Nathan Scott2-24/+37
2005-06-21[XFS] Add support for project quota, based on Dan Knappes earlier work.Nathan Scott18-203/+348
2005-06-21[XFS] remove xfs_incore_relseChristoph Hellwig3-20/+0
2005-06-21[XFS] simplify XFS_PURGE_INODEChristoph Hellwig1-7/+1
2005-06-21[XFS] rewrite xfs_iflush_allChristoph Hellwig3-94/+25
2005-06-21[XFS] mark various symbols static Patch from Adrian BunkChristoph Hellwig39-143/+135
2005-06-21[XFS] Remove dead code. Patch from Adrian BunkChristoph Hellwig10-214/+0
2005-06-21[XFS] Fix pagebuf slab initializationChristoph Hellwig1-1/+1
2005-06-21[XFS] fix some more compiler warnings in the vnode tracing codeChristoph Hellwig1-2/+2
2005-06-21[XFS] rename various pagebuf symbols to xfsbufChristoph Hellwig1-66/+77
2005-06-21[XFS] coordinate mmap calls with xfs_dm_punch_holeDean Roehrich2-3/+28
2005-06-21[XFS] Add a get/set interface for XFS project identifiers.Nathan Scott5-2/+28
2005-06-20[PATCH] SYSFS: fix PAGE_SIZE checkJon Smirl1-1/+1
2005-06-20[PATCH] sysfs-iattr: set inode attributesManeesh Soni3-8/+35