summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-01-23orangefs: get rid of MSECS_TO_JIFFIESAl Viro4-17/+6
2016-01-23orangefs_clean_up_interrupted_operation: call with op->lock heldAl Viro1-32/+4
2016-01-23orangefs: reduce nesting in wait_for_matching_downcall()Al Viro1-60/+58
2016-01-23orangefs: remove cargo-culting spin_lock_irqsave() in service_operation()Al Viro1-7/+0
2016-01-23orangefs: hopefully saner op refcounting and lockingAl Viro8-143/+107
2016-01-23orangefs: make sure that reopening pvfs2-req won't overlap with the end of closeAl Viro1-3/+4
2016-01-23orangefs: nothing should remain in request list and in hashAl Viro1-22/+2
2016-01-23orangefs: move wakeups into set_op_state_{serviced,purged}()Al Viro1-18/+18
2016-01-23orangefs: make wait_for_...downcall() staticAl Viro1-0/+3
2016-01-23orangefs: move wakeups into set_op_state_{serviced,purged}()Al Viro4-13/+14
2016-01-23orangefs: make wait_for_...downcall() staticAl Viro2-4/+2
2016-01-23make orangefs_clean_up_interrupted_operation() staticAl Viro2-2/+1
2016-01-23orangefs: kill orangefs_inode_s ->listAl Viro1-3/+0
2016-01-23orangefs: get rid of <censored> macrosAl Viro2-41/+44
2016-01-23orangefs: ->poll() doesn't need spinlockAl Viro1-2/+0
2016-01-23orangefs: kill ioctl32 rudimentsAl Viro1-27/+0
2016-01-23orangefs: ->poll() is only called between successful ->open() and ->release()Al Viro1-7/+5
2016-01-23orangefs: generic_file_open() is pointless for character devicesAl Viro1-3/+2
2016-01-23orangefs: use DEFINE_MUTEX (and mutex_init() had been too late)Al Viro1-5/+2
2016-01-19Orangefs: make gossip statement more palatable to xtensaMike Marshall2-4/+4
2016-01-15Orangefs: merge with V4.4Mike Marshall57-271/+646
2016-01-15Orangefs: add verification to decode_direntsMike Marshall1-25/+93
2016-01-13Orangefs: make .statfs gossip_debug more complete.Mike Marshall1-3/+7
2016-01-13Orangefs: define a minimum compatible userspace version.Mike Marshall1-0/+1
2016-01-13Orangefs: change ORANGEFS_VERSION from "Unknown" to "upstream"Mike Marshall1-1/+1
2016-01-13Orangefs: rename orangefs_kernel_op_s.aio_ref_count to just ref_count.Mike Marshall2-7/+6
2016-01-13Orangefs: implement .write_iterMike Marshall1-263/+199
2016-01-04orangefs: Fix some more global namespace pollution.Martin Brandenburg6-50/+33
2016-01-04orangefs: Don't pollute global namespaceRichard Weinberger3-7/+7
2016-01-04OrangeFS: constify export_operations structuresJulia Lawall1-1/+1
2015-12-30Orangefs: don't trigger copy_attributes_to_inode from d_revalidate.Mike Marshall1-36/+14
2015-12-29ocfs2/dlm: clear migration_pending when migration target goes downxuejiufei1-0/+2
2015-12-29ocfs2: fix flock panic issueJunxiao Bi1-1/+4
2015-12-29ocfs2: fix BUG when calculate new backup superJoseph Qi1-3/+12
2015-12-28orangefs: fix typo in ornagefs_inode_lockArnd Bergmann1-1/+1
2015-12-28Orangefs: use kzalloc for kmalloc + memset 0Nicholas Mc Guire1-2/+1
2015-12-22Merge tag 'nfsd-4.4-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+1
2015-12-18Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-15/+29
2015-12-18proc: fix -ESRCH error when writing to /proc/$pid/coredump_filterColin Ian King1-0/+1
2015-12-17Orangefs: validate resp.listxattr.returned_countMike Marshall1-1/+11
2015-12-17Orangefs: don't use deprecated xattr defines.Mike Marshall1-11/+2
2015-12-17orangefs: Do not unref if there is no bufmap.Martin Brandenburg1-8/+19
2015-12-17orangefs: Remove useless inline qualifier from bufmap functions.Martin Brandenburg2-6/+2
2015-12-17orangefs: Change visibility of several bufmap helpers to static.Martin Brandenburg2-13/+10
2015-12-17orangefs: Remove ``aligned'' upcall and downcall length macros.Martin Brandenburg3-26/+8
2015-12-16nfsd: don't hold ls_mutex across a layout recallJeff Layton1-1/+1
2015-12-15Orangefs: do not finalize bufmap if it was never initialized.Martin Brandenburg1-2/+9
2015-12-15Merge branch 'for-chris-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason5-8/+10
2015-12-15Btrfs: check prepare_uptodate_page() error code earlierChris Mason1-4/+14
2015-12-15Btrfs: check for empty bitmap list in setup_cluster_bitmapsChris Mason1-3/+5