| Commit message (Expand) | Author | Age | Files | Lines |
* | 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-01 | 1 | -1/+1 |
| * | | Btrfs: fix warning of bytes_may_use | Liu Bo | 2015-07-01 | 2 | -3/+15 |
| * | | Btrfs: fix hang when failing to submit bio of directIO | Liu Bo | 2015-07-01 | 1 | -3/+0 |
| * | | Btrfs: fix a comment in inode.c:evict_inode_truncate_pages() | Filipe Manana | 2015-07-01 | 1 | -2/+3 |
| * | | Btrfs: fix memory corruption on failure to submit bio for direct IO | Filipe Manana | 2015-07-01 | 2 | -18/+52 |
| * | | btrfs: don't update mtime/ctime on deduped inodes | Mark Fasheh | 2015-07-01 | 1 | -10/+14 |
| * | | btrfs: allow dedupe of same inode | Mark Fasheh | 2015-07-01 | 1 | -16/+60 |
| * | | btrfs: fix deadlock with extent-same and readpage | Mark Fasheh | 2015-07-01 | 1 | -31/+117 |
| * | | btrfs: pass unaligned length to btrfs_cmp_data() | Mark Fasheh | 2015-07-01 | 1 | -1/+2 |
| * | | Btrfs: fix fsync after truncate when no_holes feature is enabled | Filipe Manana | 2015-07-01 | 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-05 | 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-03 | 1 | -1/+11 |
| * | | ext4: fix reservation release on invalidatepage for delalloc fs | Lukas Czerner | 2015-07-03 | 1 | -3/+12 |
| * | | ext4: avoid deadlocks in the writeback path by using sb_getblk_gfp | Nikolay Borisov | 2015-07-02 | 1 | -3/+3 |
| * | | ext4: fix fencepost error in lazytime optimization | Theodore Ts'o | 2015-07-01 | 1 | -1/+6 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2015-07-04 | 69 | -467/+657 |
|\ \ \ |
|
| * | | | dax: bdev_direct_access() may sleep | Matthew Wilcox | 2015-07-04 | 1 | -0/+6 |
| * | | | block: Add support for DAX reads/writes to block devices | Matthew Wilcox | 2015-07-04 | 2 | -2/+8 |
| * | | | dax: Use copy_from_iter_nocache | Matthew Wilcox | 2015-07-04 | 1 | -1/+1 |
| * | | | fs/file.c: __fget() and dup2() atomicity rules | Eric Dumazet | 2015-07-01 | 1 | -2/+8 |
| * | | | fs/file.c: don't acquire files->file_lock in fd_install() | Eric Dumazet | 2015-07-01 | 1 | -19/+48 |
| * | | | fs:super:get_anon_bdev: fix race condition could cause dev exceed its upper l... | Wang YanQing | 2015-07-01 | 1 | -1/+1 |
| * | | | vfs: avoid creation of inode number 0 in get_next_ino | Carlos Maiolino | 2015-06-30 | 1 | -1/+5 |
| * | | | namei: make set_root_rcu() return void | Al Viro | 2015-06-29 | 1 | -3/+3 |
| * | | | make simple_positive() public | Al Viro | 2015-06-23 | 7 | -29/+9 |
| * | | | ufs: use dir_pages instead of ufs_dir_pages() | Fabian Frederick | 2015-06-23 | 1 | -9/+4 |
| * | | | pagemap.h: move dir_pages() over there | Fabian Frederick | 2015-06-23 | 7 | -38/+0 |
| * | | | remove the pointless include of lglock.h | Al Viro | 2015-06-23 | 1 | -1/+0 |
| * | | | fs: cleanup slight list_entry abuse | Rasmus Villemoes | 2015-06-23 | 13 | -13/+13 |