summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2016-02-04orangefs: Do not retrieve size from servers unless it it necessary.Martin Brandenburg
2016-02-04orangefs: Implement inode_operations->permission().Martin Brandenburg
2016-02-04orangefs: Only compare attributes specified in orangefs_inode_getattr.Martin Brandenburg
2016-02-04Orangefs: clean up slab allocation.Mike Marshall
2016-02-04Orangefs: improve gossip statementMike Marshall
2016-01-28orangefs: Fix revalidate.Martin Brandenburg
2016-01-28orangefs: Util functions shouldn't operate on inode where it can be avoided.Martin Brandenburg
2016-01-23orangefs: clean up op_alloc()Al Viro
2016-01-23orangefs: move handle_io_error() to file.cAl Viro
2016-01-23orangefs: don't reinvent completion.h...Al Viro
2016-01-23if ORANGEFS_VFS_OP_FILE_IO request had been given up, don't bother waitingAl Viro
2016-01-23orangefs: get rid of MSECS_TO_JIFFIESAl Viro
2016-01-23orangefs_clean_up_interrupted_operation: call with op->lock heldAl Viro
2016-01-23orangefs: reduce nesting in wait_for_matching_downcall()Al Viro
2016-01-23orangefs: remove cargo-culting spin_lock_irqsave() in service_operation()Al Viro
2016-01-23orangefs: hopefully saner op refcounting and lockingAl Viro
2016-01-23orangefs: make sure that reopening pvfs2-req won't overlap with the end of closeAl Viro
2016-01-23orangefs: nothing should remain in request list and in hashAl Viro
2016-01-23orangefs: move wakeups into set_op_state_{serviced,purged}()Al Viro
2016-01-23orangefs: make wait_for_...downcall() staticAl Viro
2016-01-23orangefs: move wakeups into set_op_state_{serviced,purged}()Al Viro
2016-01-23orangefs: make wait_for_...downcall() staticAl Viro
2016-01-23make orangefs_clean_up_interrupted_operation() staticAl Viro
2016-01-23orangefs: kill orangefs_inode_s ->listAl Viro
2016-01-23orangefs: get rid of <censored> macrosAl Viro
2016-01-23orangefs: ->poll() doesn't need spinlockAl Viro
2016-01-23orangefs: kill ioctl32 rudimentsAl Viro
2016-01-23orangefs: ->poll() is only called between successful ->open() and ->release()Al Viro
2016-01-23orangefs: generic_file_open() is pointless for character devicesAl Viro
2016-01-23orangefs: use DEFINE_MUTEX (and mutex_init() had been too late)Al Viro
2016-01-19Orangefs: make gossip statement more palatable to xtensaMike Marshall
2016-01-15Orangefs: merge with V4.4Mike Marshall
2016-01-15Orangefs: add verification to decode_direntsMike Marshall
2016-01-13Orangefs: make .statfs gossip_debug more complete.Mike Marshall
2016-01-13Orangefs: define a minimum compatible userspace version.Mike Marshall
2016-01-13Orangefs: change ORANGEFS_VERSION from "Unknown" to "upstream"Mike Marshall
2016-01-13Orangefs: rename orangefs_kernel_op_s.aio_ref_count to just ref_count.Mike Marshall
2016-01-13Orangefs: implement .write_iterMike Marshall
2016-01-04orangefs: Fix some more global namespace pollution.Martin Brandenburg
2016-01-04orangefs: Don't pollute global namespaceRichard Weinberger
2016-01-04OrangeFS: constify export_operations structuresJulia Lawall
2015-12-30Orangefs: don't trigger copy_attributes_to_inode from d_revalidate.Mike Marshall
2015-12-29ocfs2/dlm: clear migration_pending when migration target goes downxuejiufei
2015-12-29ocfs2: fix flock panic issueJunxiao Bi
2015-12-29ocfs2: fix BUG when calculate new backup superJoseph Qi
2015-12-28orangefs: fix typo in ornagefs_inode_lockArnd Bergmann
2015-12-28Orangefs: use kzalloc for kmalloc + memset 0Nicholas Mc Guire
2015-12-22Merge tag 'nfsd-4.4-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2015-12-18Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-12-18proc: fix -ESRCH error when writing to /proc/$pid/coredump_filterColin Ian King