Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | ext4: avoid clearing beyond i_blocks when truncating an inline data file | Theodore Ts'o | 2014-01-07 | 1 | -3/+5 | |
| * | | | | | ext4: ext4_inode_is_fast_symlink should use EXT4_CLUSTER_SIZE | Yongqiang Yang | 2014-01-06 | 1 | -2/+2 | |
| * | | | | | ext4: fix a typo in extents.c | Yongqiang Yang | 2014-01-06 | 1 | -1/+1 | |
| * | | | | | ext4: use %pd printk specificer | David Howells | 2014-01-06 | 1 | -3/+2 | |
| * | | | | | ext4: standardize error handling in ext4_da_write_inline_data_begin() | Jan Kara | 2014-01-06 | 1 | -7/+4 | |
| * | | | | | ext4: retry allocation when inline->extent conversion failed | Jan Kara | 2014-01-06 | 1 | -0/+7 | |
| * | | | | | ext4: enable punch hole for bigalloc | Zheng Liu | 2014-01-06 | 1 | -5/+0 | |
* | | | | | | Merge tag 'nfs-for-3.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2014-01-28 | 15 | -257/+359 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | pnfs: Proper delay for NFS4ERR_RECALLCONFLICT in layout_get_done | Boaz Harrosh | 2014-01-22 | 1 | -4/+30 | |
| * | | | | | | pnfs: fix BUG in filelayout_recover_commit_reqs | Weston Andros Adamson | 2014-01-21 | 1 | -4/+4 | |
| * | | | | | | nfs4: fix discover_server_trunking use after free | Weston Andros Adamson | 2014-01-20 | 1 | -6/+4 | |
| * | | | | | | NFSv4.1: Handle errors correctly in nfs41_walk_client_list | Trond Myklebust | 2014-01-19 | 1 | -3/+5 | |
| * | | | | | | nfs: always make sure page is up-to-date before extending a write to cover th... | Scott Mayhew | 2014-01-17 | 1 | -5/+6 | |
| * | | | | | | nfs: page cache invalidation for dio | Christoph Hellwig | 2014-01-13 | 1 | -2/+27 | |
| * | | | | | | nfs: take i_mutex during direct I/O reads | Christoph Hellwig | 2014-01-13 | 1 | -2/+12 | |
| * | | | | | | nfs: merge nfs_direct_write into nfs_file_direct_write | Christoph Hellwig | 2014-01-13 | 1 | -50/+41 | |
| * | | | | | | nfs: merge nfs_direct_read into nfs_file_direct_read | Christoph Hellwig | 2014-01-13 | 1 | -58/+49 | |
| * | | | | | | nfs: increment i_dio_count for reads, too | Christoph Hellwig | 2014-01-13 | 1 | -3/+6 | |
| * | | | | | | nfs: defer inode_dio_done call until size update is done | Christoph Hellwig | 2014-01-13 | 1 | -17/+15 | |
| * | | | | | | nfs: fix size updates for aio writes | Christoph Hellwig | 2014-01-13 | 1 | -5/+16 | |
| * | | | | | | nfs4.1: properly handle ENOTSUP in SECINFO_NO_NAME | Weston Andros Adamson | 2014-01-13 | 1 | -2/+2 | |
| * | | | | | | NFSv4.1: Fix a race in nfs4_write_inode | Trond Myklebust | 2014-01-13 | 2 | -43/+38 | |
| * | | | | | | NFSv4.1: Don't trust attributes if a pNFS LAYOUTCOMMIT is outstanding | Trond Myklebust | 2014-01-13 | 3 | -5/+35 | |
| * | | | | | | point to the right include file in a comment (left over from a9004abc3) | Toralf Förster | 2014-01-05 | 1 | -2/+2 | |
| * | | | | | | NFS: dprintk() should not print negative fileids and inode numbers | Niels de Vos | 2014-01-05 | 8 | -44/+45 | |
| * | | | | | | nfs: fix dead code of ipv6_addr_scope | Alexander Aring | 2014-01-05 | 1 | -1/+1 | |
| * | | | | | | nfs: check if gssd is running before attempting to use krb5i auth in SETCLIEN... | Jeff Layton | 2013-12-06 | 1 | -1/+6 | |
| * | | | | | | NFSv4: OPEN must handle the NFS4ERR_IO return code correctly | Trond Myklebust | 2013-12-06 | 1 | -16/+31 | |
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2014-01-28 | 164 | -3702/+1429 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | __dentry_path() fixes | Al Viro | 2014-01-26 | 1 | -3/+6 | |
| * | | | | | | | vfs: Remove second variable named error in __dentry_path | Eric W. Biederman | 2014-01-26 | 1 | -1/+0 | |
| * | | | | | | | vfs: Is mounted should be testing mnt_ns for NULL or error. | Eric W. Biederman | 2014-01-26 | 1 | -1/+1 | |
| * | | | | | | | Fix race when checking i_size on direct i/o read | Steven Whitehouse | 2014-01-26 | 1 | -0/+3 | |
| * | | | | | | | hfsplus: remove can_set_xattr | Christoph Hellwig | 2014-01-26 | 1 | -84/+3 | |
| * | | | | | | | nfsd: use get_acl and ->set_acl | Christoph Hellwig | 2014-01-26 | 7 | -347/+173 | |
| * | | | | | | | fs: remove generic_acl | Christoph Hellwig | 2014-01-26 | 4 | -190/+37 | |
| * | | | | | | | nfs: use generic posix ACL infrastructure for v3 Posix ACLs | Christoph Hellwig | 2014-01-26 | 4 | -264/+110 | |
| * | | | | | | | gfs2: use generic posix ACL infrastructure | Christoph Hellwig | 2014-01-25 | 4 | -214/+62 | |
| * | | | | | | | jfs: use generic posix ACL infrastructure | Christoph Hellwig | 2014-01-25 | 7 | -140/+89 | |
| * | | | | | | | xfs: use generic posix ACL infrastructure | Christoph Hellwig | 2014-01-25 | 5 | -171/+36 | |
| * | | | | | | | reiserfs: use generic posix ACL infrastructure | Christoph Hellwig | 2014-01-25 | 5 | -161/+35 | |
| * | | | | | | | ocfs2: use generic posix ACL infrastructure | Christoph Hellwig | 2014-01-25 | 7 | -250/+72 | |
| * | | | | | | | jffs2: use generic posix ACL infrastructure | Christoph Hellwig | 2014-01-25 | 7 | -143/+24 | |
| * | | | | | | | hfsplus: use generic posix ACL infrastructure | Christoph Hellwig | 2014-01-25 | 6 | -162/+26 | |
| * | | | | | | | f2fs: use generic posix ACL infrastructure | Christoph Hellwig | 2014-01-25 | 7 | -170/+31 | |
| * | | | | | | | ext2/3/4: use generic posix ACL infrastructure | Christoph Hellwig | 2014-01-25 | 21 | -605/+100 | |
| * | | | | | | | btrfs: use generic posix ACL infrastructure | Christoph Hellwig | 2014-01-25 | 5 | -135/+28 | |
| * | | | | | | | fs: make posix_acl_create more useful | Christoph Hellwig | 2014-01-25 | 16 | -20/+69 | |
| * | | | | | | | fs: make posix_acl_chmod more useful | Christoph Hellwig | 2014-01-25 | 15 | -17/+41 | |
| * | | | | | | | fs: add generic xattr_acl handlers | Christoph Hellwig | 2014-01-25 | 1 | -0/+102 |