aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2005-11-07[PATCH] introduce shared mountsRam Pai3-2/+18
2005-11-07[PATCH] beginning of the shared-subtree properRam Pai4-1/+56
2005-11-07[PATCH] making namespace_sem globalRam Pai1-23/+23
2005-11-07[PATCH] mount expiry fixesRam Pai1-42/+22
2005-11-07[PATCH] umount_tree() locking changeRam Pai1-33/+51
2005-11-07[PATCH] sanitize the interface of graft_tree().Ram Pai1-6/+6
2005-11-07[PATCH] lindent fs/namespace.cRam Pai1-49/+48
2005-11-07[PATCH] make /proc/mounts pollableAl Viro2-16/+76
2005-11-07[PATCH] allow callers of seq_open do allocation themselvesAl Viro1-4/+8
2005-11-07[PATCH] cleanups and bug fix in do_loopback()Al Viro1-19/+22
2005-11-07[PATCH] saner handling of auto_acct_off() and DQUOT_OFF() in umountAl Viro3-39/+44
2005-11-07Merge master.kernel.org:/pub/scm/linux/kernel/git/tglx/mtd-2.6Linus Torvalds37-2138/+4547
2005-11-07[PATCH] fs/super.c: unexport user_get_superAdrian Bunk1-2/+0
2005-11-07[PATCH] kfree cleanup: fsJesper Juhl39-245/+137
2005-11-07[PATCH] kernel-docs: fix kernel-doc format problemsRandy Dunlap1-2/+3
2005-11-07[PATCH] jbd doc: fix some kernel-doc warningsRandy Dunlap1-2/+2
2005-11-07[PATCH] knfsd: make sure svc_process call the correct pg_authenticate for mul...NeilBrown1-0/+1
2005-11-07[PATCH] knfsd: Fix some minor sign problems in nfsd/xdrNeilBrown1-1/+2
2005-11-07[PATCH] knfsd: Allow run-time selection of NFS versions to exportNeilBrown2-28/+133
2005-11-07[PATCH] knfsd: Restore functionality to read from file in /proc/fs/nfsd/NeilBrown1-1/+15
2005-11-07[PATCH] knfsd: fix setattr-on-symlink error returnNeilBrown1-1/+8
2005-11-07[PATCH] FUSE: pass file handle in setattrMiklos Szeredi1-14/+14
2005-11-07[PATCH] FUSE: atomic create+openMiklos Szeredi4-48/+211
2005-11-07[PATCH] FUSE: add access callMiklos Szeredi2-0/+38
2005-11-07[PATCH] VFS: pass file pointer to filesystem from ftruncate()Miklos Szeredi3-5/+9
2005-11-07[PATCH] remove superflous ctime/mtime updates in affsChristoph Hellwig1-17/+1
2005-11-07[PATCH] afs: use generic_ro_fopsChristoph Hellwig3-32/+1
2005-11-07[PATCH] vxfs: use generic_ro_fopsChristoph Hellwig1-10/+1
2005-11-07[PATCH] befs: use generic_ro_fopsChristoph Hellwig1-7/+1
2005-11-07[PATCH] fix remaining missing includesTim Schmielau1-0/+1
2005-11-07[PATCH] memory leak in dentry_open()Peter Staubach1-1/+8
2005-11-07[PATCH] __find_get_block_slow() cleanupCoywolf Qi Hunt1-3/+3
2005-11-07[PATCH] smbfs: 'names_cache' memory leakDavi Arnaut1-2/+2
2005-11-07[PATCH] V9FS: 'names_cache' memory leakDavi Arnaut2-8/+8
2005-11-07[PATCH] quota: small cleanupsAdrian Bunk2-0/+2
2005-11-07[PATCH] aio: remove aio_max_nr accounting raceZach Brown1-10/+21
2005-11-07[PATCH] fuse: remove dead code from fuse_permissionChristoph Hellwig1-3/+0
2005-11-07[PATCH] fs/smbfs/request.c: turn NULL dereference into BUG()Adrian Bunk1-2/+1
2005-11-07[PATCH] hfs needs nlsLennert Buytenhek1-0/+1
2005-11-07[PATCH] Remove hlist_for_each_rcu() API, convert existing use to hlist_for_ea...Paul E. McKenney1-6/+4
2005-11-07[PATCH] Process Events ConnectorMatt Helsley1-0/+2
2005-11-07[PATCH] write_inode_now(): write inode if not BDI_CAP_NO_WRITEBACKAndrew Morton1-1/+1
2005-11-07[PATCH] s390: cleanup of include/asm-s390/vtoc.hPeter Oberparleiter1-7/+8
2005-11-07[PATCH] mm: rename kmem_cache_s to kmem_cachePekka J Enberg3-6/+6
2005-11-07[JFFS2] Clean up trailing white spacesThomas Gleixner33-590/+589
2005-11-06[JFFS2] Fix broken compile when debug level = 2Artem B. Bityutskiy1-3/+3
2005-11-06[JFFS2] Return 0, not number of bytes written, for success at commit_writeTodd Poynor1-3/+3
2005-11-06[JFFS2] Fix dataflash supportArtem B. Bityutskiy3-22/+40
2005-11-06[JFFS2] Use memset(struct) instead of nulling struct members one by oneArtem B. Bityutskiy1-10/+7
2005-11-06[JFFS2] Remove stale commentArtem B. Bityutskiy1-2/+1
2005-11-06[JFFS2] Rename jffs2_summary_node to jffs2_raw_summaryFerenc Havasi2-9/+9
2005-11-06[JFFS2] Debug code simplification, update TODOArtem B. Bityutskiy13-264/+232
2005-11-06[JFFS2] Account summary space in reserved_size.Ferenc Havasi1-1/+3
2005-11-06[JFFS2] Debug message format clean upArtem B. Bityutskiy2-159/+120
2005-11-06[JFFS2] Call summary collector for all mtd devices with writev supportFerenc Havasi1-5/+6
2005-11-06[JFFS2] Return real jffs2_sum_init() error codeFerenc Havasi1-3/+5
2005-11-06[JFFS2] Add erase block summary support (mount time improvement)Ferenc Havasi18-197/+1372
2005-11-06[JFFS2] Remove support for virtual blocksFerenc Havasi4-23/+13
2005-11-06[JFFS2] Solve BUG caused by frag->node representing a hole in fragtreeArtem B. Bityutskiy1-2/+2
2005-11-06[JFFS2] Calculate CRC check starting point correctlyArtem B. Bityutskiy2-8/+9
2005-11-06[JFFS2] More message formatting cleanupsArtem B. Bityutskiy2-7/+7
2005-11-06[JFFS2] Fix JFFS2 [mc]time handlingArtem B. Bityutskiy5-17/+37
2005-11-06[JFFS2] Make the JFFS2 messages a bit nicerArtem B. Bityutskiy1-5/+5
2005-11-06[JFFS2] Teach JFFS2 about Sibley flashNicolas Pitre3-5/+46
2005-11-06[JFFS2] Debug code clean up - step 7Artem B. Bityutskiy4-64/+71
2005-11-06[JFFS2] Correct buggy length checksArtem B. Bityutskiy2-4/+4
2005-11-06[JFFS2] Debug code clean up - step 6Artem B. Bityutskiy3-28/+15
2005-11-06[JFFS2] Build fragtree in reverse orderArtem B. Bityutskiy3-253/+868
2005-11-06[JFFS2] Refine fragtree debug macrosArtem B. Bityutskiy1-6/+6
2005-11-06[JFFS2] Move another fragtree-related function to nodelist.cArtem B. Bityutskiy3-28/+28
2005-11-06[JFFS2] Fix up new debug code for eCos buildAndrew Lunn3-10/+16
2005-11-06[JFFS2] Debug code clean up - step 5Artem B. Bityutskiy2-143/+117
2005-11-06[JFFS2] Move scattered function into related filesArtem B. Bityutskiy3-800/+790
2005-11-06[JFFS2] Debug code clean up - step 4Artem B. Bityutskiy2-44/+54
2005-11-06[jffs2] Remove compressor lzo and lzariFerenc Havasi2-22/+2
2005-11-06[JFFS2] Namespace clean upArtem B. Bityutskiy4-27/+8
2005-11-06[JFFS2] Debug code clean up - step 3Artem B. Bityutskiy14-239/+630
2005-11-06[JFFS2] Fix slab panicArtem B. Bityutskiy1-3/+2
2005-11-06[JFFS2] Debug code clean up - step 2Artem B. Bityutskiy5-13/+13
2005-11-06[JFFS2] Use f->target instead of f->dents for symlink targetArtem B. Bityutskiy4-46/+40
2005-11-06[JFFS2] Debug code clean up - step 1Artem B. Bityutskiy14-439/+663
2005-11-06[JFFS2] Split a large routine on several smaller.Artem B. Bityutskiy1-261/+336
2005-11-04NFS,SUNRPC,NLM: fix unused variable warnings when CONFIG_SYSCTL is disabledChuck Lever3-21/+44
2005-11-04NFSv4: Teach NFSv4 to cache locks when we hold a delegationTrond Myklebust1-8/+28
2005-11-04NFSv4: Recover locks too when returning a delegationTrond Myklebust3-2/+55
2005-11-04NFSv4: Fix recovery of flock() locks.Trond Myklebust1-2/+2
2005-11-04NFSv4: Return any delegations before sillyrenaming the fileTrond Myklebust1-0/+3
2005-11-04NFSv4: Fix the handling of the error NFS4ERR_OLD_STATEIDTrond Myklebust1-5/+3
2005-11-04NFSv4: Fix problem with OPEN_DOWNGRADETrond Myklebust6-51/+19
2005-11-04NFSv4: Fix a race between open() and close()Trond Myklebust3-47/+49
2005-11-03Merge git://oss.sgi.com:8090/oss/git/xfs-2.6Linus Torvalds176-11922/+5668
2005-11-04[XFS] Remove no-longer-used qsort source.Nathan Scott3-182/+4
2005-11-04[XFS] Fix an inode32 regression - if no options are presented, must stillNathan Scott1-2/+2
2005-11-03[XFS] Remove several no-longer-used files.Nathan Scott4-2300/+0
2005-11-03[XFS] Cleanup cosmetic differences between source trees.Nathan Scott4-35/+19
2005-11-03[XFS] fix XFS quota for modular XFS buildsNathan Scott1-1/+1
2005-11-03[XFS] Add a mechanism for XFS to use the generic quota sync method.Nathan Scott1-1/+7
2005-11-03[XFS] Fixed the inconsistency between attribute b-tree intermidiate nodeYingping Lu1-1/+2
2005-11-02Merge git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds1-3/+4
2005-11-02[XFS] Ensure fsync does not incorrectly return EIO for pages beyond EOF.Nathan Scott1-2/+3
2005-11-02[XFS] Fix calculation of reserved AGs for inodes in 32-bit inode modeEric Sandeen1-1/+1
2005-11-02[XFS] Fix boundary conditions when issuing direct IOs from large userspaceNathan Scott1-12/+16
2005-11-02[XFS] Remove an unhelpful ifdef, the comment above the routine explainsNathan Scott1-13/+1
2005-11-02[XFS] Remove old, broken nolog-mode code - noone plans to ever fix it.Nathan Scott4-168/+39
2005-11-02[XFS] Rework fid encode/decode wrt 64 bit inums interacting with NFS.Nathan Scott6-12/+19
2005-11-02[XFS] Endianess annotations for various allocator data structuresChristoph Hellwig16-811/+794
2005-11-02[XFS] remove unused code from xfs_iomap_write_directEric Sandeen1-8/+0
2005-11-02[XFS] fix old xfs_setattr mis-merge from irix; mostly harmless esp if notEric Sandeen1-3/+3
2005-11-02[XFS] Fixing size report discrepancy between ls and du caused by xfs_fsrYingping Lu1-1/+23
2005-11-02[XFS] Fixed a bug in reporting extent list for attribute fork runningYingping Lu1-6/+7
2005-11-02[XFS] Simplify pagebuf_rele Remove a conditional that can not be trueChristoph Hellwig1-25/+4
2005-11-02[XFS] Rework the final mount options flag bit to make room for more.Nathan Scott3-33/+42
2005-11-02[XFS] Rework the dquot hash sizing heuristics.Nathan Scott3-31/+20
2005-11-02[XFS] Add ATTR_NOSIZETOK definition for xfs_vnodeops.c changeEric Sandeen1-0/+1
2005-11-02[XFS] Disable attr2 by default, until a more appropriate time to enableNathan Scott1-1/+9
2005-11-02[XFS] Prevent data corruption on extending truncate case from cxfs clientEric Sandeen1-1/+3
2005-11-02[XFS] Fix sparse warnings in ktrace.[ch]Christoph Hellwig2-2/+2
2005-11-02[XFS] silence gcc4 warnings. the directory ones are wrong because ofChristoph Hellwig5-4/+20
2005-11-02[XFS] Remove unused type, xfs_gap_t.Nathan Scott1-18/+0
2005-11-02[XFS] endianess annotations and cleanup for the quota codeChristoph Hellwig8-292/+271
2005-11-02[XFS] Show additional mount options in /proc/mounts, fix up some debugNathan Scott1-0/+4
2005-11-02[XFS] Fix up a 32/64 local flags variable issue when enabling attr2 mode.Nathan Scott2-11/+12
2005-11-02[XFS] Remove dead code in xfs_iomap_write_direct; save some stackEric Sandeen1-8/+4
2005-11-02[XFS] Update license/copyright notices to match the prefered SGINathan Scott12-312/+132
2005-11-02[XFS] Update license/copyright notices to match the prefered SGINathan Scott157-4056/+1762
2005-11-02[XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot.Nathan Scott93-3093/+1567
2005-11-02[XFS] remove unused struct xfs_ail_ticketChristoph Hellwig1-13/+0
2005-11-02[XFS] Track external log/realtime device names for correct reporting inNathan Scott5-13/+29
2005-11-02[XFS] Improve buffered read throughput by removing unnecessary timer callsNathan Scott5-84/+140
2005-11-02[XFS] Remove a null CELL macro and its one caller, not useful to anyone.Nathan Scott2-6/+0
2005-11-02[XFS] Fix up an internal sort function name collision issue.Nathan Scott5-7/+7
2005-11-02[XFS] Make some extended attributes routines take const parameters, forNathan Scott5-18/+19
2005-11-02[XFS] Ondisk format extension for extended attributes (attr2). Basically,Nathan Scott1-1/+1
2005-11-02[XFS] Ondisk format extension for extended attributes (attr2). Basically,Nathan Scott1-1/+1
2005-11-02[XFS] Ondisk format extension for extended attributes (attr2). Basically,Nathan Scott13-114/+354
2005-11-02[XFS] Move some code around to prepare for the upcoming extendedNathan Scott4-99/+90
2005-11-02[XFS] Introduce two new mount options (nolargeio/largeio) to allowDavid Chinner6-35/+43
2005-11-02[XFS] Provide a mechiansm for flushing delalloc before quota reporting.Nathan Scott5-4/+23
2005-11-02[XFS] Fix signedness issues in dquot ID handling, allowing uids/gids aboveNathan Scott3-10/+4
2005-11-02[XFS] Add a comment about the use of XFS_SIZE_TOKEN_WANT.Nathan Scott1-1/+2
2005-11-02[XFS] only mark buffers done when all pages are uptodate in additionChristoph Hellwig2-8/+8
2005-11-02[XFS] Stack footprint reduction for xfs_swapext (used from xfs_fsr)Eric Sandeen1-31/+40
2005-11-02[XFS] write barrier support Issue all log sync operations as orderedChristoph Hellwig12-59/+190
2005-11-02[XFS] fix PBF_NONE handlingChristoph Hellwig1-1/+2
2005-11-02[XFS] Add format checking to cmn_err and icmn_errChristoph Hellwig7-11/+18
2005-11-02[XFS] remove unused pagebuf flagsChristoph Hellwig2-33/+13
2005-11-02[XFS] Make sure the threads and shaker in xfs_buf are de-initialized inChristoph Hellwig1-62/+25
2005-11-01Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French2-9/+10
2005-11-01Merge branch 'master' of /home/src/linux-2.6/Anton Altaparmakov1-1/+1
2005-11-01NTFS: Fix a stupid bug causing writes to non-initialized pages to segfault.Anton Altaparmakov1-8/+9
2005-11-01[BLOCK] Unify the seperate read/write io stat fields into arraysJens Axboe1-3/+4
2005-10-31[PATCH] fix __writeback_single_inode WARN_ONAndrea Arcangeli1-1/+1
2005-10-31Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French102-2172/+5722
2005-10-31Merge branch 'master' of /usr/src/ntfs-2.6/Anton Altaparmakov40-272/+283
2005-10-31Merge ../linux-2.6 by handPaul Mackerras88-1125/+1919
2005-10-30[PATCH] fat: Remove duplicate directory scanning codePekka Enberg1-123/+101
2005-10-30[PATCH] fat: remove the unneeded vfat_find() in vfat_rename()OGAWA Hirofumi2-21/+10
2005-10-30[PATCH] fat: cleanup and optimization of checksumOGAWA Hirofumi2-10/+3
2005-10-30[PATCH] fix missing includesTim Schmielau3-0/+4
2005-10-30[PATCH] __bread oops fixAndrew Morton1-3/+5
2005-10-30[PATCH] fs/attr.c: remove BUG()Alexey Dobriyan1-3/+0
2005-10-30[PATCH] Test for sb_getblk return valueGlauber de Oliveira Costa3-1/+22
2005-10-30[PATCH] fix nr_unused accounting, and avoid recursing in iput with I_WILL_FRE...Andrea Arcangeli2-12/+17
2005-10-30[PATCH] ext3: sparse fixesBen Dooks8-6/+29
2005-10-30[PATCH] fix de_thread() vs do_coredump() deadlockOleg Nesterov1-3/+13
2005-10-30[PATCH] fuse: spelling fixesMiklos Szeredi2-9/+9
2005-10-30[PATCH] Locking problems while EXT3FS_DEBUG onGlauber de Oliveira Costa3-6/+3
2005-10-30[PATCH] coredump_wait() cleanupOleg Nesterov1-8/+5
2005-10-30[PATCH] proc: fix of error path in proc_get_inode()Kirill Korotaev1-7/+10
2005-10-30[PATCH] fuse: clean up dead code related to nfs exportingMiklos Szeredi1-2/+3
2005-10-30[PATCH] fix de_thread vs it_real_fn() deadlockOleg Nesterov1-1/+2
2005-10-30[PATCH] reduce sizeof(struct file)Eric Dumazet4-10/+10
2005-10-30[PATCH] open: cleanup in lookup_flags()Miklos Szeredi1-6/+0
2005-10-30[PATCH] Don't uselessly export task_struct to userspace in core dumpsEric W. Biederman1-3/+1
2005-10-30[PATCH] TIOC* compat ioctl handlingChristoph Hellwig1-0/+4
2005-10-30[PATCH] little de_thread() cleanupOleg Nesterov1-4/+3
2005-10-30[PATCH] reiserfs: [kv]free() checking cleanupJames Lamanna2-18/+10
2005-10-30[PATCH] ext3: Fix unmapped buffers in transaction's listsJan Kara1-1/+10
2005-10-30[PATCH] SELinux: canonicalize getxattr()James Morris1-5/+9
2005-10-30[PATCH] CONFIG_IA32Brian Gerst2-2/+2
2005-10-30[PATCH] NFS: Remove unbalanced spin_unlock() calls from nfs_refresh_inode()Trond Myklebust1-2/+0
2005-10-30Merge branch 'master' of /usr/src/ntfs-2.6/Anton Altaparmakov60-861/+1637
2005-10-29[PATCH] hugetlb: overcommit accounting checkAdam Litke1-10/+53
2005-10-29[PATCH] hugetlb: demand fault handlerAdam Litke1-5/+2
2005-10-29[PATCH] cleanup hugelbfs_forget_inodeChristoph Hellwig1-18/+20
2005-10-29[PATCH] kill hugelbfs_do_delete_inodeChristoph Hellwig1-37/+1
2005-10-29[PATCH] hugetlbfs: clean up hugetlbfs_delete_inodeChristoph Hellwig1-6/+32
2005-10-29[PATCH] hugetlbfs: move free_inodes accountingChristoph Hellwig1-36/+42
2005-10-29[PATCH] mm: split page table lockHugh Dickins4-12/+13
2005-10-29[PATCH] mm: follow_page with inner ptlockHugh Dickins1-2/+1
2005-10-29[PATCH] mm: unmap_vmas with inner ptlockHugh Dickins1-7/+3
2005-10-29[PATCH] mm: pte_offset_map_lock loopsHugh Dickins1-11/+6
2005-10-29[PATCH] mm: ptd_alloc take ptlockHugh Dickins1-9/+5
2005-10-29[PATCH] mm: update_hiwaters just in timeHugh Dickins3-4/+21
2005-10-29[PATCH] core remove PageReservedNick Piggin1-1/+3
2005-10-29[PATCH] mm: rss = file_rss + anon_rssHugh Dickins3-7/+5
2005-10-29[PATCH] mm: mm_init set_mm_countersHugh Dickins5-11/+0
2005-10-29[PATCH] Convert mempolicies to nodemask_tAndi Kleen1-1/+1
2005-10-28[PATCH] usb: Patch for USBDEVFS_IOCTL from 32-bit programsPete Zaitcev1-0/+1
2005-10-28[PATCH] Fix ext3 warning for unused varPeter Osterlund1-10/+16