| Commit message (Expand) | Author | Age | Files | Lines |
* | block: remove bio_get_nr_vecs() | Kent Overstreet | 2015-08-13 | 13 | -49/+17 |
* | fs: use helper bio_add_page() instead of open coding on bi_io_vec | Kent Overstreet | 2015-08-13 | 2 | -15/+6 |
* | btrfs: remove bio splitting and merge_bvec_fn() calls | Kent Overstreet | 2015-08-13 | 1 | -72/+0 |
* | block: don't access bio->bi_error after bio_put() | Sasha Levin | 2015-08-11 | 1 | -1/+4 |
* | block: manipulate bio->bi_flags through helpers | Jens Axboe | 2015-07-29 | 1 | -1/+1 |
* | block: add a bi_error field to struct bio | Christoph Hellwig | 2015-07-29 | 24 | -205/+187 |
* | Merge tag 'jfs-4.2' of git://github.com/kleikamp/linux-shaggy | Linus Torvalds | 2015-07-17 | 3 | -17/+16 |
|\ |
|
| * | jfs: clean up jfs_rename and fix out of order unlock | Dave Kleikamp | 2015-07-15 | 1 | -14/+13 |
| * | jfs: fix indentation on if statement | Colin Ian King | 2015-06-04 | 1 | -2/+2 |
| * | jfs: removed a prohibited space after opening parenthesis | Nan Jia | 2015-06-01 | 1 | -1/+1 |
* | | Merge tag 'locks-v4.2-1' of git://git.samba.org/jlayton/linux | Linus Torvalds | 2015-07-15 | 2 | -30/+26 |
|\ \ |
|
| * | | locks: inline posix_lock_file_wait and flock_lock_file_wait | Jeff Layton | 2015-07-13 | 1 | -28/+0 |
| * | | nfs4: have do_vfs_lock take an inode pointer | Jeff Layton | 2015-07-13 | 1 | -8/+8 |
| * | | locks: new helpers - flock_lock_inode_wait and posix_lock_inode_wait | Jeff Layton | 2015-07-13 | 1 | -12/+38 |
| * | | locks: have flock_lock_file take an inode pointer instead of a filp | Jeff Layton | 2015-07-13 | 1 | -6/+6 |
| * | | Revert "nfs: take extra reference to fl->fl_file when running a LOCKU operation" | Jeff Layton | 2015-07-13 | 1 | -2/+0 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2015-07-12 | 4 | -6/+10 |
|\ \ \ |
|
| * | | | freeing unlinked file indefinitely delayed | Al Viro | 2015-07-12 | 1 | -2/+5 |
| * | | | fix a braino in ovl_d_select_inode() | Al Viro | 2015-07-12 | 1 | -0/+3 |
| * | | | 9p: don't leave a half-initialized inode sitting around | Al Viro | 2015-07-12 | 2 | -4/+2 |
* | | | | Merge branch 'for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2015-07-11 | 13 | -124/+641 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Btrfs: fix wrong check for btrfs_force_chunk_alloc() | Shilong Wang | 2015-07-02 | 1 | -1/+1 |
| * | | | Btrfs: fix warning of bytes_may_use | Liu Bo | 2015-07-02 | 2 | -3/+15 |
| * | | | Btrfs: fix hang when failing to submit bio of directIO | Liu Bo | 2015-07-02 | 1 | -3/+0 |
| * | | | Btrfs: fix a comment in inode.c:evict_inode_truncate_pages() | Filipe Manana | 2015-07-02 | 1 | -2/+3 |
| * | | | Btrfs: fix memory corruption on failure to submit bio for direct IO | Filipe Manana | 2015-07-02 | 2 | -18/+52 |
| * | | | btrfs: don't update mtime/ctime on deduped inodes | Mark Fasheh | 2015-07-02 | 1 | -10/+14 |
| * | | | btrfs: allow dedupe of same inode | Mark Fasheh | 2015-07-02 | 1 | -16/+60 |
| * | | | btrfs: fix deadlock with extent-same and readpage | Mark Fasheh | 2015-07-02 | 1 | -31/+117 |
| * | | | btrfs: pass unaligned length to btrfs_cmp_data() | Mark Fasheh | 2015-07-02 | 1 | -1/+2 |
| * | | | Btrfs: fix fsync after truncate when no_holes feature is enabled | Filipe Manana | 2015-07-02 | 1 | -0/+108 |
| * | | | Btrfs: fix fsync xattr loss in the fast fsync path | Filipe Manana | 2015-06-30 | 1 | -0/+104 |
| * | | | Btrfs: fix fsync data loss after append write | Filipe Manana | 2015-06-30 | 1 | -5/+9 |
| * | | | Btrfs: fix crash on close_ctree() if cleaner starts new transaction | Filipe Manana | 2015-06-30 | 1 | -0/+29 |
| * | | | Btrfs: fix race between caching kthread and returning inode to inode cache | Filipe Manana | 2015-06-30 | 1 | -4/+11 |
| * | | | Btrfs: use kmem_cache_free when freeing entry in inode cache | Filipe Manana | 2015-06-30 | 1 | -1/+1 |
| * | | | Btrfs: fix race between balance and unused block group deletion | Filipe Manana | 2015-06-30 | 4 | -6/+58 |
| * | | | btrfs: add error handling for scrub_workers_get() | Zhao Lei | 2015-06-30 | 1 | -19/+20 |
| * | | | btrfs: cleanup noused initialization of dev in btrfs_end_bio() | Zhao Lei | 2015-06-30 | 1 | -1/+1 |
| * | | | btrfs: qgroup: allow user to clear the limitation on qgroup | Yang Dongsheng | 2015-06-30 | 1 | -8/+41 |
* | | | | hpfs: hpfs_error: Remove static buffer, use vsprintf extension %pV instead | Joe Perches | 2015-07-09 | 1 | -4/+7 |
* | | | | hpfs: kstrdup() out of memory handling | Sanidhya Kashyap | 2015-07-09 | 1 | -2/+5 |
* | | | | hpfs: Remove unessary cast | Firo Yang | 2015-07-09 | 1 | -1/+1 |
* | | | | hpfs: add fstrim support | Mikulas Patocka | 2015-07-09 | 5 | -0/+128 |
* | | | | ioctl_compat: handle FITRIM | Mikulas Patocka | 2015-07-09 | 6 | -7/+1 |
| |/ /
|/| | |
|
* | | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-07-06 | 4 | -21/+40 |
|\ \ \ |
|
| * | | | ext4: replace open coded nofail allocation in ext4_free_blocks() | Michal Hocko | 2015-07-05 | 1 | -11/+5 |
| * | | | ext4: correctly migrate a file with a hole at the beginning | Eryu Guan | 2015-07-04 | 1 | -4/+5 |
| * | | | ext4: be more strict when migrating to non-extent based file | Eryu Guan | 2015-07-04 | 1 | -1/+11 |
| * | | | ext4: fix reservation release on invalidatepage for delalloc fs | Lukas Czerner | 2015-07-04 | 1 | -3/+12 |