aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2006-03-17[PATCH] v9fs: fix overzealous dropping of dentry which breaks dcacheEric Van Hensbergen1-1/+0
2006-03-15[PATCH] Fix ext2 readdir f_pos re-validation logicAl Viro1-16/+12
2006-03-15[PATCH] fs/namespace.c:dup_namespace(): fix a use after freeAdrian Bunk1-3/+2
2006-03-14[PATCH] page migration: fail if page is in a vma flagged VM_LOCKEDChristoph Lameter1-2/+4
2006-03-14Merge git://oss.sgi.com:8090/oss/git/rc-fixesLinus Torvalds1-9/+12
2006-03-15Fix a direct I/O locking issue revealed by the new mutex code.Nathan Scott1-9/+12
2006-03-14[PATCH] JFS: Take logsync lock before testing mp->lsnDave Kleikamp2-9/+4
2006-03-14[PATCH] NLM: Ensure we do not Oops in the case of an unlockTrond Myklebust1-2/+7
2006-03-14[PATCH] NFSv4: fix mount segfault on errors returned that are < -1000Trond Myklebust1-1/+1
2006-03-14[PATCH] NFS: Fix a potential panic in O_DIRECTTrond Myklebust1-0/+10
2006-03-11[PATCH] ext3: fix nobh mode for chattr +j inodesBadari Pulavarty1-9/+8
2006-03-11[PATCH] ext3: ext3_symlink should use GFP_NOFS allocations insideKirill Korotaev2-3/+13
2006-03-09[PATCH] mtd: 64 bit fixesAtsushi Nemoto2-2/+3
2006-03-08[NET] compat ifconf: fix limitsRandy Dunlap1-1/+1
2006-03-08[PATCH] v9fs: fix for access to unitialized variables or freed memoryLatchesar Ionkov4-7/+4
2006-03-08[PATCH] s390: dasd partition detectionHorst Hummel1-6/+10
2006-03-08[PATCH] jffs2: avoid divide-by-zeroDavid Woodhouse1-1/+1
2006-03-08[PATCH] fix file countingDipankar Sarma2-33/+56
2006-03-08[PATCH] udf: fix uid/gid options and add uid/gid=ignore and forget optionsPhillip Susi3-5/+33
2006-03-08Mark the pipe file operations staticLinus Torvalds1-3/+3
2006-03-07Simplify fifo_open() locking logicLinus Torvalds1-6/+1
2006-03-06[PATCH] smaps: shared fixNick Piggin1-5/+4
2006-03-06[PATCH] smaps: hugepages fixNick Piggin1-1/+1
2006-03-06[PATCH] ramfs needs to update directory m/ctime on symlinkPeter Staubach1-0/+1
2006-03-06[PATCH] cramfs mounts provide corrupted content since 2.6.15Dave Johnson1-31/+29
2006-03-05[CIFS] Always match oplock break (cache notification) to the right tcpSteve French3-4/+4
2006-03-02[PATCH] reiserfs: fix unaligned bitmap usageJeff Mahoney1-4/+4
2006-03-02[PATCH] reiserfs: do not check if unsigned < 0Vladimir V. Saveliev3-15/+10
2006-03-02[PATCH] v9fs: simplify fid mappingEric Van Hensbergen4-126/+15
2006-03-02[PATCH] v9fs: fix bug in atomic create open fixEric Van Hensbergen1-2/+5
2006-03-02[PATCH] v9fs: fix atomic create openLatchesar Ionkov6-296/+379
2006-03-01[PATCH] ocfs2: use hlists for lockres hashMark Fasheh5-45/+41
2006-03-01[PATCH] ocfs2: added source addr to bind() in o2net_start_connect()Sunil Mushran1-2/+12
2006-03-01ocfs2: Respond to on-disk corruption in the extent map code.Joel Becker1-2/+36
2006-03-01ocfs2: Set .owner on masklog sysfs attributes.Joel Becker1-0/+1
2006-03-01[PATCH] ocfs2: fix orphan recovery deadlockMark Fasheh5-32/+154
2006-03-01[PATCH] ocfs2: complete failure recovery for nodemanager initJeff Mahoney1-1/+3
2006-03-01[PATCH] ocfs2: remove non existing function prototypesMark Fasheh1-5/+0
2006-03-01[PATCH] ocfs2: remove unused codeMark Fasheh2-53/+1
2006-03-01[PATCH] ocfs2: remove pointless max journal size limitMark Fasheh1-1/+0
2006-03-01[PATCH] ocfs2: fix -Wformat warnings when building UML on x86-64Jeff Mahoney1-1/+1
2006-02-28[PATCH] Add mm->task_size and fix powerpc vdsoBenjamin Herrenschmidt1-0/+6
2006-02-28[PATCH] fuse: fix bug in negative lookupMiklos Szeredi1-2/+8
2006-02-28[XFS] Don't map non-uptodate buffers in xfs_probe_cluster; also fixesEric Sandeen1-1/+1
2006-02-28[XFS] Reduce stack use during quota mounts (caused a panic). ThisNathan Scott1-6/+5
2006-02-28[XFS] Fix a realtime allocator regression introduced by an old iget raceNathan Scott1-15/+14
2006-02-26[PATCH] x86_64: Fix ioctl compat code for /dev/rtcAndi Kleen1-11/+2
2006-02-26[PATCH] x86_64: Check for bad elf entry address.Suresh Siddha1-0/+5
2006-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6Linus Torvalds11-137/+256
2006-02-24[PATCH] ramfs: update dir mtime and ctimeAndrew Morton1-0/+2
2006-02-24[PATCH] flags parameter for linkatUlrich Drepper1-2/+6
2006-02-24NTFS: Do more detailed reporting of why we cannot mount read-write byAnton Altaparmakov5-29/+47
2006-02-24NTFS: Implement support for sector sizes above 512 bytes (up to the maximumAnton Altaparmakov5-70/+121
2006-02-24Merge ../ntfs-2.6-develAnton Altaparmakov1-1/+1
2006-02-24NTFS: - Cope with attribute list attribute having invalid flags.Anton Altaparmakov3-26/+76
2006-02-24Merge branch 'master' of /home/src/linux-2.6/Anton Altaparmakov105-995/+1525
2006-02-22[PATCH] CIFS: CIFSSMBRead was returning an invalid pointer in buf on socket e...Steve French2-7/+8
2006-02-22Revert mount/umount uevent removalGreg Kroah-Hartman1-1/+14
2006-02-20Merge branch 'fixes.b8' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2-12/+9
2006-02-20[PATCH] v9fs: update documentation and fix debug flagEric Van Hensbergen1-1/+1
2006-02-18[PATCH] fix handling of st_nlink on procfs rootAl Viro2-12/+9
2006-02-17[PATCH] select: time comparison fixesAndrew Morton2-6/+6
2006-02-17[PATCH] fuse: fix bug in aborted fuse_release_end()Miklos Szeredi2-3/+14
2006-02-17[PATCH] fix deadlock in ext2Peter Staubach1-2/+4
2006-02-16[PATCH] ocfs2: detach from heartbeat events before freeing mleKurt Hackel1-1/+6
2006-02-16[PATCH] ocfs2: only checkpoint journal when asked toMark Fasheh2-6/+3
2006-02-16[PATCH] ocfs2: manually grant remote recovery lockKurt Hackel1-0/+11
2006-02-16[PATCH] ocfs2: add dlm_wait_for_node_deathKurt Hackel4-1/+40
2006-02-16[PATCH] ocfs2: fix release of ast never reservedKurt Hackel1-3/+4
2006-02-16[PATCH] ocfs2: recheck recovery state after getting lockKurt Hackel1-0/+24
2006-02-15[PATCH] fix zap_thread's ptrace related problemsOleg Nesterov1-1/+1
2006-02-14[PATCH] CIFS: fix cifs_user_read oops when null SMB response on forcedirectio...Steve French1-6/+8
2006-02-14[PATCH] NLM: Fix the NLM_GRANTED callback checksTrond Myklebust3-12/+19
2006-02-14[PATCH] jbd: revert checkpoint list changesMark Fasheh2-243/+178
2006-02-13[PATCH] reiserfs: fix potential (unlikely) oops in reiserfs_get_aclJeff Mahoney1-1/+2
2006-02-12[PATCH] reiserfs: disable automatic enabling of reiserfs inode attributesJeff Mahoney1-2/+0
2006-02-11[PATCH] select: fix returned timevalAndrew Morton2-21/+48
2006-02-11[PATCH] fstatat64 supportUlrich Drepper1-0/+22
2006-02-08[PATCH] compat_ioctl __user annotationsAl Viro1-4/+4
2006-02-07[PATCH] umount_tree() decrements mount count on wrong dentryAl Viro1-1/+1
2006-02-07[PATCH] nfsroot port= parameter fix [backport of 2.4 fix]Al Viro1-1/+2
2006-02-07[PATCH] fix __user annotations in fs/select.cAl Viro1-2/+2
2006-02-07[PATCH] remove bogus asm/bug.h includes.Al Viro1-1/+0
2006-02-07Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds1-3/+3
2006-02-07Merge git://oss.sgi.com:8090/oss/git/rc-fixes-xfs-2.6Linus Torvalds2-1/+4
2006-02-07[PATCH] unshare system call -v5: unshare namespaceJANAK DESAI1-20/+36
2006-02-07[PATCH] More informative message on umount failureDave Jones1-2/+3
2006-02-07[PATCH] inotify: fix one-shot supportRobert Love1-1/+1
2006-02-07[PATCH] Fix do_path_lookup() to add the check for error in link_path_walk()Suzuki1-2/+4
2006-02-07[PATCH] knfsd: fix nfs4_open lock leakJ. Bruce Fields1-2/+4
2006-02-07[XFS] Fix missing inode atime update from the utime syscall.Nathan Scott1-0/+2
2006-02-07[XFS] Account for the page we just wrote when we detect congestion duringDavid Chinner1-1/+2
2006-02-06[PATCH] debugfs: trivial comment fixVincent Hanquez1-3/+3
2006-02-05NTFS: We have struct kmem_cache now so use it instead of the typedef.Pekka Enberg2-11/+11
2006-02-05[PATCH] namei.c: unlock missing in error caseUlrich Drepper1-16/+16
2006-02-05[PATCH] VFS: Ensure LOOKUP_CONTINUE flag is preserved by link_path_walk()Trond Myklebust1-2/+3
2006-02-05[PATCH] jbd: fix transaction batchingAndrew Morton1-1/+9
2006-02-05[PATCH] fuse: fix request_end() vs fuse_reset_request() raceMiklos Szeredi1-11/+29
2006-02-05[PATCH] percpu data: only iterate over possible CPUsEric Dumazet1-2/+1
2006-02-03Merge branch 'upstream-linus' of git://oss.oracle.com/home/sourcebo/git/ocfs2Linus Torvalds26-156/+501
2006-02-03[PATCH] ocfs2: don't wait on recovery when locking journalMark Fasheh1-1/+5
2006-02-03[PATCH] BUG_ON() Conversion in fs/configfs/Eric Sesterhenn / snakebyte2-4/+2
2006-02-03configfs: Add permission and ownership to configfs objects.Joel Becker6-36/+176
2006-02-03[PATCH] ocfs2: fix compile warningsMark Fasheh3-13/+18
2006-02-03[PATCH] BUG_ON() Conversion in fs/ocfs2/Eric Sesterhenn / snakebyte4-20/+11
2006-02-03[PATCH] fs/ocfs2/dlm/dlmrecovery.c must #include <linux/delay.h>Adrian Bunk1-0/+1
2006-02-03[PATCH] ocfs2: Semaphore to mutex conversion.Arjan van de Ven3-9/+10
2006-02-03[PATCH] ocfs2/dlm: fixesKurt Hackel5-49/+256
2006-02-03[OCFS2] Make ip_io_sem a mutexMark Fasheh6-18/+18
2006-02-03[PATCH] ocfs2/dlm: fix compilation on ia64Jeff Mahoney1-1/+1
2006-02-03[PATCH] OCFS2: __init / __exit problemAdrian Bunk3-3/+3
2006-02-03o Remove confusing Kconfig text for CONFIGFS_FS.Joel Becker1-2/+0
2006-02-03[PATCH] UDF: Fix issues reported by Coverity in namei.cJayachandran C1-2/+2
2006-02-03[PATCH] coverity: udf/balloc.c null deref fixKAMBAROV, ZAUR1-4/+3
2006-02-03[PATCH] debugfs: hard link count wrongVincent Hanquez1-0/+1
2006-02-03[PATCH] fat: Fix truncate() write orderingOGAWA Hirofumi1-27/+23
2006-02-03[PATCH] Trivial optimization of ll_rw_block()OGAWA Hirofumi1-2/+2
2006-02-03[PATCH] fat: Replace an own implementation with ll_rw_block(SWRITE,)OGAWA Hirofumi1-12/+2
2006-02-03[PATCH] quota: fix error code for ext2_new_inode()Herbert Poetzl1-1/+1
2006-02-03[PATCH] fcntl F_SETFL and read-only IS_APPEND filesdean gaudet1-2/+5
2006-02-03[PATCH] fix O_DIRECT read of last block in a sparse fileJeff Moyer1-1/+8
2006-02-03[PATCH] ext2: print xip mount option in ext2_show_optionsCarsten Otte1-0/+5
2006-02-03[PATCH] disable per cpu intr in /proc/statschwab@suse.de1-1/+1
2006-02-03[PATCH] v9fs: fix corner cases when flushing requestLatchesar Ionkov1-4/+11
2006-02-03[PATCH] v9fs: v9fs_put_str fixLatchesar Ionkov1-9/+19
2006-02-03[PATCH] v9fs: symlink support fixesLatchesar Ionkov1-3/+3
2006-02-03[PATCH] fs/jffs/intrep.c: 255 is unsigned charFelix Oxley1-1/+1
2006-02-03[PATCH] Fix two ext[23] uninitialized warningsAndreas Gruenbacher2-2/+2
2006-02-03[PATCH] make "struct d_cookie" depend on CONFIG_PROFILINGMarcelo Tosatti1-0/+2
2006-02-03[PATCH] ufs: fix hang during `rm'Evgeniy Dushistov2-57/+17
2006-02-03[PATCH] ufs: fix oops with `ufs1' typeEvgeniy Dushistov1-4/+6
2006-02-03[PATCH] quota_v2: printk warning fixesAndrew Morton1-1/+1
2006-02-03[PATCH] someone broke reiserfs V3 mount options, this fixes itVitaly Fertman1-1/+1
2006-02-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Trond Myklebust4-9/+23
2006-02-01[PATCH] compat: fix compat_sys_openat and friendsStephen Rothwell1-6/+6
2006-02-01Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French26-296/+337
2006-02-01NFSv3: fix sync_retry in direct i/o NFSDirk Mueller1-1/+1
2006-02-01NLM: Ensure that nlmclnt_cancel_callback() doesn't loop foreverTrond Myklebust1-0/+4
2006-02-01NLM: Fix arguments to NLM_CANCEL callTrond Myklebust1-3/+4
2006-02-01[PATCH] DocBook: fix some kernel-doc comments in fs and blockMartin Waitz2-1/+3
2006-02-01[PATCH] reiserfs: reiserfs: check for files > 2GB on 3.5.x disksJeff Mahoney1-0/+17
2006-02-01[PATCH] reiserfs: reiserfs fix journal accounting in journal_transaction_shou...Chris Mason1-0/+3
2006-02-01[PATCH] reiserfs: reiserfs write_ordered_buffers should not oops on dirty non...Chris Mason1-2/+13
2006-02-01[PATCH] reiserfs: reiserfs hang and performance fix for data=journal modeChris Mason2-5/+21
2006-02-01[PATCH] reiserfs: zero b_private when allocating buffer headsChris Mason1-0/+1
2006-02-01[PATCH] resierfs: fix reiserfs_invalidatepage race against data=orderedChris Mason2-1/+16
2006-02-01[PATCH] reiserfs: use generic_permissionChristoph Hellwig1-77/+26
2006-02-01[PATCH] reiserfs: remove reiserfs_permission_lockedChristoph Hellwig1-22/+8
2006-02-01[PATCH] reiserfs: missing kmalloc failure checkDiego Calleja1-0/+2
2006-02-01[PATCH] reiserfs: use __GFP_NOFAIL instead of yield and retry loop for alloca...Pekka Enberg1-6/+2
2006-02-01[PATCH] reiserfs: remove kmalloc wrapperPekka Enberg7-137/+49
2006-02-01[PATCH] Direct Migration V9: Avoid writeback / page_migrate() methodChristoph Lameter5-0/+66
2006-02-01[PATCH] mm: hugepage accounting fixHugh Dickins1-2/+2
2006-02-01[PATCH] Mark CONFIG_UFS_FS_WRITE as BROKENAlexey Dobriyan1-1/+1
2006-02-01[PATCH] compat_sys_pselect7() fixAndrew Morton1-1/+1
2006-02-01[PATCH] fuse: fix async read for legacy filesystemsMiklos Szeredi3-4/+22
2006-02-01[PATCH] smbfs readdir vs signal fixAndrew Morton1-1/+4
2006-02-01[PATCH] knfsd: Restore recently broken ACL functionality to NFS serverAndreas Gruenbacher1-27/+49
2006-01-31Merge git://oss.sgi.com:8090/oss/git/xfs-2.6Linus Torvalds2-18/+39
2006-02-01[XFS] Fix regression in xfs_buf_rele dealing with non-hashed buffers, asNathan Scott1-0/+7
2006-02-01[XFS] Interim solution for attribute insertion failure during fileYingping Lu1-18/+32
2006-01-31[BLOCK] A few kerneldoc fixupsJens Axboe1-0/+1
2006-01-27[CIFS] Remove compiler warningSteve French1-1/+2
2006-01-27Signed-off-by: Steve French <sfrench@us.ibm.com>Steve French1-1/+7
2006-01-24[CIFS] Make cifs default wsize match what we actually want to send (52KSteve French1-1/+9
2006-01-23Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French1-2/+2
2006-01-23[CIFS] Do not zero non-existent iovec in SendReceive response processing.Steve French1-1/+0
2006-01-19[PATCH] Fix regression added by ppoll/pselect code.David S. Miller1-2/+2
2006-01-19Merge branch 'master' of /usr/src/ntfs-2.6/Anton Altaparmakov492-8654/+57741
2006-01-18Merge master.kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds21-183/+729
2006-01-18[PATCH] EDAC: atomic scrub operationsAlan Cox1-0/+1
2006-01-18[PATCH] Add pselect/ppoll system call implementationDavid Woodhouse2-94/+514
2006-01-18[PATCH] vfs: *at functions: coreUlrich Drepper5-71/+300
2006-01-18[PATCH] exportfs: add find_acceptable_alias helperChristoph Hellwig1-43/+36
2006-01-18[PATCH] knfsd: Provide missing NFSv2 part of patch for checking vfs_getattr.David Shaw1-7/+30
2006-01-18[PATCH] knfsd: Fix some more errno/nfserr confusion in vfs.cNeilBrown1-11/+6
2006-01-18[PATCH] nfsd4_lock() returns bogus values to clientsAl Viro1-0/+3
2006-01-18[PATCH] NFSERR_SERVERFAULT returned host-endianAl Viro1-2/+2
2006-01-18[PATCH] nfsd4_truncate() bogus return valueAl Viro1-1/+1
2006-01-18[PATCH] nfsd/vfs.c: endianness fixesAl Viro1-3/+3
2006-01-18[PATCH] nfsd4: clean up settattr codeFred Isaman1-9/+1
2006-01-18[PATCH] nfsd4: Fix bug in rdattr_error returnFred Isaman1-2/+3
2006-01-18[PATCH] nfsd4: fix open_downgradeJ. Bruce Fields1-11/+11
2006-01-18[PATCH] nfsd4: don't create on open that fails due to ERR_GRACEJ. Bruce Fields2-6/+8
2006-01-18[PATCH] nfsd4: simplify process-open1 logicJ. Bruce Fields1-64/+35
2006-01-18[PATCH] nfsd4: nfs4state.c miscellaneous goto removalsJ. Bruce Fields1-19/+14
2006-01-18[PATCH] nfsd4: no replays on unconfirmed ownersJ. Bruce Fields1-13/+11
2006-01-18[PATCH] nfsd4: handle replays of failed open reclaimsJ. Bruce Fields1-0/+2
2006-01-18[PATCH] nfsd4: recovery lookup dir checkJ. Bruce Fields1-3/+4
2006-01-18[PATCH] nfsd4: fix open of recovery directoryJ. Bruce Fields1-2/+1
2006-01-18[PATCH] nfsd4: operation debuggingJ. Bruce Fields1-0/+2
2006-01-18[PATCH] nfsd4: fix check_for_locksJ. Bruce Fields1-1/+2
2006-01-18[PATCH] nfsd4: remove release_state_owner()J. Bruce Fields1-22/+9
2006-01-18[PATCH] nfsd4: rename lk_stateownerJ. Bruce Fields2-11/+10
2006-01-18[PATCH] nfsd4: fix nfsd4_lock cleanup on failureJ. Bruce Fields1-14/+4
2006-01-18[PATCH] nfsd4: misc lock fixesAndy Adamson1-9/+5
2006-01-18[PATCH] nfsd: remove inline from a couple of large NFS functionsNeilBrown1-2/+2
2006-01-18[PATCH] nfsd: check error status from nfsd_sync_dirYAMAMOTO Takashi1-36/+44
2006-01-18[PATCH] hfs: set type/creator for symlinksRoman Zippel2-2/+10
2006-01-18[PATCH] hfs: set correct create date for linksRoman Zippel2-12/+22