aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-17Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds11-313/+280
2008-10-17block: fix current kernel-doc warningsRandy Dunlap1-1/+1
2008-10-17block: add partition attribute for partition numberTejun Heo1-0/+10
2008-10-16ext4: Remove automatic enabling of the HUGE_FILE feature flagTheodore Ts'o2-88/+21
2008-10-16ext4: Replace hackish ext4_mb_poll_new_transaction with commit callbackTheodore Ts'o5-75/+20
2008-10-17ext4: Remove unused mount options: nomballoc, mballoc, nocheckTheodore Ts'o2-10/+2
2008-10-17ext4: Remove compile warnings when building w/o CONFIG_PROC_FSManish Katiyar1-1/+6
2008-10-17ext4: Add missing newlines to printk messagesEric Sesterhenn1-3/+3
2008-10-16Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds14-211/+321
2008-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds6-44/+94
2008-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds3-29/+4
2008-10-16Merge branch 'personality' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds1-3/+3
2008-10-16Configure out AIO supportThomas Petazzoni1-1/+2
2008-10-16afs: convert to new aopsNick Piggin3-92/+51
2008-10-16pid_ns: de_thread: kill the now unneeded ->child_reaper changeOleg Nesterov1-2/+0
2008-10-16proc: move sysrq-trigger out of fs/proc/Alexey Dobriyan1-26/+0
2008-10-16block: sanitize invalid partition table entriesKay Sievers1-2/+15
2008-10-16fs/partitions/acorn.c: remove dead codeAdrian Bunk1-10/+0
2008-10-16COMPAT_BINFMT_ELF definition tweakAlexey Dobriyan1-1/+1
2008-10-16binfmt_elf_fdpic: wire up AT_EXECFD, AT_EXECFN, AT_SECUREPaul Mundt1-1/+13
2008-10-16binfmt_elf_fdpic: convert initial stack alignment to arch_align_stack()Paul Mundt1-17/+8
2008-10-16binfmt_elf_fdpic: support auxvec base platform stringPaul Mundt1-7/+43
2008-10-16quota: remove CVS keywordsAdrian Bunk1-2/+0
2008-10-16fs/reiserfs: use an IS_ERR test rather than a NULL testJulien Brunel1-1/+1
2008-10-16reiserfs/procfs.c: remove CVS keywordsAdrian Bunk1-3/+0
2008-10-16hfs: fix namelength memory corruptionEric Sesterhenn1-0/+4
2008-10-16hfsplus: check read_mapping_page() return valueEric Sesterhenn1-0/+12
2008-10-16hfsplus: fix Buffer overflow with a corrupted imageEric Sesterhenn1-0/+5
2008-10-16hfsplus: quieten down mounting hfsplus journaled fs read onlyMike Crowe1-1/+1
2008-10-16befs: annotate fs32 on tests for superblock endiannessHarvey Harrison3-5/+9
2008-10-16ext2: avoid printk floods in the face of directory corruptionEric Sandeen1-25/+35
2008-10-16ext2: fix ext2 block reservation early ENOSPC issueMingming Cao1-1/+2
2008-10-16autofs4: add miscellaneous device for ioctlsIan Kent5-12/+915
2008-10-16autofs4: track uid and gid of last mount requesterIan Kent3-0/+39
2008-10-16autofs4: cleanup autofs mount type usageIan Kent4-12/+10
2008-10-16eCryptfs: remove netlink transportTyler Hicks6-388/+60
2008-10-16ecryptfs: convert to use new aopsBadari Pulavarty1-31/+50
2008-10-16eCryptfs: remove retry loop in ecryptfs_readdir()Michael Halcrow1-9/+8
2008-10-16Allow recursion in binfmt_script and binfmt_miscKirill A. Shutemov3-5/+6
2008-10-16alpha: introduce field 'taso' into struct linux_binprmKirill A. Shutemov1-1/+1
2008-10-16binfmt_som.c: add MODULE_LICENSEAdrian Bunk1-0/+2
2008-10-16compat: move cp_compat_stat to common codeChristoph Hellwig1-0/+39
2008-10-16Remove Andrew Morton's old email accountsFrancois Cami3-4/+4
2008-10-16epoll: drop unnecessary testDavide Libenzi1-6/+3
2008-10-16exec.c, compat.c: fix count(), compat_count() bounds checkingJason Baron2-2/+2
2008-10-16uclinux: fix gzip header parsing in binfmt_flat.cVolodymyr G. Lukiianyk1-3/+3
2008-10-16kobject: Cleanup kobject_rename and !CONFIG_SYSFSEric W. Biederman1-5/+1
2008-10-16sysfs: Make dir and name args to sysfs_notify() constTrent Piepho1-1/+1
2008-10-16sysfs: use ilookup5() instead of ilookup5_nowait()Tejun Heo1-9/+8
2008-10-16sysfs: fix deadlockNick Piggin1-11/+31