summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-01-28ext4: Add inode version support in ext4Jean Noel Cordenner5-22/+45
2008-01-28vfs: Add 64 bit i_version supportJean Noel Cordenner4-6/+33
2008-01-28ext4: Add the journal checksum featureGirish Shilamkar8-62/+388
2008-01-28jbd2: jbd2 stats through procfsJohann Lombardi5-2/+481
2008-01-28ext4: Take read lock during overwrite case.Aneesh Kumar K.V1-8/+24
2008-01-28ext4: Convert truncate_mutex to read write semaphore.Aneesh Kumar K.V8-43/+53
2008-01-28ext4: Make ext4_get_blocks_wrap take the truncate_mutex early.Aneesh Kumar K.V3-64/+16
2008-01-28ext4: remove unused code from ext4_find_entry()Mariusz Kozlowski1-4/+0
2008-01-28ext4: Check for the correct error return fromAneesh Kumar K.V1-5/+5
2008-01-28jbd2: Fix assertion failure in fs/jbd2/checkpoint.cJan Kara3-10/+12
2008-01-28jbd2: Remove printk from J_ASSERT to preserve registers during BUGChris Snook1-15/+1
2008-01-28ext4: add block bitmap validationAneesh Kumar K.V1-18/+81
2008-01-28Add buffer head related helper functionsAneesh Kumar K.V2-0/+46
2008-01-28ext4: Change the default behaviour on errorAneesh Kumar K.V1-8/+8
2008-01-28ext4: fix oops on corrupted ext4 mountEric Sandeen1-0/+11
2008-01-28ext4/super.c: fix #ifdef's (CONFIG_EXT4_* -> CONFIG_EXT4DEV_*)Adrian Bunk1-2/+2
2008-01-28ext4: Return after ext4_error in case of failuresAneesh Kumar K.V1-2/+6
2008-01-28ext4: sync up block group descriptor with e2fsprogs.Coly Li1-0/+5
2008-01-28ext3: Fix the max file size for ext3 file system.Aneesh Kumar K.V1-4/+28
2008-01-28ext2: Fix the max file size for ext2 file system.Aneesh Kumar K.V1-4/+28
2008-01-28ext4: store maxbytes for bitmapped files and return EFBIG as appropriateEric Sandeen4-2/+35
2008-01-28ext4: export iov_shorten from kernel for ext4's useEric Sandeen1-0/+1
2008-01-28ext4: different maxbytes functions for bitmap & extent filesEric Sandeen1-3/+42
2008-01-28ext4: Support large filesAneesh Kumar K.V3-11/+33
2008-01-28ext4: Add support for 48 bit inode i_blocks.Aneesh Kumar K.V3-11/+119
2008-01-28ext4: Rename i_dir_acl to i_size_highAneesh Kumar K.V4-38/+34
2008-01-28ext4: Rename i_file_acl to i_file_acl_loAneesh Kumar K.V2-3/+3
2008-01-28ext4: Fix sparse warnings.Aneesh Kumar K.V4-10/+19
2008-01-28ext4: Introduce ext4_update_*_featureAneesh Kumar K.V3-7/+70
2008-01-28ext4: fixes block group number being set to a negative valueAvantika Mathur1-48/+53
2008-01-28ext4: add ext4_group_t, and change all group variables to this type.Avantika Mathur9-87/+91
2008-01-28ext4 extents: remove unneeded castsEric Sandeen1-27/+22
2008-01-28ext4: Introduce ext4_lblk_tAneesh Kumar K.V8-226/+143
2008-01-28ext4: Avoid rec_len overflow with 64KB block sizeJan Kara3-46/+63
2008-01-28ext4: Support large blocksize up to PAGESIZETakashi Sato2-2/+7
2008-01-28ocfs2: Fix userspace ABI breakage in sysfsJoel Becker1-1/+1
2008-01-28[IPV6] ADDRLABEL: Fix double free on label deletion.YOSHIFUJI Hideaki1-8/+6
2008-01-28[PPP]: Sparse warning fixes.Stephen Hemminger5-6/+8
2008-01-28[IPV4] fib_trie: remove unneeded NULL checkStephen Hemminger1-3/+0
2008-01-28[IPV4] fib_trie: More whitespace cleanup.Stephen Hemminger1-6/+0
2008-01-28[NET_SCHED]: Use nla_policy for attribute validation in ematchesPatrick McHardy2-8/+12
2008-01-28[NET_SCHED]: Use nla_policy for attribute validation in actionsPatrick McHardy7-33/+51
2008-01-28[NET_SCHED]: Use nla_policy for attribute validation in classifiersPatrick McHardy6-68/+59
2008-01-28[NET_SCHED]: Use nla_policy for attribute validation in packet schedulersPatrick McHardy9-93/+87
2008-01-28[NET_SCHED]: sch_api: introduce constant for rate table sizePatrick McHardy2-1/+4
2008-01-28[NET_SCHED]: Use typeful attribute parsing helpersPatrick McHardy11-29/+27
2008-01-28[NET_SCHED]: Use typeful attribute construction helpersPatrick McHardy11-31/+26
2008-01-28[NET_SCHED]: Use NLA_PUT_STRING for string dumpingPatrick McHardy6-8/+8
2008-01-28[NET_SCHED]: Use nla_nest_start/nla_nest_endPatrick McHardy16-133/+166
2008-01-28[NET_SCHED]: Propagate nla_parse return valuePatrick McHardy25-60/+171