summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | nfsd: get rid of unused macro definitionKinglong Mee2014-01-031-5/+0
| * | | nfsd: clean up unnecessary temporary variable in nfsd4_decode_fattrKinglong Mee2014-01-031-9/+3
| * | | nfsd: using nfsd4_encode_noop for encoding destroy_session/free_stateidKinglong Mee2014-01-032-25/+2
| * | | nfsd: clean up an xdr reserved space calculationKinglong Mee2014-01-031-1/+1
| * | | nfsd: get rid of unused function definitionKinglong Mee2014-01-021-8/+0
| * | | nfsd: calculate the missing length of bitmap in EXCHANGE_IDKinglong Mee2014-01-022-9/+18
| * | | nfsd: revoking of suid/sgid bits after chown() in a consistent wayStanislav Kholmanskikh2013-12-121-2/+1
| * | | nfsd: don't try to reuse an expired DRC entry off the listJeff Layton2013-12-111-32/+4
| * | | nfsd: start documenting some XDR handling functionsChristoph Hellwig2013-12-101-0/+19
| * | | nfsd: don't return high mode bitsAlbert Fluegel2013-12-102-2/+2
* | | | nfs: fix xattr inode op pointers when disabledChristoph Hellwig2014-01-301-2/+2
* | | | Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2014-01-292-9/+9
|\ \ \ \
| * | | | fs/compat: fix lookup_dcookie() parameter handlingHeiko Carstens2014-01-291-1/+1
| * | | | fs/compat: fix parameter handling for compat readv/writev syscallsHeiko Carstens2014-01-291-8/+8
* | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2014-01-295-45/+52
|\ \ \ \ \
| * | | | | fanotify: Fix use after free for permission eventsJan Kara2014-01-293-2/+17
| * | | | | fsnotify: Do not return merged event from fsnotify_add_notify_event()Jan Kara2014-01-293-35/+26
| * | | | | fanotify: Fix use after free in mask checkingJan Kara2014-01-291-10/+11
| |/ / / /
* | | | | ceph: fix posix ACL hooksSage Weil2014-01-294-5/+10
|/ / / /
* | | | Merge tag 'for-linus-20140127' of git://git.infradead.org/linux-mtdLinus Torvalds2014-01-281-0/+4
|\ \ \ \
| * | | | jffs2: NULL return of kmem_cache_zalloc should be handledZhouyi Zhou2014-01-031-0/+4
| | |_|/ | |/| |
* | | | Merge tag 'xfs-for-linus-v3.14-rc1-2' of git://oss.sgi.com/xfs/xfsLinus Torvalds2014-01-284-11/+32
|\ \ \ \
| * | | | xfs: allow logical-sector sized O_DIRECTEric Sandeen2014-01-244-3/+26
| * | | | xfs: rename xfs_buftarg structure membersEric Sandeen2014-01-244-9/+9
| * | | | xfs: clean up xfs_buftargEric Sandeen2014-01-243-6/+4
* | | | | ceph: Fix up after semantic merge conflictLinus Torvalds2014-01-284-108/+6
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2014-01-2816-332/+1202
|\ \ \ \ \
| * | | | | ceph: cast PAGE_SIZE to size_t in ceph_sync_write()Ilya Dryomov2014-01-281-1/+1
| * | | | | ceph: fix dout() compile warnings in ceph_filemap_fault()Ilya Dryomov2014-01-281-3/+3
| * | | | | libceph: replace ceph_calc_ceph_pg() with ceph_oloc_oid_to_pg()Ilya Dryomov2014-01-271-2/+6
| * | | | | ceph: add imported caps when handling cap export messageYan, Zheng2014-01-213-82/+146
| * | | | | ceph: add open export target session helperYan, Zheng2014-01-212-15/+38
| * | | | | ceph: remove exported caps when handling cap import messageYan, Zheng2014-01-211-27/+52
| * | | | | ceph: handle session flush messageYan, Zheng2014-01-212-0/+21
| * | | | | ceph: check inode caps in ceph_d_revalidateYan, Zheng2014-01-213-3/+21
| * | | | | ceph: handle -ESTALE replyYan, Zheng2014-01-211-20/+11
| * | | | | ceph: fix trim capsYan, Zheng2014-01-211-6/+11
| * | | | | ceph: fix cache revoke raceYan, Zheng2014-01-213-4/+8
| * | | | | ceph: use ceph_seq_cmp() to compare migrate_seqYan, Zheng2014-01-211-1/+1
| * | | | | ceph: handle cap export race in try_flush_caps()Yan, Zheng2014-01-211-8/+8
| * | | | | ceph: trivial comment fixJ. Bruce Fields2014-01-161-3/+3
| * | | | | libceph: all features fields must be u64Ilya Dryomov2013-12-312-9/+9
| * | | | | ceph fscache: Uncaching no data page from fscache in readpage()Li Wang2013-12-311-0/+1
| * | | | | ceph fscache: Introduce a routine for uncaching single no data page from fscacheLi Wang2013-12-311-0/+13
| * | | | | ceph: add acl for cephfsGuangliang Zhao2013-12-319-13/+451
| * | | | | ceph: check caps in filemap_fault and page_mkwriteYan, Zheng2013-12-311-12/+77
| * | | | | fs: ceph: new helper: file_inode(file)Libo Chen2013-12-131-1/+1
| * | | | | ceph: Clean up if error occurred in finish_read()Li Wang2013-12-131-0/+3
| * | | | | ceph: implement readv/preadv for sync operationmajianpeng2013-12-131-46/+116
| * | | | | ceph: Implement writev/pwritev for sync operation.majianpeng2013-12-131-80/+193
OpenPOWER on IntegriCloud