Age | Commit message (Expand) | Author |
2006-01-16 | [GFS2] The core of GFS2 | David Teigland |
2006-01-16 | [GFS2] Hook GFS2 into the Kbuild system | David Teigland |
2006-01-16 | [PATCH] Add fs_subsys to enable filesystems to use sysfs | David Teigland |
2006-01-15 | Merge git://oss.sgi.com:8090/oss/git/xfs-2.6 | Linus Torvalds |
2006-01-16 | [XFS] remove no-longer-needed IS_NOATIME macro, twas just a build workaround | Nathan Scott |
2006-01-16 | [XFS] mutex fallout - fix debug builds and remove no-longer-useful comment. | Nathan Scott |
2006-01-16 | [XFS] Fix symlink creation too, with respect to initialising SELinux | Nathan Scott |
2006-01-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds |
2006-01-14 | [PATCH] Mark some key VFS functions as __always_inline | Arjan van de Ven |
2006-01-14 | [PATCH] smbfs: remove kmalloc wrapper | Pekka Enberg |
2006-01-14 | [PATCH] ncpfs: remove kmalloc wrapper | Pekka Enberg |
2006-01-14 | [PATCH] quota: make useless quota error message informative | Valdis.Kletnieks@vt.edu |
2006-01-14 | [PATCH] reiserfs: remove d_splice_alias NULL check from reiserfs_lookup | Pekka Enberg |
2006-01-14 | [PATCH] isofs: remove d_splice_alias NULL check from isofs_lookup | Pekka Enberg |
2006-01-14 | [PATCH] ext3: remove d_splice_alias NULL check from ext3_lookup | Pekka Enberg |
2006-01-14 | [PATCH] ext2: remove d_splice_alias NULL check from ext2_lookup | Pekka Enberg |
2006-01-14 | [PATCH] Add tmpfs options for memory placement policies | Robin Holt |
2006-01-14 | [PATCH] Unlinline a bunch of other functions | Arjan van de Ven |
2006-01-14 | [PATCH] convert /proc/devices to use seq_file interface | Neil Horman |
2006-01-14 | [PATCH] autofs4 oops fix | Ian Kent |
2006-01-15 | correct email address of Manfred Spraul | Christian Kujau |
2006-01-15 | return statement cleanup - kill pointless parentheses | Jesper Juhl |
2006-01-14 | [PATCH] ufs cleanup | Evgeniy |
2006-01-14 | Merge ../linux-2.6 | Paul Mackerras |
2006-01-13 | [PATCH] Fix oops in ufs_fill_super at mount time | Evgeniy |
2006-01-13 | [PATCH] powerpc: Add/remove/update properties in /proc/device-tree | Dave C Boutcher |
2006-01-12 | Merge git://oss.sgi.com:8090/oss/git/xfs-2.6 | Linus Torvalds |
2006-01-12 | [PATCH] Implement ioctl emulation for the parport character device | Andi Kleen |
2006-01-11 | [PATCH] x86_64: Implement compat code for sg driver SG_GET_REQUEST_TABLE ioctl | Andi Kleen |
2006-01-11 | [PATCH] capable/capability.h (fs/) | Randy Dunlap |
2006-01-11 | [PATCH] move capable() to capability.h | Randy.Dunlap |
2006-01-11 | [PATCH] reiserfs: fix assertion failure in reiserfs+journaled quotas | Jan Kara |
2006-01-11 | [PATCH] kdump: vmcore compilation warning fix | Vivek Goyal |
2006-01-12 | Merge HEAD from oss.sgi.com:/oss/git/linux-2.6.git | Nathan Scott |
2006-01-12 | [XFS] Fix follow_link when dealing with symlinks larger than 256 bytes. | Nathan Scott |
2006-01-12 | [XFS] Merge in trivial changes, sync up headers with userspace | Nathan Scott |
2006-01-11 | [XFS] Fix compiler warnings from older gcc versions wrt printfalike | Nathan Scott |
2006-01-11 | [XFS] Fix some build fallout from atime changes. | Nathan Scott |
2006-01-11 | [XFS] remove XFS_LOG_RES_DEBUG and turn on the res history all the time to | Tim Shimmin |
2006-01-11 | [XFS] xfssyncd is responsible for flushing inode or device's data by | Yingping Lu |
2006-01-11 | [XFS] add helper to get xfs_inode from vnode | Christoph Hellwig |
2006-01-11 | [XFS] Fix up offset type inconsistencies and gcc warnings from earlier | Nathan Scott |
2006-01-11 | [XFS] fix up per-device xfsbufd | Christoph Hellwig |
2006-01-11 | [XFS] fix writeback control handling fix a reversed condition on where to | Christoph Hellwig |
2006-01-11 | [XFS] cluster rewrites We can cluster mapped pages aswell, this improves | Christoph Hellwig |
2006-01-11 | [XFS] pass full 64bit offsets to xfs_add_to_ioend | Christoph Hellwig |
2006-01-11 | [XFS] consolidate some code in xfs_page_state_convert The unmapped buffer | Christoph Hellwig |
2006-01-11 | [XFS] various fixes for xfs_convert_page fix various bogusities in | Christoph Hellwig |
2006-01-11 | [XFS] clean up the xfs_offset_to_map interface Currently we pass a struct | Christoph Hellwig |
2006-01-11 | [XFS] use pagevec lookups This reduces the time spend in the radix tree | Christoph Hellwig |