aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2005-04-03[PATCH] non-portable include in codaAlexander Viro1-1/+0
2005-04-03[PATCH] kfree() NULL pointer cleanups - no need to check - fs/ext3/Jesper Juhl2-12/+6
2005-04-03[PATCH] ext3: move goal logical block into block allocation info structureMingming Cao5-51/+69
2005-04-03[PATCH] ext3: reservation info cleanup: remove rsv_seqlockMingming Cao3-24/+15
2005-04-03[PATCH] ext3: dynamic allocation of block reservation infoMingming Cao5-23/+65
2005-03-31[NET]: Remove i_sockMatthew Wilcox1-1/+0
2005-03-30[PATCH] nfsd4: fix indentation in nfsd4_openNeil Brown1-12/+12
2005-03-30[PATCH] nfsd4: fix open returns for other claim typesNeil Brown1-11/+21
2005-03-30[PATCH] nfsd4: remove trailing whitespace from nfs4proc.cNeil Brown1-5/+5
2005-03-30[PATCH] nfsd4: rename release_delegationNeil Brown1-10/+6
2005-03-30[PATCH] nfsd4: acl error fixNeil Brown3-3/+12
2005-03-30[PATCH] nfsd4: acl don't set named attrsNeil Brown1-3/+4
2005-03-30[PATCH] nfsd4: don't set WRITE_OWNER in either allow or deny bitsNeil Brown1-1/+4
2005-03-30[PATCH] nfsd4_remove_unused_acl_functionNeil Brown1-27/+0
2005-03-30[PATCH] nfsd4: fix failure to truncate on some opensNeil Brown1-14/+15
2005-03-30[PATCH] nfsd4: factor out common open_truncate codeNeil Brown1-23/+23
2005-03-30[PATCH] nfsd4: allow read on open for writeNeil Brown1-1/+2
2005-03-30[PATCH] nfsd4: fix use after put() in cb_recallNeil Brown1-1/+1
2005-03-30[PATCH] nfsd4: remove unneeded stateowner argumentsNeil Brown1-5/+6
2005-03-30[PATCH] nfsd4: fix share conflict testsNeil Brown1-5/+3
2005-03-30[PATCH] iput() can sleepRobert Love1-3/+4
2005-03-30[PATCH] uml: fix hostfs special perm handlingPaolo \'Blaisorblade\' Giarrusso1-7/+13
2005-03-30[PATCH] BDI: Provide backing device capability information [try #3]David Howells5-6/+8
2005-03-30[PATCH] NFS: Fix typo in access caching codeTrond Myklebust1-1/+1
2005-03-28Merge bk://linux.bkbits.net/linux-2.5Steve French50-333/+3527
2005-03-28[CIFS] Return inode numbers (from server) more consistently on lookup and rea...Steve French4-21/+107
2005-03-28Merge whitespace and __nocast changesLinus Torvalds46-322/+3515
2005-03-28[PATCH] ext3: fix journal_unmap_buffer raceStephen C. Tweedie1-3/+3
2005-03-28[PATCH] ext3 writeback "nobh" optionBadari Pulavarty2-5/+51
2005-03-28[PATCH] ext3 writepages support for writeback modeBadari Pulavarty2-1/+57
2005-03-28[PATCH] ext3/jbd race: releasing in-use journal_headsStephen C. Tweedie3-9/+21
2005-03-28[PATCH] hfs: unicode decompose supportRoman Zippel4-22/+3013
2005-03-28[PATCH] hfs: add nls supportRoman Zippel7-69/+102
2005-03-28[PATCH] hfs: use parse library for mount optionsRoman Zippel2-112/+148
2005-03-28[PATCH] hfs: fix sign problem in hfs_ext_keycmpRoman Zippel1-16/+15
2005-03-28[PATCH] hfs: more bnode error checksRoman Zippel2-0/+24
2005-03-28[PATCH] hfs: fix umask behaviourRoman Zippel2-7/+13
2005-03-28[PATCH] hfs: free page buffers in releasepageRoman Zippel2-14/+2
2005-03-28[PATCH] fs/attr.c: fix check after useAdrian Bunk1-2/+5
2005-03-28[PATCH] fs/hpfs/*: fix HPFS support under 64-bit kernelrelf@os2.ru2-7/+9
2005-03-28[PATCH] module parameter fixesMagnus Damm1-1/+1
2005-03-28[PATCH] nlm: fix f_count leakNeil Brown1-1/+0
2005-03-28[PATCH] FAT: Fix msdos ->[ac]{date,time}Hirofumi Ogawa1-2/+4
2005-03-28[PATCH] FAT: set MS_NOATIME to msdosHirofumi Ogawa2-1/+3
2005-03-28[PATCH] ext2/3 file limits to avoid overflowing i_blocksStephen C. Tweedie2-4/+16
2005-03-28[PATCH] pipe: save one pipe pagePrasanna Meda1-8/+10
2005-03-28[PATCH] Can't unmount bad inodeMiklos Szeredi1-12/+2
2005-03-28[PATCH] uml: factor out common code in user-obj handlingPaolo \'Blaisorblade\' Giarrusso1-8/+2
2005-03-28[PATCH] Uml: little build fixesPaolo \'Blaisorblade\' Giarrusso1-10/+0
2005-03-28[PATCH] swsusp: Add missing refrigerator callsPavel Machek3-0/+5
2005-03-28[PATCH] slab shrinkers: use vfs_cache_pressureAndrew Morton3-8/+7
2005-03-28[PATCH] mm counter operations through macrosChristoph Lameter8-10/+12
2005-03-28Mark "gfp" masks as "unsigned int" and use __nocast to find violations.Linus Torvalds5-11/+12
2005-03-27[CIFS] various code formatting cleanupSteve French1-323/+334
2005-03-27Merge bk://linux.bkbits.net/linux-2.5Steve French70-1253/+1298
2005-03-25[PATCH] Sun-3/3x: Enable Sun partition tables support by defaultGeert Uytterhoeven1-1/+1
2005-03-25Merge http://oss.sgi.com:8090/xfs-linux-2.6Linus Torvalds9-38/+41
2005-03-25Merge bk://kernel.bkbits.net/gregkh/linux/merge-2.6Linus Torvalds3-13/+22
2005-03-25Merge suse.de:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman3-13/+22
2005-03-25merge mainline with 2.6.11.6 and 2.6.11.5Greg Kroah-Hartman4-13/+27
2005-03-25[PATCH] Potential DOS in load_elf_libraryAndrew Morton1-13/+17
2005-03-25[PATCH] Suspected information leak (mem pages) in ext2mlafon@arkoon.net1-0/+1
2005-03-25[PATCH] isofs: more defensive checks against corrupt isofs imagesChris Wright1-0/+4
2005-03-25[PATCH] isofs: more "corrupted iso image" error casesLinus Torvalds1-0/+5
2005-03-25[PATCH] isofs: Handle corupted rock-ridge info slightly betterLinus Torvalds1-7/+14
2005-03-25[CIFS] cleanup unnecessary casts, and redundant null pointer checksSteve French2-34/+42
2005-03-25[CIFS] add generic readv/writev and aio support.Steve French6-66/+62
2005-03-24[CIFS] Check if cifs demultiplex thread valid (not exited, or exiting) before...Steve French1-1/+2
2005-03-24[CIFS] Display pool sizes in cifs statsSteve French3-6/+7
2005-03-23Merge bk://linux.bkbits.net/linux-2.5Dave Kleikamp6-25/+19
2005-03-23JFS: remove aops from directory inodesDave Kleikamp2-13/+3
2005-03-23JFS: Don't allow xtLookup to run against directory with inline dataDave Kleikamp4-12/+13
2005-03-22[CIFS] clean up source code formattingSteve French4-6/+16
2005-03-22[CIFS] whitespace/formatting cleanupSteve French1-21/+17
2005-03-22[XFS] Make trivial extension to sync flag to implement dirsync,Nathan Scott6-7/+15
2005-03-22[XFS] Fix sync mount option to also do metadata updates synchronously.Nathan Scott1-0/+2
2005-03-21[CIFS] Fix NT4 attribute settingSteve French3-12/+31
2005-03-21[CIFS] add new retry on failure to legacy servers such as NT4 of delete of re...Steve French5-62/+85
2005-03-20[CIFS] streamlining cifs open with various helper functionsSteve French1-80/+106
2005-03-19[CIFS] code cleanup, rearranging of large functionSteve French1-104/+118
2005-03-19Merge sgi.com:/source2/linux-2.6 into sgi.com:/source2/xfs-linux-2.6Nathan Scott7-18/+43
2005-03-18[CIFS] remove redundant null pointer checks before kfreesSteve French1-12/+6
2005-03-18[CIFS] whitespace cleanups and source formatting improvementsSteve French1-125/+169
2005-03-18[CIFS] remove sparse warningsSteve French1-0/+7
2005-03-18[CIFS] handle passwords with multiple commas in themSteve French2-9/+26
2005-03-17Merge bk://linux.bkbits.net/linux-2.5Steve French7-18/+43
2005-03-16umount: avoid racy block-size setLinus Torvalds1-1/+1
2005-03-16isofs: more "corrupted iso image" error casesLinus Torvalds1-0/+5
2005-03-17Merge sgi.com:/source2/linux-2.6 into sgi.com:/source2/xfs-linux-2.6Nathan Scott59-1207/+1239
2005-03-16MergeLinus Torvalds2-5/+15
2005-03-17[XFS] Provide a mechanism for reporting ihashsize defaults viaNathan Scott3-8/+13
2005-03-17[XFS] Further improvements to the default XFS inode hash table sizingNathan Scott1-4/+7
2005-03-16Merge jfs@jfs.bkbits.net:linux-2.5Dave Kleikamp2-3/+6
2005-03-16JFS: Fix hang caused by race waking commit threadsDave Kleikamp1-1/+3
2005-03-16isofs: Handle corupted rock-ridge info slightly better.Linus Torvalds1-7/+14
2005-03-15[PATCH] NFS: Ensure that dirty pages are written with the right creds.Trond Myklebust1-0/+3
2005-03-15[PATCH] fs/proc/base.c - fix sparse errorsBen Dooks1-4/+4
2005-03-15[PATCH] use strncpy in get_task_commPrasanna Meda1-1/+1
2005-03-14[PATCH] use strncpy in get_task_commAndrew Morton1-1/+1
2005-03-14JFS: Don't clobber wait_queue_head while there are waitors on itDave Kleikamp1-2/+3
2005-03-13[CIFS] whitespace cleanupSteve French2-332/+306
2005-03-13[PATCH] procfs: fix printk arg type warningRandy Dunlap1-1/+1
2005-03-13[PATCH] fs/jffs2/: misc cleanupsAdrian Bunk9-30/+24
2005-03-13[PATCH] fs/jffs/: misc cleanupsAdrian Bunk5-59/+61
2005-03-13[PATCH] fs/hfsplus/: misc cleanupsAdrian Bunk7-40/+30
2005-03-13[PATCH] fs/hfs/: misc cleanupsAdrian Bunk8-37/+29
2005-03-13[PATCH] fs/adfs/dir_f.c: remove an unused functionAdrian Bunk1-17/+0
2005-03-13[PATCH] Update email address of Benjamin LaHaiseAdrian Bunk1-1/+1
2005-03-13[PATCH] fs_compat: tiny cleanup t retvalJesper Juhl1-3/+1
2005-03-13[PATCH] verify_area cleanup : i386 and misc.Jesper Juhl5-32/+33
2005-03-13[PATCH] sysfs: mount error path cleanupPrasanna Meda1-0/+2
2005-03-13[PATCH] pivot_root: better documentation to codePrasanna Meda1-8/+17
2005-03-13[PATCH] Allow admin to enable only some of the Magic-Sysrq functionsJan Kara1-1/+1
2005-03-13[PATCH] Unbacked shared memory not included in ELF core dumpRoland McGrath1-2/+6
2005-03-13[PATCH] reiserfs: make sure data=journal buffers are cleaned on freeChris Mason1-0/+4
2005-03-13[PATCH] dcache: is_subdir missed reset after seqretryPrasanna Meda1-1/+1
2005-03-13[CIFS] remove the last cifs sparse warnings (except for those which require c...Steve French2-226/+216
2005-03-13[CIFS] remove sparse warningsSteve French6-25/+64
2005-03-12[PATCH] cramfs: small stat(2) fixAndrew Morton1-0/+1
2005-03-12[CIFS] remove sparse warningSteve French3-9/+7
2005-03-11Merge bk://linux.bkbits.net/linux-2.5Steve French14-36/+49
2005-03-11[PATCH] Make lots of things staticAdrian Bunk10-27/+27
2005-03-11[PATCH] docbook: update function parameter description in block/fs codeMartin Waitz3-7/+19
2005-03-11[PATCH] Update Documentation/filesystems/LockingJan Kara1-2/+3
2005-03-12Merge sgi.com:/source2/linux-2.6 into sgi.com:/source2/xfs-linux-2.6Nathan Scott57-1195/+1219
2005-03-11[CIFS] fix when CONFIG_CIFS_EXPERIMENTAL is on and server does not support Un...Steve French1-1/+1
2005-03-11[CIFS] statfs protocol extensions part 2Steve French3-8/+33
2005-03-10Merge bk://linux.bkbits.net/linux-2.5Steve French41-2145/+3360
2005-03-11[XFS] reinstate missed copyright date updates.Nathan Scott3-3/+3
2005-03-11[XFS] reinstate a missed xfs_iget check on is_bad_inode.Nathan Scott1-0/+5
2005-03-11[XFS] Steve noticed we were duplicating some work the block layer can doNathan Scott1-8/+9
2005-03-11[XFS] remove non-helpful inode shakersNathan Scott2-29/+0
2005-03-11Merge sgi.com:/source2/linux-2.6 into sgi.com:/source2/xfs-linux-2.6Nathan Scott52-1155/+1202
2005-03-10 NFS: Ensure "mount" is always interruptible and softTrond Myklebust1-4/+7
2005-03-10NFS: cleanup create()Trond Myklebust4-56/+31
2005-03-10NFS: mkdir() cleanupTrond Myklebust4-45/+37
2005-03-10NFS: mknod() cleanupTrond Myklebust4-53/+66
2005-03-10NFSv4: in readdir, use MOUNTED_ON_FILEID, rather than true fileidTrond Myklebust2-7/+18
2005-03-10NFSv4: Allow recovery from network partitionsTrond Myklebust3-11/+135
2005-03-10NFSv4: Add nfs4_state_recovery_opsTrond Myklebust2-8/+15
2005-03-10NFS: Cleanups for the network partition reclaim codeTrond Myklebust2-45/+72
2005-03-10NFSv4: Fix access mode checking when opening a delegated file.Trond Myklebust1-3/+7
2005-03-10NFSv4: NFSv4 errors in nfs4_init_client() must not leak to userlandTrond Myklebust2-4/+9
2005-03-10 NFSv4: Exit without Oopsing from close when servers send us crazy errors.Trond Myklebust1-1/+1
2005-03-10 NFSv4: Handle the NFS4ERR_CLID_INUSE error in SETCLIENTIDTrond Myklebust3-23/+34
2005-03-10NFS: catch a few extra ESTALE errors that we are currently discarding.Trond Myklebust1-6/+17
2005-03-10VFS: Retry pathname resolution after encountering ESTALETrond Myklebust2-9/+47
2005-03-10NFS,RPC: RPC client now advertises maximum payload sizeTrond Myklebust1-0/+7
2005-03-10RPC: remove broken_suid mount optionTrond Myklebust2-7/+0
2005-03-10[NLM] fs/lockd/clntproc.c: make 2 functions staticTrond Myklebust1-2/+2
2005-03-10NFS: This patch makes some needlessly global code static.Trond Myklebust6-18/+38
2005-03-10RPC: make rpcauth_lookupcred() return error codes.Trond Myklebust5-9/+34
2005-03-10NLM: Always use AUTH_UNIX authentication for NLM locking.Trond Myklebust2-10/+3
2005-03-10NFS: Add emulation of BSD flock() in terms of POSIX locks on the serverTrond Myklebust3-15/+95
2005-03-10VFS: Fix structure initialization in locks_remove_flock()Trond Myklebust1-2/+7
2005-03-10NFS: Use sizeof() instead of strlen() on string constants.Trond Myklebust2-3/+3
2005-03-10 NFS: Fix refcount leakage in nfs4_proc_create()Trond Myklebust1-15/+18
2005-03-10NFS: Clean up nfs_permission().Trond Myklebust2-10/+25
2005-03-09[PATCH] cpusets - big numa cpu and memory placementPaul Jackson2-0/+21
2005-03-09[PATCH] FAT: Fix typoHirofumi Ogawa1-1/+1
2005-03-09[PATCH] FAT: Update ->rename() pathHirofumi Ogawa5-58/+170
2005-03-09[PATCH] FAT: Use synchronous update for {vfat,msdos}_add_entry()Hirofumi Ogawa2-2/+8
2005-03-09[PATCH] FAT: Fix fat_write_inode()Hirofumi Ogawa1-8/+10
2005-03-09[PATCH] FAT: Fix fat_truncate()Hirofumi Ogawa1-17/+23
2005-03-09[PATCH] FAT: Remove unneed mark_inode_dirty()Hirofumi Ogawa2-15/+6
2005-03-09[PATCH] FAT: Remove the multiple MSDOS_SB() callHirofumi Ogawa2-18/+20
2005-03-09[PATCH] FAT: "i_pos" cleanupHirofumi Ogawa1-31/+39
2005-03-09[PATCH] FAT: make the fat_get_entry()/fat__get_entry() staticHirofumi Ogawa2-50/+63
2005-03-09[PATCH] FAT: Use fat_remove_entries() for msdosHirofumi Ogawa1-20/+17
2005-03-09[PATCH] FAT: Rewrite fat_add_entries()Hirofumi Ogawa3-111/+194
2005-03-09[PATCH] FAT: Allocate the cluster before adding the directory entryHirofumi Ogawa4-103/+168
2005-03-09[PATCH] FAT: msdos_add_entry() cleanupHirofumi Ogawa1-79/+85
2005-03-09[PATCH] FAT: msdos_rename() cleanupHirofumi Ogawa1-85/+88
2005-03-09[PATCH] FAT: Use a same timestamp on some operations pathHirofumi Ogawa1-28/+35
2005-03-09[PATCH] FAT: vfat_build_slots() cleanupHirofumi Ogawa1-58/+52
2005-03-09[PATCH] FAT: Use "struct fat_slot_info" for msdos_find()Hirofumi Ogawa1-52/+36
2005-03-09[PATCH] FAT: Use "struct fat_slot_info" for fat_scan()Hirofumi Ogawa4-58/+85
2005-03-09[PATCH] FAT: fat_build_inode() cleanupHirofumi Ogawa3-47/+51
2005-03-09[PATCH] FAT: Add fat_remove_entries()Hirofumi Ogawa2-61/+123
2005-03-09[PATCH] FAT: Use "struct fat_slot_info" for fat_search_long()Hirofumi Ogawa2-62/+53
2005-03-09[PATCH] FAT: "struct vfat_slot_info" cleanupHirofumi Ogawa1-70/+56
2005-03-09[PATCH] FAT: Use "unsigned int" for ->free_clusters and ->prev_freeHirofumi Ogawa2-3/+6
2005-03-09[PATCH] FAT: add debugging code to fatent.cHirofumi Ogawa1-0/+20
2005-03-09[PATCH] FAT: Rewrite the FAT (File Allocation Table) access stuffHirofumi Ogawa7-269/+734
2005-03-09[PATCH] let fat handle MS_SYNCHRONOUS flagHirofumi Ogawa6-16/+66
2005-03-09[PATCH] FAT: fat_readdirx() with dotOK=yes fixHirofumi Ogawa1-3/+7
2005-03-09[PATCH] FAT: Updated FAT attributes patchHirofumi Ogawa4-22/+119
2005-03-09[PATCH] fat: fix writev(), add aio supportHirofumi Ogawa1-7/+24
2005-03-09[PATCH] nfs4: Error checking on the results of nfsd4_lookupcred()J. Bruce Fields1-9/+8
2005-03-09[PATCH] Fix error reported by nfsd which it gets ETXTBSYgam3@gam3.net1-0/+1
2005-03-09[PATCH] nfsd: replace schedule_timeout() with msleep()Neil Brown1-2/+2
2005-03-09[PATCH] nfsd4: eliminate unnecessary remove_leaseNeil Brown2-21/+2
2005-03-09[PATCH] nfsd4: move delegation decisions to lock_manager callbacksNeil Brown2-45/+63
2005-03-09[PATCH] locks: remove unnecessary BUG()Neil Brown1-4/+2
2005-03-09[PATCH] nfsd4: fix_release_state_owner prototypeNeil Brown1-4/+3
2005-03-09[PATCH] nfsd4: fix delegation refcount leakNeil Brown1-0/+1
2005-03-09[PATCH] nfsd4: remove dl_stateNeil Brown2-19/+5
2005-03-09[PATCH] nfsd4: allow io to use deleg stateid fileNeil Brown1-0/+2
2005-03-09[PATCH] nfsd4: fix sleep under spinlockNeil Brown1-7/+28
2005-03-09[PATCH] nfsd4: fix delegation filp sharingNeil Brown1-43/+14