aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph
Commit message (Expand)AuthorAgeFilesLines
* fs: create and use seq_show_option for escapingKees Cook2015-10-131-3/+5
* ceph: introduce global empty snap contextYan, Zheng2015-02-203-2/+36
* move d_rcu from overlapping d_child to overlapping d_aliasAl Viro2015-01-012-7/+7
* introduce SIZE_MAXXi Wang2014-08-061-1/+1
* ceph: fix overflow check in build_snap_context()Xi Wang2014-08-061-1/+1
* ceph: wake up 'safe' waiters when unregistering requestYan, Zheng2014-02-151-1/+2
* ceph: cleanup aborted requests when re-sending requests.Yan, Zheng2014-02-151-1/+4
* ceph: fix statvfs fr_sizeSage Weil2013-07-272-2/+7
* tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checkingHugh Dickins2012-10-301-4/+14
* ceph: disable use of dcache for readdir etc.Sage Weil2011-12-291-26/+3
* ceph: add missing spin_unlock at ceph_mdsc_build_path()Yehuda Sadeh2011-12-131-0/+1
* ceph: fix SEEK_CUR, SEEK_SET regressionSage Weil2011-12-131-1/+2
* ceph: use i_ceph_lock instead of i_lockSage Weil2011-12-0711-207/+212
* ceph: fix rasize reporting by ceph_show_optionsSage Weil2011-12-021-1/+1
* ceph: initialize root dentrySage Weil2011-11-112-3/+5
* ceph: fix iput race when queueing inode workSage Weil2011-11-051-3/+6
* ceph/super.c: quiet sparse noiseH Hartley Sweeten2011-11-051-2/+2
* ceph/mds_client.c: quiet sparse noiseH Hartley Sweeten2011-11-051-2/+2
* ceph: use new D_COMPLETE dentry flagSage Weil2011-11-055-23/+68
* ceph: clear parent D_COMPLETE flag when on dentry pruneSage Weil2011-11-032-0/+41
* filesystems: add set_nlink()Miklos Szeredi2011-11-022-2/+2
* libceph: fix double-free of page vectorSage Weil2011-10-251-1/+0
* ceph: fix 32-bit ino numbersAmon Ott2011-10-251-5/+6
* ceph: let the set_layout ioctl set single traitsGreg Farnum2011-10-251-6/+28
* Revert "ceph: don't truncate dirty pages in invalidate work thread"Sage Weil2011-10-251-45/+1
* ceph: replace leading spaces with tabsNoah Watkins2011-10-251-20/+20
* libceph: don't complain on msgpool alloc failuresSage Weil2011-10-252-6/+7
* libceph: create messenger with clientSage Weil2011-10-251-3/+6
* ceph: document ioctlsSage Weil2011-10-251-1/+54
* ceph: implement (optional) max read sizeSage Weil2011-10-251-3/+12
* ceph: rename rsize -> rasizeSage Weil2011-10-252-6/+16
* ceph: make readpages fully asyncSage Weil2011-10-251-70/+115
* Merge branch 'for-linus' of git://ceph.newdream.net/git/ceph-clientLinus Torvalds2011-09-092-3/+3
|\
| * ceph: fix memory leakNoah Watkins2011-08-221-2/+2
| * ceph: fix encoding of ino only (not relative) pathsSage Weil2011-08-151-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-07-2613-137/+249
|\ \ | |/
| * ceph: document unlocked d_parent accessesSage Weil2011-07-262-4/+11
| * ceph: explicitly reference rename old_dentry parent dir in requestSage Weil2011-07-264-11/+17
| * ceph: document locking for ceph_set_dentry_offsetSage Weil2011-07-261-1/+3
| * ceph: avoid d_parent in ceph_dentry_hash; fix ceph_encode_fh() hashing bugSage Weil2011-07-264-13/+18
| * ceph: protect d_parent access in ceph_d_revalidateSage Weil2011-07-261-15/+17
| * ceph: protect access to d_parentSage Weil2011-07-266-15/+33
| * ceph: handle racing calls to ceph_init_dentrySage Weil2011-07-261-9/+12
| * ceph: set dir complete frag after adding capabilitySage Weil2011-07-261-13/+17
| * ceph: set up readahead size when rsize is not passedYehuda Sadeh2011-07-261-0/+4
| * ceph: ignore lease maskSage Weil2011-07-263-18/+12
| * ceph: fix ceph_lookup_open intent usageSage Weil2011-07-263-19/+37
| * ceph: only link open operations to directory unsafe list if O_CREAT|O_TRUNCSage Weil2011-07-261-1/+2
| * ceph: fix bad parent_inode calc in ceph_lookup_openSage Weil2011-07-261-2/+3
| * ceph: avoid carrying Fw cap during write into page cacheSage Weil2011-07-261-3/+19