aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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-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
2006-06-25[PATCH] fuse: add request interruptionMiklos Szeredi4-27/+155
2006-06-25[PATCH] fuse: rename the interrupted flagMiklos Szeredi2-22/+21
2006-06-25[PATCH] fuse: ensure FLUSH reaches userspaceMiklos Szeredi3-14/+99
2006-06-25[PATCH] fuse: add POSIX file locking supportMiklos Szeredi3-2/+154
2006-06-25[PATCH] fuse: add control filesystemMiklos Szeredi5-106/+310
2006-06-25[PATCH] fuse: no backgrounding on interruptMiklos Szeredi5-219/+106
2006-06-25[PATCH] autofs4: need to invalidate children on tree mount expireIan Kent1-0/+6
2006-06-25[PATCH] ftruncate does not always update m/ctimePeter Staubach1-1/+1
2006-06-25[PATCH] ext3: cleanup dead code in ext3_add_entry()Johann Lombardi1-3/+1
2006-06-25[PATCH] 9pfs: missing result check in v9fs_vfs_readlink() and v9fs_vfs_link()Florin Malita1-0/+6
2006-06-25[PATCH] epoll: use unlocked wqueue operationsDavide Libenzi1-7/+10
2006-06-25[PATCH] Make EXT2_DEBUG work againValerie Henson5-37/+24
2006-06-25[PATCH] Make procfs obligatory except under CONFIG_EMBEDDEDH. Peter Anvin1-1/+2
2006-06-25[PATCH] ext3_fsblk_t: the rest of in-kernel filesystem blocks conversionMingming Cao6-82/+82
2006-06-25[PATCH] ext3_fsblk_t: filesystem, group blocks and bug fixesMingming Cao6-141/+158
2006-06-25[PATCH] Prepare for __copy_from_user_inatomic to not zero missed bytesNeilBrown1-12/+14
2006-06-25[PATCH] ext3: remove inconsistent space before exclamation point in mount codeTheodore Ts'o1-1/+1
2006-06-25[PATCH] ext3: fix memory leak when the journal file is corruptedTheodore Ts'o1-0/+1
2006-06-25[PATCH] ext2: clean up dead code from mount codeTheodore Ts'o1-1/+0
2006-06-25[PATCH] Avoid disk sector_t overflow for >2TB ext3 filesystemMingming Cao2-0/+20
2006-06-25[PATCH] openpromfs: factorize outJan Engelhardt1-5/+10
2006-06-25[PATCH] openpromfs: remove unnecessary castsJan Engelhardt1-12/+12
2006-06-25[PATCH] openpromfs: fix missing NULJan Engelhardt1-2/+3
2006-06-25[PATCH] fs/ufs/inode.c: make 2 functions staticAdrian Bunk1-3/+6
2006-06-25[PATCH] ufs: ubh_ll_rw_block cleanupEvgeniy Dushistov5-14/+13
2006-06-25[PATCH] ufs: make fsck -f happyEvgeniy Dushistov4-56/+126
2006-06-25[PATCH] ufs: fsync implementationEvgeniy Dushistov1-0/+21
2006-06-25[PATCH] ufs: one way to access super blockEvgeniy Dushistov2-148/+121
2006-06-25[PATCH] ufs: missed brelse and wrong baseblkEvgeniy Dushistov2-7/+6
2006-06-25[PATCH] ufs: printk warning fixesAndrew Morton1-3/+3
2006-06-25[PATCH] ufs: zero metadataEvgeniy Dushistov1-40/+76
2006-06-25[PATCH] ufs: unlock_super without lockEvgeniy Dushistov1-4/+5
2006-06-25[PATCH] ufs: i_blocks wrong countEvgeniy Dushistov2-16/+12
2006-06-25[PATCH] ufs: little directory lookup optimizationEvgeniy Dushistov3-5/+7
2006-06-25[PATCH] ufs: easy debugEvgeniy Dushistov10-217/+155
2006-06-25[PATCH] ufs: Unmark CONFIG_UFS_FS_WRITE as BROKENEvgeniy Dushistov1-1/+1
2006-06-25[PATCH] ufs: not usual amounts of fragments per blockEvgeniy Dushistov2-71/+87
2006-06-25[PATCH] ufs: wrong type castEvgeniy Dushistov6-84/+90
2006-06-25[PATCH] ufs: directory and page cache: from blocks to pagesEvgeniy Dushistov2-504/+547
2006-06-25[PATCH] ufs: directory and page cache: install aopsEvgeniy Dushistov2-34/+25
2006-06-25[PATCH] ufs: change block number on the flyEvgeniy Dushistov2-43/+138
2006-06-25[PATCH] ufs: right block allocationEvgeniy Dushistov2-27/+18
2006-06-25[PATCH] ufs: ufs_trunc_indirect: infinite cycleEvgeniy Dushistov3-47/+21
2006-06-25[PATCH] fs/freevxfs: cleanup of spelling errorsCliff Wickman2-8/+8
2006-06-25[CIFS] Fix compile warning when CONFIG_CIFS_EXPERIMENTAL is offSteve French2-4/+0
2006-06-25Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French260-9509/+9074
2006-06-25nfs: remove nfs_put_link()Alexey Dobriyan1-10/+1
2006-06-25nfs-build-fix-99Andrew Morton1-0/+4