Age | Commit message (Expand) | Author | Files | Lines |
2015-07-28 | Merge tag 'nfs-for-4.2-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 10 | -87/+160 |
2015-07-28 | nfs: Fix an oops caused by using other thread's stack space in ASYNC mode | Kinglong Mee | 2 | -1/+30 |
2015-07-28 | nfs: plug memory leak when ->prepare_layoutcommit fails | Jeff Layton | 1 | -3/+2 |
2015-07-27 | NFSv4.2: handle NFS-specific llseek errors | J. Bruce Fields | 1 | -1/+18 |
2015-07-27 | NFS: Don't clear desc->pg_moreio in nfs_do_recoalesce() | Trond Myklebust | 1 | -2/+0 |
2015-07-27 | NFS: Fix a memory leak in nfs_do_recoalesce | Trond Myklebust | 1 | -1/+4 |
2015-07-25 | f2fs: call set_page_dirty to attach i_wb for cgroup | Jaegeuk Kim | 5 | -6/+13 |
2015-07-25 | f2fs: handle error cases in move_encrypted_block | Jaegeuk Kim | 1 | -8/+15 |
2015-07-25 | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -0/+1 |
2015-07-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2 | -11/+33 |
2015-07-23 | block: export bio_associate_*() and wbc_account_io() | Tejun Heo | 1 | -0/+1 |
2015-07-23 | mnt: In detach_mounts detach the appropriate unmounted mount | Eric W. Biederman | 1 | -5/+2 |
2015-07-23 | mnt: Clarify and correct the disconnect logic in umount_tree | Eric W. Biederman | 2 | -6/+31 |
2015-07-23 | NFS: Remove the "NFS_CAP_CHANGE_ATTR" capability | Trond Myklebust | 3 | -6/+3 |
2015-07-23 | NFS: Set NFS_INO_REVAL_PAGECACHE if the change attribute is uninitialised | Trond Myklebust | 1 | -1/+2 |
2015-07-23 | NFS: Don't revalidate the mapping if both size and change attr are up to date | Trond Myklebust | 1 | -4/+4 |
2015-07-23 | NFSv4/pnfs: Ensure we don't miss a file extension | Trond Myklebust | 1 | -6/+9 |
2015-07-23 | NFSv4: We must set NFS_OPEN_STATE flag in nfs_resync_open_stateid_locked | Trond Myklebust | 1 | -0/+3 |
2015-07-22 | Revert "fsnotify: fix oops in fsnotify_clear_marks_by_group_flags()" | Linus Torvalds | 1 | -14/+20 |
2015-07-22 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 1 | -12/+7 |
2015-07-18 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -2/+2 |
2015-07-18 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 4 | -22/+27 |
2015-07-18 | Merge branch 'for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 4 | -6/+34 |
2015-07-18 | x86/fpu, sched: Introduce CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT and use it on... | Ingo Molnar | 1 | -2/+2 |
2015-07-18 | x86/fpu, sched: Dynamically allocate 'struct fpu' | Dave Hansen | 1 | -2/+2 |
2015-07-18 | fsnotify: fix oops in fsnotify_clear_marks_by_group_flags() | Jan Kara | 1 | -20/+14 |
2015-07-18 | /proc/$PID/cmdline: fixup empty ARGV case | Alexey Dobriyan | 1 | -0/+5 |
2015-07-18 | configfs: fix kernel infoleak through user-controlled format string | Nicolas Iooss | 1 | -2/+2 |
2015-07-18 | fs, proc: add help for CONFIG_PROC_CHILDREN | Iago López Galeiras | 1 | -0/+6 |
2015-07-17 | Merge tag 'jfs-4.2' of git://github.com/kleikamp/linux-shaggy | Linus Torvalds | 3 | -17/+16 |
2015-07-15 | Merge tag 'locks-v4.2-1' of git://git.samba.org/jlayton/linux | Linus Torvalds | 2 | -30/+26 |
2015-07-15 | jfs: clean up jfs_rename and fix out of order unlock | Dave Kleikamp | 1 | -14/+13 |
2015-07-14 | Btrfs: fix file corruption after cloning inline extents | Filipe Manana | 1 | -0/+14 |
2015-07-13 | locks: inline posix_lock_file_wait and flock_lock_file_wait | Jeff Layton | 1 | -28/+0 |
2015-07-13 | nfs4: have do_vfs_lock take an inode pointer | Jeff Layton | 1 | -8/+8 |
2015-07-13 | locks: new helpers - flock_lock_inode_wait and posix_lock_inode_wait | Jeff Layton | 1 | -12/+38 |
2015-07-13 | locks: have flock_lock_file take an inode pointer instead of a filp | Jeff Layton | 1 | -6/+6 |
2015-07-13 | Revert "nfs: take extra reference to fl->fl_file when running a LOCKU operation" | Jeff Layton | 1 | -2/+0 |
2015-07-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 4 | -6/+10 |
2015-07-12 | freeing unlinked file indefinitely delayed | Al Viro | 1 | -2/+5 |
2015-07-12 | fix a braino in ovl_d_select_inode() | Al Viro | 1 | -0/+3 |
2015-07-12 | 9p: don't leave a half-initialized inode sitting around | Al Viro | 2 | -4/+2 |
2015-07-12 | Btrfs: fix order by which delayed references are run | Filipe Manana | 1 | -0/+13 |
2015-07-12 | Btrfs: fix list transaction->pending_ordered corruption | Filipe Manana | 1 | -2/+2 |
2015-07-12 | Btrfs: fix memory leak in the extent_same ioctl | Filipe Manana | 1 | -1/+3 |
2015-07-12 | Btrfs: fix shrinking truncate when the no_holes feature is enabled | Filipe Manana | 1 | -3/+2 |
2015-07-11 | Merge branch 'for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 13 | -124/+641 |
2015-07-11 | pNFS: Don't throw out valid layout segments | Trond Myklebust | 1 | -0/+6 |
2015-07-11 | pNFS: pnfs_roc_drain() fix a race with open | Trond Myklebust | 1 | -6/+9 |
2015-07-11 | pNFS: Fix races between return-on-close and layoutreturn. | Trond Myklebust | 2 | -30/+35 |