aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2006-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds129-147/+21
2006-06-30[PATCH] knfsd: nfsd: mark rqstp to prevent use of sendfile in privacy caseJ. Bruce Fields1-1/+1
2006-06-30[PATCH] knfsd: nfsd4: fix open flag passingJ. Bruce Fields2-4/+7
2006-06-30[PATCH] knfsd: nfsd4: fix some open argument testsJ. Bruce Fields1-4/+13
2006-06-30[PATCH] knfsd: nfsd: fix misplaced fh_unlock() in nfsd_link()David M. Richter1-2/+3
2006-06-30[PATCH] knfsd: nfsd4: remove superfluous grace period checksJ. Bruce Fields1-4/+0
2006-06-30[PATCH] knfsd: nfsd: call nfsd_setuser() on fh_compose(), fix nfsd4 permissio...J. Bruce Fields1-7/+8
2006-06-30[PATCH] knfsd: nfsd4: fix open_confirm lockingJ. Bruce Fields1-2/+3
2006-06-30[PATCH] knfsd: ignore ref_fh when crossing a mountpointNeilBrown1-3/+3
2006-06-30[PATCH] knfsd: remove noise about filehandle being uptodateNeilBrown1-5/+1
2006-06-30[PATCH] knfsd: fixing missing 'expkey' support for fsid type 3Frank Filz1-1/+1
2006-06-30[PATCH] knfsd: improve the test for cross-device-rename in nfsdNeilBrown1-1/+1
2006-06-30[PATCH] SELinux: Add security hook definition for getioprio and insert hooksDavid Quigley1-5/+24
2006-06-30[PATCH] Light weight event countersChristoph Lameter2-6/+5
2006-06-30[PATCH] zoned vm counters: conversion of nr_bounce to per zone counterChristoph Lameter1-0/+2
2006-06-30[PATCH] zoned vm counters: conversion of nr_unstable to per zone counterChristoph Lameter3-7/+5
2006-06-30[PATCH] zoned vm counters: conversion of nr_writeback to per zone counterChristoph Lameter1-1/+1
2006-06-30[PATCH] zoned vm counters: conversion of nr_dirty to per zone counterChristoph Lameter5-5/+5
2006-06-30[PATCH] zoned vm counters: conversion of nr_pagetables to per zone counterChristoph Lameter1-2/+2
2006-06-30[PATCH] zoned vm counters: conversion of nr_slab to per zone counterChristoph Lameter1-1/+1
2006-06-30[PATCH] zoned vm counters: split NR_ANON_PAGES off from NR_FILE_MAPPEDChristoph Lameter1-0/+2
2006-06-30[PATCH] zoned vm counters: conversion of nr_pagecache to per zone counterChristoph Lameter1-1/+2
2006-06-30[PATCH] zoned vm counters: convert nr_mapped to per zone counterChristoph Lameter1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel124-124/+0
2006-06-30v9fs: do not include linux/version.hPaul Collins2-2/+0
2006-06-30typo fixes: aquire -> acquireAdrian Bunk3-21/+21
2006-06-29Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds20-93/+116
2006-06-29ocfs2: remove redundant NULL checks in ocfs2_direct_IO_get_blocks()Florin Malita1-8/+1
2006-06-29ocfs2: clean up some osb fieldsMark Fasheh4-42/+4
2006-06-29ocfs2: fix init of uuid_net_keyMark Fasheh1-1/+1
2006-06-29ocfs2: silence a debug printMark Fasheh1-1/+1
2006-06-29ocfs2: silence ENOENT during lookup of broken linksSunil Mushran1-1/+1
2006-06-29ocfs2: Cleanup message printsSunil Mushran3-18/+20
2006-06-29ocfs2: silence -EEXIST from ocfs2_extent_map_insert/lookupJoel Becker1-7/+22
2006-06-29[PATCH] fs/ocfs2/dlm/dlmrecovery.c: make dlm_lockres_master_requery() staticAdrian Bunk2-4/+6
2006-06-29ocfs2: warn the user on a dead timeout mismatchMark Fasheh2-0/+21
2006-06-29ocfs2: OCFS2_FS must depend on SYSFSAdrian Bunk1-1/+1
2006-06-29ocfs2: Compile-time disabling of ocfs2 debugging output.Joel Becker4-7/+35
2006-06-29configfs: Clear up a few extra spaces where there should be TABs.Joel Becker2-4/+4
2006-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6Linus Torvalds12-3133/+8
2006-06-29[PATCH] ufs: printk() fixAndrew Morton1-2/+4
2006-06-28[PATCH] v9fs: fix fid check in v9fs_createLatchesar Ionkov1-1/+1
2006-06-28[PATCH] v9fs: return the correct error when interrupted by signalLatchesar Ionkov1-0/+2
2006-06-28[PATCH] mark address_space_operations constChristoph Hellwig77-104/+104
2006-06-27Merge git://git.infradead.org/mtd-2.6Linus Torvalds14-343/+467
2006-06-27Merge git://oss.sgi.com:8090/nathans/xfs-2.6Linus Torvalds11-25/+21
2006-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds28-823/+1541
2006-06-28[XFS] Fixup whitespace damage in log_write, remove final warning.Nathan Scott1-2/+2
2006-06-27[PATCH] Remove redundant NULL checks before [kv]free - in fs/Jesper Juhl1-6/+2
2006-06-27[PATCH] cpu hotplug: use hotplug version of cpu notifier in appropriate placesChandra Seetharaman1-8/+10
2006-06-27[PATCH] ufs: ufs_read_inode cleanupEvgeniy Dushistov1-54/+57
2006-06-27[PATCH] spin/rwlock init cleanupsIngo Molnar8-9/+9
2006-06-27[PATCH] fs/buffer.c: cleanupsAdrian Bunk1-2/+1
2006-06-27[PATCH] add poison.h and patch primary usersRandy Dunlap1-1/+2
2006-06-27[PATCH] vdso: randomize the i386 vDSO by moving it into a vmaIngo Molnar1-12/+18
2006-06-28[XFS] Rework code snippets slightly to remove remaining recent-gccNathan Scott3-3/+6
2006-06-28[CIFS] Fix authentication choice so we do not force NTLMv2 unless theSteve French2-4/+9
2006-06-28[XFS] Fix realtime subvolume expansion, a porting bug b0rked it. CoverityEric Sesterhenn1-1/+1
2006-06-27[PATCH] fix static linking of NFSDavid Brownell6-9/+9
2006-06-27[CIFS] Fix alignment of unicode strings in previous patchSteve French1-7/+15
2006-06-27[JFFS2][XATTR] coexistence between xattr and write buffering support.KaiGai Kohei1-1/+1
2006-06-27[JFFS2][XATTR] Fix wrong copyrightKaiGai Kohei1-1/+1
2006-06-27[JFFS2][XATTR] Re-define xd->refcnt as atomic_tKaiGai Kohei2-15/+12
2006-06-27[JFFS2][XATTR] Fix memory leak with jffs2_xattr_refKaiGai Kohei4-2/+5
2006-06-27[JFFS2][XATTR] rid unnecessary writing of delete marker.KaiGai Kohei3-227/+105
2006-06-27[JFFS2][XATTR] Fix ACL bug when updating null xattr by null ACL.KaiGai Kohei1-0/+2
2006-06-27[JFFS2][XATTR] using 'delete marker' for xdatum/xref deletionKaiGai Kohei9-339/+583
2006-06-27[CIFS] Fix allocation of buffers for new session setup routine to allowSteve French6-36/+58
2006-06-27[XFS] Remove a race condition where a linked inode could BUG_ON inNathan Scott1-2/+4
2006-06-27[XFS] Remove redundant directory checks from inode link operation.Alexey Dobriyan1-3/+0
2006-06-27[XFS] Remove a couple of no-longer-used macros.Nathan Scott1-2/+0
2006-06-27[XFS] Reduce size of xfs_trans_t structure. * remove ->t_forw, ->t_back --Alexey Dobriyan1-2/+2
2006-06-27[XFS] remove unused behaviour lock - shrink XFS vnode as a side effect.Alexey Dobriyan1-3/+0
2006-06-27[XFS] * There is trivial "inode => vnode => inode" conversion, but onlyAlexey Dobriyan1-1/+1
2006-06-27[XFS] link(2) on directory is banned in VFS.Alexey Dobriyan1-6/+5
2006-06-26[PATCH] fs/ocfs2/dlm/: cleanupsAdrian Bunk5-35/+3
2006-06-26ocfs2: fix compiler warnings in dlm_convert_lock_handler()Mark Fasheh1-1/+2
2006-06-26ocfs2: dlm_print_one_mle() needs to be definedMark Fasheh1-6/+6
2006-06-26ocfs2: remove whitespace in dlmunlock.cKurt Hackel1-1/+1
2006-06-26ocfs2: move dlm work to a private work queueKurt Hackel4-3/+32
2006-06-26ocfs2: fix incorrect error returnsKurt Hackel1-2/+2
2006-06-26ocfs2: tune down some noisy messages during dlm recoveryKurt Hackel2-6/+7
2006-06-26ocfs2: display message before waiting for recovery to completeKurt Hackel1-0/+7
2006-06-26ocfs2: mlog in dlm_convert_lock_handler() should be ML_ERRORKurt Hackel1-1/+1
2006-06-26ocfs2: retry operations when a lock is marked in recoveryKurt Hackel1-0/+20
2006-06-26ocfs2: use cond_resched() in dlm_thread()Kurt Hackel1-1/+1
2006-06-26ocfs2: use GFP_NOFS in some dlm operationsKurt Hackel5-19/+19
2006-06-26ocfs2: wait for recovery when starting lock masteryKurt Hackel3-0/+34
2006-06-26ocfs2: continue recovery when a dead node is encounteredKurt Hackel1-0/+1
2006-06-26ocfs2: remove unneccesary spin_unlock() in dlm_remaster_locks()Kurt Hackel1-1/+0
2006-06-26ocfs2: dlm_remaster_locks() should never exit without completingKurt Hackel1-54/+62
2006-06-26ocfs2: special case recovery lock in dlmlock_remote()Kurt Hackel2-10/+27
2006-06-26ocfs2: pending mastery asserts and migrations should block each otherKurt Hackel1-0/+21
2006-06-26ocfs2: temporarily disable automatic lock migrationKurt Hackel2-5/+23
2006-06-26ocfs2: do not unconditionally purge the lockres in dlmlock_remote()Kurt Hackel1-1/+7
2006-06-26ocfs2: increase backoff before waiting for recoveryKurt Hackel1-1/+1
2006-06-26ocfs2: have dlm_pre_master_reco_lockres() ignore dead nodesKurt Hackel1-0/+1
2006-06-26ocfs2: give the dlm dirty list a reference on the lockresKurt Hackel2-3/+17
2006-06-26ocfs2: teach dlm_restart_lock_mastery() to wait on recoveryKurt Hackel1-56/+44
2006-06-26ocfs2: gracefully handle stale create_lock messages.Kurt Hackel1-3/+16
2006-06-26ocfs2: update lvb immediately during recoveryKurt Hackel1-18/+26
2006-06-26ocfs2: do not send master requests to localhostKurt Hackel1-6/+8
2006-06-26ocfs2: purge lockres' soonerKurt Hackel1-2/+35
2006-06-26ocfs2: dump mismatching migrated lvbs before BUG()Kurt Hackel1-2/+13
2006-06-26ocfs2: make dlm recovery finalization 2 stageKurt Hackel2-19/+99
2006-06-26ocfs2: dlm recovery / lockres reference count fixKurt Hackel3-4/+15
2006-06-26ocfs2: better error handling during assert master messageKurt Hackel1-4/+14
2006-06-26ocfs2: dump lockres info before we BUG() on a bad referenceKurt Hackel1-0/+22
2006-06-26ocfs2: do LVB puts in placeMark Fasheh2-5/+10
2006-06-26ocfs2: mle ref count debuggingKurt Hackel1-9/+20
2006-06-26ocfs2: allow for an assert message during lock masteryKurt Hackel1-1/+2
2006-06-26ocfs2: take mle reference during migrationKurt Hackel1-0/+17
2006-06-26ocfs2: properly initialize the mle structureKurt Hackel1-4/+1
2006-06-26ocfs2: detach mle from heartbeat eventsKurt Hackel1-0/+2
2006-06-26ocfs2: mle ref counting fixesKurt Hackel1-19/+90
2006-06-26ocfs2: better mle debuggingKurt Hackel1-5/+28
2006-06-26ocfs2: clean up recovery related messagesKurt Hackel1-12/+90
2006-06-26ocfs2: handle network errors during recoveryKurt Hackel1-17/+36
2006-06-26ocfs2: only recover one dead node at a timeKurt Hackel1-3/+35
2006-06-26ocfs2: Better tracking for recovery state changesKurt Hackel1-9/+28
2006-06-26ocfs2: Fix empty lvb checkKurt Hackel2-5/+16
2006-06-26ocfs2: fix inverted logic in dlm_is_node_deadKurt Hackel1-1/+1
2006-06-26ocfs2: recheck lockres master before sending an unlock request.Kurt Hackel1-0/+10
2006-06-26ocfs2: add a small delay after a failed migrationKurt Hackel1-2/+5
2006-06-26ocfs2: silence a compile warning in dlm_alloc_pagevec()Mark Fasheh1-2/+2
2006-06-26[PATCH] ocfs2: Alloc at least a page for the DLM hashJoel Becker2-2/+9
2006-06-26ocfs2: allocate lockres hash pages in an arrayDaniel Phillips4-13/+46
2006-06-26ocfs2: inline dlm_lockres_get()Mark Fasheh2-6/+6
2006-06-26[PATCH] Clean up ocfs2 hash probe and make it fasterDaniel Phillips1-15/+14
2006-06-26ocfs2: calculate lockid hash values outside of the spinlockMark Fasheh4-19/+30
2006-06-26ocfs2: move lockres qstr next to hlist_node structureMark Fasheh1-1/+1
2006-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds4-7/+7
2006-06-26[PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman4-4/+0
2006-06-26[PATCH] devfs: Remove devfs_remove() function from the kernel treeGreg Kroah-Hartman2-9/+2
2006-06-26[PATCH] devfs: Remove devfs_mk_cdev() function from the kernel treeGreg Kroah-Hartman1-10/+1
2006-06-26[PATCH] devfs: Remove devfs_mk_bdev() function from the kernel treeGreg Kroah-Hartman1-4/+0
2006-06-26[PATCH] devfs: Remove devfs_mk_dir() function from the kernel treeGreg Kroah-Hartman1-1/+0
2006-06-26[PATCH] devfs: Remove devfs from the partition codeGreg Kroah-Hartman4-162/+5
2006-06-26[PATCH] devfs: Remove devfs from the kernel treeGreg Kroah-Hartman5-2943/+0
2006-06-26Merge branch 'x86-64'Linus Torvalds1-1/+15
2006-06-26[PATCH] x86_64: Add compat_printk and sysctl to turn off compat layer warningsAndi Kleen1-1/+15
2006-06-26Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds1-903/+255
2006-06-26[PATCH] coredump: shutdown current process firstOleg Nesterov1-12/+17
2006-06-26[PATCH] coredump: some code relocationsOleg Nesterov1-30/+40
2006-06-26[PATCH] coredump: don't take tasklist_lockOleg Nesterov1-4/+8
2006-06-26[PATCH] coredump: kill ptrace related stuffOleg Nesterov1-25/+5
2006-06-26[PATCH] coredump: speedup SIGKILL sendingOleg Nesterov1-1/+8
2006-06-26[PATCH] coredump: optimize ->mm users traversalOleg Nesterov1-10/+26
2006-06-26[PATCH] de_thread: fix lockless do_each_threadOleg Nesterov1-2/+1
2006-06-26[PATCH] SELinux: Add sockcreate node to procattr APIEric Paris1-0/+6
2006-06-26[PATCH] cleanup next_tid()Oleg Nesterov1-7/+7
2006-06-26[PATCH] simplify/fix first_tid()Oleg Nesterov1-21/+17
2006-06-26[PATCH] proc: Remove tasklist_lock from proc_task_readdir.Eric W. Biederman1-5/+6
2006-06-26[PATCH] proc: Cleanup proc_fd_access_allowedEric W. Biederman1-20/+6
2006-06-26[PATCH] proc: Use sane permission checks on the /proc/<pid>/fd/ symlinksEric W. Biederman1-95/+29
2006-06-26[PATCH] proc: optimize proc_check_dentry_visibleEric W. Biederman1-13/+16
2006-06-26[PATCH] proc: Use struct pid not struct task_refEric W. Biederman4-12/+11
2006-06-26[PATCH] proc: don't lock task_structs indefinitelyEric W. Biederman4-132/+319
2006-06-26[PATCH] proc: make PROC_NUMBUF the buffer size for holding integers as stringsEric W. Biederman1-16/+15
2006-06-26[PATCH] simply fix first_tgidEric W. Biederman1-15/+13
2006-06-26[PATCH] proc: Remove tasklist_lock from proc_pid_lookup() and proc_task_lookup()Eric W. Biederman1-4/+4
2006-06-26[PATCH] proc: Remove tasklist_lock from proc_pid_readdirEric W. Biederman1-4/+4
2006-06-26[PATCH] proc: refactor reading directories of tasksEric W. Biederman1-105/+163
2006-06-26[PATCH] proc: Close the race of a process dying durning lookupEric W. Biederman1-25/+29
2006-06-26[PATCH] proc: Rewrite the proc dentry flush on exit optimizationEric W. Biederman2-83/+61
2006-06-26[PATCH] proc: Move proc_maps_operations into task_mmu.cEric W. Biederman4-65/+75
2006-06-26[PATCH] proc: Fix the link count for /proc/<pid>/taskEric W. Biederman1-2/+19
2006-06-26[PATCH] proc: Properly filter out files that are not visible to a processEric W. Biederman1-33/+68
2006-06-26[PATCH] proc: Kill proc_mem_inode_operationsEric W. Biederman1-5/+0
2006-06-26[PATCH] proc: Remove bogus proc_task_permissionEric W. Biederman1-63/+0
2006-06-26[PATCH] proc: Replace proc_inode.type with proc_inode.fdEric W. Biederman3-6/+6
2006-06-26[PATCH] proc: Simplify the ownership rules for /procEric W. Biederman1-2/+2
2006-06-26[PATCH] proc: Remove unnecessary and misleading assignments from proc_pid_mak...Eric W. Biederman1-2/+0
2006-06-26[PATCH] proc: Remove useless BKL in proc_pid_readlinkEric W. Biederman1-2/+0
2006-06-26[PATCH] proc: Fix the .. inode number on /proc/<pid>/fdEric W. Biederman1-2/+3
2006-06-26[PATCH] nfsd kconfig: select things at the closest tristate instead of boolHerbert Xu1-6/+6
2006-06-26[PATCH] i4l: Gigaset drivers: add IOCTLs to compat_ioctl.hHansjoerg Lipp1-0/+1
2006-06-26[PATCH] ext3: Add "-o bh" optionBadari Pulavarty1-1/+5
2006-06-26[PATCH] reiserfs: remove reiserfs_aio_write()Alexey Dobriyan1-7/+1
2006-06-26[PATCH] keys: add a way to store the appropriate context for newly-created keysMichael LeMay1-0/+6
2006-06-26[PATCH] fs: use list_move()Akinobu Mita22-76/+38
2006-06-26[PATCH] core: use list_move()Akinobu Mita5-24/+14
2006-06-26[PATCH] use list_add_tail() instead of list_add()Akinobu Mita4-5/+5
2006-06-26spelling fixesAndreas Mohr4-7/+7
2006-06-26[CIFS] Remove calls to to take f_owner.lockIngo Molnar1-9/+0
2006-06-25[OPENPROMFS]: Rewrite using in-kernel device tree and seq_file.David S. Miller1-903/+255
2006-06-26[CIFS] remove some redundant null pointer checksSteve French1-30/+15
2006-06-25[PATCH] uclinux: use PER_LINUX_32BIT in binfmt_flatMalcolm Parsons1-1/+1
2006-06-25[PATCH] xfs: update ->flush method protoAlexey Dobriyan1-1/+2
2006-06-25Fix NFS2 compile errorLinus Torvalds1-2/+0
2006-06-25Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds40-1464/+2911
2006-06-25Merge master.kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvbLinus Torvalds1-33/+0
2006-06-25[PATCH] remove unlikely(sb) in prune_dcacheHua Zhong1-1/+1
2006-06-25[PATCH] ext2: cleanup: put_page and comment fixEvgeniy Dushistov2-3/+2
2006-06-25[PATCH] Implement AT_SYMLINK_FOLLOW flag for linkatUlrich Drepper1-2/+4
2006-06-25[PATCH] fs: sys_poll with timeout -1 bug fixFrode Isaksen1-2/+5
2006-06-25[PATCH] fix %s in affs_fill_super()Al Viro1-5/+7
2006-06-25[PATCH] kthread: convert smbiodSerge E. Hallyn1-9/+17
2006-06-25[PATCH] Remove needless checks in fs/9p/vfs_inode.cEric Sesterhenn1-6/+0
2006-06-25[PATCH] fuse: scramble lock owner IDMiklos Szeredi3-9/+25