| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | nfsd: get rid of unused macro definition | Kinglong Mee | 2014-01-03 | 1 | -5/+0 |
| * | | | nfsd: clean up unnecessary temporary variable in nfsd4_decode_fattr | Kinglong Mee | 2014-01-03 | 1 | -9/+3 |
| * | | | nfsd: using nfsd4_encode_noop for encoding destroy_session/free_stateid | Kinglong Mee | 2014-01-03 | 2 | -25/+2 |
| * | | | nfsd: clean up an xdr reserved space calculation | Kinglong Mee | 2014-01-03 | 1 | -1/+1 |
| * | | | nfsd: get rid of unused function definition | Kinglong Mee | 2014-01-02 | 1 | -8/+0 |
| * | | | nfsd: calculate the missing length of bitmap in EXCHANGE_ID | Kinglong Mee | 2014-01-02 | 2 | -9/+18 |
| * | | | nfsd: revoking of suid/sgid bits after chown() in a consistent way | Stanislav Kholmanskikh | 2013-12-12 | 1 | -2/+1 |
| * | | | nfsd: don't try to reuse an expired DRC entry off the list | Jeff Layton | 2013-12-11 | 1 | -32/+4 |
| * | | | nfsd: start documenting some XDR handling functions | Christoph Hellwig | 2013-12-10 | 1 | -0/+19 |
| * | | | nfsd: don't return high mode bits | Albert Fluegel | 2013-12-10 | 2 | -2/+2 |
* | | | | nfs: fix xattr inode op pointers when disabled | Christoph Hellwig | 2014-01-30 | 1 | -2/+2 |
* | | | | Merge branch 'akpm' (patches from Andrew Morton) | Linus Torvalds | 2014-01-29 | 2 | -9/+9 |
|\ \ \ \ |
|
| * | | | | fs/compat: fix lookup_dcookie() parameter handling | Heiko Carstens | 2014-01-29 | 1 | -1/+1 |
| * | | | | fs/compat: fix parameter handling for compat readv/writev syscalls | Heiko Carstens | 2014-01-29 | 1 | -8/+8 |
* | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2014-01-29 | 5 | -45/+52 |
|\ \ \ \ \ |
|
| * | | | | | fanotify: Fix use after free for permission events | Jan Kara | 2014-01-29 | 3 | -2/+17 |
| * | | | | | fsnotify: Do not return merged event from fsnotify_add_notify_event() | Jan Kara | 2014-01-29 | 3 | -35/+26 |
| * | | | | | fanotify: Fix use after free in mask checking | Jan Kara | 2014-01-29 | 1 | -10/+11 |
| |/ / / / |
|
* | | | | | ceph: fix posix ACL hooks | Sage Weil | 2014-01-29 | 4 | -5/+10 |
|/ / / / |
|
* | | | | Merge tag 'for-linus-20140127' of git://git.infradead.org/linux-mtd | Linus Torvalds | 2014-01-28 | 1 | -0/+4 |
|\ \ \ \ |
|
| * | | | | jffs2: NULL return of kmem_cache_zalloc should be handled | Zhouyi Zhou | 2014-01-03 | 1 | -0/+4 |
| | |_|/
| |/| | |
|
* | | | | Merge tag 'xfs-for-linus-v3.14-rc1-2' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 2014-01-28 | 4 | -11/+32 |
|\ \ \ \ |
|
| * | | | | xfs: allow logical-sector sized O_DIRECT | Eric Sandeen | 2014-01-24 | 4 | -3/+26 |
| * | | | | xfs: rename xfs_buftarg structure members | Eric Sandeen | 2014-01-24 | 4 | -9/+9 |
| * | | | | xfs: clean up xfs_buftarg | Eric Sandeen | 2014-01-24 | 3 | -6/+4 |
* | | | | | ceph: Fix up after semantic merge conflict | Linus Torvalds | 2014-01-28 | 4 | -108/+6 |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2014-01-28 | 16 | -332/+1202 |
|\ \ \ \ \ |
|
| * | | | | | ceph: cast PAGE_SIZE to size_t in ceph_sync_write() | Ilya Dryomov | 2014-01-28 | 1 | -1/+1 |
| * | | | | | ceph: fix dout() compile warnings in ceph_filemap_fault() | Ilya Dryomov | 2014-01-28 | 1 | -3/+3 |
| * | | | | | libceph: replace ceph_calc_ceph_pg() with ceph_oloc_oid_to_pg() | Ilya Dryomov | 2014-01-27 | 1 | -2/+6 |
| * | | | | | ceph: add imported caps when handling cap export message | Yan, Zheng | 2014-01-21 | 3 | -82/+146 |
| * | | | | | ceph: add open export target session helper | Yan, Zheng | 2014-01-21 | 2 | -15/+38 |
| * | | | | | ceph: remove exported caps when handling cap import message | Yan, Zheng | 2014-01-21 | 1 | -27/+52 |
| * | | | | | ceph: handle session flush message | Yan, Zheng | 2014-01-21 | 2 | -0/+21 |
| * | | | | | ceph: check inode caps in ceph_d_revalidate | Yan, Zheng | 2014-01-21 | 3 | -3/+21 |
| * | | | | | ceph: handle -ESTALE reply | Yan, Zheng | 2014-01-21 | 1 | -20/+11 |
| * | | | | | ceph: fix trim caps | Yan, Zheng | 2014-01-21 | 1 | -6/+11 |
| * | | | | | ceph: fix cache revoke race | Yan, Zheng | 2014-01-21 | 3 | -4/+8 |
| * | | | | | ceph: use ceph_seq_cmp() to compare migrate_seq | Yan, Zheng | 2014-01-21 | 1 | -1/+1 |
| * | | | | | ceph: handle cap export race in try_flush_caps() | Yan, Zheng | 2014-01-21 | 1 | -8/+8 |
| * | | | | | ceph: trivial comment fix | J. Bruce Fields | 2014-01-16 | 1 | -3/+3 |
| * | | | | | libceph: all features fields must be u64 | Ilya Dryomov | 2013-12-31 | 2 | -9/+9 |
| * | | | | | ceph fscache: Uncaching no data page from fscache in readpage() | Li Wang | 2013-12-31 | 1 | -0/+1 |
| * | | | | | ceph fscache: Introduce a routine for uncaching single no data page from fscache | Li Wang | 2013-12-31 | 1 | -0/+13 |
| * | | | | | ceph: add acl for cephfs | Guangliang Zhao | 2013-12-31 | 9 | -13/+451 |
| * | | | | | ceph: check caps in filemap_fault and page_mkwrite | Yan, Zheng | 2013-12-31 | 1 | -12/+77 |
| * | | | | | fs: ceph: new helper: file_inode(file) | Libo Chen | 2013-12-13 | 1 | -1/+1 |
| * | | | | | ceph: Clean up if error occurred in finish_read() | Li Wang | 2013-12-13 | 1 | -0/+3 |
| * | | | | | ceph: implement readv/preadv for sync operation | majianpeng | 2013-12-13 | 1 | -46/+116 |
| * | | | | | ceph: Implement writev/pwritev for sync operation. | majianpeng | 2013-12-13 | 1 | -80/+193 |