aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2006-03-24[PATCH] fs/coda/: proper prototypesAdrian Bunk5-8/+21
2006-03-24[PATCH] fs/ext2/: proper ext2_get_parent() prototypeAdrian Bunk2-1/+3
2006-03-24[PATCH] fs/9p/: possible cleanupsAdrian Bunk6-10/+10
2006-03-24[PATCH] fs: Use ARRAY_SIZE macroTobias Klauser23-51/+40
2006-03-24[PATCH] s390: Remove old history/whitespave from partition codeHorst Hummel1-18/+11
2006-03-24[PATCH] vfs: MS_VERBOSE should be MS_SILENTTheodore Ts'o5-9/+9
2006-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6Linus Torvalds17-213/+289
2006-03-23Merge branch 'blktrace' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds10-1290/+5
2006-03-23Merge git://oss.sgi.com:8090/oss/git/xfs-2.6Linus Torvalds68-3118/+4902
2006-03-23[PATCH] Block queue IO tracing support (blktrace) as of 2006-03-23Jens Axboe2-0/+5
2006-03-23[PATCH] relay: migrate from relayfs to a generic relay APIJens Axboe8-1290/+0
2006-03-23Merge branch 'master' of /usr/src/ntfs-2.6/Anton Altaparmakov64-661/+615
2006-03-23NTFS: 2.1.27 - Various bug fixes and cleanups.Anton Altaparmakov1-1/+1
2006-03-23NTFS: Semaphore to mutex conversion.Ingo Molnar8-69/+71
2006-03-23NTFS: Handle the recently introduced -ENAMETOOLONG return value fromAnton Altaparmakov2-5/+6
2006-03-23NTFS: Add a missing call to flush_dcache_mft_record_page() inAnton Altaparmakov2-3/+8
2006-03-23NTFS: Fix a bug in fs/ntfs/inode.c::ntfs_read_locked_index_inode() where weAnton Altaparmakov3-19/+15
2006-03-23NTFS: Improve comments on file attribute flags in fs/ntfs/layout.h.Anton Altaparmakov2-13/+13
2006-03-23NTFS: Limit name length in fs/ntfs/unistr.c::ntfs_nlstoucs() to maximumAnton Altaparmakov2-19/+35
2006-03-23NTFS: Remove all the make_bad_inode() calls. This should only be calledAnton Altaparmakov6-23/+5
2006-03-23NTFS: Add support for sparse files which have a compression unit of 0.Anton Altaparmakov4-38/+75
2006-03-23[PATCH] reduce size of bio mempoolsBenjamin LaHaise1-4/+4
2006-03-23[PATCH] more for_each_cpu() conversionsAndrew Morton2-7/+3
2006-03-23[PATCH] get_empty_filp tweaks, inline epoll_init_file()Benjamin LaHaise2-13/+6
2006-03-23[PATCH] fs/*/file.c: drop insane header dependenciesAlexey Dobriyan3-18/+0
2006-03-23[PATCH] devpts: use lib/parser.c for parsing mount optionsDomen Puncer1-27/+49
2006-03-23[PATCH] ufs: switch to inode_inc_count, inode_dec_countAlexey Dobriyan1-30/+18
2006-03-23[PATCH] ext2: switch to inode_inc_count, inode_dec_countAlexey Dobriyan1-35/+19
2006-03-23[PATCH] sysv: switch to inode_inc_count, inode_dec_countAlexey Dobriyan1-30/+18
2006-03-23[PATCH] minix: switch to inode_inc_link_count, inode_dec_link_countAlexey Dobriyan1-30/+18
2006-03-23[PATCH] fs/ufs/file.c: drop insane header dependenciesAlexey Dobriyan1-10/+0
2006-03-23[PATCH] fat_lock is used as a mutex, convert it to using the new mutex primitiveArjan van de Ven1-3/+3
2006-03-23[PATCH] sem2mutex: UDFIngo Molnar3-23/+23
2006-03-23[PATCH] sem2mutex: NCPFSIngo Molnar4-24/+24
2006-03-23[PATCH] convert ext3's truncate_sem to a mutexArjan van de Ven4-12/+12
2006-03-23[PATCH] sem2mutex: HPFSIngo Molnar4-39/+40
2006-03-23[PATCH] sem2mutex: autofs4 wq_semIngo Molnar3-10/+11
2006-03-23[PATCH] sem2mutex: JFFSIngo Molnar4-49/+50
2006-03-23[PATCH] sem2mutex: fs/seq_file.cIngo Molnar1-5/+5
2006-03-23[PATCH] sem2mutex: fs/libfs.cIngo Molnar1-6/+8
2006-03-23[PATCH] sem2mutex: jbd, j_checkpoint_mutexArjan van de Ven3-6/+6
2006-03-23[PATCH] sem2mutex: ipruneIngo Molnar2-11/+11
2006-03-23[PATCH] sem2mutex: vfs_rename_mutexArjan van de Ven9-41/+41
2006-03-23[PATCH] sem2mutex: eventpollArjan van de Ven1-11/+12
2006-03-23[PATCH] sem2mutex: inotifyIngo Molnar2-56/+56
2006-03-23[PATCH] sem2mutex: quotaIngo Molnar5-66/+67
2006-03-23[PATCH] sem2mutex: blockdev #2Arjan van de Ven3-19/+19
2006-03-23[PATCH] convert fs/9p/ to mutexes, fix locking bugsIngo Molnar1-5/+6
2006-03-23[PATCH] Fix oops in invalidate_dquots()Jan Kara1-13/+39
2006-03-23[PATCH] Shrinks sizeof(files_struct) and better layoutEric Dumazet3-29/+22
2006-03-23[PATCH] ext3_readdir: use generic readaheadAndrew Morton2-29/+25
2006-03-23[PATCH] proc: fix duplicate line in /proc/devicesNeil Horman1-1/+1
2006-03-23NTFS: Fix comparison of $MFT and $MFTMirr to not bail out when there areAnton Altaparmakov2-13/+28
2006-03-23NTFS: Use buffer_migrate_page() for the ->migratepage function of all ntfsAnton Altaparmakov2-1/+10
2006-03-23NTFS: Fix a buggette in an "should be impossible" case handling where weAnton Altaparmakov2-2/+4
2006-03-23NTFS: Fix an (innocent) off-by-one error in the runlist code.Anton Altaparmakov5-7/+17
2006-03-23Merge branch 'master' of /usr/src/ntfs-2.6/Anton Altaparmakov108-1127/+1477
2006-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds6-6/+6
2006-03-22[PATCH] page migration reorgChristoph Lameter2-62/+1
2006-03-22[PATCH] convert hugetlbfs_counter to atomicChen, Kenneth W1-16/+2
2006-03-22[PATCH] hugepage: Strict page reservation for hugepage inodesDavid Gibson1-52/+22
2006-03-22[PATCH] mm: nommu use compound pagesNick Piggin1-2/+1
2006-03-22[PATCH] slab: Remove SLAB_NO_REAP optionChristoph Lameter1-1/+1
2006-03-22[PATCH] v9fs: assign dentry ops to negative dentriesLatchesar Ionkov1-2/+1
2006-03-22Merge HEAD from ../linux-2.6 Nathan Scott40-272/+585
2006-03-22[XFS] Sync up one/two other minor changes missed in previous merges.Nathan Scott5-43/+18
2006-03-22[XFS] Reenable the noikeep (delete inode cluster space) option by default.Nathan Scott1-5/+3
2006-03-22[XFS] Check that a page has dirty buffers before finding it acceptable forDavid Chinner1-1/+1
2006-03-22[XFS] Fixup naming inconsistencies found by Pekka Enberg and one from JanNathan Scott4-20/+20
2006-03-22[XFS] Explain the race closed by the addition of vn_iowait() to the startDavid Chinner1-0/+10
2006-03-22[XFS] Fixing the error caused by the conflict between DIO Write'sYingping Lu2-1/+7
2006-03-22[XFS] Fixing KDB's xrwtrc command, also added the current process id intoYingping Lu4-8/+8
2006-03-22It's UTF-8Alexey Dobriyan6-6/+6
2006-03-20[PATCH] sysfs: fix a kobject leak in sysfs_add_link on the error pathGreg Kroah-Hartman1-0/+1
2006-03-20[PATCH] sysfs: don't export dir symbolsGreg Kroah-Hartman1-4/+0
2006-03-20[PATCH] debugfs: Add debugfs_create_blob() helper for exporting binary dataMichael Ellerman1-0/+46
2006-03-20[PATCH] sysfs: fix problem with duplicate sysfs directories and filesManeesh Soni4-5/+39
2006-03-20[PATCH] sysfs: kzalloc conversionEric Sesterhenn2-4/+2
2006-03-20[PATCH] kobj_map semaphore to mutex conversionJes Sorensen1-8/+9
2006-03-20[PATCH] sysfs: sysfs_remove_dir() needs to invalidate the dentryGreg Kroah-Hartman2-1/+6
2006-03-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Linus Torvalds24-204/+429
2006-03-20[XFS] Fix compiler warning from xfs_file_compat_invis_ioctl prototype. Nathan Scott1-1/+1
2006-03-17[PATCH] nfsservctl(): remove user-triggerable printkPeter Staubach1-3/+1
2006-03-17[PATCH] v9fs: fix overzealous dropping of dentry which breaks dcacheEric Van Hensbergen1-1/+0
2006-03-17[XFS] remove bogus INT_GET for u8 variables in xfs_dir_leaf.c Nathan Scott1-10/+9
2006-03-17[XFS] endianess annotations for xfs_da_node_hdr_t Nathan Scott6-85/+86
2006-03-17[XFS] endianess annotations for xfs_da_node_entry_t Nathan Scott6-60/+59
2006-03-17[XFS] store xfs_attr_inactive_list_t in native endian Nathan Scott1-9/+5
2006-03-17[XFS] store xfs_attr_sf_sort in native endian Nathan Scott1-10/+7
2006-03-17[XFS] endianess annotations for xfs_attr_shortform_t Nathan Scott3-35/+30
2006-03-17[XFS] endianess annotations for xfs_attr_leaf_name_remote_t Nathan Scott2-18/+14
2006-03-17[XFS] endianess annotations for xfs_attr_leaf_name_local_t Nathan Scott2-13/+11
2006-03-17[XFS] endianess annotations for xfs_attr_leaf_entry_t Nathan Scott3-92/+74
2006-03-17[XFS] endianess annotations for xfs_attr_leaf_hdr_t Nathan Scott3-237/+198
2006-03-17[XFS] remove bogus INT_GET on u8 variables in xfs_dir2_block.c Nathan Scott1-4/+4
2006-03-17[XFS] endianess annotations for xfs_da_blkinfo_t Nathan Scott9-245/+205
2006-03-17[XFS] endianess annotations for XFS_DIR2_DATA_ENTRY_TAG_P Nathan Scott5-28/+27
2006-03-17[XFS] endianess annotations for xfs_dir2_leaf_entry_t Nathan Scott7-87/+93
2006-03-17[XFS] endianess annotations for xfs_dir2_leaf_hdr_t Nathan Scott5-100/+100
2006-03-17[XFS] endianess annotations for xfs_dir2_block_tail_t Nathan Scott5-39/+38
2006-03-17[XFS] endianess annotations for XFS_DIR2_DATA_UNUSED_TAG_P Nathan Scott3-27/+24
2006-03-17[XFS] endianess annotations for xfs_dir2_data_unused_t Nathan Scott5-61/+58
2006-03-17[XFS] endianess annotations for xfs_dir2_leaf_tail_t Nathan Scott4-23/+23
2006-03-17[XFS] endianess annotations for XFS_DIR2_LEAF_BESTS_P Nathan Scott4-22/+21
2006-03-17[XFS] endianess annotations for xfs_dir2_free_hdr_t Nathan Scott4-54/+54
2006-03-17[XFS] endianess annotations for xfs_dir2_data_hdr structure.Nathan Scott6-93/+99
2006-03-17[XFS] Flush and invalidate dirty pages at the start of a direct read also,Nathan Scott1-0/+4
2006-03-17[XFS] Merge Yingpings fix for a vn_count assert failure during QA -Nathan Scott1-0/+2
2006-03-17[XFS] Make couple names consitent, be more defensive on releasepage (andNathan Scott1-4/+7
2006-03-17[XFS] Cleanup references to i_sem.Nathan Scott1-21/+20
2006-03-17[XFS] Fix an infinite loop issue in bulkstat when a corrupt inode isNathan Scott5-20/+24
2006-03-17[XFS] Correct the dquot reservation component for the link transation.Nathan Scott1-1/+1
2006-03-17[XFS] Complete transition away from linvfs naming convention, finally.Nathan Scott20-122/+135
2006-03-17[XFS] There are a few problems with the newMandy Kirkconnell3-29/+102
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-14Merge with /home/shaggy/git/linus-clean/Dave Kleikamp152-1845/+2653
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-14[XFS] Revert kiocb and vattr stack changes, theory is the AIO rework willNathan Scott2-89/+42
2006-03-14[XFS] Dynamically allocate the xfs_dinode_core_t structure to reduce ourNathan Scott1-9/+4
2006-03-14[XFS] Fix assert to check that in-core extents are inline only.Mandy Kirkconnell1-2/+2
2006-03-14[XFS] Switch over from linvfs names for sb/quotactl operations forNathan Scott5-69/+69
2006-03-14[XFS] Switch over from linvfs names for inode operations for consistentNathan Scott3-87/+87
2006-03-14[XFS] Switch over from linvfs names for file operations for consistentNathan Scott4-76/+76
2006-03-14[XFS] Switch over from linvfs names for address space ops for consistentNathan Scott4-38/+35
2006-03-14[XFS] Remove a couple of no-longer-used macros/types from XFS.Nathan Scott1-5/+0
2006-03-14[XFS] Reduce stack usage within xfs_bmapi by rearranging some code,Nathan Scott1-323/+345
2006-03-14[XFS] Reduce xfs_bmapi stack use by removing some local state variables,Nathan Scott1-42/+37
2006-03-14[XFS] Dynamically allocate vattr in places it makes sense to do so, toNathan Scott5-142/+209
2006-03-14[XFS] Take a dentry structure off the stack into the data segment.Nathan Scott1-5/+2
2006-03-14[XFS] Reduce complexity in xfs_trans_init by pushing complex macros outNathan Scott1-34/+153
2006-03-14[XFS] Dynamically allocate xfs_dir2_put_args_t structure to reduce stackNathan Scott1-14/+16
2006-03-14[XFS] Dynamically allocate local kiocb structures in readv/writev routinesNathan Scott1-12/+22
2006-03-14[XFS] 929045 567344 This mod introduces multi-level in-core file extentMandy Kirkconnell5-26/+826
2006-03-14[XFS] 929045 567344 This mod re-organizes some of the in-core file extentMandy Kirkconnell6-410/+597
2006-03-14[XFS] Additional mount time superblock validation checks.Nathan Scott1-1/+4
2006-03-14[XFS] using a spinlock per cpu for superblock counter exclusion results inDavid Chinner3-14/+28
2006-03-14[XFS] Add xfs_map_buffer helper, use it in a couple of places. Nathan Scott1-24/+25
2006-03-14[XFS] Move some code around to avoid prototypes and prep for futureNathan Scott1-184/+183
2006-03-14[XFS] Use XFS_VFSTOM in more places instead of open coding it. Nathan Scott1-1/+1
2006-03-14[XFS] forgot a couple of calls to XLOG_VEC_SET_TYPE when porting from irixTim Shimmin1-0/+2
2006-03-14[XFS] UUID endianess fix. uu_timelow is a 32bit field and needs to beNathan Scott1-8/+7
2006-03-14[XFS] Add support for hotplug CPUs to the per-CPU superblock counters byDavid Chinner3-2/+75
2006-03-14[XFS] Make headers compile for more compiler variants; minor cleanup.Nathan Scott2-27/+24
2006-03-14[XFS] When compiling with gcc 4.0 and CONFIG_SMP unset, there are manyNathan Scott1-1/+1
2006-03-14[XFS] Flag the XFS inode cache as in need of spreading also.Nathan Scott1-1/+2
2006-03-14[XFS] Fix a mutex_destroy diagnostic about a locked-mutex-on-destroy fromNathan Scott1-3/+1
2006-03-14[XFS] Cleanup the use of zones/slabs, more consistent and allows flags toNathan Scott5-72/+100
2006-03-14[XFS] On machines with more than 8 cpus, when running parallel I/ODavid Chinner5-17/+586
2006-03-14[XFS] XFS propagates MS_NOATIME through two levels internally but doesn'tNathan Scott4-13/+0
2006-03-14[XFS] find_exported_dentry(). XFS does not need to use this symbol as itDavid Chinner1-1/+1
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-09JFS: add uid, gid, and umask mount optionsDave Kleikamp5-10/+93
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-08JFS: Take logsync lock before testing mp->lsnDave Kleikamp2-9/+4
2006-03-07Simplify fifo_open() locking logicLinus Torvalds1-6/+1
2006-03-07NTFS: Fix two compiler warnings on Alpha. Thanks to Andrew Morton forAnton Altaparmakov2-2/+3
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