summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ceph: don't include ceph.{file,dir}.layout vxattr in listxattr()Yan, Zheng2014-04-051-2/+2
* ceph: check buffer size in ceph_vxattrcb_layout()Yan, Zheng2014-04-051-9/+25
* ceph: fix null pointer dereference in discard_cap_releases()Yan, Zheng2014-04-051-9/+12
* ceph: Remove get/set acl on symlinksFabian Frederick2014-04-051-2/+0Star
* ceph: set mds_wanted when MDS reply changes a cap to auth capYan, Zheng2014-04-051-1/+3
* ceph: use fl->fl_file as owner identifier of flock and posix lockYan, Zheng2014-04-053-20/+43
* ceph: forbid mandatory file lockYan, Zheng2014-04-051-0/+12
* ceph: use fl->fl_type to decide flock operationYan, Zheng2014-04-051-12/+9Star
* ceph: update i_max_size even if inode version does not changeYan, Zheng2014-04-051-8/+8
* ceph: make sure write caps are registered with auth MDSYan, Zheng2014-04-051-1/+4
* ceph: print inode number for LOOKUPINO requestYan, Zheng2014-04-031-0/+2
* ceph: add get_name() NFS export callbackYan, Zheng2014-04-033-1/+91
* ceph: fix ceph_fh_to_parent()Yan, Zheng2014-04-031-33/+9Star
* ceph: add get_parent() NFS export callbackYan, Zheng2014-04-031-0/+60
* ceph: simplify ceph_fh_to_dentry()Yan, Zheng2014-04-031-135/+32Star
* ceph: fscache: Wait for completion of object initializationYunchuan Wen2014-04-031-0/+1
* ceph: fscache: Update object store limit after file writingYunchuan Wen2014-04-031-0/+3
* ceph: fscache: add an interface to synchronize object store limitYunchuan Wen2014-04-031-0/+10
* ceph: do not set r_old_dentry_dir on link()Sage Weil2014-04-031-2/+1Star
* ceph: do not assume r_old_dentry[_dir] always set togetherSage Weil2014-04-032-4/+6
* ceph: do not chain inode updates to parent fsyncSage Weil2014-04-034-17/+5Star
* ceph: avoid useless ceph_get_dentry_parent_inode() in ceph_rename()Sage Weil2014-04-031-1/+2
* ceph: let MDS adjust readdir 'frag'Yan, Zheng2014-04-031-3/+0Star
* ceph: fix reset_readdir()Yan, Zheng2014-04-031-3/+6
* ceph: fix ceph_dir_llseek()Yan, Zheng2014-04-032-7/+7
* Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2014-03-314-77/+134
|\
| * switch mnt_hash to hlistAl Viro2014-03-314-50/+61
| * don't bother with propagate_mnt() unless the target is sharedAl Viro2014-03-311-10/+7Star
| * keep shadowed vfsmounts togetherAl Viro2014-03-311-9/+23
| * resizable namespace.c hashesAl Viro2014-03-312-24/+59
* | ext4: atomically set inode->i_flags in ext4_set_inode_flags()Theodore Ts'o2014-03-311-6/+9
|/
* ocfs2: check if cluster name exists before derefSasha Levin2014-03-281-1/+3
* vfs: Allocate anon_inode_inode in anon_inode_init()Jan Kara2014-03-271-22/+8Star
* fs: remove now stale label in anon_inode_init()Linus Torvalds2014-03-261-1/+0Star
* fs: Avoid userspace mounting anon_inodefs filesystemJan Kara2014-03-261-3/+0Star
* Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2014-03-251-0/+1
|\
| * nfsd: fix lost nfserrno() call in nfsd_setattr()J. R. Okajima2014-02-181-0/+1
* | rcuwalk: recheck mount_lock after mountpoint crossing attemptsAl Viro2014-03-231-16/+13Star
* | make prepend_name() work correctly when called with negative *buflenAl Viro2014-03-231-2/+2
* | vfs: Don't let __fdget_pos() get FMODE_PATH filesEric Biggers2014-03-231-15/+4Star
* | vfs: atomic f_pos access in llseek()Eric Biggers2014-03-231-2/+2
* | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2014-03-113-19/+36
|\ \
| * | cifs: mask off top byte in get_rfc1002_length()Jeff Layton2014-02-281-1/+1
| * | cifs: sanity check length of data to send before sendingJeff Layton2014-02-241-0/+29
| * | CIFS: Fix wrong pos argument of cifs_find_lock_conflictPavel Shilovsky2014-02-241-18/+6Star
* | | Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2014-03-115-2/+56
|\ \ \
| * | | hfsplus: add HFSX subfolder count supportSergei Antonov2014-03-114-2/+55
| * | | fs/proc/base.c: fix GPF in /proc/$PID/map_filesArtem Fetishev2014-03-111-0/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-03-106-32/+79
|\ \ \ \ | |/ / / |/| | |
| * | | get rid of fget_light()Al Viro2014-03-102-28/+44