| Commit message (Expand) | Author | Age | Files | Lines |
* | ufs: permit mounting of BorderWare filesystems | Thomas Stewart | 2010-05-27 | 2 | -0/+3 |
* | fs/autofs4: use memdup_user | Julia Lawall | 2010-05-27 | 1 | -11/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linus | Linus Torvalds | 2010-05-26 | 13 | -19/+696 |
|\ |
|
| * | squashfs: fix name reading in squashfs_xattr_get | Phillip Lougher | 2010-05-23 | 1 | -2/+6 |
| * | squashfs: constify xattr handlers | Phillip Lougher | 2010-05-23 | 2 | -8/+8 |
| * | squashfs: xattr fix sparse warnings | Stephen Hemminger | 2010-05-17 | 1 | -4/+4 |
| * | squashfs: xattr_lookup sparse fix | Stephen Hemminger | 2010-05-17 | 2 | -3/+4 |
| * | squashfs: add xattr support configure option | Phillip Lougher | 2010-05-17 | 8 | -8/+63 |
| * | squashfs: add new extended inode types | Phillip Lougher | 2010-05-17 | 6 | -16/+135 |
| * | squashfs: add support for xattr reading | Phillip Lougher | 2010-05-17 | 4 | -1/+342 |
| * | squashfs: add xattr id support | Phillip Lougher | 2010-05-17 | 6 | -4/+161 |
* | | fs/fscache/object-list.c: fix warning on 32-bit | Andrew Morton | 2010-05-26 | 1 | -1/+1 |
* | | driver core: add devname module aliases to allow module on-demand auto-loading | Kay Sievers | 2010-05-25 | 3 | -2/+9 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes | Linus Torvalds | 2010-05-25 | 7 | -54/+65 |
|\ \ |
|
| * | | GFS2: Fix permissions checking for setflags ioctl() | Steven Whitehouse | 2010-05-24 | 1 | -0/+7 |
| * | | GFS2: Don't "get" xattrs for ACLs when ACLs are turned off | Steven Whitehouse | 2010-05-21 | 1 | -0/+4 |
| * | | GFS2: Rework reclaiming unlinked dinodes | Bob Peterson | 2010-05-21 | 5 | -54/+54 |
* | | | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 2010-05-25 | 26 | -513/+1566 |
|\ \ \ |
|
| * \ \ | Merge branch 'delayed-logging-for-2.6.35' into for-linus | Alex Elder | 2010-05-24 | 26 | -513/+1566 |
| |\ \ \ |
|
| | * | | | xfs: Ensure inode allocation buffers are fully replayed | Dave Chinner | 2010-05-24 | 6 | -11/+74 |
| | * | | | xfs: enable background pushing of the CIL | Dave Chinner | 2010-05-24 | 2 | -4/+70 |
| | * | | | xfs: forced unmounts need to push the CIL | Dave Chinner | 2010-05-24 | 1 | -0/+15 |
| | * | | | xfs: Introduce delayed logging core code | Dave Chinner | 2010-05-24 | 11 | -30/+912 |
| | * | | | xfs: Improve scalability of busy extent tracking | Dave Chinner | 2010-05-24 | 11 | -322/+350 |
| | * | | | xfs: make the log ticket ID available outside the log infrastructure | Dave Chinner | 2010-05-24 | 4 | -3/+12 |
| | * | | | xfs: clean up log ticket overrun debug output | Dave Chinner | 2010-05-24 | 2 | -15/+6 |
| | * | | | xfs: Clean up XFS_BLI_* flag namespace | Dave Chinner | 2010-05-24 | 7 | -70/+70 |
| | * | | | xfs: modify buffer item reference counting | Dave Chinner | 2010-05-24 | 1 | -60/+50 |
| | * | | | xfs: allow log ticket allocation to take allocation flags | Dave Chinner | 2010-05-24 | 1 | -8/+8 |
| | * | | | xfs: Don't reuse the same transaction ID for duplicated transactions. | Dave Chinner | 2010-05-24 | 1 | -0/+9 |
* | | | | | smbfs: remove duplicated #include | Huang Weiyi | 2010-05-25 | 1 | -1/+0 |
* | | | | | fs: ldm: don't use own implementation of hex_to_bin() | Andy Shevchenko | 2010-05-25 | 1 | -9/+9 |
* | | | | | fatfs: ratelimit corruption report | OGAWA Hirofumi | 2010-05-25 | 4 | -18/+31 |
* | | | | | ntfs: use add_to_page_cache_lru() | Minchan Kim | 2010-05-25 | 1 | -15/+4 |
* | | | | | ntfs: clean up ntfs_attr_extend_initialized | Minchan Kim | 2010-05-25 | 1 | -7/+2 |
* | | | | | kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT... | Alexey Dobriyan | 2010-05-25 | 3 | -6/+6 |
* | | | | | fs-writeback: check sync bit earlier in inode_wait_for_writeback | Richard Kennedy | 2010-05-25 | 1 | -2/+2 |
* | | | | | mm: migration: avoid race between shift_arg_pages() and rmap_walk() during mi... | Mel Gorman | 2010-05-25 | 1 | -1/+6 |
* | | | | | pagemap: add #ifdefs CONFIG_HUGETLB_PAGE on code walking hugetlb vma | Naoya Horiguchi | 2010-05-25 | 1 | -0/+4 |
|/ / / / |
|
* | | | | Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre... | Linus Torvalds | 2010-05-24 | 14 | -69/+100 |
|\ \ \ \ |
|
| * | | | | autofs4: Pushdown the bkl from ioctl | Frederic Weisbecker | 2010-05-22 | 1 | -4/+18 |
| * | | | | ncpfs: BKL ioctl pushdown | John Kacur | 2010-05-17 | 3 | -13/+18 |
| * | | | | coda: Clean-up whitespace problems in pioctl.c | John Kacur | 2010-05-17 | 1 | -18/+17 |
| * | | | | coda: BKL ioctl pushdown | John Kacur | 2010-05-17 | 1 | -17/+24 |
| * | | | | smbfs: Push down BKL into ioctl function | Arnd Bergmann | 2010-05-17 | 4 | -7/+9 |
| * | | | | coda/psdev: Remove BKL from ioctl function | Arnd Bergmann | 2010-05-17 | 1 | -3/+2 |
| * | | | | hfsplus: Push down BKL into ioctl function | Arnd Bergmann | 2010-05-17 | 4 | -7/+12 |
* | | | | | Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd | Linus Torvalds | 2010-05-24 | 2 | -1/+31 |
|\ \ \ \ \ |
|
| * | | | | | exofs: confusion between kmap() and kmap_atomic() api | Dan Carpenter | 2010-05-17 | 1 | -1/+1 |
| * | | | | | exofs: Add default address_space_operations | Boaz Harrosh | 2010-05-17 | 1 | -0/+30 |
| |/ / / / |
|