summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2009-03-26ext3: Avoid starting a transaction in writepage when not necessaryJan Kara1-5/+13
2009-03-26Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller110-2745/+2251
2009-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds7-25/+323
2009-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds46-2493/+1347
2009-03-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds5-7/+43
2009-03-26Make relatime defaultMatthew Garrett1-2/+3
2009-03-26Add a strictatime mount optionMatthew Garrett1-1/+5
2009-03-26Allow relatime to update atime once a dayMatthew Garrett1-9/+38
2009-03-26[S390] dasd: add large volume supportStefan Weinhuber1-30/+71
2009-03-26Get rid of pdflush_operation() in emergency sync and remountJens Axboe2-3/+22
2009-03-26btrfs: get rid of current_is_pdflush() in btrfs_btree_balance_dirtyJens Axboe1-1/+1
2009-03-26ext2: Zero our b_size in ext2_quota_read()Manish Katiyar1-0/+1
2009-03-26trivial: fix typos/grammar errors in fs/KconfigMatt LaPlante1-1/+1
2009-03-26quota: Coding style fixesJan Kara5-111/+198
2009-03-26quota: Remove superfluous inlinesJan Kara3-10/+11
2009-03-26nfsd: Use lowercase names of quota functionsJan Kara1-2/+2
2009-03-26jfs: Use lowercase names of quota functionsJan Kara8-36/+36
2009-03-26udf: Use lowercase names of quota functionsJan Kara2-11/+11
2009-03-26ufs: Use lowercase names of quota functionsJan Kara2-10/+10
2009-03-26reiserfs: Use lowercase names of quota functionsJan Kara5-22/+24
2009-03-26ext4: Use lowercase names of quota functionsJan Kara7-20/+20
2009-03-26ext3: Use lowercase names of quota functionsJan Kara6-21/+21
2009-03-26ext2: Use lowercase names of quota functionsJan Kara4-14/+14
2009-03-26ramfs: Remove quota callJan Kara1-6/+0
2009-03-26vfs: Use lowercase names of quota functionsJan Kara6-20/+21
2009-03-26quota: Remove dqbuf_t and other cleanupsJan Kara1-55/+49
2009-03-26quota: Remove NODQUOT macroJan Kara1-34/+36
2009-03-26quota: Make global quota locks cacheline alignedJan Kara1-3/+3
2009-03-26quota: Move quota files into separate directoryJan Kara12-60/+75
2009-03-26ext4: quota reservation for delayed allocationMingming Cao4-21/+65
2009-03-26reiserfs: Remove unnecessary quota functionsJan Kara1-56/+2
2009-03-26ext4: Remove unnecessary quota functionsJan Kara1-42/+2
2009-03-26ext3: Remove unnecessary quota functionsJan Kara1-42/+2
2009-03-26quota: Move EXPORT_SYMBOL immediately next to the functions/variblesMingming Cao1-36/+33
2009-03-26quota: Add quota reservation claim and released operationsMingming Cao1-4/+106
2009-03-26quota: Add quota reservation supportMingming Cao1-31/+86
2009-03-24sysfs: fix some bin_vm_ops errorsHugh Dickins1-10/+79
2009-03-24sysfs: only allow one scheduled removal callback per kobjAlex Chiang1-3/+23
2009-03-24Driver core: implement uevent suppress in kobjectMing Lei1-5/+5
2009-03-24sysfs: don't block indefinitely for unmapped files.Eric W. Biederman3-13/+174
2009-03-24sysfs: reference sysfs_dirent from sysfs inodesEric W. Biederman3-0/+19
2009-03-24sysfs: sysfs_add_one WARNs with full path to duplicate filenameAlex Chiang1-2/+30
2009-03-24sysfs: Take sysfs_mutex when fetching the root inode.Eric W. Biederman1-0/+2
2009-03-24SYSFS: use standard magic.h for sysfsQinghuang Feng1-2/+1
2009-03-24block: add private bio_set for bio integrity allocationsMartin K. Petersen2-66/+28
2009-03-24block: don't create bio_vec slabs of less than the inline numberJens Axboe1-0/+7
2009-03-24block: cleanup bio_alloc_bioset()Ingo Molnar1-34/+37
2009-03-24GFS2: Fix freeze issueSteven Whitehouse1-2/+0
2009-03-24Fix a minor bug in the previous patchSteven Whitehouse1-2/+3
2009-03-24GFS2: Clean up of glops.cSteven Whitehouse5-89/+57