Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | ext4: fix an endianness bug in ext4_encrypted_zeroout() | Al Viro | 2015-11-26 | 1 | -1/+1 | |
| | * | | | | | jbd2: Fix unreclaimed pages after truncate in data=journal mode | Jan Kara | 2015-11-24 | 1 | -0/+2 | |
| | * | | | | | ext4: Fix handling of extended tv_sec | David Turner | 2015-11-24 | 1 | -7/+44 | |
| * | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2015-12-06 | 4 | -31/+15 | |
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | ||||||
| | * | | | | | Don't reset ->total_link_count on nested calls of vfs_path_lookup() | Al Viro | 2015-12-06 | 1 | -1/+0 | |
| | * | | | | | ovl: get rid of the dead code left from broken (and disabled) optimizations | Al Viro | 2015-12-06 | 3 | -26/+11 | |
| | * | | | | | ovl: fix permission checking for setattr | Miklos Szeredi | 2015-12-06 | 1 | -4/+4 | |
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2015-12-04 | 1 | -2/+2 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA | Eric Dumazet | 2015-12-01 | 1 | -2/+2 | |
| * | | | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 2015-12-04 | 1 | -1/+9 | |
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | ||||||
| | * | | | | | | direct-io: Fix negative return from dio read beyond eof | Jan Kara | 2015-11-30 | 1 | -1/+9 | |
| * | | | | | | | Merge tag 'nfs-for-4.4-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2015-11-28 | 8 | -64/+77 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | nfs4: resend LAYOUTGET when there is a race that changes the seqid | Jeff Layton | 2015-11-25 | 1 | -25/+31 | |
| | * | | | | | | | nfs: if we have no valid attrs, then don't declare the attribute cache valid | Jeff Layton | 2015-11-25 | 1 | -1/+5 | |
| | * | | | | | | | nfs: ensure that attrcache is revalidated after a SETATTR | Jeff Layton | 2015-11-25 | 1 | -1/+4 | |
| | * | | | | | | | nfs4: limit callback decoding to received bytes | Benjamin Coddington | 2015-11-24 | 1 | -2/+5 | |
| | * | | | | | | | nfs4: start callback_ident at idr 1 | Benjamin Coddington | 2015-11-24 | 1 | -1/+1 | |
| | * | | | | | | | nfs: use sliding delay when LAYOUTGET gets NFS4ERR_DELAY | Jeff Layton | 2015-11-24 | 1 | -1/+1 | |
| | * | | | | | | | NFS4: Cleanup FATTR4_WORD0_FS_LOCATIONS after decoding success | Kinglong Mee | 2015-11-24 | 1 | -0/+1 | |
| | * | | | | | | | NFS: Properly set NFS v4.2 NFSDBG_FACILITY | Anna Schumaker | 2015-11-24 | 1 | -1/+1 | |
| | * | | | | | | | nfs: reduce the amount of ifdefs for v4.2 in nfs4file.c | Christoph Hellwig | 2015-11-24 | 1 | -20/+7 | |
| | * | | | | | | | nfs: use btrfs ioctl defintions for clone | Christoph Hellwig | 2015-11-24 | 1 | -4/+6 | |
| | * | | | | | | | nfs: allow intra-file CLONE | Christoph Hellwig | 2015-11-24 | 1 | -5/+14 | |
| | * | | | | | | | nfs: offer native ioctls even if CONFIG_COMPAT is set | Christoph Hellwig | 2015-11-24 | 1 | -3/+0 | |
| | * | | | | | | | nfs: pass on count for CLONE operations | Christoph Hellwig | 2015-11-24 | 1 | -0/+1 | |
| * | | | | | | | | Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2015-11-28 | 12 | -66/+219 | |
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | / / | | | |_|_|_|/ / | | |/| | | | | | ||||||
| | * | | | | | | btrfs: fix balance range usage filters in 4.4-rc | Holger Hoffstätte | 2015-11-25 | 1 | -2/+2 | |
| | * | | | | | | btrfs: qgroup: account shared subtree during snapshot delete | Mark Fasheh | 2015-11-25 | 2 | -7/+42 | |
| | * | | | | | | Btrfs: use btrfs_get_fs_root in resolve_indirect_ref | Josef Bacik | 2015-11-25 | 1 | -1/+1 | |
| | * | | | | | | btrfs: qgroup: fix quota disable during rescan | Justin Maggard | 2015-11-25 | 1 | -1/+2 | |
| | * | | | | | | Btrfs: fix race between cleaner kthread and space cache writeout | Filipe Manana | 2015-11-25 | 1 | -13/+16 | |
| | * | | | | | | Btrfs: fix scrub preventing unused block groups from being deleted | Filipe Manana | 2015-11-25 | 3 | -1/+24 | |
| | * | | | | | | Btrfs: fix race between scrub and block group deletion | Filipe Manana | 2015-11-25 | 1 | -4/+16 | |
| | * | | | | | | btrfs: fix rcu warning during device replace | David Sterba | 2015-11-25 | 1 | -4/+2 | |
| | * | | | | | | btrfs: Continue replace when set_block_ro failed | Zhaolei | 2015-11-25 | 1 | -2/+18 | |
| | * | | | | | | btrfs: fix clashing number of the enhanced balance usage filter | David Sterba | 2015-11-25 | 1 | -1/+1 | |
| | * | | | | | | Btrfs: fix the number of transaction units needed to remove a block group | Filipe Manana | 2015-11-25 | 3 | -5/+38 | |
| | * | | | | | | Btrfs: use global reserve when deleting unused block group after ENOSPC | Filipe Manana | 2015-11-25 | 6 | -26/+52 | |
| | * | | | | | | Btrfs: tests: checking for NULL instead of IS_ERR() | Dan Carpenter | 2015-11-25 | 1 | -1/+3 | |
| | * | | | | | | btrfs: fix signed overflows in btrfs_sync_file | David Sterba | 2015-11-25 | 1 | -3/+7 | |
| * | | | | | | | vfs: Avoid softlockups with sendfile(2) | Jan Kara | 2015-11-24 | 1 | -0/+1 | |
| * | | | | | | | vfs: Make sendfile(2) killable even better | Jan Kara | 2015-11-24 | 1 | -0/+7 | |
| * | | | | | | | fix sysvfs symlinks | Al Viro | 2015-11-24 | 1 | -9/+2 | |
| | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2015-11-21 | 5 | -38/+157 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | ocfs2: fix umask ignored issue | Junxiao Bi | 2015-11-21 | 1 | -0/+2 | |
| | * | | | | | | fat: fix fake_offset handling on error path | OGAWA Hirofumi | 2015-11-21 | 1 | -5/+11 | |
| | * | | | | | | mm/hugetlbfs: fix bugs in fallocate hole punch of areas with holes | Mike Kravetz | 2015-11-21 | 1 | -33/+32 | |
| | * | | | | | | ncpfs: don't allow negative timeouts | Dan Carpenter | 2015-11-21 | 1 | -0/+2 | |
| | * | | | | | | configfs: allow dynamic group creation | Daniel Baluta | 2015-11-21 | 1 | -0/+110 | |
| | | |/ / / / | | |/| | | | | ||||||
| * | | | | | | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2015-11-21 | 5 | -3/+33 | |
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | |