aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2006-12-07Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linusTrond Myklebust219-2232/+3451
2006-12-07Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linusTrond Myklebust28-129/+158
2006-12-07Merge master.kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds56-1190/+2224
2006-12-07Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds1-0/+1
2006-12-07[PATCH] ext4: Eliminate inline functionsAvantika Mathur1-14/+14
2006-12-07[PATCH] ext4: kmalloc to kzallocAvantika Mathur1-6/+3
2006-12-07[PATCH] ext4: if expression formatAvantika Mathur1-21/+42
2006-12-07[PATCH] ext3 balloc: fix _with_rsv freezeHugh Dickins1-1/+1
2006-12-07[PATCH] ext3 balloc: use io_error labelHugh Dickins1-4/+2
2006-12-07[PATCH] ext3 balloc: say rb_entry not list_entryHugh Dickins1-3/+3
2006-12-07[PATCH] ext3 balloc: fix off-by-one against rsv_endHugh Dickins1-1/+1
2006-12-07[PATCH] ext3 balloc: fix off-by-one against grp_goalHugh Dickins1-2/+2
2006-12-07[PATCH] ext3 balloc: reset windowsz when fullHugh Dickins1-0/+1
2006-12-07[PATCH] ext4: fix credit calculation in ext4_ext_calc_credits_for_insertJohann Lombardi1-3/+4
2006-12-07[PATCH] aio: remove ki_retried debugging memberBenjamin LaHaise1-15/+0
2006-12-07[PATCH] aio: kill pointless ki_nbytes assignment in aio_setup_single_vectorChen, Kenneth W1-1/+0
2006-12-07[PATCH] do_coredump() and not stopping rewrite attacks?Alexey Dobriyan1-1/+2
2006-12-07[PATCH] fs: make nls_cp936.c handle some U00XY characters and U20AC correctlyJun Chen1-10/+103
2006-12-07[PATCH] struct seq_operations and struct file_operations constificationHelge Deller1-2/+2
2006-12-07[PATCH] jffs: replace kmalloc+memset with kzallocYan Burman1-2/+1
2006-12-07[PATCH] affs: replace kmalloc+memset with kzallocYan Burman3-7/+3
2006-12-07[PATCH] remove NFSD_OPTIMIZE_SPACEAdrian Bunk2-23/+14
2006-12-07[PATCH] fs: remove unused variableDavid Rientjes1-2/+1
2006-12-07[PATCH] ext3/4: don't do orphan processing on readonly devicesEric Sandeen2-0/+12
2006-12-07[PATCH] fs: ufs add missing bracketMariusz Kozlowski1-1/+1
2006-12-07[PATCH] proper prototype for remove_inode_dquot_ref()Adrian Bunk1-3/+0
2006-12-07[PATCH] fs/sysv/: doc cleanupAdrian Bunk3-348/+0
2006-12-07[PATCH] autofs: fix error code path in autofs_fill_sb()Jiri Kosina2-6/+8
2006-12-07[PATCH] ext4 balloc: fix _with_rsv freezeHugh Dickins1-1/+1
2006-12-07[PATCH] ext4 balloc: use io_error labelHugh Dickins1-4/+2
2006-12-07[PATCH] ext4 balloc: say rb_entry not list_entryHugh Dickins1-3/+3
2006-12-07[PATCH] ext4 balloc: fix off-by-one against rsv_endHugh Dickins1-1/+1
2006-12-07[PATCH] ext4 balloc: fix off-by-one against grp_goalHugh Dickins1-2/+2
2006-12-07[PATCH] ext4 balloc: reset windowsz when fullHugh Dickins1-0/+1
2006-12-07[PATCH] jbd2: wait for already submitted t_sync_datalist buffer to completeHisashi Hifumi1-2/+6
2006-12-07[PATCH] reiserfs: do not add save links for O_DIRECT writesVladimir V. Saveliev1-50/+4
2006-12-07[PATCH] reiser: replace kmalloc+memset with kzallocYan Burman3-9/+4
2006-12-07[PATCH] dcache: avoid RCU for never-hashed dentriesEric Dumazet1-4/+12
2006-12-07[PATCH] don't insert pipe dentries into dentry_hashtable.Eric Dumazet1-5/+17
2006-12-07[PATCH] make fs/proc/base.c:proc_pid_instantiate() staticAdrian Bunk1-2/+3
2006-12-07[PATCH] fs/lockd/host.c: make 2 functions staticAdrian Bunk1-25/+28
2006-12-07[PATCH] make fs/jbd2/transaction.c:__kbd2_journal_temp_unlink_buffer() staticAdrian Bunk1-0/+2
2006-12-07[PATCH] make fs/jbd/transaction.c:__journal_temp_unlink_buffer() staticAdrian Bunk1-1/+3
2006-12-07[PATCH] make ecryptfs_version_str_map[] staticAdrian Bunk1-1/+1
2006-12-07[PATCH] ext4: fix reservation extensionMingming Cao1-4/+8
2006-12-07[PATCH] ext3: fix reservation extensionMingming Cao1-4/+8
2006-12-07[PATCH] hotplug CPU: clean up hotcpu_notifier() useIngo Molnar1-2/+0
2006-12-07[PATCH] reiserfs: add missing D-cache flushingAlexey Dobriyan1-0/+4
2006-12-07[PATCH] elf: fix kcore note size calculationMagnus Damm1-7/+9
2006-12-07[PATCH] elf: Always define elf_addr_t in linux/elf.hMagnus Damm2-7/+0
2006-12-07[PATCH] remove the syslog interface when printk is disabledMike Galbraith2-1/+4
2006-12-07[PATCH] retries in ext4_prepare_write() violate ordering requirementsAndrey Savochkin1-10/+75
2006-12-07[PATCH] retries in ext3_prepare_write() violate ordering requirementsAndrey Savochkin1-10/+75
2006-12-07[PATCH] protect ext2 ioctl modifying append_only immutable etc with i_mutexAndrew Morton1-1/+5
2006-12-07[PATCH] ext4_ext_split(): remove dead codeAdrian Bunk1-3/+0
2006-12-07[PATCH] corrupted cramfs filesystems cause kernel oopsPhillip Lougher1-0/+2
2006-12-07[PATCH] ext4: uninline large functionsAndrew Morton2-1/+61
2006-12-07[PATCH] ext3: uninline large functionsAndrew Morton2-1/+60
2006-12-07[PATCH] vfs_getattr(): remove dead codeAndrew Morton1-7/+0
2006-12-07[PATCH] VFS: extra check inside dentry_unhash()Vasily Averin1-2/+1
2006-12-07[PATCH] hpfs: fix printk format warningsRandy Dunlap5-16/+37
2006-12-07[PATCH] hpfs: bring hpfs_error() into shapeAlexey Dobriyan2-15/+11
2006-12-07[PATCH] fs/*: trivial vsnprintf() conversionAlexey Dobriyan6-11/+11
2006-12-07[PATCH] compat: fix uaccess handlingHeiko Carstens2-29/+39
2006-12-07[PATCH] binfmt: fix uaccess handlingHeiko Carstens1-4/+7
2006-12-07[PATCH] Function v9fs_get_idpool returns int, not u32 as called twice in fs/9...Mika Kukkonen1-2/+2
2006-12-07[PATCH] handle ext4 directory corruption betterEric Sandeen2-0/+12
2006-12-07[PATCH] handle ext3 directory corruption betterEric Sandeen2-0/+12
2006-12-07[PATCH] binfmt_elf: randomize PIE binaries (2nd try)Marcus Meissner1-1/+7
2006-12-07[PATCH] Remove superfluous lock_super() in extN xattr codeAndreas Gruenbacher3-12/+3
2006-12-07[PATCH] fix reiserfs bad path release panicSuzuki K P1-1/+2
2006-12-07[PATCH] file: kill unnecessary timer in fdtable_deferTejun Heo1-27/+2
2006-12-07[PATCH] fuse: fix compile without CONFIG_BLOCKMiklos Szeredi1-10/+33
2006-12-07[PATCH] fuse: add DESTROY operationMiklos Szeredi2-0/+28
2006-12-07[PATCH] fuse: add bmap supportMiklos Szeredi3-0/+42
2006-12-07[PATCH] fuse: add blksize optionMiklos Szeredi1-4/+20
2006-12-07[PATCH] fuse: add support for block device based filesystemsMiklos Szeredi1-11/+37
2006-12-07[PATCH] fuse: minor cleanup in fuse_dentry_revalidateMiklos Szeredi1-3/+0
2006-12-07[PATCH] ext4: fsid for statvfsPekka Enberg1-0/+5
2006-12-07[PATCH] ext3: fsid for statvfsPekka Enberg1-0/+5
2006-12-07[PATCH] ext2: fsid for statvfsPekka Enberg1-6/+12
2006-12-07[PATCH] honour MNT_NOEXEC for access()Stas Sergeev1-2/+4
2006-12-07[PATCH] Fix check_partition routinesSuzuki K P4-15/+33
2006-12-07[PATCH] fix rescan_partitions to return errors properlySuzuki Kp1-1/+3
2006-12-07[PATCH] Use freezeable workqueues in XFSRafael J. Wysocki1-2/+2
2006-12-07[PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham13-4/+13
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter80-157/+157
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter49-55/+55
2006-12-07[PATCH] slab: remove SLAB_USERChristoph Lameter2-3/+3
2006-12-07[PATCH] slab: remove SLAB_NOFSChristoph Lameter14-17/+17
2006-12-07[PATCH] Allow user processes to raise their oom_adj valueGuillem Jover1-2/+4
2006-12-07[PATCH] skip data conversion in compat_sys_mount when data_page is NULLAndrey Mirkin1-1/+1
2006-12-07[DLM] Clean up lowcommsPatrick Caulfield4-357/+261
2006-12-07[GFS2] Change gfs2_fsync() to use write_inode_now()Steven Whitehouse1-5/+6
2006-12-07[PATCH] x86-64: Implement compat code for SIOCSIFHWBROADCASTAndi Kleen1-0/+1
2006-12-06NLM: fix print format for tk_pidChuck Lever3-3/+3
2006-12-06NFS: Clean up calls to mark_inode_dirty() part 2Trond Myklebust1-2/+2
2006-12-06NFS: Fix up writeback_control->nr_to_write accountingTrond Myklebust1-9/+1
2006-12-06NFS: Fix up the dirty page accountingTrond Myklebust2-2/+0
2006-12-06NFS: Ensure the inode is marked as dirty if we break out of nfs_wb_all()Trond Myklebust1-0/+3
2006-12-06NFS: Fix nfs_release_pageTrond Myklebust1-6/+7
2006-12-06NFS: Ensure we only call set_page_writeback() under the page lockTrond Myklebust2-15/+29
2006-12-06NFS: Make nfs_updatepage() mark the page as dirty.Trond Myklebust1-17/+56
2006-12-06NFS: Ensure that nfs_wb_page() calls writepage when necessary.Trond Myklebust1-4/+30
2006-12-06NFS: Add nfs_set_page_dirty()Trond Myklebust2-14/+37
2006-12-06NFS: Remove nfs_writepage_sync()Trond Myklebust5-256/+10
2006-12-06NFS: More cleanups of fs/nfs/write.cTrond Myklebust1-44/+24
2006-12-06NFS: Remove call to igrab() from nfs_writepage()Trond Myklebust1-15/+1
2006-12-06NFS: Cleanup: add common helper nfs_page_length()Trond Myklebust3-63/+31
2006-12-06NFS: Store pointer to the nfs_page in page->privateTrond Myklebust1-33/+33
2006-12-06NFS: cleanup of nfs_sync_inode_wait()Trond Myklebust3-16/+88
2006-12-06NFS: Clean up nfs_scan_dirty()Trond Myklebust2-63/+67
2006-12-06NFS: Clean up nfs_flush_inode()Trond Myklebust1-10/+10
2006-12-06NFS: Remove use of the Big Kernel Lock around nfs calls to readlinkFrank Filz1-2/+0
2006-12-06NFS: Remove use of the Big Kernel Lock around calls to rpc_call_syncFrank Filz3-8/+0
2006-12-06NFS: Remove use of the Big Kernel Lock around calls to rpc_execute.Frank Filz3-10/+0
2006-12-06NFS: Fix nfs_sync_inode_wait(FLUSH_INVALIDATE)Trond Myklebust1-2/+4
2006-12-06NFS: Fix missing page_unlock() in nfs_readpageTrond Myklebust1-4/+6
2006-12-06NFS: Fix asynchronous read error handlingTrond Myklebust1-71/+69
2006-12-06NFS Exclusive open not supported bugAndy Ryan1-1/+1
2006-12-06SUNRPC: Fix a potential race in rpc_wake_up_task()Trond Myklebust2-5/+23
2006-12-06Fix a second potential rpc_wakeup race...Trond Myklebust1-6/+6
2006-12-05[GFS2] Fix indent in recovery.cSteven Whitehouse1-1/+1
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells46-898/+803
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells16-64/+141
2006-12-04Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds28-898/+759
2006-12-04Merge master.kernel.org:/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds1-0/+8
2006-12-04Merge branch 'for-linus4' of master.kernel.org:/pub/scm/linux/kernel/git/viro...Linus Torvalds16-0/+34
2006-12-04[PATCH] Enable RAID autorun on Mac partition tables.David Woodhouse1-0/+2
2006-12-04[POWERPC] coredump: Add SPU elf notes to coredump.Dwayne Grant McConnell1-0/+8
2006-12-04[PATCH] severing skbuff.h -> poll.hAl Viro2-0/+2
2006-12-04[PATCH] severing skbuff.h -> highmem.hAl Viro1-0/+1
2006-12-04[PATCH] severing fs.h, radix-tree.h -> sched.hAl Viro14-0/+31
2006-12-02[NET]: Kill direct includes of asm/checksum.hAl Viro1-1/+1
2006-12-02[NET]: ipconfig and nfsroot annotationsAl Viro1-7/+6
2006-12-01ocfs2: implement i_op->permissionTiger Yang3-0/+27
2006-12-01configfs: make configfs_dirent_exists() staticAdrian Bunk1-2/+2
2006-12-01ocfs2: update file system paths to set atimeTiger Yang4-6/+28
2006-12-01ocfs2: core atime update functionsTiger Yang7-1/+116
2006-12-01ocfs2: Add splice supportTiger Yang1-50/+137
2006-12-01ocfs2: Remove ocfs2_write_should_remove_suid()Mark Fasheh1-15/+1
2006-12-01configfs: mutex_lock_nested() fixMark Fasheh1-2/+3
2006-12-01ocfs2: Remove struct ocfs2_journal_handle in favor of handle_tMark Fasheh20-186/+130
2006-12-01ocfs2: remove handle argument to ocfs2_start_trans()Mark Fasheh11-46/+30
2006-12-01ocfs2: remove ocfs2_journal_handle journal fieldMark Fasheh2-3/+0
2006-12-01ocfs2: pass ocfs2_super * into ocfs2_commit_trans()Mark Fasheh11-29/+31
2006-12-01ocfs2: remove unused handle argument from ocfs2_meta_lock_full()Mark Fasheh14-51/+41
2006-12-01ocfs2: make ocfs2_alloc_handle() staticMark Fasheh2-7/+1
2006-12-01ocfs2: remove unused ocfs2_handle_add_lock()Mark Fasheh4-117/+2
2006-12-01ocfs2: remove unused ocfs2_handle_add_inode()Mark Fasheh5-67/+0
2006-12-01ocfs2: Don't allocate handle early in ocfs2_rename()Mark Fasheh1-8/+1
2006-12-01ocfs2: don't use handle for locking in allocation functionsMark Fasheh7-152/+72
2006-12-01ocfs2: don't pass handle to ocfs2_meta_lock in ocfs2_rename()Mark Fasheh1-19/+37
2006-12-01ocfs2: don't pass handle to ocfs2_meta_lock in ocfs2_symlink()Mark Fasheh1-9/+12
2006-12-01ocfs2: don't pass handle to ocfs2_meta_lock in ocfs2_unlink()Mark Fasheh1-13/+12
2006-12-01ocfs2: don't pass handle to ocfs2_meta_lock() in orphan dir codeMark Fasheh1-27/+39
2006-12-01ocfs2: don't pass handle to ocfs2_meta_lock() in ocfs2_link()Mark Fasheh1-28/+26
2006-12-01ocfs2: don't pass handle to ocfs2_meta_lock() in ocfs2_mknod()Mark Fasheh1-7/+9
2006-12-01ocfs2: don't pass handle to ocfs2_meta_lock() in __ocfs2_flush_truncate_log()Mark Fasheh1-27/+19
2006-12-01ocfs2: don't pass handle to ocfs2_meta_lock() in localalloc.cMark Fasheh1-44/+40
2006-12-01ocfs2: remove ocfs2_journal_handle flags fieldMark Fasheh4-32/+4
2006-12-01ocfs2: have ocfs2_extend_trans() take handle_tMark Fasheh4-10/+6
2006-12-01ocfs2: remove unused ocfs2_journal_handle fieldMark Fasheh2-7/+1
2006-12-01ocfs2: fix format warnings in dlm_alloc_pagevec()Mark Fasheh1-1/+2
2006-12-01[2.6 patch] make ocfs2_create_new_lock() staticAdrian Bunk2-6/+4
2006-12-01Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2-0/+48
2006-12-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2-10/+29
2006-12-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds4-10/+8
2006-12-01driver core: Introduce device_move(): move a device to a new parent.Cornelia Huck1-0/+45
2006-12-01sysfs: sysfs_write_file() writes zero terminated dataThomas Maier1-0/+3
2006-12-01[PATCH] block: support larger block pc requestsMike Christie1-16/+2
2006-12-01[PATCH] block: kill length alignment test in bio_map_user()Mike Christie1-3/+2
2006-11-30[GFS2] Don't flush everything on fdatasyncSteven Whitehouse1-3/+27
2006-11-30[GFS2] Add a comment about reading the super blockSteven Whitehouse1-0/+18
2006-11-30[GFS2] Mount problem with the GFS2 codeSrinivasa Ds1-1/+1
2006-11-30[GFS2] Remove gfs2_check_acl()Steven Whitehouse3-19/+3
2006-11-30[DLM] fix format warnings in rcom.c and recoverd.cRyusuke Konishi2-4/+7
2006-11-30[GFS2] lock function parameterRandy Dunlap1-1/+1
2006-11-30[DLM] don't accept replies to old recovery messagesDavid Teigland3-11/+39
2006-11-30[DLM] fix size of STATUS_REPLY messageDavid Teigland1-1/+5
2006-11-30[GFS2] fs/gfs2/log.c:log_bmap() fix printk format warningRyusuke Konishi1-1/+2
2006-11-30[DLM] fix add_requestqueue checking nodes listDavid Teigland3-11/+14
2006-11-30[GFS2] Fix recursive locking in gfs2_getattrSteven Whitehouse1-5/+17
2006-11-30[GFS2] Fix recursive locking in gfs2_permissionSteven Whitehouse1-6/+13
2006-11-30[GFS2] Reduce number of arguments to meta_io.c:getbuf()Steven Whitehouse1-14/+12
2006-11-30[GFS2] Move gfs2_meta_syncfs() into log.cSteven Whitehouse4-20/+21
2006-11-30[GFS2] Fix journal flush problemSteven Whitehouse7-99/+46
2006-11-30[GFS2] mark_inode_dirty after write to stuffed fileSteven Whitehouse1-1/+3
2006-11-30[GFS2] Fix glock ordering on inode creationSteven Whitehouse1-27/+4
2006-11-30[GFS2] Simplify glops functionsSteven Whitehouse4-51/+28
2006-11-30[GFS2] Fix Kconfig wrt CRC32Steven Whitehouse1-0/+1
2006-11-30[GFS2] Make sentinel dirents compatible with gfs1Steven Whitehouse1-10/+16
2006-11-30[GFS2] Remove unused function from inode.cSteven Whitehouse4-95/+5
2006-11-30[GFS2] Remove unused sysfs filesSteven Whitehouse1-8/+0
2006-11-30[GFS2] Tidy up bmap & fix boundary bugSteven Whitehouse1-63/+54
2006-11-30[GFS2] Fix memory allocation in glock.cSteven Whitehouse1-1/+1
2006-11-30[DLM] Fix DLM configPatrick Caulfield1-1/+2
2006-11-30[DLM] clear sbflags on lock masterDavid Teigland1-0/+1
2006-11-30[DLM] do full recover_locks barrierDavid Teigland1-1/+7
2006-11-30[DLM] fix stopping unstarted recoveryDavid Teigland1-1/+6