aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2008-12-10Merge branch 'to-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/frob...Linus Torvalds1-1/+9
2008-12-10KSYM_SYMBOL_LEN fixesHugh Dickins1-1/+1
2008-12-10inotify: fix IN_ONESHOT unmount event watcherDmitri Monakhov1-0/+2
2008-12-10pagemap: fix 32-bit pagemap regressionMatt Mackall1-2/+2
2008-12-10revert "percpu_counter: new function percpu_counter_sum_and_set"Andrew Morton1-2/+2
2008-12-10revert "percpu counter: clean up percpu_counter_sum_and_set()"Andrew Morton1-2/+2
2008-12-09tracehook: exec double-reporting fixRoland McGrath1-1/+9
2008-12-08EXPORTFS: handle NULL returns from fh_to_dentry()/fh_to_parent()J. Bruce Fields1-0/+4
2008-12-05Fix a race condition in FASYNC handlingJonathan Corbet2-4/+15
2008-12-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-5/+16
2008-12-05[XFS] Fix hang after disallowed rename across directory quota domainsDave Chinner1-1/+1
2008-12-04[PATCH 1/2] kill FMODE_NDELAY_NOWChristoph Hellwig1-1/+9
2008-12-04[PATCH] clean up blkdev_get a little bitChristoph Hellwig1-4/+7
2008-12-03Merge branch 'for-2.6.28' of git://linux-nfs.org/~bfields/linuxLinus Torvalds4-2/+5
2008-12-02Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds14-109/+221
2008-12-01ntfs: don't fool kernel-docRandy Dunlap1-6/+2
2008-12-01epoll: introduce resource usage limitsDavide Libenzi1-8/+77
2008-12-01ocfs2: fix regression in ocfs2_read_blocks_sync()Mark Fasheh1-11/+4
2008-12-01ocfs2: fix return value set in init_dlmfs_fs()Coly Li1-1/+3
2008-12-01ocfs2: fix wake_up in unlock_astDavid Teigland1-2/+1
2008-12-01ocfs2: initialize stack_user lvbptrDavid Teigland1-0/+3
2008-12-01ocfs2: comments typo fixColy Li2-2/+2
2008-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds1-21/+56
2008-11-27udf: Fix BUG_ON() in destroy_inode()Jan Kara2-0/+2
2008-11-26[CIFS] fix regression in cifs_write_begin/cifs_write_endJeff Layton1-21/+56
2008-11-24NLM: client-side nlm_lookup_host() should avoid matching on srcaddrChuck Lever1-1/+2
2008-11-24nfsd: use of unitialized list head on error exit in nfs4recover.cJ. Bruce Fields1-1/+1
2008-11-24nfsd: clean up grace period on early exitJ. Bruce Fields2-0/+2
2008-11-21UBIFS: pre-allocate bulk-read bufferArtem Bityutskiy3-18/+76
2008-11-21UBIFS: do not allocate too muchArtem Bityutskiy4-33/+60
2008-11-21UBIFS: do not print scary memory allocation warningsArtem Bityutskiy3-8/+15
2008-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds6-11/+36
2008-11-20[CIFS] Do not attempt to close invalidated file handlesSteve French4-9/+30
2008-11-19hostfs: fix a duplicated global function nameWANG Cong3-4/+4
2008-11-19don't unlink an active swapfileHugh Dickins1-1/+1
2008-11-19eCryptfs: Allocate up to two scatterlists for crypto ops on keysMichael Halcrow1-17/+14
2008-11-18[CIFS] fix check for dead tcon in smb_initSteve French2-2/+6
2008-11-18block/md: fix md autodetectionTejun Heo1-1/+1
2008-11-18block: make add_partition() return pointer to hd_structTejun Heo1-12/+13
2008-11-18block: fix add_partition() error pathTejun Heo1-1/+3
2008-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds9-716/+765
2008-11-18prevent cifs_writepages() from skipping unwritten pagesDave Kleikamp1-1/+4
2008-11-18Fixed parsing of mount options when doing DFS submountIgor Mammedov2-27/+83
2008-11-17[CIFS] Fix check for tcon seal setting and fix oops on failed mount from earl...Steve French1-3/+4
2008-11-17[CIFS] Fix build breakSteve French1-2/+2
2008-11-17cifs: reinstate sharing of tree connectionsJeff Layton6-218/+249
2008-11-16Fix broken ownership of /proc/sys/ filesAl Viro1-0/+1
2008-11-15Fix inotify watch removal/umount racesAl Viro1-6/+144
2008-11-15[CIFS] minor cleanup to cifs_mountSteve French1-40/+34
2008-11-14cifs: reinstate sharing of SMB sessions sans racesJeff Layton7-166/+175
2008-11-14cifs: disable sharing session and tcon and add new TCP sharing codeJeff Layton6-150/+96
2008-11-14[CIFS] clean up server protocol handlingSteve French3-31/+33
2008-11-13[CIFS] remove unused list, add new cifs sock list to prepare for mount/umount...Steve French3-20/+13
2008-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...Linus Torvalds1-1/+1
2008-11-13[CIFS] Fix cifs reconnection flagsSteve French5-151/+160
2008-11-13dlm: fix shutdown cleanupDavid Teigland1-1/+1
2008-11-12ext3: Clean up outdated and incorrect comment for ext3_write_super()Theodore Tso1-5/+2
2008-11-12vfs: fix shrink_submountsEric W. Biederman1-2/+2
2008-11-11Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds6-7/+58
2008-11-10ocfs2: Check search result in ocfs2_xattr_block_get()Tiger Yang1-1/+6
2008-11-10ocfs2: fix printk related build warnings in xattr.cMark Fasheh1-14/+20
2008-11-10ocfs2: truncate outstanding block after direct io failureDmitri Monakhov1-0/+7
2008-11-10ocfs2/xattr: Proper hash collision handle in bucket divisionTao Ma1-29/+115
2008-11-10ocfs2: return 0 in page_mkwrite to let VFS retry.Tao Ma1-1/+5
2008-11-10ocfs2: Set journal descriptor to NULL after journal shutdownSunil Mushran2-0/+7
2008-11-10ocfs2: Fix check of return value of ocfs2_start_trans() in xattr.c.Tao Ma1-2/+2
2008-11-10ocfs2: Let inode be really deleted when ocfs2_mknod_locked() failsJan Kara1-1/+3
2008-11-10ocfs2: Fix checking of return value of new_inode()Jan Kara1-2/+2
2008-11-10ocfs2: Fix check of return value of ocfs2_start_trans()Jan Kara1-10/+10
2008-11-10ocfs2: Fix some typos in xattr annotations.Tao Ma1-8/+9
2008-11-10ocfs2: Remove unused ocfs2_restore_xattr_block().Tao Ma1-48/+0
2008-11-10ocfs2: Don't repeat ocfs2_xattr_block_find()Joel Becker1-30/+9
2008-11-10ocfs2: Specify appropriate journal access for new xattr buckets.Joel Becker1-1/+5
2008-11-10ocfs2: Check errors from ocfs2_xattr_update_xattr_search()Joel Becker1-1/+5
2008-11-10ocfs2: Don't return -EFAULT from a corrupt xattr entry.Joel Becker1-1/+1
2008-11-10ocfs2: Check xattr block signatures properly.Joel Becker2-22/+19
2008-11-10ocfs2: add handler_map array bounds checkingTiger Yang1-1/+1
2008-11-10ocfs2: remove duplicate definition in xattrTiger Yang1-9/+2
2008-11-10ocfs2: fix function declaration and definition in xattrTiger Yang2-27/+27
2008-11-10ocfs2: fix license in xattrTiger Yang2-19/+6
2008-11-10[XFS] XFS: Check for valid transaction headers in recoveryDavid Chinner1-1/+7
2008-11-10[XFS] handle memory allocation failures during log initialisationDave Chinner1-3/+36
2008-11-10[XFS] Account for allocated blocks when expanding directoriesDavid Chinner2-0/+11
2008-11-10[XFS] Wait for all I/O on truncate to zero file sizeLachlan McIlroy1-1/+1
2008-11-10[XFS] Fix use-after-free with log and quotasLachlan McIlroy1-2/+3
2008-11-09Merge branch 'for-2.6.28' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-4/+1
2008-11-09Fix nfsd truncation of readdir resultsDoug Nazar1-4/+1
2008-11-07Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds7-30/+69
2008-11-07ext4: add checksum calculation when clearing UNINIT flag in ext4_new_inodeFrederic Bohe1-0/+2
2008-11-07ext4: Mark the buffer_heads as dirty and uptodate after prepare_writeAneesh Kumar K.V1-0/+2
2008-11-07UBIFS: allow for gaps when dirtying the LPTAdrian Hunter1-2/+0
2008-11-06Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-12/+11
2008-11-06Merge git://git.infradead.org/mtd-2.6Linus Torvalds3-11/+16
2008-11-06fat: i_blocks warning fixOGAWA Hirofumi4-6/+9
2008-11-06fat: ->i_pos race fixOGAWA Hirofumi1-2/+19
2008-11-06fat: mmu_private race fixOGAWA Hirofumi4-10/+25
2008-11-06fat: Add printf attribute to fat_fs_panic()OGAWA Hirofumi1-1/+2
2008-11-06fat: Fix _fat_bmap() raceOGAWA Hirofumi1-1/+8
2008-11-06fat: Fix ATTR_RO for directoryOGAWA Hirofumi3-12/+35
2008-11-06fat: Fix ATTR_RO in the case of (~umask & S_WUGO) == 0OGAWA Hirofumi2-5/+35
2008-11-06fat: Cleanup FAT attribute stuffOGAWA Hirofumi3-31/+40
2008-11-06fat: Cleanup msdos_lookup()OGAWA Hirofumi1-17/+21
2008-11-06fat: Kill d_invalidate() in vfat_lookup()OGAWA Hirofumi1-7/+6
2008-11-06fat: Fix/Cleanup dcache handling for vfatOGAWA Hirofumi1-44/+80
2008-11-06vfat: Fix vfat_find() error path in vfat_lookup()OGAWA Hirofumi1-5/+13
2008-11-06fat: use fat_detach() in fat_clear_inode()OGAWA Hirofumi1-6/+1
2008-11-06fat: Fix fat_ent_update_ptr() for FAT12OGAWA Hirofumi1-4/+14
2008-11-06fat: improve fat_hash()OGAWA Hirofumi2-12/+7
2008-11-06fat: cleanup fat_parse_long() error handlingDarren Jenkins1-3/+4
2008-11-06fat: use generic_file_llseek() for directoryOGAWA Hirofumi1-0/+1
2008-11-06fat: Fix and cleanup timestamp conversionOGAWA Hirofumi6-72/+130
2008-11-06fat: split include/msdos_fs.hOGAWA Hirofumi9-8/+282
2008-11-06fat: move fs/vfat/* and fs/msdos/* to fs/fatOGAWA Hirofumi6-17/+5
2008-11-06ext3: wait on all pending commits in ext3_sync_fsArthur Jones1-6/+5
2008-11-06autofs4: collect version check returnIan Kent1-2/+3
2008-11-06autofs4: correct offset mount expire checkIan Kent1-4/+15
2008-11-06ext4: calculate journal credits correctlyTheodore Ts'o1-2/+3
2008-11-06UBIFS: fix compilation warningsArtem Bityutskiy7-50/+70
2008-11-06UBIFS: endian handling fixes and annotationsHarvey Harrison6-13/+15
2008-11-06UBIFS: remove printkArtem Bityutskiy1-2/+2
2008-11-06block: fix __blkdev_get() for removable devicesTejun Heo1-12/+11
2008-11-05[JFFS2] fix race condition in jffs2_lzo_compress()Geert Uytterhoeven1-6/+9
2008-11-03ext4: wait on all pending commits in ext4_sync_fs()Theodore Ts'o1-11/+8
2008-11-04ext4: Convert to host order before using the values.Aneesh Kumar K.V1-3/+2
2008-11-04ext4: fix missing ext4_unlock_group in error pathAneesh Kumar K.V1-0/+1
2008-11-03[CIFS] Can't rely on iov length and base when kernel_recvmsg returns errorSteve French1-2/+7
2008-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds8-30/+86
2008-11-03cifs: fix renaming one hardlink on top of anotherJeff Layton1-1/+3
2008-11-03Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ad...Linus Torvalds1-18/+20
2008-11-02jbd2: deregister proc on failure in jbd2_journal_init_inodeSami Liedes1-0/+2
2008-11-06jbd2: don't give up looking for space so easily in __jbd2_log_wait_for_spaceTheodore Ts'o1-7/+25
2008-11-06jbd: don't give up looking for space so easily in __log_wait_for_spaceTheodore Ts'o1-7/+24
2008-11-01saner FASYNC handling on file closeAl Viro4-7/+4
2008-10-31Merge branch 'for-2.6.28' of git://linux-nfs.org/~bfields/linuxLinus Torvalds3-0/+3
2008-10-31[JFFS2] Fix lack of locking in thread_should_wake()David Woodhouse1-5/+5
2008-10-31Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds5-63/+46
2008-10-30NLM: Set address family before calling nlm_host_rebooted()Chuck Lever2-0/+2
2008-10-30nfsd: fix failure to set eof in readdir in some situationsJ. Bruce Fields1-0/+1
2008-10-30[CIFS] fix error in smb_send2Steve French3-4/+7
2008-10-30Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds1-8/+3
2008-10-30fs: remove excess kernel-docRandy Dunlap1-1/+0
2008-10-30ecryptfs: fix memory corruption when storing crypto info in xattrsEric Sandeen1-7/+8
2008-10-30fs: remove prepare_write/commit_writeNick Piggin4-6/+5
2008-10-29[CIFS] Reduce number of socket retries in large write pathSteve French5-25/+76
2008-10-28NFS: Convert nfs_attr_generation_counter into an atomic_longTrond Myklebust1-8/+3
2008-10-28delay capable() check in ext4_has_free_blocks()Eric Sandeen1-12/+14
2008-10-28merge ext4_claim_free_blocks & ext4_has_free_blocksEric Sandeen2-43/+17
2008-10-28jbd2: Call the commit callback before the transaction could get droppedTheodore Ts'o1-4/+4
2008-10-27ext4: fix a bug accessing freed memory in ext4_abortHidehiro Kawai1-4/+7
2008-10-27ext3: fix a bug accessing freed memory in ext3_abortHidehiro Kawai1-3/+7
2008-10-27proc: revert /proc/uptime to ->read_proc hookAlexey Dobriyan1-18/+20
2008-10-27Switch to a valid email address...Alan Cox4-4/+4
2008-10-26epoll: avoid double-inserts in case of EFAULTDavide Libenzi1-2/+9
2008-10-26select: deal with math overflow from borderline valid userland dataArjan van de Ven2-4/+6
2008-10-25ext4: Fix duplicate entries returned from getdents() system callTheodore Ts'o1-12/+8
2008-10-25ext3: Fix duplicate entries returned from getdents() system callTheodore Ts'o1-12/+8
2008-10-23Merge branch 'proc' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriya...Linus Torvalds24-965/+895
2008-10-23ext4: remove unused variable in ext4_get_parentChristoph Hellwig1-1/+0
2008-10-23ext3 quota support: fix compile failureLinus Torvalds1-1/+1
2008-10-23Merge branch 'v28-range-hrtimers-for-linus-v2' of git://git.kernel.org/pub/sc...Linus Torvalds3-294/+297
2008-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds9-125/+259
2008-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdevLinus Torvalds16-94/+93
2008-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds66-1070/+823
2008-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds1-1/+1
2008-10-23Merge branch 'for-2.6.28' of git://linux-nfs.org/~bfields/linuxLinus Torvalds3-10/+19
2008-10-23jbd: abort instead of waiting for nonexistent transactionsDuane Griffin1-2/+17
2008-10-23jbd: test BH_Write_EIO to detect errors on metadata buffersHidehiro Kawai1-3/+3
2008-10-23ext3: add checks for errors from jbdHidehiro Kawai2-8/+27
2008-10-23jbd: fix error handling for checkpoint ioHidehiro Kawai3-20/+64
2008-10-23proc: remove fs/proc/proc_misc.cAlexey Dobriyan3-67/+2
2008-10-23proc: move /proc/vmcore creation to fs/proc/vmcore.cAlexey Dobriyan2-6/+3
2008-10-23proc: move pagecount stuff to fs/proc/page.cAlexey Dobriyan3-135/+148
2008-10-23proc: move all /proc/kcore stuff to fs/proc/kcore.cAlexey Dobriyan2-9/+13
2008-10-23proc: move /proc/schedstat boilerplate to kernel/sched_stats.hAlexey Dobriyan1-3/+0
2008-10-23proc: move /proc/modules boilerplate to kernel/module.cAlexey Dobriyan1-17/+0
2008-10-23proc: move /proc/diskstats boilerplate to block/genhd.cAlexey Dobriyan1-16/+0
2008-10-23proc: move /proc/zoneinfo boilerplate to mm/vmstat.cAlexey Dobriyan1-13/+0
2008-10-23proc: move /proc/vmstat boilerplate to mm/vmstat.cAlexey Dobriyan1-12/+0
2008-10-23proc: move /proc/pagetypeinfo boilerplate to mm/vmstat.cAlexey Dobriyan1-13/+0
2008-10-23proc: move /proc/buddyinfo boilerplate to mm/vmstat.cAlexey Dobriyan1-14/+0
2008-10-23proc: move /proc/vmallocinfo to mm/vmalloc.cAlexey Dobriyan1-28/+0
2008-10-23proc: move /proc/slabinfo boilerplate to mm/slub.c, mm/slab.cAlexey Dobriyan1-17/+0
2008-10-23proc: move /proc/slab_allocators boilerplate to mm/slab.cAlexey Dobriyan1-30/+0
2008-10-23proc: move /proc/interrupts boilerplate code to fs/proc/interrupts.cAlexey Dobriyan3-40/+54
2008-10-23proc: move /proc/stat to fs/proc/stat.cAlexey Dobriyan3-134/+154
2008-10-23proc: move rest of /proc/partitions code to block/genhd.cAlexey Dobriyan1-14/+0
2008-10-23proc: move /proc/cpuinfo code to fs/proc/cpuinfo.cAlexey Dobriyan3-14/+25
2008-10-23proc: move /proc/devices code to fs/proc/devices.cAlexey Dobriyan3-60/+71
2008-10-23proc: move rest of /proc/locks to fs/locks.cAlexey Dobriyan2-18/+21
2008-10-23proc: move /proc/kmsg creation to fs/proc/kmsg.cAlexey Dobriyan3-7/+9
2008-10-23proc: remove remnants of ->read_proc in proc_misc.cAlexey Dobriyan1-27/+0
2008-10-23proc: move /proc/execdomains to kernel/exec_domain.cAlexey Dobriyan1-9/+0
2008-10-23proc: switch /proc/cmdline to seq_fileAlexey Dobriyan3-10/+30
2008-10-23proc: move /proc/filesystems to fs/filesystems.cAlexey Dobriyan2-8/+39
2008-10-23proc: move /proc/stram to m68k-specific codeAlexey Dobriyan1-13/+0
2008-10-23proc: move /proc/hardware to m68k-specific codeAlexey Dobriyan1-13/+0
2008-10-23proc: switch /proc/version to seq_fileAlexey Dobriyan3-13/+35
2008-10-23proc: switch /proc/meminfo to seq_fileAlexey Dobriyan3-137/+169
2008-10-23proc: switch /proc/uptime to seq_fileAlexey Dobriyan3-21/+44
2008-10-23proc: switch /proc/loadavg to seq_fileAlexey Dobriyan3-27/+52