summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2010-08-03ceph: whitespace cleanupSage Weil7-24/+31
2010-08-02ceph: add flock/fcntl lock supportGreg Farnum5-2/+284
2010-08-02ceph: define on-wire types, constants for file locking supportGreg Farnum2-2/+36
2010-08-02ceph: add CEPH_FEATURE_FLOCK to the supported feature bitsGreg Farnum1-1/+1
2010-08-02ceph: support v2 reconnect encodingSage Weil2-13/+50
2010-08-02ceph: support v2 client_caps encodingSage Weil1-2/+19
2010-08-02ceph: move AES iv definition to shared headerSage Weil2-1/+3
2010-08-02ceph: fix decoding of pool snap infoSage Weil1-4/+26
2010-08-01ceph: make ->sync_fs not wait if wait==0Sage Weil1-4/+13
2010-08-01ceph: warn on missing snap realmSage Weil1-0/+1
2010-08-01ceph: print useful error message when crush rule not foundSage Weil1-2/+3
2010-08-01ceph: use %pU to print uuid (fsid)Sage Weil3-15/+8
2010-08-01ceph: sync header defs with server codeSage Weil3-0/+11
2010-08-01ceph: clean up header guardsSage Weil8-16/+16
2010-08-01ceph: strip misleading/obsolete version, feature infoSage Weil1-26/+4
2010-08-01ceph: specify supported features in super.hSage Weil2-3/+9
2010-08-01ceph: clean up fsid mount optionSage Weil1-13/+39
2010-08-01ceph: remove unused 'monport' mount optionSage Weil1-2/+0
2010-08-01ceph: handle ESTALE properly; on receipt send to authority if it wasn'tGreg Farnum2-8/+35
2010-08-01ceph: add ceph_get_cap_for_mds function.Greg Farnum2-0/+12
2010-08-01ceph: connect to export targets on cap exportSage Weil3-2/+23
2010-08-01ceph: connect to export targets if mds is laggySage Weil1-0/+15
2010-08-01ceph: introduce helper to connect to mds export targetsSage Weil1-0/+37
2010-08-01ceph: only set num_pages in calc_layoutSage Weil1-3/+0
2010-08-01ceph: do caps accounting per mds_clientYehuda Sadeh5-115/+131
2010-08-01ceph: track laggy state of mds from mdsmapSage Weil3-2/+16
2010-08-01ceph: code cleanupYehuda Sadeh13-49/+46
2010-08-01ceph: skip if no auth cap in flush_snapsSage Weil1-7/+12
2010-08-01ceph: simplify caps revocation, fix for multimdsSage Weil1-12/+18
2010-08-01ceph: simplify add_cap_releasesSage Weil1-16/+19
2010-08-01ceph: drop unused argumentSage Weil3-9/+6
2010-08-01ceph: perform lazy reads when file mode and caps permitSage Weil4-13/+22
2010-08-01ceph: perform lazy writes when file mode and caps permitSage Weil2-8/+11
2010-08-01ceph: add LAZYIO ioctl to mark a file description for lazy consistencySage Weil2-0/+26
2010-08-01ceph: request FILE_LAZYIO cap when LAZY file mode is setSage Weil2-27/+26
2010-08-01NFS: Fix a typo in include/linux/nfs_fs.hTrond Myklebust1-5/+0
2010-07-30Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds3-11/+31
2010-07-30CIFS: Remove __exit mark from cifs_exit_dns_resolver()David Howells2-2/+2
2010-07-30NFS: Ensure that writepage respects the nonblock flagTrond Myklebust1-6/+17
2010-07-30NFS: kswapd must not block in nfs_release_pageTrond Myklebust2-4/+13
2010-07-30nfs: include space for the NUL in root pathDan Carpenter1-1/+1
2010-07-29CRED: Fix get_task_cred() and task_state() to not resurrect dead credentialsDavid Howells1-1/+1
2010-07-28ecryptfs: Bugfix for error related to ecryptfs_hash_bucketsAndre Osterhues1-8/+9
2010-07-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds9-36/+50
2010-07-28GFS2: Use kmalloc when possible for ->readdir()Steven Whitehouse1-6/+25
2010-07-27ceph: use complete_all and wake_up_allYehuda Sadeh6-20/+20
2010-07-279p: Pass the correct end of buffer to p9stat_readLatchesar Ionkov1-1/+1
2010-07-26sysfs: allow creating symlinks from untagged to tagged directoriesEric W. Biederman1-1/+2
2010-07-26sysfs: sysfs_delete_link handle symlinks from untagged to tagged directories.Eric W. Biederman1-1/+1
2010-07-26sysfs: Don't allow the creation of symlinks we can't removeEric W. Biederman1-5/+18