Age | Commit message (Expand) | Author |
2013-04-02 | Merge branch 'writeback-workqueue' of git://git.kernel.org/pub/scm/linux/kern... | Jens Axboe |
2013-04-01 | writeback: replace custom worker pool implementation with unbound workqueue | Tejun Heo |
2013-03-29 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds |
2013-03-29 | Btrfs: don't drop path when printing out tree errors in scrub | Josef Bacik |
2013-03-28 | Merge tag 'driver-core-3.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2013-03-28 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds |
2013-03-28 | Btrfs: fix wrong return value of btrfs_lookup_csum() | Miao Xie |
2013-03-28 | Btrfs: fix wrong reservation of csums | Miao Xie |
2013-03-28 | Btrfs: fix double free in the btrfs_qgroup_account_ref() | Wang Shilong |
2013-03-28 | Btrfs: limit the global reserve to 512mb | Josef Bacik |
2013-03-28 | Btrfs: hold the ordered operations mutex when waiting on ordered extents | Josef Bacik |
2013-03-28 | Btrfs: fix space accounting for unlink and rename | Josef Bacik |
2013-03-28 | Btrfs: fix space leak when we fail to reserve metadata space | Josef Bacik |
2013-03-28 | Btrfs: fix EIO from btrfs send in is_extent_unchanged for punched holes | Jan Schmidt |
2013-03-27 | vfs/splice: Fix missed checks in new __kernel_write() helper | Al Viro |
2013-03-27 | userns: Restrict when proc and sysfs can be mounted | Eric W. Biederman |
2013-03-27 | vfs: Carefully propogate mounts across user namespaces | Eric W. Biederman |
2013-03-27 | vfs: Add a mount flag to lock read only bind mounts | Eric W. Biederman |
2013-03-27 | userns: Don't allow creation if the user is chrooted | Eric W. Biederman |
2013-03-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2013-03-26 | Nest rename_lock inside vfsmount_lock | Al Viro |
2013-03-26 | Merge tag 'nfs-for-3.9-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds |
2013-03-26 | Btrfs: fix race between mmap writes and compression | Chris Mason |
2013-03-25 | Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linux | Linus Torvalds |
2013-03-23 | bio-integrity: Add explicit field for owner of bip_buf | Kent Overstreet |
2013-03-23 | block: Add an explicit bio flag for bios that own their bvec | Kent Overstreet |
2013-03-23 | block: Add bio_alloc_pages() | Kent Overstreet |
2013-03-23 | block: Convert some code to bio_for_each_segment_all() | Kent Overstreet |
2013-03-23 | block: Add bio_for_each_segment_all() | Kent Overstreet |
2013-03-23 | block: Add bio_copy_data() | Kent Overstreet |
2013-03-23 | block: Add submit_bio_wait(), remove from md | Kent Overstreet |
2013-03-23 | block: Remove bi_idx references | Kent Overstreet |
2013-03-23 | block: Change bio_split() to respect the current value of bi_idx | Kent Overstreet |
2013-03-23 | block: Use bio_sectors() more consistently | Kent Overstreet |
2013-03-23 | block: Add bio_end_sector() | Kent Overstreet |
2013-03-23 | block: Add bio_advance() | Kent Overstreet |
2013-03-23 | block: Convert integrity to bvec_alloc_bs() | Kent Overstreet |
2013-03-23 | block: Fix a buffer overrun in bio_integrity_split() | Kent Overstreet |
2013-03-23 | block: Avoid deadlocks with bio allocation by stacking drivers | Kent Overstreet |
2013-03-22 | nfsd: fix bad offset use | Kent Overstreet |
2013-03-22 | vfs,proc: guarantee unique inodes in /proc | Linus Torvalds |
2013-03-21 | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds |
2013-03-21 | Merge tag 'ext4_for_linue' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds |
2013-03-21 | Btrfs: fix memory leak in btrfs_create_tree() | Tsutomu Itoh |
2013-03-21 | Btrfs: fix locking on ROOT_REPLACE operations in tree mod log | Jan Schmidt |
2013-03-21 | Btrfs: fix missing qgroup reservation before fallocating | Wang Shilong |
2013-03-21 | Btrfs: handle a bogus chunk tree nicely | Josef Bacik |
2013-03-21 | Btrfs: update to use fs_state bit | Liu Bo |
2013-03-21 | cifs: ignore everything in SPNEGO blob after mechTypes | Jeff Layton |
2013-03-21 | Don't bother with redoing rw_verify_area() from default_file_splice_from() | Al Viro |