aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2005-11-07[PATCH] mm: rename kmem_cache_s to kmem_cachePekka J Enberg3-6/+6
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
2005-10-28Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2-3/+28
2005-10-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Linus Torvalds6-19/+38
2005-10-28JFS: make sure right-most xtree pages have header.next set to zeroDave Kleikamp1-9/+9
2005-10-28Merge ../bleed-2.6Greg KH41-686/+1379
2005-10-28[PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman1-2/+2
2005-10-28[PATCH] add sysfs attr to re-emit device hotplug eventKay Sievers1-1/+26
2005-10-28Merge branch 'for-linus' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds1-1/+1
2005-10-28[PATCH] gfp_t: reiserfs mapping_set_gfp_mask() useAl Viro1-1/+1
2005-10-28[PATCH] gfp_t: fs/*Al Viro19-45/+45
2005-10-28[PATCH] gfp_t: infrastructureAl Viro1-1/+1
2005-10-28[patch] remove gendisk->stamp_idle fieldChen, Kenneth W1-1/+1
2005-10-28Merge in v2.6.14 by handPaul Mackerras3-0/+8
2005-10-27NFS: Allow files that are open for write to invalidate cachesTrond Myklebust1-4/+0
2005-10-27NFSv4: Convert unnecessary XDR warning messages into dprintk()Trond Myklebust1-11/+6
2005-10-27NFSv4: Add post-op attributes to NFSv4 write and commit callbacks.Trond Myklebust2-7/+34
2005-10-27NFSv4: Add post-op attributes to nfs4_proc_remove()Trond Myklebust2-14/+38
2005-10-27NFSv4: Add post-op attributes to nfs4_proc_rename()Trond Myklebust2-7/+37
2005-10-27NFSv4: Add post-op attributes to nfs4_proc_link()Trond Myklebust2-11/+45
2005-10-27NFS: Ensure that nfs_link() instantiates the dentry correctlyTrond Myklebust1-7/+4
2005-10-27NFS: Add optional post-op getattr instruction to the NFSv4 file close.Trond Myklebust2-7/+36
2005-10-27NFS: Optimise attribute revalidation on close().Trond Myklebust1-2/+2
2005-10-27NFSv4: Add directory post-op attributes to the CREATE operations.Trond Myklebust2-15/+82
2005-10-27NFS: nfs_lookup doesn't need to revalidate the parent directory's inodeChuck Lever1-6/+0
2005-10-27NFS: Don't let nfs_end_data_update() clobber attribute update informationTrond Myklebust4-24/+63
2005-10-27NFS: Optimise inode attribute cache updatesTrond Myklebust4-19/+41
2005-10-27NFS: Convert cache_change_attribute into a jiffy-based valueTrond Myklebust1-4/+4
2005-10-27NFS: Cleanup initialisation of struct nfs_fattrTrond Myklebust6-65/+66
2005-10-27Merge /home/trondmy/scm/kernel/git/torvalds/linux-2.6Trond Myklebust3-0/+8
2005-10-27NFS: Fix a bad cast in nfs3_read_doneTrond Myklebust1-1/+1
2005-10-27[CIFS] Change pragma pack(1) to attribute(packed) to allow cifs on arm to accessSteve French3-186/+182
2005-10-27Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French3-0/+8
2005-10-26[PATCH] Fix HFS+ to free up the space when a file is deleted.Peter Wainwright1-0/+1
2005-10-24Merge branch 'master' of /usr/src/ntfs-2.6/Anton Altaparmakov2-0/+7
2005-10-24NTFS: Document extended attribute ($EA) NEED_EA flag. (Based on libntfsAnton Altaparmakov2-1/+5
2005-10-24NTFS: Fix compilation warnings with gcc-4.0.2 on SUSE 10.0.Anton Altaparmakov3-16/+10
2005-10-24NTFS: Use %z for size_t to fix compilation warnings. (Andrew Morton)Anton Altaparmakov3-4/+5
2005-10-23[PATCH] inotify/idr leak fixAndrew Morton1-0/+1
2005-10-23[PATCH] aio syscalls are not checked by lsmKostik Belousov1-0/+6
2005-10-22Merge changes from linux-2.6 by handPaul Mackerras6-33/+22
2005-10-21Merge with /pub/scm/linux/kernel/git/sfrench/cifs-2.6.git/Steve French24-545/+2266
2005-10-20NFSv4: Fix up locking for nfs4_state_ownerTrond Myklebust3-5/+18
2005-10-20NFSv4: Final tweak to sequence idTrond Myklebust2-11/+14
2005-10-20[CIFS] Defer close of file handle slightly if there are pending writes thatSteve French5-25/+73
2005-10-19NTFS: Fix serious data corruption issue when writing.Anton Altaparmakov1-0/+1
2005-10-19NTFS: $EA attributes can be both resident non-resident.Anton Altaparmakov5-14/+35
2005-10-19Merge branch 'master' of /usr/src/ntfs-2.6/Anton Altaparmakov5-33/+10
2005-10-18NFSv4: Fix acl buffer sizeJ. Bruce Fields1-1/+1
2005-10-18NFSv4: handle no acl attrJ. Bruce Fields1-1/+2
2005-10-18NFSv4: Fix an oopsable condition in nfs_free_seqidTrond Myklebust2-9/+1
2005-10-18NFS: Fix rename of directory onto empty directoryTrond Myklebust1-3/+5
2005-10-18Fix Connectathon locking test failureTrond Myklebust1-17/+25
2005-10-18NFSv4: Ensure that we recover from the OPEN + OPEN_CONFIRM BAD_STATEID raceTrond Myklebust1-0/+10
2005-10-18NFSv4: If a delegated open fails, ensure that we return the delegationTrond Myklebust1-0/+2
2005-10-18NFSv4: Return delegations in case we're changing ACLsTrond Myklebust2-0/+6
2005-10-18NFSv4: Return delegation upon rename or removal of file.Trond Myklebust4-4/+20
2005-10-18VFS: Make link_path_walk set LOOKUP_CONTINUE before calling permission().Trond Myklebust1-1/+1
2005-10-18[NFS]: Check that the server returns a valid regular file to our OPEN requestTrond Myklebust2-1/+19
2005-10-18NFSv4: Eliminate nfsv4 open race...Trond Myklebust5-101/+73
2005-10-18VFS: Allow the filesystem to return a full file pointer on open intentTrond Myklebust3-27/+157
2005-10-18 NFS: Fix up a race in the NFS implementation of GETLKTrond Myklebust1-9/+18
2005-10-18NFSv4: Fix up handling of open_to_lock sequence idsTrond Myklebust2-56/+45
2005-10-18NFSv4: Make NFS clean up byte range locks asynchronouslyTrond Myklebust4-58/+115
2005-10-18NFSv4: Add missing handling of OPEN_CONFIRM requests on CLAIM_DELEGATE_CUR.Trond Myklebust1-1/+12
2005-10-18NFSv4: Remove nfs4_client->cl_sem from close() pathTrond Myklebust2-13/+1
2005-10-18NFSv4: Remove obsolete state_owner and lock_owner semaphoresTrond Myklebust3-35/+4
2005-10-18NFSv4: Fix a potential CLOSE raceTrond Myklebust3-44/+86
2005-10-18NFSv4: Add functions to order RPC callsTrond Myklebust4-76/+265
2005-10-18Merge /home/trondmy/scm/kernel/git/torvalds/linux-2.6Trond Myklebust45-524/+520
2005-10-17[PATCH] aio: revert lock_kiocb()Zach Brown1-25/+1
2005-10-17[PATCH] output of /proc/maps on nommu systems is incompleteDavid McCullough1-0/+1
2005-10-17[PATCH] NFS: Fix Oopsable/unnecessary i_count manipulations in nfs_wait_on_in...Trond Myklebust1-2/+0
2005-10-17[PATCH] NFS: Fix cache consistency racesTrond Myklebust3-6/+8
2005-10-17Merge branch 'master' of /usr/src/ntfs-2.6/Anton Altaparmakov4-117/+81
2005-10-14[PATCH] nommu build error fixYoshinori Sato1-0/+12
2005-10-12CIFS: cifs_writepages should not write beyond end of fileSteve French1-2/+13
2005-10-12Merge from Linus' treePaul Mackerras24-224/+190
2005-10-11[CIFS] Add null malloc response check in notify experimental codeSteve French2-14/+20
2005-10-11[CIFS] CIFS Stats improvementsSteve French9-8/+98
2005-10-11[PATCH] binfmt_elf bss padding fixakpm@osdl.org1-1/+1
2005-10-11[PATCH] nfsacl: Solaris VxFS compatibility fixAndreas Gruenbacher1-35/+35
2005-10-11[PATCH] v9fs: remove additional buffer allocation from v9fs_file_read and v9f...Latchesar Ionkov1-81/+33