summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* [XFS] Add support for hotplug CPUs to the per-CPU superblock counters byDavid Chinner2006-03-143-2/+75
* [XFS] Make headers compile for more compiler variants; minor cleanup.Nathan Scott2006-03-142-27/+24Star
* [XFS] When compiling with gcc 4.0 and CONFIG_SMP unset, there are manyNathan Scott2006-03-141-1/+1
* [XFS] Flag the XFS inode cache as in need of spreading also.Nathan Scott2006-03-141-1/+2
* [XFS] Fix a mutex_destroy diagnostic about a locked-mutex-on-destroy fromNathan Scott2006-03-141-3/+1Star
* [XFS] Cleanup the use of zones/slabs, more consistent and allows flags toNathan Scott2006-03-145-72/+100
* [XFS] On machines with more than 8 cpus, when running parallel I/ODavid Chinner2006-03-145-17/+586
* [XFS] XFS propagates MS_NOATIME through two levels internally but doesn'tNathan Scott2006-03-144-13/+0Star
* [XFS] find_exported_dentry(). XFS does not need to use this symbol as itDavid Chinner2006-03-141-1/+1
* [PATCH] ext3: fix nobh mode for chattr +j inodesBadari Pulavarty2006-03-111-9/+8Star
* [PATCH] ext3: ext3_symlink should use GFP_NOFS allocations insideKirill Korotaev2006-03-112-3/+13
* [PATCH] mtd: 64 bit fixesAtsushi Nemoto2006-03-102-2/+3
* [NET] compat ifconf: fix limitsRandy Dunlap2006-03-091-1/+1
* [PATCH] v9fs: fix for access to unitialized variables or freed memoryLatchesar Ionkov2006-03-084-7/+4Star
* [PATCH] s390: dasd partition detectionHorst Hummel2006-03-081-6/+10
* [PATCH] jffs2: avoid divide-by-zeroDavid Woodhouse2006-03-081-1/+1
* [PATCH] fix file countingDipankar Sarma2006-03-082-33/+56
* [PATCH] udf: fix uid/gid options and add uid/gid=ignore and forget optionsPhillip Susi2006-03-083-5/+33
* Mark the pipe file operations staticLinus Torvalds2006-03-081-3/+3
* Simplify fifo_open() locking logicLinus Torvalds2006-03-071-6/+1Star
* [PATCH] smaps: shared fixNick Piggin2006-03-071-5/+4Star
* [PATCH] smaps: hugepages fixNick Piggin2006-03-071-1/+1
* [PATCH] ramfs needs to update directory m/ctime on symlinkPeter Staubach2006-03-071-0/+1
* [PATCH] cramfs mounts provide corrupted content since 2.6.15Dave Johnson2006-03-071-31/+29Star
* [CIFS] Always match oplock break (cache notification) to the right tcpSteve French2006-03-053-4/+4
* [PATCH] reiserfs: fix unaligned bitmap usageJeff Mahoney2006-03-021-4/+4
* [PATCH] reiserfs: do not check if unsigned < 0Vladimir V. Saveliev2006-03-023-15/+10Star
* [PATCH] v9fs: simplify fid mappingEric Van Hensbergen2006-03-024-126/+15Star
* [PATCH] v9fs: fix bug in atomic create open fixEric Van Hensbergen2006-03-021-2/+5
* [PATCH] v9fs: fix atomic create openLatchesar Ionkov2006-03-026-296/+379
* [PATCH] ocfs2: use hlists for lockres hashMark Fasheh2006-03-015-45/+41Star
* [PATCH] ocfs2: added source addr to bind() in o2net_start_connect()Sunil Mushran2006-03-011-2/+12
* ocfs2: Respond to on-disk corruption in the extent map code.Joel Becker2006-03-011-2/+36
* ocfs2: Set .owner on masklog sysfs attributes.Joel Becker2006-03-011-0/+1
* [PATCH] ocfs2: fix orphan recovery deadlockMark Fasheh2006-03-015-32/+154
* [PATCH] ocfs2: complete failure recovery for nodemanager initJeff Mahoney2006-03-011-1/+3
* [PATCH] ocfs2: remove non existing function prototypesMark Fasheh2006-03-011-5/+0Star
* [PATCH] ocfs2: remove unused codeMark Fasheh2006-03-012-53/+1Star
* [PATCH] ocfs2: remove pointless max journal size limitMark Fasheh2006-03-011-1/+0Star
* [PATCH] ocfs2: fix -Wformat warnings when building UML on x86-64Jeff Mahoney2006-03-011-1/+1
* [PATCH] Add mm->task_size and fix powerpc vdsoBenjamin Herrenschmidt2006-03-011-0/+6
* [PATCH] fuse: fix bug in negative lookupMiklos Szeredi2006-03-011-2/+8
* [XFS] Don't map non-uptodate buffers in xfs_probe_cluster; also fixesEric Sandeen2006-02-281-1/+1
* [XFS] Reduce stack use during quota mounts (caused a panic). ThisNathan Scott2006-02-281-6/+5Star
* [XFS] Fix a realtime allocator regression introduced by an old iget raceNathan Scott2006-02-281-15/+14Star
* [PATCH] x86_64: Fix ioctl compat code for /dev/rtcAndi Kleen2006-02-261-11/+2Star
* [PATCH] x86_64: Check for bad elf entry address.Suresh Siddha2006-02-261-0/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6Linus Torvalds2006-02-2411-137/+256
|\
| * NTFS: Do more detailed reporting of why we cannot mount read-write byAnton Altaparmakov2006-02-245-29/+47
| * NTFS: Implement support for sector sizes above 512 bytes (up to the maximumAnton Altaparmakov2006-02-245-70/+121