summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Btrfs: fix locking bugs when defragging leavesFilipe Manana2015-12-181-3/+24
| * | | | Btrfs: fix leaking of ordered extents after direct IO write errorFilipe Manana2015-12-171-5/+38
| * | | | Btrfs: fix deadlock between direct IO write and defrag/readpagesFilipe Manana2015-12-171-17/+13
| * | | | Btrfs: fix error path when failing to submit bio for direct IO writeFilipe Manana2015-12-171-27/+27
| * | | | Btrfs: fix memory leaks after transaction is abortedFilipe Manana2015-12-171-0/+17
| * | | | Btrfs: fix race when finishing dev replace leading to transaction abortFilipe Manana2015-12-171-2/+15
* | | | | Merge branch 'dev/simplify-set-bit' of git://git.kernel.org/pub/scm/linux/ker...Chris Mason2015-12-238-136/+116
|\ \ \ \ \
| * | | | | btrfs: make lock_extent static inlineDavid Sterba2015-12-032-6/+6
| * | | | | btrfs: drop unused parameter from lock_extent_bitsDavid Sterba2015-12-038-27/+27
| * | | | | btrfs: make clear_extent_bit helpers static inlineDavid Sterba2015-12-032-48/+38
| * | | | | btrfs: make set_extent_bit helpers static inlineDavid Sterba2015-12-032-56/+46
* | | | | | Merge branch 'dev/gfp-flags' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason2015-12-234-10/+10
|\ \ \ \ \ \
| * | | | | | btrfs: use GFP_KERNEL for xattr and acl allocationsDavid Sterba2015-12-032-3/+3
| * | | | | | btrfs: use GFP_KERNEL for allocations of workqueuesDavid Sterba2015-12-031-2/+2
| * | | | | | btrfs: use GFP_KERNEL for allocations in ioctl handlersDavid Sterba2015-12-031-5/+5
| |/ / / / /
* | | | | | Merge branch 'cleanup/misc-simplify' of git://git.kernel.org/pub/scm/linux/ke...Chris Mason2015-12-239-47/+26
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | btrfs: make set_range_writeback return voidDavid Sterba2015-12-071-2/+1
| * | | | | btrfs: make extent_range_redirty_for_io return voidDavid Sterba2015-12-072-3/+2
| * | | | | btrfs: make extent_range_clear_dirty_for_io return voidDavid Sterba2015-12-072-3/+2
| * | | | | btrfs: make end_extent_writepage return voidDavid Sterba2015-12-072-6/+3
| * | | | | btrfs: make extent_clear_unlock_delalloc return voidDavid Sterba2015-12-072-4/+3
| * | | | | btrfs: make clear_extent_buffer_uptodate return voidDavid Sterba2015-12-072-3/+2
| * | | | | btrfs: make set_extent_buffer_uptodate return voidDavid Sterba2015-12-072-3/+2
| * | | | | btrfs: remove a trivial helper btrfs_set_buffer_uptodateDavid Sterba2015-12-074-9/+3
| * | | | | btrfs: remove wait from struct btrfs_delalloc_workDavid Sterba2015-12-032-9/+3
| * | | | | btrfs: sink parameter wait to btrfs_alloc_delalloc_workDavid Sterba2015-12-032-4/+4
| * | | | | btrfs: make btrfs_close_one_device staticDavid Sterba2015-12-032-2/+2
| |/ / / /
* | | | | Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-12-196-15/+29
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge branch 'for-chris-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason2015-12-155-8/+10
| |\ \ \ \
| | * | | | btrfs: fix misleading warning when space cache failed to loadHolger Hoffstätte2015-12-101-1/+1
| | * | | | Btrfs: fix transaction handle leak in balanceFilipe Manana2015-12-101-2/+1
| | * | | | Btrfs: fix unprotected list move from unused_bgs to deleted_bgs listFilipe Manana2015-12-103-5/+8
| * | | | | Btrfs: check prepare_uptodate_page() error code earlierChris Mason2015-12-151-4/+14
| * | | | | Btrfs: check for empty bitmap list in setup_cluster_bitmapsChris Mason2015-12-151-3/+5
| |/ / / /
* | | / / proc: fix -ESRCH error when writing to /proc/$pid/coredump_filterColin Ian King2015-12-181-0/+1
| |_|/ / |/| | |
* | | | sched/wait: Fix the signal handling fixPeter Zijlstra2015-12-135-10/+10
* | | | Merge tag 'nfs-for-4.4-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2015-12-131-5/+2
|\ \ \ \
| * | | | SUNRPC: Fix callback channelTrond Myklebust2015-12-071-5/+2
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-12-123-11/+3
|\ \ \ \ \
| * | | | | ocfs2: fix SGID not inherited issueJunxiao Bi2015-12-121-3/+1
| * | | | | osd fs: __r4w_get_page rely on PageUptodate for uptodateHugh Dickins2015-12-122-8/+2
* | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-12-121-3/+6
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | block: detach bdev inode from its wb in __blkdev_put()Ilya Dryomov2015-12-041-3/+6
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2015-12-112-1/+3
|\ \ \ \ \ \
| * | | | | | fuse: break infinite loop in fuse_fill_write_pages()Roman Gushchin2015-11-101-1/+1
| * | | | | | cuse: fix memory leakMiklos Szeredi2015-11-101-0/+2
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-12-092-2/+3
|\ \ \ \ \ \
| * | | | | | fix the regression from "direct-io: Fix negative return from dio read beyond ...Al Viro2015-12-081-0/+1
| * | | | | | 9p: ->evict_inode() should kick out ->i_data, not ->i_mappingAl Viro2015-12-081-2/+2
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-12-075-13/+56
|\ \ \ \ \ \ | |/ / / / / |/| | | | |