Age | Commit message (Expand) | Author | Files | Lines |
2014-01-18 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2 | -2/+7 |
2014-01-16 | Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -6/+9 |
2014-01-15 | nilfs2: fix segctor bug that causes file system corruption | Andreas Rohner | 1 | -4/+6 |
2014-01-11 | Merge tag 'xfs-for-linus-v3.13-rc8' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 2 | -1/+2 |
2014-01-10 | xfs: Calling destroy_work_on_stack() to pair with INIT_WORK_ONSTACK() | Chuansheng Liu | 1 | -0/+1 |
2014-01-10 | xfs: fix off-by-one error in xfs_attr3_rmt_verify | Jie Liu | 1 | -1/+1 |
2014-01-07 | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+1 |
2014-01-06 | ext4: fix bigalloc regression | Eric Whitney | 1 | -1/+1 |
2014-01-03 | Merge branch 'akpm' (incoming from Andrew) | Linus Torvalds | 1 | -4/+0 |
2014-01-03 | epoll: do not take the nested ep->mtx on EPOLL_CTL_DEL | Jason Baron | 1 | -4/+0 |
2014-01-03 | Merge tag 'gfs2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/steve... | Linus Torvalds | 6 | -5/+58 |
2014-01-02 | GFS2: Fix unsafe dereference in dump_holder() | Tetsuo Handa | 1 | -0/+2 |
2013-12-28 | cifs: set FILE_CREATED | Shirish Pargaonkar | 1 | -5/+6 |
2013-12-28 | cifs: We do not drop reference to tlink in CIFSCheckMFSymlink() | Sachin Prabhu | 3 | -20/+19 |
2013-12-28 | Add missing end of line termination to some cifs messages | Steve French | 1 | -3/+3 |
2013-12-26 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 9 | -57/+93 |
2013-12-24 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 1 | -0/+1 |
2013-12-22 | Merge git://git.kvack.org/~bcrl/aio-next | Linus Torvalds | 1 | -9/+46 |
2013-12-22 | aio: clean up and fix aio_setup_ring page mapping | Linus Torvalds | 1 | -35/+23 |
2013-12-22 | aio/migratepages: make aio migrate pages sane | Benjamin LaHaise | 1 | -8/+44 |
2013-12-22 | aio: fix kioctx leak introduced by "aio: Fix a trinity splat" | Benjamin LaHaise | 1 | -1/+2 |
2013-12-21 | Merge tag 'xfs-for-linus-v3.13-rc5' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 10 | -83/+167 |
2013-12-21 | pstore: Don't allow high traffic options on fragile devices | Luck, Tony | 1 | -2/+5 |
2013-12-20 | ext4: add explicit casts when masking cluster sizes | Theodore Ts'o | 3 | -17/+25 |
2013-12-20 | GFS2: Wait for async DIO in glock state changes | Steven Whitehouse | 1 | -2/+8 |
2013-12-20 | GFS2: Fix incorrect invalidation for DIO/buffered I/O | Steven Whitehouse | 1 | -0/+30 |
2013-12-19 | Merge tag 'driver-core-3.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -5/+3 |
2013-12-18 | ext4: fix deadlock when writing in ENOSPC conditions | Jan Kara | 1 | -12/+0 |
2013-12-17 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2 | -80/+64 |
2013-12-17 | xfs: abort metadata writeback on permanent errors | Dave Chinner | 3 | -5/+32 |
2013-12-17 | xfs: swalloc doesn't align allocations properly | Dave Chinner | 1 | -6/+17 |
2013-12-17 | xfs: remove xfsbdstrat error | Christoph Hellwig | 5 | -29/+43 |
2013-12-17 | xfs: align initial file allocations correctly | Dave Chinner | 1 | -2/+7 |
2013-12-17 | xfs: fix infinite loop by detaching the group/project hints from user dquot | Jie Liu | 1 | -21/+50 |
2013-12-17 | xfs: fix assertion failure at xfs_setattr_nonsize | Jie Liu | 1 | -1/+2 |
2013-12-17 | xfs: fix false assertion at xfs_qm_vop_create_dqattach | Jie Liu | 1 | -6/+3 |
2013-12-17 | xfs: fix memory leak in xfs_dir2_node_removename | Mark Tinguely | 1 | -13/+13 |
2013-12-14 | GFS2: Fix slab memory leak in gfs2_bufdata | Bob Peterson | 1 | -0/+5 |
2013-12-14 | GFS2: Fix use-after-free race when calling gfs2_remove_from_ail | Bob Peterson | 1 | -2/+2 |
2013-12-14 | GFS2: don't hold s_umount over blkdev_put | Steven Whitehouse | 1 | -1/+11 |
2013-12-14 | writeback: Fix data corruption on NFS | Jan Kara | 1 | -6/+9 |
2013-12-13 | ceph: Avoid data inconsistency due to d-cache aliasing in readpage() | Li Wang | 1 | -2/+6 |
2013-12-13 | ceph: initialize inode before instantiating dentry | Yan, Zheng | 1 | -78/+58 |
2013-12-13 | Merge branch 'akpm' (fixes from Andrew) | Linus Torvalds | 1 | -5/+9 |
2013-12-13 | procfs: also fix proc_reg_get_unmapped_area() for !MMU case | Jan Beulich | 1 | -5/+9 |
2013-12-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 5 | -42/+73 |
2013-12-13 | Merge branch 'for-3.13' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -1/+8 |
2013-12-12 | dcache: allow word-at-a-time name hashing with big-endian CPUs | Will Deacon | 2 | -7/+2 |
2013-12-12 | Merge tag 'xfs-for-linus-v3.13-rc4' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 4 | -5/+12 |
2013-12-12 | Btrfs: fix access_ok() check in btrfs_ioctl_send() | Dan Carpenter | 1 | -2/+2 |