aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-02-08udf: convert byte order of constant instead of variableMarcin Slusarz4-24/+24
2008-02-08udf: replace loops coded with goto to real loopsMarcin Slusarz1-59/+59
2008-02-08udf: create common function for changing free space counterMarcin Slusarz1-29/+20
2008-02-08udf: create common function for tag checksummingMarcin Slusarz5-56/+22
2008-02-08udf: fix coding styleMarcin Slusarz14-830/+1306
2008-02-08udf: fix sparse warnings (shadowing & mismatch between declaration and definition)Marcin Slusarz1-2/+1
2008-02-08udf: move calculating of nr_groups into helper functionMarcin Slusarz3-9/+13
2008-02-08udf: convert macros related to bitmaps to functionsMarcin Slusarz2-44/+55
2008-02-08udf: check if udf_load_logicalvol failedMarcin Slusarz1-1/+4
2008-02-08udf: convert UDF_SB_ALLOC_PARTMAPS macro to udf_sb_alloc_partition_maps functionMarcin Slusarz2-15/+23
2008-02-08udf: remove some ugly macrosMarcin Slusarz10-436/+503
2008-02-08udf: fix coding style of super.cMarcin Slusarz1-129/+166
2008-02-08libfs: rename simple_attr_close to simple_attr_releaseChristoph Hellwig1-2/+2
2008-02-08libfs: make simple attributes interruptibleChristoph Hellwig1-2/+8
2008-02-08libfs: allow error return from simple attributesChristoph Hellwig2-20/+33
2008-02-08write_inode_now(): avoid unnecessary synchronous writeMike Galbraith1-1/+1
2008-02-08Allow executables larger than 2GBAndi Kleen1-2/+3
2008-02-08ufs: fix symlink creation on ufs2Evgeniy Dushistov1-2/+4
2008-02-08ext2: remove unused ext2_put_inode prototypeChristoph Hellwig1-1/+0
2008-02-08aio: negative offset should return -EINVALRusty Russell1-0/+4
2008-02-08aio: partial write should not return error codeRusty Russell1-0/+7
2008-02-08ext3: replace all adds to little endians variables with le*_add_cpuMarcin Slusarz5-26/+13
2008-02-08byteorder: move le32_add_cpu & friends from OCFS2 to coreMarcin Slusarz5-78/+0
2008-02-08fs: remove fastcall, it is always emptyHarvey Harrison6-27/+26
2008-02-08rewrite rdNick Piggin1-0/+1
2008-02-08aout: remove unnecessary inclusions of {asm, linux}/a.out.hDavid Howells4-4/+0
2008-02-08aout: suppress A.OUT library support if !CONFIG_ARCH_SUPPORTS_AOUTDavid Howells4-11/+31
2008-02-08Pidns: make full use of xxx_vnr() callsPavel Emelyanov2-4/+3
2008-02-08ITIMER_REAL: convert to use struct pidOleg Nesterov1-20/+2
2008-02-08proc: fix ->open'less usage due to ->proc_fops flipAlexey Dobriyan3-10/+38
2008-02-08proc: fix the threaded /proc/selfEric W. Biederman1-6/+6
2008-02-08proc: proper pidns handling for /proc/selfEric W. Biederman1-2/+10
2008-02-08proc: seqfile convert proc_pid_status to properly handle pid namespacesEric W. Biederman5-74/+72
2008-02-08seqfile convert proc_pid_statmEric W. Biederman3-6/+9
2008-02-08proc: rewrite do_task_stat to correctly handle pid namespaces.Eric W. Biederman3-17/+20
2008-02-08proc: implement proc_single_file_operationsEric W. Biederman1-0/+43
2008-02-08proc: detect duplicate names on registrationZhang Rui1-0/+10
2008-02-08proc: remove useless check on symlink removalAlexey Dobriyan1-1/+1
2008-02-08proc: simplify function prototypesAlexey Dobriyan2-15/+6
2008-02-08proc: less LOCK operations during lookupAlexey Dobriyan1-2/+2
2008-02-08proc: remove MODULE_LICENSEAlexey Dobriyan1-1/+0
2008-02-08inotify: fix check for one-shot watches before destroying themUlisses Furquim1-1/+1
2008-02-08Enhanced partition statistics: remove old partition statisticsJerome Marchand1-2/+0
2008-02-08Enhanced partition statistics: sysfsJerome Marchand1-3/+19
2008-02-08Enhanced partition statistics: update partition statiticsJerome Marchand1-0/+7
2008-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds1-34/+0
2008-02-07Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6Linus Torvalds85-3184/+2303
2008-02-08dm ioctl: move compat codeMilan Broz1-34/+0
2008-02-07SUNRPC xptrdma: simplify build configurationJames Lentini1-5/+2
2008-02-07NFS: Fix a potential file corruption issue when writingTrond Myklebust1-3/+17