Age | Commit message (Expand) | Author | Files | Lines |
2010-05-27 | exit: avoid sig->count in de_thread/__exit_signal synchronization | Oleg Nesterov | 1 | -6/+5 |
2010-05-27 | coredump: shift down_write(mmap_sem) into coredump_wait() | Oleg Nesterov | 1 | -12/+7 |
2010-05-27 | coredump: factor out put_cred() calls | Oleg Nesterov | 1 | -10/+6 |
2010-05-27 | coredump: cleanup "ispipe" code | Oleg Nesterov | 1 | -22/+17 |
2010-05-27 | coredump: factor out the not-ispipe file checks | Oleg Nesterov | 1 | -32/+31 |
2010-05-27 | exec: replace call_usermodehelper_pipe with use of umh init function and reso... | Neil Horman | 1 | -7/+56 |
2010-05-27 | ufs: permit mounting of BorderWare filesystems | Thomas Stewart | 2 | -0/+3 |
2010-05-27 | fs/autofs4: use memdup_user | Julia Lawall | 1 | -11/+2 |
2010-05-27 | ext3 uses rb_node = NULL; to zero rb_root. | Venkatesh Pallipadi | 1 | -1/+1 |
2010-05-27 | quota: Fixup dquot_transfer | Jan Kara | 1 | -1/+1 |
2010-05-27 | reiserfs: Fix resuming of quotas on remount read-write | Jan Kara | 1 | -2/+10 |
2010-05-27 | Btrfs: add more error checking to btrfs_dirty_inode | Chris Mason | 1 | -2/+13 |
2010-05-26 | Btrfs: allow unaligned DIO | Chris Mason | 1 | -3/+35 |
2010-05-26 | Btrfs: drop verbose enospc printk | Chris Mason | 1 | -0/+2 |
2010-05-26 | Btrfs: Fix block generation verification race | Yan, Zheng | 1 | -1/+1 |
2010-05-26 | Btrfs: fix preallocation and nodatacow checks in O_DIRECT | Chris Mason | 1 | -16/+140 |
2010-05-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linus | Linus Torvalds | 13 | -19/+696 |
2010-05-26 | fs/fscache/object-list.c: fix warning on 32-bit | Andrew Morton | 1 | -1/+1 |
2010-05-26 | Btrfs: avoid ENOSPC errors in btrfs_dirty_inode | Chris Mason | 1 | -3/+11 |
2010-05-26 | Btrfs: move O_DIRECT space reservation to btrfs_direct_IO | Chris Mason | 2 | -6/+8 |
2010-05-26 | NFS: Fix another nfs_wb_page() deadlock | Trond Myklebust | 1 | -2/+5 |
2010-05-26 | NFS: Ensure that we mark the inode as dirty if we exit early from commit | Trond Myklebust | 1 | -2/+11 |
2010-05-26 | NFS: Fix a lock imbalance typo in nfs_access_cache_shrinker | Trond Myklebust | 1 | -0/+1 |
2010-05-26 | mm: export generic_pipe_buf_*() to modules | Miklos Szeredi | 1 | -0/+6 |
2010-05-25 | Btrfs: rework O_DIRECT enospc handling | Chris Mason | 4 | -30/+49 |
2010-05-25 | driver core: add devname module aliases to allow module on-demand auto-loading | Kay Sievers | 3 | -2/+9 |
2010-05-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes | Linus Torvalds | 7 | -54/+65 |
2010-05-25 | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 26 | -513/+1566 |
2010-05-25 | smbfs: remove duplicated #include | Huang Weiyi | 1 | -1/+0 |
2010-05-25 | fs: ldm: don't use own implementation of hex_to_bin() | Andy Shevchenko | 1 | -9/+9 |
2010-05-25 | fatfs: ratelimit corruption report | OGAWA Hirofumi | 4 | -18/+31 |
2010-05-25 | ntfs: use add_to_page_cache_lru() | Minchan Kim | 1 | -15/+4 |
2010-05-25 | ntfs: clean up ntfs_attr_extend_initialized | Minchan Kim | 1 | -7/+2 |
2010-05-25 | kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT... | Alexey Dobriyan | 3 | -6/+6 |
2010-05-25 | fs-writeback: check sync bit earlier in inode_wait_for_writeback | Richard Kennedy | 1 | -2/+2 |
2010-05-25 | mm: migration: avoid race between shift_arg_pages() and rmap_walk() during mi... | Mel Gorman | 1 | -1/+6 |
2010-05-25 | pagemap: add #ifdefs CONFIG_HUGETLB_PAGE on code walking hugetlb vma | Naoya Horiguchi | 1 | -0/+4 |
2010-05-25 | Btrfs: use async helpers for DIO write checksumming | Chris Mason | 5 | -17/+52 |
2010-05-25 | Btrfs: don't walk around with task->state != TASK_RUNNING | Chris Mason | 2 | -3/+4 |
2010-05-25 | Btrfs: do aio_write instead of write | Josef Bacik | 2 | -83/+104 |
2010-05-25 | Btrfs: add basic DIO read/write support | Josef Bacik | 6 | -36/+631 |
2010-05-25 | direct-io: do not merge logically non-contiguous requests | Josef Bacik | 1 | -2/+18 |
2010-05-25 | direct-io: add a hook for the fs to provide its own submit_bio function | Josef Bacik | 1 | -5/+37 |
2010-05-25 | Btrfs: Metadata ENOSPC handling for balance | Yan, Zheng | 5 | -747/+1163 |
2010-05-25 | Btrfs: Pre-allocate space for data relocation | Yan, Zheng | 3 | -45/+92 |
2010-05-25 | Btrfs: Metadata ENOSPC handling for tree log | Yan, Zheng | 5 | -128/+156 |
2010-05-25 | Btrfs: Metadata reservation for orphan inodes | Yan, Zheng | 9 | -66/+365 |
2010-05-25 | Btrfs: Introduce global metadata reservation | Yan, Zheng | 8 | -76/+241 |
2010-05-25 | Btrfs: Update metadata reservation for delayed allocation | Yan, Zheng | 9 | -415/+232 |
2010-05-25 | Btrfs: Integrate metadata reservation with start_transaction | Yan, Zheng | 15 | -528/+678 |