summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | [XFS] Remove a couple of no-longer-used macros/types from XFS.Nathan Scott2006-03-141-5/+0
| * | [XFS] Reduce stack usage within xfs_bmapi by rearranging some code,Nathan Scott2006-03-141-323/+345
| * | [XFS] Reduce xfs_bmapi stack use by removing some local state variables,Nathan Scott2006-03-141-42/+37
| * | [XFS] Dynamically allocate vattr in places it makes sense to do so, toNathan Scott2006-03-145-142/+209
| * | [XFS] Take a dentry structure off the stack into the data segment.Nathan Scott2006-03-141-5/+2
| * | [XFS] Reduce complexity in xfs_trans_init by pushing complex macros outNathan Scott2006-03-141-34/+153
| * | [XFS] Dynamically allocate xfs_dir2_put_args_t structure to reduce stackNathan Scott2006-03-141-14/+16
| * | [XFS] Dynamically allocate local kiocb structures in readv/writev routinesNathan Scott2006-03-141-12/+22
| * | [XFS] 929045 567344 This mod introduces multi-level in-core file extentMandy Kirkconnell2006-03-145-26/+826
| * | [XFS] 929045 567344 This mod re-organizes some of the in-core file extentMandy Kirkconnell2006-03-146-410/+597
| * | [XFS] Additional mount time superblock validation checks.Nathan Scott2006-03-141-1/+4
| * | [XFS] using a spinlock per cpu for superblock counter exclusion results inDavid Chinner2006-03-143-14/+28
| * | [XFS] Add xfs_map_buffer helper, use it in a couple of places. Nathan Scott2006-03-141-24/+25
| * | [XFS] Move some code around to avoid prototypes and prep for futureNathan Scott2006-03-141-184/+183
| * | [XFS] Use XFS_VFSTOM in more places instead of open coding it. Nathan Scott2006-03-141-1/+1
| * | [XFS] forgot a couple of calls to XLOG_VEC_SET_TYPE when porting from irixTim Shimmin2006-03-141-0/+2
| * | [XFS] UUID endianess fix. uu_timelow is a 32bit field and needs to beNathan Scott2006-03-141-8/+7
| * | [XFS] Add support for hotplug CPUs to the per-CPU superblock counters byDavid Chinner2006-03-143-2/+75
| * | [XFS] Make headers compile for more compiler variants; minor cleanup.Nathan Scott2006-03-142-27/+24
| * | [XFS] When compiling with gcc 4.0 and CONFIG_SMP unset, there are manyNathan Scott2006-03-141-1/+1
| * | [XFS] Flag the XFS inode cache as in need of spreading also.Nathan Scott2006-03-141-1/+2
| * | [XFS] Fix a mutex_destroy diagnostic about a locked-mutex-on-destroy fromNathan Scott2006-03-141-3/+1
| * | [XFS] Cleanup the use of zones/slabs, more consistent and allows flags toNathan Scott2006-03-145-72/+100
| * | [XFS] On machines with more than 8 cpus, when running parallel I/ODavid Chinner2006-03-145-17/+586
| * | [XFS] XFS propagates MS_NOATIME through two levels internally but doesn'tNathan Scott2006-03-144-13/+0
| * | [XFS] find_exported_dentry(). XFS does not need to use this symbol as itDavid Chinner2006-03-141-1/+1
* | | [PATCH] reduce size of bio mempoolsBenjamin LaHaise2006-03-231-4/+4
* | | [PATCH] more for_each_cpu() conversionsAndrew Morton2006-03-232-7/+3
* | | [PATCH] get_empty_filp tweaks, inline epoll_init_file()Benjamin LaHaise2006-03-232-13/+6
* | | [PATCH] fs/*/file.c: drop insane header dependenciesAlexey Dobriyan2006-03-233-18/+0
* | | [PATCH] devpts: use lib/parser.c for parsing mount optionsDomen Puncer2006-03-231-27/+49
* | | [PATCH] ufs: switch to inode_inc_count, inode_dec_countAlexey Dobriyan2006-03-231-30/+18
* | | [PATCH] ext2: switch to inode_inc_count, inode_dec_countAlexey Dobriyan2006-03-231-35/+19
* | | [PATCH] sysv: switch to inode_inc_count, inode_dec_countAlexey Dobriyan2006-03-231-30/+18
* | | [PATCH] minix: switch to inode_inc_link_count, inode_dec_link_countAlexey Dobriyan2006-03-231-30/+18
* | | [PATCH] fs/ufs/file.c: drop insane header dependenciesAlexey Dobriyan2006-03-231-10/+0
* | | [PATCH] fat_lock is used as a mutex, convert it to using the new mutex primitiveArjan van de Ven2006-03-231-3/+3
* | | [PATCH] sem2mutex: UDFIngo Molnar2006-03-233-23/+23
* | | [PATCH] sem2mutex: NCPFSIngo Molnar2006-03-234-24/+24
* | | [PATCH] convert ext3's truncate_sem to a mutexArjan van de Ven2006-03-234-12/+12
* | | [PATCH] sem2mutex: HPFSIngo Molnar2006-03-234-39/+40
* | | [PATCH] sem2mutex: autofs4 wq_semIngo Molnar2006-03-233-10/+11
* | | [PATCH] sem2mutex: JFFSIngo Molnar2006-03-234-49/+50
* | | [PATCH] sem2mutex: fs/seq_file.cIngo Molnar2006-03-231-5/+5
* | | [PATCH] sem2mutex: fs/libfs.cIngo Molnar2006-03-231-6/+8
* | | [PATCH] sem2mutex: jbd, j_checkpoint_mutexArjan van de Ven2006-03-233-6/+6
* | | [PATCH] sem2mutex: ipruneIngo Molnar2006-03-232-11/+11
* | | [PATCH] sem2mutex: vfs_rename_mutexArjan van de Ven2006-03-239-41/+41
* | | [PATCH] sem2mutex: eventpollArjan van de Ven2006-03-231-11/+12
* | | [PATCH] sem2mutex: inotifyIngo Molnar2006-03-232-56/+56
OpenPOWER on IntegriCloud