Age | Commit message (Expand) | Author | Files | Lines |
2013-08-25 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 6 | -12/+15 |
2013-08-24 | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds | 1 | -5/+15 |
2013-08-24 | VFS: collect_mounts() should return an ERR_PTR | Dan Carpenter | 1 | -1/+1 |
2013-08-24 | bfs: iget_locked() doesn't return an ERR_PTR | Dan Carpenter | 1 | -1/+1 |
2013-08-24 | efs: iget_locked() doesn't return an ERR_PTR() | Dan Carpenter | 1 | -1/+1 |
2013-08-24 | proc: kill the extra proc_readfd_common()->dir_emit_dots() | Oleg Nesterov | 1 | -2/+0 |
2013-08-24 | cope with potentially long ->d_dname() output for shmem/hugetlb | Al Viro | 2 | -7/+12 |
2013-08-23 | nilfs2: fix issue with counting number of bio requests for BIO_EOPNOTSUPP err... | Vyacheslav Dubeyko | 1 | -1/+1 |
2013-08-23 | nilfs2: remove double bio_put() in nilfs_end_bio_write() for BIO_EOPNOTSUPP e... | Vyacheslav Dubeyko | 1 | -2/+1 |
2013-08-21 | [SCSI] sg: Fix user memory corruption when SG_IO is interrupted by a signal | Roland Dreier | 1 | -5/+15 |
2013-08-19 | proc: more readdir conversion bug-fixes | Linus Torvalds | 1 | -1/+1 |
2013-08-19 | proc: return on proc_readdir error | Richard Genoud | 1 | -1/+3 |
2013-08-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes | Linus Torvalds | 4 | -11/+23 |
2013-08-19 | GFS2: Check for glock already held in gfs2_getxattr | Steven Whitehouse | 1 | -0/+4 |
2013-08-19 | GFS2: alloc_workqueue() doesn't return an ERR_PTR | Dan Carpenter | 1 | -4/+4 |
2013-08-19 | GFS2: don't overrun reserved revokes | Benjamin Marzinski | 1 | -5/+13 |
2013-08-19 | GFS2: WQ_NON_REENTRANT is meaningless and going away | Tejun Heo | 1 | -1/+1 |
2013-08-19 | GFS2: Fix typo in gfs2_create_inode() | Steven Whitehouse | 1 | -1/+1 |
2013-08-17 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 4 | -21/+52 |
2013-08-16 | jbd2: Fix oops in jbd2_journal_file_inode() | Jan Kara | 3 | -17/+48 |
2013-08-16 | Fix TLB gather virtual address range invalidation corner cases | Linus Torvalds | 1 | -2/+2 |
2013-08-13 | fs/proc/task_mmu.c: fix buffer overflow in add_page_map() | yonghua zheng | 1 | -4/+4 |
2013-08-13 | ocfs2: fix null pointer dereference in ocfs2_dir_foreach_blk_id() | Jeff Liu | 1 | -3/+1 |
2013-08-13 | ocfs2: fix NULL pointer dereference in ocfs2_duplicate_clusters_by_page | Tiger Yang | 5 | -53/+16 |
2013-08-13 | ocfs2: Revert 40bd62e to avoid regression in extended allocation | Jie Liu | 1 | -1/+1 |
2013-08-13 | hugetlb: fix lockdep splat caused by pmd sharing | Michal Hocko | 1 | -0/+10 |
2013-08-13 | mm: save soft-dirty bits on file pages | Cyrill Gorcunov | 1 | -0/+2 |
2013-08-13 | mm: save soft-dirty bits on swapped pages | Cyrill Gorcunov | 1 | -6/+15 |
2013-08-12 | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 11 | -51/+98 |
2013-08-12 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2 | -4/+21 |
2013-08-12 | jbd2: Fix use after free after error in jbd2_journal_dirty_metadata() | Jan Kara | 1 | -4/+4 |
2013-08-12 | ext4: flush the extent status cache during EXT4_IOC_SWAP_BOOT | Theodore Ts'o | 1 | -2/+4 |
2013-08-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 8 | -68/+119 |
2013-08-10 | Merge tag 'nfs-for-3.11-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 5 | -14/+27 |
2013-08-10 | Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 3 | -4/+5 |
2013-08-09 | btrfs: don't loop on large offsets in readdir | Zach Brown | 1 | -8/+25 |
2013-08-09 | Btrfs: check to see if root_list is empty before adding it to dead roots | Josef Bacik | 2 | -5/+5 |
2013-08-09 | Btrfs: release both paths before logging dir/changed extents | Josef Bacik | 1 | -3/+2 |
2013-08-09 | Btrfs: allow splitting of hole em's when dropping extent cache | Josef Bacik | 1 | -22/+40 |
2013-08-09 | Btrfs: make sure the backref walker catches all refs to our extent | Josef Bacik | 1 | -11/+14 |
2013-08-09 | Btrfs: fix backref walking when we hit a compressed extent | Josef Bacik | 1 | -8/+15 |
2013-08-09 | Btrfs: do not offset physical if we're compressed | Josef Bacik | 1 | -3/+6 |
2013-08-09 | Btrfs: fix extent buffer leak after backref walking | Liu Bo | 1 | -1/+0 |
2013-08-09 | Btrfs: fix a bug of snapshot-aware defrag to make it work on partial extents | Liu Bo | 1 | -4/+12 |
2013-08-09 | btrfs: fix file truncation if FALLOC_FL_KEEP_SIZE is specified | Jie Liu | 1 | -3/+0 |
2013-08-09 | dlm: kill the unnecessary and wrong device_close()->recalc_sigpending() | Oleg Nesterov | 1 | -1/+0 |
2013-08-08 | ext4: fix mount/remount error messages for incompatible mount options | Piotr Sarna | 1 | -1/+16 |
2013-08-08 | ext4: allow the mount options nodelalloc and data=journal | Theodore Ts'o | 1 | -1/+1 |
2013-08-08 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 4 | -27/+25 |
2013-08-07 | NFSv4: Fix up nfs4_proc_lookup_mountpoint | Trond Myklebust | 1 | -5/+3 |