aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-24binfmt_misc: use simple_read_from_buffer()Akinobu Mita1-17/+3
2008-07-24fs: check for statfs overflowJon Tollefson2-5/+6
2008-07-24hugetlbfs: per mount huge page sizesAndi Kleen1-9/+36
2008-07-24hugetlb: modular state for hugetlb page sizeAndi Kleen1-22/+30
2008-07-24vmallocinfo: add NUMA informationEric Dumazet1-2/+13
2008-07-24SYNC_FILE_RANGE_WRITE may and will block. Document that.Pavel Machek1-1/+2
2008-07-24hugetlb: guarantee that COW faults for a process that called mmap(MAP_PRIVATE) on hugetlbfs will succeedMel Gorman1-1/+1
2008-07-24hugetlb: reserve huge pages for reliable MAP_PRIVATE hugetlbfs mappings until fork()Mel Gorman1-4/+4
2008-07-24fix soft lock up at NFS mount via per-SB LRU-list of unused dentriesKentaro Makita2-155/+181
2008-07-24mm: remove double indirection on tlb parameter to free_pgd_range() & CoJan Beulich1-2/+2
2008-07-24mm/vmstat.c: proper externsAdrian Bunk1-4/+0
2008-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-6/+5
2008-07-22netns: make get_proc_net() staticAdrian Bunk1-6/+5
2008-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds7-32/+173
2008-07-22proc: fix /proc/*/pagemap some moreAlexey Dobriyan1-1/+1
2008-07-22execve filename: document and export via auxiliary vectorJohn Reiser1-0/+1
2008-07-21driver core: Suppress sysfs warnings for device_rename().Cornelia Huck3-10/+69
2008-07-21debugfs: Implement debugfs_remove_recursive()Haavard Skinnemoen1-18/+96
2008-07-21sysfs: don't call notify_changeMiklos Szeredi1-1/+4
2008-07-21driver core: remove KOBJ_NAME_LEN defineKay Sievers1-1/+1
2008-07-21device create: coda: convert device_create to device_create_drvdataGreg Kroah-Hartman1-2/+3
2008-07-20Merge branch 'for-2.6.27' of git://linux-nfs.org/~bfields/linuxLinus Torvalds17-501/+596
2008-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-112/+34
2008-07-20Merge branch 'configfs-fixup-ptr-error' of git://oss.oracle.com/git/jlbec/linux-2.6Linus Torvalds4-86/+55
2008-07-20tty: Ldisc revampAlan Cox1-48/+0
2008-07-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6David S. Miller1-0/+1
2008-07-18nfsd: nfs4xdr.c do-while is not a compound statementHarvey Harrison1-2/+2
2008-07-18nfsd: Use C99 initializers in fs/nfsd/nfs4xdr.cJ. Bruce Fields1-74/+74
2008-07-18proc: consolidate per-net single-release callersPavel Emelyanov1-0/+8
2008-07-18proc: consolidate per-net single_open callersPavel Emelyanov1-0/+24
2008-07-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller182-4464/+39659
2008-07-17configfs: Allow ->make_item() and ->make_group() to return detailed errors.Joel Becker4-33/+26
2008-07-17Revert "configfs: Allow ->make_item() and ->make_group() to return detailed errors."Joel Becker4-72/+48
2008-07-17Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2Linus Torvalds18-111/+361
2008-07-16[PATCH] ocfs2: fix oops in mmap_truncate testingColy Li1-3/+10
2008-07-16Merge branch 'for_linus' of git://git.infradead.org/~dedekind/ubifs-2.6Linus Torvalds37-10/+32877
2008-07-16Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds22-1048/+1395
2008-07-16Fix compile issues in fs/compat_ioctl.c when CONFIG_BLOCK is disabledRandy Dunlap1-0/+6
2008-07-15Merge branch 'bkl-removal' into nextTrond Myklebust11-78/+99
2008-07-15Merge branch 'devel' into nextTrond Myklebust18-970/+1296
2008-07-15NFSv4: Remove BKL from the nfsv4 state recoveryTrond Myklebust1-2/+0
2008-07-15SUNRPC: Remove the BKL from the callback functionsTrond Myklebust4-1/+16
2008-07-15NFS: Remove BKL from the readdir codeTrond Myklebust1-3/+0
2008-07-15NFS: Remove BKL from the symlink codeTrond Myklebust1-7/+1
2008-07-15NFS: Remove BKL from the sillydelete operationsTrond Myklebust1-6/+0
2008-07-15NFS: Remove the BKL from the rename, rmdir and unlink operationsTrond Myklebust1-6/+3
2008-07-15NFS: Remove BKL from NFS lookup codeTrond Myklebust1-8/+1
2008-07-15NFS: Remove the BKL from nfs_link()Trond Myklebust1-2/+0
2008-07-15NFS: Remove the BKL from the inode creation operationsTrond Myklebust1-9/+0
2008-07-15NFS: Remove BKL usage from open()Trond Myklebust3-10/+0